[00:00] :) wizardslovak, better than what i am going threw... [00:01] *through [00:03] storrgie: md0_d0p1 will be for instance disk0 of the array, partition1 within that disk [00:03] genii, so far irqpoll is the only thing that has shown results, except for the crashing issue, should i try manually setting the irqs? [00:03] in the BIOS [00:04] genii: I have never had it do this before, I can create the array just fine but when I restart I get a bunch of silly md devices [00:05] superfirelord42: Some bios have PNP on/off settings. (sometimes they have PNP types like win98 win2000 , etc as well) When PNP is set off, usually it then specifically will set IRQs for all attached devices [00:06] Hmm, PNP, i will take a look. i didnt see it a bit ago, but i sorta rushed through it [00:09] genii: any idea? [00:09] Anyone know how I could install a driver for the d-link dwa-130 wireless usb card? [00:10] storrgie: If result of: mount just shows md0 mounted where you wanted it, don't worry about the component devices [00:10] genii, didnt see that option, saw an IRQ routing option for PCI, currently set to smart, other option is fixed. disabled IRQ sharing on slot 4 which was being shared with the card on 5, booting now [00:10] noo [00:10] the array wont even initialize when I reboot [00:10] it tries to mount the array to another device and fails [00:10] its a 5x1tb array [00:10] it will grab 1 or two of the drives and then fail [00:10] storrgie: Were these disks previously in a *BSD box? [00:10] so I am dd'ing all the drives to zero [00:11] nope [00:11] but dding is taking forever [00:11] storrgie: I usually use fdisk to set the partition type to raid autodetect [00:12] never heard of that... [00:12] I usually just make a each drive have a ext partition then add them to the array [00:12] im dding them to zero to see if i can erase the superblock [00:19] anyone use ebox? it's only looking at / and /home... i'd like it to look at other devices! [00:24] anyone know how to tell the kernel not to mess with ata devices? when irqpoll tries to detect ata, it causes a kernel panic... [00:31] genii: any idea on chunk size? its a 5tb array [00:31] i was thinking 128 [00:31] i know 64 is default [00:33] storrgie: I usually make the chunks same as block sizes [00:33] how can I check the block sizes? [00:34] storrgie: I usually take the line like: Units = cylinders of 16065 * 512 = 8225280 bytes from result of : sudo fdisk -l and use that. So 512 in this case [00:34] I hear the rule of thumb is big I/0 = small chunk sizes [00:35] this is a fileserver with files ranging from 4m to 10GiB [00:41] Hi, all, [00:41] How do you mount an HD that is HFS+ [00:41] ? [00:41] Please [00:46] How do you mount a FW drive that doesn't show up in /Media/ [00:46] ? [00:48] Alex_21: packages hfsplus, hfsprogs, and hfsutils need to be installed. You will also need the hfs kernel module loaded. For regular hfs, the module is named hfs. For hfs+ the module is named hfsplus. To load the module use: sudo modprobe hfsplus ..if the modulename is put in /etc/modules then the system should be able to auto-mount the drive after next boot. [00:49] Alex_21: For write access to HFS+ drives, journalling for it needs to be turned off from within MacOS [00:50] Oh No. [00:50] I'll just replace the drive for now [00:50] I need to recover data from it [00:56] \leave [00:58] anyone use funambol on ubuntu-server? [01:01] genii, just fyi, i gave up on the box, to much time, we are going to use it for parts, we believe a raid channel has an issue anyways. thanks for your help. [01:02] superfirelord42: No problem. Sorry to hear it's too much a pain in the a** to bother with now though [01:03] Hi, [01:03] What do you recomend for a production server as far as drive setup? [01:03] Please [01:03] raid1 for boot, raid5 for data [01:04] Although others will likely have other preferences [01:04] Alex_21, it really depends on what you need to achieve. raid5 so you can swap disks [01:04] But my only problem is that I can't do that because I need To continually add drives. Or can I? [01:05] i think you can. you may have to build another array, i'm not certain. [01:05] there's raid6, but that just allows for 2 disk removals w/o breaking the array. [01:05] I wanted to use LVM. Is this recomended? [01:06] I'll try to explain. I have a production server that has hourly backups to a low-power server using RSnapshot. What is recomended for a system where disks are constantly added [01:06] ? [01:06] Please [01:06] raid1 would probably be the easiest in terms of adding disks. 1 disk just clones to another. [01:07] but you have to break the array to replace a disk [01:07] Alex_21, i think you would be able to add disks to either, but raid1 would probably be easier to add disks too. [01:07] Hmmmmmmmmmm [01:07] just keep in mind you have to break the array to replace faulty disks [01:07] Is LVM possible then? [01:09] i don't see why not. unfortunately i don't have experience with that, just hardware raid. [01:09] or are you talking about using LVM to do software raid? [01:11] I think I have hardware raid. I just want to be able to continually add disks. [01:13] I am constantly aquiring disks. I can fit six in this box, ... but I constantly have to add and upgrade the disks [01:13] Plus after six, ... the next will be FW and then USB [01:14] I want to do a Hiarchy where the most used disks are fastest and the rest are slower with less used data [01:15] hrm [01:16] i dunno about putting usb/fw disks into a raid array. [01:16] just sounds like a baaaad idea. [01:16] if it's even possible. [01:16] I don't care if they are in Aray on the FW/USB because there is backups of that stuff. I basically want all of them to show up as /archive/ [01:17] hrm [01:18] I basically have a VM that I want on the FW/USB drives. Each one is an acrive of sites. Backup Apache servers if you will [01:18] I just want to be able to fix thengs when they break [01:20] On another note, ... Can you use scp to copy folders? If so, ... How [01:20] ? [01:20] Please [01:20] I need to backup a drive [01:23] Never Mind [01:23] I figured that one out [01:23] How best to do the drives then? [01:46] Alex_21: scp -pr folder user@host:/path/to/destinationfolder/ [01:47] Ok [01:47] Thanks [01:47] Does this keep the file structure? [01:47] Drives? LVM sounds like what you need to add a bunch of drives and make them one huge partition. [01:47] Just curious [01:48] Yes, the -r is recursive, just like cp -r is for straight copying. [01:48] Ok Thanks [01:48] No problem. [01:49] About drives. I am just afraid of losing data. I'm told Raid is fairly safe. Idon't know if the two solutions can be combined [01:52] Sounds complicated... I don't know either. Can you just mount each drive as /archive/2008 /archive/2009 and so forth (or whatever scheme you want)? If so maybe you can simply always create two drives for each subset of the data (/archive/2008 and /archive/2008-2 ) and then copy one to the other. if this is an archive and the data won't be changing, you can even umount the 2008-2 drive later so noone can accidental [01:52] ly delete it? No need for lvm that way. [01:53] But for the current Data, ... What is the best. Drives need to constantly be added and all I currently have for backup is a mirror using Rsnapshot [01:54] "The best" might be a RAID10 array, and make new RAID10 arrays (adding 4 disks at a time) when you need more space. How many Terabytes/month is the dataset growing by?? [01:55] I need to go... apparently we're going out to eat... sorry... bad timing :) [01:55] No problem [01:55] No idea how much it will grow by. I currently have four 320 GB drives [01:59] raid10 huh [02:00] Alex_21, this isn't so much a room for raid... wikipedia has a great article on it. it's a good starting point for terms and what the different features, pros/cons of the different types. [02:00] I'm expanding by a lot though. This is just my starter set [02:01] I plan to have close to 10 TB by the end of the summer [02:01] i'd say either raid1 or raid5/6 [02:02] i would imagine adding disks is possible with any, but raid1 would probably be the easiest to add disks to. [02:02] But then how can I add disks as parto f the same File System? [02:02] I'm not sure :( [02:03] Alex_21, i'm not sure what you mean "part of the same file system"... [02:03] you can format your drives in any file system, i'd probably recommend ext3 if it's a pure linux server/ [02:04] if you want the drives to appear as one drive, then RAID would not be what you want. [02:04] Ok. Then how do I get started with Raid 1? I want to continually add drive? [02:04] JBOD is what you would want, and is NOT for data redundancy. [02:04] you'd add drives in pairs Alex_21 [02:05] one disk for data, the other disk has a mirrored copy for data redundancy. [02:05] Can this be combined with ZFS or something to make it one big happy drive? [02:05] Or LVM? [02:06] dude [02:06] one big drive = no data redundancy. [02:06] are you an admin? what do you mean "production system"? [02:07] It is a production server. I'm an admin. I'm fairly confident with web server administration. Just not Data Redundancy [02:07] There is no point using RAID1 unless you have exactly two disks. [02:07] well maybe you shouldn't be the admin of this side of things... [02:07] If you have more than two disks, RAID5 is better in every way. [02:07] yea, raid1 goes in pairs [02:07] And I'm running out of ways to keep from loosing a VM or two if a drive goes [02:08] raid5 is nice as you can have a drive fail and not need to break the array. [02:08] I agree I shouldn't be doing this. I'm however the only admin currently in the employ of my organization [02:08] but you must replace that drive or data corruption will occur. [02:08] I have two drives but I plan to add six or so more [02:08] you can't do raid5 with 2 drives [02:09] you need at least 3. [02:09] please read the wikipedia article on raid, or something like that. you need to do some research and LEARN about what the terms mean and advantages/disadvantages of the different types. [02:09] Alex_21: if you're going to buy another four drives, you can set up RAID5 on that quartet, then copy the data from the original two, and finally merge the original two into the new RAID5 array. [02:09] the two most commonly used are raid1 and raid5. [02:10] correct. but with two drives you can only do raid0/1 [02:12] sooooo any funambol users :D [02:12] hi [02:12] i can't get it to start. the installation seems super easy, but it just won't run. [02:12] !anyone [02:12] A large amount of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? [02:13] arrrghhh: did you install it via apt? [02:13] arrrghhh: or is this one of those ridiculous cowboy PHP things? [02:13] twb, i didn't think it was in apt. i installed it via the bin file on their website. [02:13] lmao, doesn't seem like a ridiculous cowboy php thing. torrentflux-b4rt was that and i was able to get that working. [02:14] hello, I'm able to use ssh/http locally on my server but can't get it to work remotely, my iptables is empty and I'm pretty sure my port forwarding works properly [02:14] Ah, it's a dual-licensed Java thingy for blackberrys. [02:14] thierry_: were you the one here yesterday? [02:14] blackberry's and everything else that does syncML. [02:15] giovani : yes :) got my server up locally but remotely is still a mess [02:15] thierry_, you need to setup firewall rules. i use ufw, cuz it's a heckuva lot easier than iptables. [02:15] arrrghhh: no, he doesn't [02:15] and then if it's setup in your router you're good [02:15] giovani, oh? [02:15] he doesn't need a firewall [02:15] ok... [02:15] his router has one, that's fine ... that's not the issue [02:15] i have ufw and a hardware firewall, so what. [02:15] k, so how can I find the source of my problem? [02:16] and that's fine ... but it has nothing to do with his problem, and will only complicate things [02:16] hrm [02:16] if you say so. [02:16] thierry_: this is a networking problem [02:16] if you have truly cleared your firewall [02:16] please pastebin "sudo iptables -L" [02:17] giovani : http://pastebin.com/d40f1e76a [02:17] my iptables is clean [02:18] indeed [02:18] I tought it my be my router firewall stopping connections even with the port forward but I'm not sure [02:18] that's very possible [02:18] some firewalls suck [02:18] I assure you that if the port is listening, and you have no local firewall, this is an external problem [02:19] so it's either a networking issue on your LAN, or a firewall issue at your router [02:19] or your ISP is blocking the connection [02:19] I checked the doc of my router and it says the firewall blocks all incoming connections from the outside but I can use a DMZ to allow the connections to one specific computer on my network (which I did) and nothing changed [02:19] you could try dmz just for troubleshooting but not recommended for extended use. [02:19] and yes, your ISP could be blocking the traffic. who is your ISP? [02:19] videotron (Canada, Quebec province) [02:20] thierry_, dmz puts that machine outside of the firewall completely. do you have a static IP on the server? [02:20] thierry_: mind sending me the IP you're trying and isn't working (in a pm if you prefer)? [02:20] hrm, i wouldn't know. [02:20] videotron does do some filtering [02:20] I don't remember what, exactly [02:20] blocking port 22 (ssh) is extremely uncommon [02:20] giovani : yes no problem, but it simply times out [02:21] thierry_: ok, well let me test it out myself [02:21] I think I'll do Raid 5. However, ... is their a Howto specific for a new install of Ubuntu? [02:21] Hardy of course [02:21] Please [02:21] Alex_21: you'll need a minimum of 3 drives [02:21] the install is self-explanatory, I think [02:21] Alex_21, if you do hardware raid it's independent of os. [02:21] I have four [02:22] i wouldn't recommend software raid for this very reason. [02:22] Alex_21: RAID5 is a little tedious to set up in the installer, but not hard. [02:22] there's nothing wrong with software raid, honestly [02:22] giovani : I'm retarted with irc, how could I open a PM? [02:22] arrrghhh: and if you use software raid it's independent of hardware! [02:22] thierry_: depending on your client /msg giovani yourmessagehere [02:22] I don't know. I think I'll do software raid [02:22] arrrghhh: which are you more likely to replace? Linux, or your raid controller? [02:22] twb, well that's if he's just running linux... and my raid controller is onboard. [02:22] arrrghhh: that's fake raid. [02:23] twb: hardware raid controllers have components that fail regularly ... good luck recovering that [02:23] what if he wants to run multiple oses? [02:23] arrrghhh: you should never ever use fakeraid. [02:23] thierry_: i'm familiar with videotron, i know they block incoming port 80 and 25 [02:23] twb, i'm not using fakeraid, thank you. [02:23] giovani: exactly, so you're looking at 2×$300 or so, for the spare controller. [02:23] twb: not if it breaks the raid array when it fails [02:23] which happens regularly [02:23] giovani: aha, yes. [02:24] software and hardware raid each have advantages [02:24] I am very glad that we accidentally bought our last IBM with the wrong BIOS, and so went with software raid. [02:24] So is there a software raid install proceedure? [02:24] pmatulis : no kidding? but I'm also stuck with ssh so I don't think the problem is the isp [02:24] the PERCs we run at work have been great. the netware crap we run on top, not so much. [02:24] giovani : th-server.dynalias.net point to my ip [02:24] Alex_21: yes, it's self-explanatory in the installer [02:24] thierry_: yes, I got it [02:24] IMO the chief advantage of hardware raid is that it's faster -- so really it's only valuable for large enterprises. [02:24] giovani : k great, so what's your opinion? [02:24] on modern cpus [02:24] I rather not use hardware radi [02:24] the speed difference is minor [02:24] Raid [02:24] twb: s/faster/usually faster/ :) [02:24] thierry_: give me a few minutes [02:24] giovani: exactly. [02:25] twb: exactly, so speed is rarely a gain with hardware these days [02:25] I guess it's also useful if your server is runing w2k3 or something instead of Linux. [02:25] I am still stuck here with my Alternate installer CD and no instructions [02:25] Waiting, ... :(, ... Lol [02:26] thierry_: this is very annoying ... [02:26] Alex_21: you want to install RAID now? [02:26] your SSH port is completely accessible, and accepting connections [02:26] Alex_21: how many disks do you have *right now*? [02:26] there is NO problem whatsoever [02:26] Three that can go into the machine at this moment [02:26] xxx@lithium:~$ ssh 96.23.224.10 [02:26] The authenticity of host '96.23.224.10 (96.23.224.10)' can't be established. [02:26] RSA key fingerprint is 7c:01:c0:d6:50:f4:23:70:7a:1e:bc:88:ca:bf:ec:44. [02:26] Alex_21: are they all the same size? [02:26] thierry_: there's nothing wrong, so I'm not sure what you're complaining about [02:27] your port 80 is being filtered, this is typical with residential ISPs [02:27] Which ISP [02:27] arrrghhh: actually, you can make a RAID5 with two drives initially -- you just make it with zero parity disks (i.e. start in a degraded state) :-) [02:27] videotron [02:27] I think they are all 320 GB [02:27] giovani : mmm wait, does trying so ssh th-server.dynalis.net from my local network could be the problem? [02:27] twb, lol well then you really aren't getting raid5 are you? [02:27] thierry_: of course ... [02:27] your local network doesn't use an internet IP [02:27] and that DNS name resolves to an internet IP [02:27] thierry_, lol how could you have remote problems if you're not testing it remotely? [02:27] sigh [02:28] * arrrghhh facepalms [02:28] people should not be running servers who haven't gone through networking 101 [02:28] Alex_21: are you installing with the ubuntu server CD? [02:28] Well, ... I have two ready to go in the machine. I can install a third if need be but I rather not. [02:28] pretty much. [02:28] giovani : OMG I'm so sorry to have bugged you, I tought ssh-ing to the thw web adress was the same as remotely [02:28] thierry_: no, your router likely doesn't handle looped connections like that [02:29] thierry_: if you want to rest remote connections, you'll have to be remote ... as in ... not internal [02:29] I have the problem that I noticed that one of my SATA cables is missing [02:29] if you want to test internal connections, use the server's LAN IP [02:29] giovani : wow, probably the most stupid problem I ever had [02:29] thierry_: however, as I said, your web server on port 80 IS being blocked by your ISP [02:29] so you'll have to move it to another port [02:29] hrm i can ssh from a machine on my local network to my externally reachable dyndns address... were you trying to ssh from the local machine back into the local computer? [02:30] So I have two drives. I plan to expand to ten or eight. However, ... I think the other six or four will be 1.5 TB [02:30] arrrghhh: your router handles looped connections [02:30] arrrghhh: many do not [02:30] fancy [02:30] giovani : k, while reading for my problem I've encountered doc on that so I should be able to do it :) [02:30] Alex_21: you don't really want to have ten or eight drives in one machine. [02:30] Alex_21: apart from anything else, you'll have airflow issues. [02:30] Alex_21, unless you have the freakin room sheesh. [02:30] Why? [02:30] arrrghhh: the solution to this is to run an internal dns server where you resolve that same address to an internal ip [02:30] giovani, meh [02:31] so that when you're external, it resolves to the external ip, and when you're internal, it resolves to the internal ip [02:31] Alex_21: RAID5 requires all disks in the array to be the same size; extra size in some drives will just be thrown away. [02:31] most companies do this [02:31] anyway I'm off to bed thanks for all the all and patience [02:31] Ok. [02:31] Alex_21, and i told you, putting the usb/firewire drives into the array, if even possible just seems like a bad idea. [02:31] I won't put FW and USB. That is seperate [02:31] giovani, yea, i think we do. we have a proxy server tho, it bypasses local stuff. [02:32] arrrghhh: what do you mean it bypasses local stuff? [02:32] I have six bays. I'm going to try and add at least two drives [02:32] I mean two more bays [02:32] your proxy server is not likely to proxy ssh connections ... [02:32] giovani, the proxy is bypasses if the site is local... nvm doesn't really matter anyways. [02:32] It is possible to put external drives into an array. It is extremely nightmarish. [02:32] twb, wow. yea, just sounds like a horrible idea. [02:33] What should I do with my server? [02:33] I am going to need to be able to run all my virtual machines off this space [02:34] Alex_21: OK, if you plan to end up with ≥3 drives (of identical size), you should put three in and do a RAID5 install using the ubuntu server CD. [02:34] How should I partition it [02:35] How about two drives. [02:35] I need to get the machine back online by midnight and I'm missing a SATA jumper [02:35] lmao [02:35] You could make a RAID1 now, and then later buy four 1.5TiB drives and replace the RAID1 with a RAID5 of those new four drives. [02:35] That is probably what I'd do if I didn't need the space up-front. [02:35] Ok. How do I do a Raid 1? [02:36] Alex_21: in all cases, go through the server install until you get to the partitioner. Then we'll talk. [02:36] Ok. I'm there [02:36] arrrghhh: you mean YOU bypass the proxy if the destination is local ... of course, why would you proxy internal connections? [02:36] the proxy doesn't bypass :) [02:36] Virtually anyways [02:37] Alex_21: OK, now decide if you're making a RAID1 or RAID5. [02:37] heh [02:38] Alex_21: btw, it's easier for me to pay attention if you preface remarks to me with "twb: ". [02:39] I guess Raid 1 for now [02:39] I'll upgrade later when I get the TB drives [02:40] Alex_21: OK, choose "manually partition", then select each drive and choose to create a new partition table. [02:40] I may just get six or eight TB drives and replace all the 320 GB drives [02:40] Ok [02:40] I have [02:40] Virtually [02:40] Alex_21: then, create a single partition on each, the whole size of the disk. Choose "use as RAID volume". [02:40] Ok. [02:40] Next [02:40] Please [02:40] Now at the top of the partition screen, is "configure raid". [02:41] Which screen? [02:41] The one where you see the partitions of all drives listed. [02:41] The main one that says to Guided use entire disk, ... ETC? [02:41] Ok. [02:41] No, we have already passed that to choose "manually partition" [02:41] I virtually clicked that [02:41] Pick "configure RAID", then choose to create a RAID array, level 1, 2 disks, 0 parity disks. [02:42] Ok. [02:42] Then what? [02:42] Then select the two partitions you just created and click next. [02:42] What about Boot? [02:42] Alex_21: it's a RAID1, so you don't need a separate /boot. [02:42] How do you select two? [02:42] They'll be check boxes. [02:42] Ok. [02:42] then what? [02:43] OK, then you'll be taken back to the main screen, and there's be a new partition listed. [02:43] Select it, and choose "use as LVM physical volume". [02:43] Ok. [02:43] Then what? [02:43] Then again back to the main screen, and choose "configure LVM" at the top of the screen. [02:43] Create an LVM volume group using the one physical volume. [02:44] Then create logical volumes for root, swap, and anything else you want (e.g. a separate /home and /srv). [02:44] Then what? [02:45] Finally, go back to the main screen and you will see these logical volumes listed like partitions. Make each one ext3 (except for swap), and choose where to mount them. [02:45] Ok. [02:45] That is it? [02:45] That's it. [02:45] Thanks a million [02:45] You should also grab a copy of the install guide while you're at it, as it covers a lot of this. [02:46] Where? [02:46] I dunno, on Ubuntu's website somewhere. [03:13] Thanks for all the help [03:13] Good night [03:15] !ssh [03:15] SSH is the Secure SHell protocol, see: https://help.ubuntu.com/community/SSHHowto for client usage. Putty is an SSH client for Windows; see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for it's homepage. For setting up the SSH server, please see: https://help.ubuntu.com/9.04/serverguide/C/openssh-server.html . Advanced SSH uses: https://help.ubuntu.com/community/SSH/OpenSSH/Advanced . See also !scp (Secure CoPy) === MTeck is now known as MTecknology [03:53] Why isn't there an ubuntu-server metapackage? [03:55] It's done through tasksel, IIRC. [03:55] Any particular reason it's different from ubuntu-standard and friends? [03:55] I guess a "base" server basically *is* just ubuntu-standard... [03:56] Because of that number of options, also. [04:50] I just addded "local1.info /var/log/out.log" (with a tab) to my syslog.conf -- but it's not working [04:51] logger -p local1.info test [04:51] am I doing something wrong? I CAN however see it go into the default /var/log/syslog [04:57] Maybe you have to restart syslog? [04:57] Are you using syslogd, or rsyslog? [04:57] Yep, no luck [04:57] syslog-ng [04:57] syslog-ng doesn't read syslog.conf [04:57] But I'd recommend rsyslog over it, because it has been adopted by Debian. [05:02] hrmm, your right. Weird that I have syslog-ng actively running, but /etc/syslog.conf [05:03] oh_noes: that would be because something like base-files fucked up [05:03] Or because sysklogd is still configured, though not installed. [05:03] i.e. you removed it instead of purging it. [05:03] ta [05:05] why would I have a /etc/init.d/syslog-ng script, even though apt-get remove syslog-ng stays its not installed? === lokix is now known as lokixza [08:42] any one know how I can check the amout of data trnsfered through ssh? I am using Unison to sync data between two machines. Unisons doesn't provide any switch for tht. [08:46] rags: I think unison logs statistics like that if you give it the -log and -logfile options?? [08:47] I've not used it for a while, but... I *think* unison can be made to tell you how much work it did :) [08:47] jmarsden: ya I do have a log file, but no data tranfer info..:(. It just gives the list of coflicts and the files trnsfered. [08:48] Then there's a another switch that adds them to that log... let me look for it... did you read /usr/share/doc/unison/unison-manual.txt.gz for info about this? [08:49] I just raed the online manual...although my version is older. [08:50] I have just used teh logfile switch...not -log...should I use both..-log as well as -logfile? [08:51] maybe tht would make a diff...but I think -log is implicit when I mention -logfile [08:52] Wouldn't hurt to try both. Also you could try debug, although that might get you too much info :) [08:53] ya...I'll try them...thx. [08:57] No problem. You can try adding -v or -vv or -vvv to the ssh command too, but I think getting unison to tell you the info is better if you can do it :) [08:57] rsync, at least, has summary options. [08:57] But obviously unison/rsync won't include the ssh overhead. === yann2_ is now known as yann2 [10:09] Any idea why 9.04, unlike 8.04, tries to read /proc/modules repeatedly when creating a ramdisk? [10:09] I'm inside a chroot; there is no /proc. [10:10] I wish Ubuntu would stop shipping CDs with broken /vmlinuz and /initrd.img symlinks in the squashfs. [10:15] WTF is vmcoreinfo-2.6.28-11-generic [10:15] Hmm, apparently no kernel in there. === tuxlinux_ is now known as tuxlinux [10:31] good evening fellow. I need help in setting up a virtual host. any one? [10:32] anybody out here? [10:32] bubba: no [10:33] i c [10:33] how do you change channels? [10:33] I am busy trying to get JEDGAR to accept my mail-order anthrax business. [10:34] bubba: /join #foo [10:34] how? [11:41] hello everybody [11:46] Hi [11:46] * dazman is in and out at the moment === tuxlinux_ is now known as tuxlinux === asac_ is now known as asac [14:58] hello everybody [14:58] i have an installation with LDAP configured. Now im configuring the users profile. i want to configure the "K" panel to all users and lock the desktop, but i dont know where is the file to configure that. anoybody knows? [15:02] anybody? [15:04] sczgilae: Since this is also a KDE question you may want to enquire in #kde [15:04] genii: thanks [15:11] hello ;:) [15:11] hi [15:11] is there any torrent client with web interface? [15:11] utorrent? [15:11] i dont have gui [15:11] it need to be shell [15:18] rtorrent ;d [15:27] I've got a vps setup remotely with ubuntu server 8. When I ssh in as root, ls shows all area's as empty. Is that normal behaviour? I was expecting to see at least the var and www folders. [15:41] kirkland: your related_packages call picks up ikvm, which (afaik) is unrelated to kvm [15:41] and libikvm-native [15:41] kirkland: kvm* rather than *kvm* might give you what you want with less noise [15:48] jdstrand: what's the state of auth-client-config? [15:48] jdstrand: is it still maintained and should its usage be pushed/recommended? [15:51] mathiaz: I do maintain it, but I am not actively developing it [15:51] (it does what it needs to for those who want it) [15:52] jdstrand: IIRC you've added support for the new pam-auth-update that landed in interpid [15:52] mathiaz: generally, people should be using pam-auth-update, and when that doesn't work, can consider auth-client-config [15:52] mathiaz: I did not add support-- I made sure to get out of pam-auth-update's way [15:52] jdstrand: ok - however pam-auth-update only deals with the pam stack [15:53] jdstrand: the nss stack still needs to be taken care of separately. [15:53] mathiaz: that is correct. slangasek mentioned at one point that he might do something similar with nss, but I don't know the status of that [15:54] the last I talked to him about it was UDS for Jaunty, and IIRC, you were present [15:54] jdstrand: ok. [15:55] jdstrand: considering that configuration a system to leverage a directory requires both modification to pam and nss I'm considering using auth-client-config [15:55] * jdstrand nods [15:55] jdstrand: *configuring* a system [15:56] jdstrand: ok - so dropping profiles in /etc/auth-client-config/profiles.d/ and then using auth-client-config is the best option for karmic [15:56] I can't speak to the 'best option' part, but it will work [16:00] mdz: k [16:00] kirkland: not a big deal, just a suggestion to keep it clean and readable [16:02] mdz: right, thanks [16:03] Is there something special to configure bind9 as a caching dns server ? [16:04] helo [16:06] mdz: fix uploaded to karmic, cheers [16:15] ttx, ping [16:18] Max007: no...a standard bind install is caching - just need to setup forwarders [16:18] zoopster: should I use the root servers or forwarders ? Which is quicker ? [16:19] Max007: never use them as forwarders...use your local isp's servers [16:19] zoopster: i dont use them as forwarder... bind uses them by default [16:21] Max007: not sure who "them" is, but a forwarder is who you pass requests to initially...it should NEVER be direct to root servers [16:23] Max007: by default, bind uses root servers (them [16:23] Max007: by default, bind uses root servers (them) to resolve. There's no forwarders. Should I keep it that way or use ISP dns as forwarder ? [16:26] Max007: dont use root servers, they are a few, if you can use your ISP, or opends,.org === simplexi1 is now known as simplexio [16:28] Max007: forwarders by default are blank afaik, use a local ISP or opendns as jmedina mentions...you want your initial forward to be as close as possible to you or you will notice slowness in browsing [16:34] okay [16:34] thanks [16:41] i have an installation with LDAP configured. Now im configuring the users profile. i want to configure the "K" panel to all users and lock the desktop, but i dont know where is the file to configure that [16:44] sczgilae: have you look at kde kiosk? [16:45] what's that? [16:48] jmedina: could you help me compañero? [16:50] sczgilae: I thinks this questions go in #kde channel [16:50] this is server channel [17:00] hey guys im wondering if anyone can help me out with pptpd [17:00] basically ive installed and it connects fine and registers on the network ok too [17:01] only thing is it disconnects when i try to request a web page on the same server? (apache + pptpd are on the same box) [17:01] any idea why? [17:06] anyone? [17:37] New bug: #377555 in mysql-dfsg-5.0 (main) "MySQL lacks IPv6 support" [Wishlist,Confirmed] https://launchpad.net/bugs/377555 [17:52] I need to know the *name* of a process that every now and then is changing a file.. How can I monitor that file to get that process name?I need to know the *name* of a process that every now and then is changing a file.. How can I monitor that file to get that process name? [17:54] phoenixz maybe if you install "iotop" can you see [17:59] sczgilae: well, the change is very quick.. a rewrite actually.. the file is a small config file and is copied over.. I need to know what process does this.. [18:06] phoenixz: fuser could be one you are looing for [18:58] any one here uses rtorrent? [19:08] BrixSat: I used to [19:09] BrixSat: yes [19:09] [phaidros]: why dont you use anymoere? [19:09] im having problems setting it up :S [19:09] be more specific [19:09] BrixSat: did you use the ubuntu package, first of all? [19:09] not doing torrent on server anymore, took it back on dektop, hm, doing not much torrent lately [19:09] giovani|work:yes [19:10] BrixSat: then be specific about "having problems setting it up" [19:10] apt-get install rtorrent [19:10] i wanted to use wtorrent (web interface for rtorrent) [19:10] but i cant connect booth [19:10] ok, wtorrent is not "setting up rtorrent" though [19:10] is rtorrent functioning on its own? [19:11] it needs to be functioning before you add other things on [19:11] it runs [19:11] ok, so there is no problem with rtorrent? [19:11] contrary to what you said initially [19:11] but the directive scgi_port = localhost:5000 is not making efect on rtorrent.rc [19:11] that is why i say the problem is in rtorrent [19:12] consult #rtorrent [19:12] i never knew the had a channel [19:12] rtorrent is functioning properly in the ubuntu sense -- it sounds like you need help on a specific wtorrent configuration [19:12] the vast majority of open source projects do ... [19:12] :D [19:16] hello all, i have a problem trying to update my Ubuntu Server [19:16] http://ubuntu.pastebin.com/m64f3ce88 [19:16] someone can help me ? [19:17] hollman: that's a sources.list, I can see no problem with it [19:17] hollman: what is the question/problem? [19:18] phaidros, zoopster excuseme [19:18] http://ubuntu.pastebin.com/m7c82f2d0 [19:18] kirkland: have you seen the recent dpkg-divert error in byobu? [19:18] http://ubuntu.pastebin.com/d70298c9a [19:20] phaidros, zoopster any idea ? [19:21] hollman: in spanish? looks like an invalid request? [19:22] yes in spanish, im Colombian :P [19:26] New bug: #382501 in samba (main) "CIFS File Transfer from Ubuntu to Windows Share results in 0 Bytes File ! The File is LOST" [Undecided,New] https://launchpad.net/bugs/382501 [19:31] jbernard__: ? [19:31] jbernard__: what error is that? [19:36] kirkland, I have a quick question :) that i'm sure you can help me with. I'm merging openvpn. Should I drop lsb-base from debian/control if debian has dropped it too?? Or it needs to be there to support status_of_proc() [19:37] kirkland: http://ubuntu.pastebin.com/d70298c9a [19:37] RoAkSoAx: probably the latter [19:37] jbernard__: i'm on it [19:38] kirkland: awesome, quick fix? or shall i file a bug? [19:38] kirkland, cool thanks :) [19:38] jbernard__: already there [19:38] Bug 382462 [19:38] Launchpad bug 382462 in byobu "byobu 2.6 fails to install" [Undecided,Confirmed] https://launchpad.net/bugs/382462 [19:52] hi there, im looking for a php-based webmail but i need the users to logging in without a email account, i need to have users, like user1, pass user1, and once logged in they would access to a preconfigured email account. Is there something like this out there? [19:57] jbernard__: okay, i just uploaded a fix [19:57] jbernard__: could you test byobu-2.7 when its available? [19:57] jbernard__: ie, when the build completes? [19:57] jbernard__: btw, had a good discussion at uds about update-motd and inotify [19:57] jbernard__: keybuk is adding inotify watch capability to upstart very soon [19:58] jbernard__: we'll use that as soon as he finishes it [19:58] jbernard__: then we won't have to deal with MIR'ing one of the inotify daemons [19:58] jbernard__: and we won't need an init script; just a config file that upstart would process [20:07] can ubuntu server boot from an LVM partition? [20:18] W8TAH: I haven't tested -- I presume not [20:18] that's a (relatively) modern feature of grub [20:24] kirkland: im on it [20:25] kirkland: update went smooth, no failures [20:30] kirkland: for byobu, all looks well [21:09] ok - thanks - i ended up going with an ext3 boot partition and / on a raid 5 [21:10] W8TAH: ext2 for /boot, sir [21:10] journaling is a waste of space on /boot [21:39] W8TAH: just fyi, 9.04 worked fine with an LVM /boot [21:39] I guess 9.04 went to lilo without me realizing? === MTeck is now known as MTecknologyu === MTecknologyu is now known as MTecknology [23:55] <[DeViL_KiLLs]> Hello ! i need some file from ubuntu 9.04 /desktop edition/ apache /etc/apache2/sites-enabled/default [23:57] <[DeViL_KiLLs]> Please help me