/srv/irclogs.ubuntu.com/2010/07/27/#ubuntu-server.txt

ivoksit's 1am here, you know :)00:01
AndyGraybealah sorry, you'll be sleeping soon.00:03
AndyGraybealwell, don't wait on me. i'll figure it one way or another.  i'll be here tomorow as well.. i need to get this done this week.00:03
ivoksrun pvcreate with -vvv00:04
AndyGraybealok00:04
ivoksit might give you a clue what's going on00:04
AndyGraybealthank you for the insight.00:05
ivoksyou've already created md0?00:05
AndyGraybealyes, it should be there.. i just deleted and recreated it in the installer00:05
AndyGraybealwhen i used the installer to set the LVM on it - it said the same thing in the command line (couldn't find /dev/md0 or it was filterd)00:06
ivoksrun pvcreate with -vvv00:07
AndyGraybeali'm not there yet, but when i get there, i will.00:07
webPragmatisthey guys i am having issues with cron.d not working…. i have */5 * * * * www-data php -q /var/www/mydomain.com/tickets/public/api/cron.php00:07
AndyGraybealrebooting now00:07
webPragmatistit doesn't seem to run00:08
ivokswebPragmatist: use full path to php00:08
ivoksand check /var/log/syslog00:08
webPragmatistivoks: okay thanks00:09
webPragmatistoh i get Error: bad username;00:10
AndyGraybealmdadm -D /dev/md0 .. currently says it's rebuilding (38% complete)00:12
ivoksAndyGraybeal: that could be a reason why it isn't working00:13
AndyGraybealokay, i'll wait for it to build.00:13
ivokstry pvcreate anyway00:13
AndyGraybealoh idid..it says the same thing; and -vvv is lots of data, how do i redirect it into a file?00:14
AndyGraybealoh on boot up i noticed an error cannot find /dev/null ... i was like.. that sounds bad!00:14
AndyGraybealbut it's there.. so i odn't know00:14
ivoks10 years and you still don't know how to redirect stdout?00:16
ivoksbad windows sysadmin :)00:16
AndyGraybealwell i tohught it was like > filename00:16
ivoks1> name_of_the_file 2>&100:16
AndyGraybealk i've never seen that before, thank you.00:18
AndyGraybealhere's the pastie: http://pastie.org/1061328 .. there's a lot more devices it lists.. but i figure you'd get the drift from here - i think this is the meat of the matter.00:22
AndyGraybealit says partition table signature found, skipping.  is that the problem?00:23
ivoksyes, it is00:23
AndyGraybealis that resolved with parted?00:23
ivoksmdadm --stop /dev/md000:24
ivokswhat disks/partitions are in /dev/md0?00:24
ivokswhich00:24
AndyGraybeali'm not sure, how do i find out?00:24
AndyGraybeali thought i removed all the partitions.00:24
AndyGraybeali thought i actually re-created the whole array when i re-installed.00:25
AndyGraybeali mean, i remember going through the motions atleast.00:25
AndyGraybealfdisk -l doesn't show anything00:26
ivoksdmesg | grep '320 GB'00:27
AndyGraybealbut maybe tha'ts cause i --stoped it00:27
ivoksdid you run what i said?00:28
AndyGraybealhttp://pastie.org/1061336 <--- yes00:28
AndyGraybealyes, sorry it took me a second00:28
ivoksso, it'd sdb->sde00:29
ivoksfdisk -l /dev/sdb00:30
ivoksfdisk -l /dev/sdc00:30
ivoksfdisk -l /dev/sdd00:30
ivoksfdisk -l /dev/sde00:30
ivokscheck if there are any partitions on those disks00:30
ivoksif there are, delete them00:30
AndyGraybealokay00:30
AndyGraybealit looks like the block size is different in both those pasties, the last one is 512bytes, and the first one is 4096bytes (i don't know if this has anything to do with it)  i'm going to do the fdisk -l now.00:30
AndyGraybealthey all have: Linux raid autodetect as the "System"00:31
ivokspaste output of one of those disks00:32
AndyGraybealk00:32
AndyGraybealhttp://pastie.org/106134400:32
ivoksdelete those partitions00:32
ivoksor00:33
ivokswait, don't00:33
AndyGraybealk, yea, i htink i need them for the RAID00:33
ivoksnot really, but anyway00:33
AndyGraybealokay, yea, i have no idea.00:34
ivoksmdadm --zero-superblock /dev/sdb00:34
ivoksmdadm --zero-superblock /dev/sdc00:34
ivoksmdadm --zero-superblock /dev/sdd00:34
ivoksmdadm --zero-superblock /dev/sde00:34
AndyGraybealok00:34
AndyGraybealoh maye i need to turn md back on?00:34
AndyGraybealmdadm: Unrecognised md component device - /dev/sdb00:34
ivoksdid you stop the array?00:35
AndyGraybealyou had asked me to, i haven't startd it back up yet00:35
ivoksok00:35
ivokstry with sdb100:35
AndyGraybealshould i start the array?00:35
AndyGraybealoh sdb1 nm00:35
AndyGraybealworked00:35
AndyGraybeali'll keep going00:35
ivoksright00:36
AndyGraybealk, all done00:36
AndyGraybealshould i try pvcreate now?00:37
AndyGraybealer i guess i should start the array, but i'll wait for further notice.00:37
ivoksmdadm -A /dev/md000:37
ivoksthen pvcreate00:38
AndyGraybealk00:38
AndyGraybealafter: mdadm -A /dev/md0 .. it says: mdadm: no devices found for /dev/md000:39
AndyGraybealgah!00:39
ivoksmdadm -A --scan00:39
ivokslol, i'm stupid :)00:39
AndyGraybealsame answer00:40
ivoksyou've cleand the superblock00:40
ivoksof course it won't work00:40
AndyGraybealokay.00:40
AndyGraybealso recreate the array?00:40
lox_ivoks, sorry had an appointment, donno if it boots from the disk in fact because the grub screen never shows00:40
ivoksmdadm --build /dev/md0 --level=5 --raid-devices=4 /dev/sdb1 /dev/sdc1 /dev/sdd1 /dev/sde100:40
AndyGraybealah --level=10 for me00:40
zulivoks: heya...dovecot 2.0 is suppose to be out in a couple of days...whadayathink?00:40
AndyGraybealunless you think level=5 is better00:41
lox_ivoks, I even went in the bios to tell it to boot from second hard drive00:41
ivokslox_: did you replace the disk with boot partition?00:41
ivokszul: i was a bit off for some time; i have to catch up with what's new00:41
lox_ivoks, yes it has a boot partition with bot flag (the boot is in the raid1 too)00:41
lox_And I already copied the parytition table of sdb to the new sda00:42
ivoksAndyGraybeal: i was under impression that you are building raid500:42
AndyGraybealraid10, and it says to use 'create' instead of 'build'00:42
ivoksright, create00:42
AndyGraybealgo ahead with that, otherwise, i'll take your recommendations.00:42
zulivoks: okies...i was tempted to00:42
ivokszul: we might :)00:43
ivokszul: give my just some time to examine everything00:43
AndyGraybealivoks, everything is checking out; should i wait for rebuild or should i just go ahead and try pvcreate00:44
AndyGraybeal?00:44
zulivoks: no problem00:44
ivoksAndyGraybeal: do pvcreate00:44
AndyGraybealivoks: same response: /dev/md0 not found or ignored by filtering; .. the -vvv returns the same; partition table signature found, and fdisk -l reports the same: Linux raid autodetect.00:46
ivokstime to hit the bead...00:46
ivoksbed00:46
AndyGraybealalright, thank you for your help ivoks.00:47
ivoksAndyGraybeal: then just wait for it to build00:47
AndyGraybealokay thank you00:47
ivoksnever did md level 1000:47
AndyGraybealokay; i don't know what to think about it in comparison with 500:47
ivokspaste output of cat /proc/mdstat00:48
AndyGraybeali used to do 5 with evering00:48
AndyGraybealhttp://pastie.org/106135800:48
Jinxed-What would be a good way to do a VoD/File Server/Voip System00:49
Jinxed-I was originally going to use xbmc for VoD00:49
ivoksAndyGraybeal: wait for it :)00:49
ivoksgood night00:49
Jinxed-but then I just went with simple file sharing00:49
AndyGraybealivoks: thank you00:49
Jinxed-for VoD and file server00:49
Jinxed-but I feel like that is a very poor solution00:50
AndyGraybealJinxed-: what is VoD ?00:50
Jinxed-AndyGraybeal, Video On Demand00:50
Jinxed-basically to allow for streaming video00:50
AndyGraybealaah ok, thank you00:50
=== mdeslaur is now known as mdeslaur-afk
Jinxed-aka I don't want to broadcast, I want to allow remote users to request a stream00:51
Jinxed-Any suggestions?00:51
AndyGraybealwell, your aware of asterisk for voip, i'm sure.  i've set that up before and got it to work.. so if i can do it, it must be fairly straight forward.00:51
Jinxed-haha00:52
Jinxed-yeah I was planning on using asterisk00:52
AndyGraybeali shouldn't be allowed to answer questions though, they should keep me in a cage and ask the on-lookers not to feed me.00:52
Jinxed-i was even tempted to try * with vmware so I could use AsteriskNow00:52
AndyGraybealfileserver, i guess would be samba or nfs if your all *nix00:52
AndyGraybeali would use asterisk straight up, it's fairly easy.00:53
AndyGraybealthe guys in the channel are pretty nice too00:53
AndyGraybeal#asterisk that is00:53
Jinxed-they told me to use AsteriskNow00:53
Jinxed-but yeah I would be willing to try Asterisk with ubuntu00:53
AndyGraybealasterisknow is linux, vmware is not needed correct?  i would us KVM and not vmware, but i'm sure that could be a holy war in a bottle.00:54
Jinxed-someone mentioned trying to use zfs00:54
AndyGraybealzfs is more for bsd, but i'm sure someone here can answer better than myself.00:54
Jinxed-haha, i actually was going to use virtualbox00:54
Jinxed-for virtualization00:54
Jinxed-so I could just basically have the two OS00:54
AndyGraybeali wouldn't run any server program in virtualbox; i would stick with kvm, but like i said, i shouldn't be answering questions.00:54
Jinxed-haha00:55
Jinxed-alright00:55
AndyGraybealyou should wait for osmeone else to respond before you listen to me, seriously00:55
Jinxed-It seems like simple file sharing (right click share folder) is a poor system00:55
lox_ivoks, so, no idea why it won't boot from sdb ?00:55
AndyGraybeallox_: ivoks went ot sleepytime00:55
lox_AndyGraybeal, oh, ok ... Can you help me with my raid problem ?00:56
AndyGraybeallox, no no no bro.. i'm trying to strangle myself with mdadm as we speak.00:56
Jinxed-AndyGraybeal, so what server features should I install on top of the regular desktop installation00:57
AndyGraybealJinxed-: i would do the opposite, install server, then install ubuntu-desktop ontop of that.  but you'd probably want atleast openssh-server, you'd need the KVM stuff for virtualization if that's where you wanted to go.00:58
AndyGraybealJinxed-: i run samba for fileserver but only because i got to run some windows boxes.. i'd probably do NFS otherwise... i've never touched ZFS, so i can't tell you what about that.00:59
AndyGraybealmy finance ladies won't learn openoffice and i swear my hair falls out when i run MS Office in wine... so windows boxes it is (even if they are KVM'd)00:59
Jinxed-ha, well currently i just have ubuntu desktop01:01
AndyGraybealmy whole group is fine wiht openoffice accept the finance ladies.. makes me angry, they gang together.. saying that the calc, now called spreadsheet or something is too different and they don't want to learn something different.01:01
Jinxed-i don't have any server features (except for vlan and samba installed)01:01
AndyGraybealsudo apt-get install openssh-server ... atlest.01:03
AndyGraybealyou should read about KVM and libvirt; ubuntu has nice docs!01:03
Jinxed-you happen do be able to donate a link?01:03
AndyGraybeali use kvm with libvirt, i like 'virsh' the command line that controls the virtual machines.01:03
Jinxed-:p01:03
AndyGraybealyea hold01:03
AndyGraybealhttps://help.ubuntu.com/community/KVM01:04
AndyGraybealthere is also #ubuntu-virt and they are huge help01:04
AndyGraybealand #kvm and #libvirt if i recall correctly01:05
AndyGraybeallox_: i'm building my array as we speak, 38% done.01:05
beefstakeHeya. :)01:07
AndyGraybealhi beefstake :)01:09
lox_AndyGraybeal, can i rebuild my array from livecd ?01:13
beefstakelox_: if it's a mdadm raid array then you should able able to yep.01:14
lox_beefstake, hi, yes it is01:14
beefstakeMhmm yep you should be fine.01:14
lox_beefstake, I needed to replace sda and do removed it from the array, shutdown, replaced disk and it won't boot from sdb01:15
beefstakeRAID 1 yep?01:15
lox_yes01:15
beefstakeDid you have the md device set as the boot device or one of the raid members?01:15
lox_beefstake, yes01:16
lox_a boot partition in raid1 and a / partition on raid1 too01:16
beefstakeAhh kk yep.01:16
lox_beefstake, but won't boot from sdb and I am stuck there01:17
beefstakelox_: What you need to to then is boot up the live cd01:20
beefstakeThen force assemble the array.01:20
lox_beefstake, done01:20
lox_how ?01:20
lox_http://gist.github.com/49150101:20
beefstakeAhh like sdX5 are the / partitions?01:21
lox_yes, what is wrong with it ?01:21
beefstakeWell you need to do both anways01:21
beefstakeSo you do it like this:01:21
beefstakeHmm wait, have you recreated the partitions on sda yet?01:22
lox_yes01:22
lox_using sfdisk01:23
beefstakeKk cool.01:23
beefstakemdadm --assemble --force /dev/md0 /dev/sda5 /dev/sb501:23
lox_http://gist.github.com/49150601:23
beefstakeShould complain about not having a superblock.01:23
lox_true01:24
lox_mdadm: no recogniseable superblock on /dev/sda501:24
lox_mdadm: /dev/sda5 has no superblock - assembly aborted01:24
beefstakeYep k.01:24
beefstakemdadm --assemble --force /dev/md0 /dev/sb501:24
beefstakeWe will add sdb in just a sec.01:24
beefstakemdadm --re-add /dev/md0 /dev/sda501:25
beefstakeTry those 201:25
lox_$ sudo mdadm --assemble --force /dev/md0 /dev/sdb501:26
lox_mdadm: cannot open device /dev/sdb5: Device or resource busy01:26
lox_mdadm: /dev/sdb5 has no superblock - assembly aborted01:26
lox_sudo mdadm --re-add /dev/md0 /dev/sda501:26
lox_mdadm: cannot get array info for /dev/md001:26
beefstakeWait, what.01:26
beefstakeWhich is the drive that didn't fail?01:26
lox_sdb01:26
beefstakeThat can't be right..01:26
lox_I hotremoved sda, shutdown and replaced it, then rebooted01:27
beefstakeHmm.01:27
lox_Has it won't boot, I loaded live cd and copied partitions to sda01:27
beefstakeyeah.01:27
lox_cta /proc/mdsat gives nothing from livecd01:27
beefstakeThe issue here is that sdb is reporting that it doesn't have a raid super block.01:27
AndyGraybealwhat did you use to copy partitions? dd?01:28
beefstakeYeah because no mds are running.01:28
lox_no sfdisk01:28
AndyGraybeallox_: aah.. *googles01:28
beefstakeNah you shouldn't dd them, you should only copy acroos the partition layout with sfdisk.01:28
lox_This is what I have done01:28
beefstakemdadm should resync the disks once you readd them to the array.01:28
lox_I used sfdisk and copied only the layout01:28
beefstakeThe issue here is that sdb is saying it doesn't have a superblock...01:29
lox_it worked yesterday, I used exactly same process to replace sda (and of cource I waitied resync to finish)01:29
lox_(needed to replace both because of SMART errors)701:29
beefstakeMhmm.01:29
lox_But it booted on sda when removed sdb01:29
lox_now it won't booton sdb, why ?01:30
lox_Is that normal (from livecd):01:31
lox_$ cat /dev/md001:31
lox_cat: /dev/md0: No such file or directory01:31
lox_$ mdadm --detail /dev/md001:34
lox_mdadm: cannot open /dev/md0: No such file or directory01:34
lox_is that normal ?01:34
lox_beefstake, can I try mdadm --create /dev/md1 --level=1 --raid-devices=2 /dev/sdb5 /dev/sdb5 ?01:36
lox_Or it may erase my data ?01:36
beefstakeYeah don't use create.01:39
beefstakeCreate is bad.01:39
lox_beefstake, why don't I have /dev/md0 when I boot with the livecd ?01:39
AndyGraybealsounds scary lox_ do you have your data backed up?01:42
lox_arf ... part of it01:42
AndyGraybealhopefully beefstake can help :)01:42
AndyGraybeali'm sure he can.01:42
AndyGraybeali'm on the edge of my seat hoping there is a good outcome.01:42
lox_The array was working so nicely ...01:43
AndyGraybealhow long?01:43
lox_many month01:43
AndyGraybealnice01:43
lox_sudo mdadm --assemble --scan01:44
lox_mdadm: /dev/md0 has been started with 1 drive (out of 2).01:44
lox_mdadm: no devices found for /dev/md101:44
lox_cat /proc/mdstat01:44
lox_Personalities : [raid1]01:44
lox_md0 : active raid1 sdb1[1]01:44
lox_      476519872 blocks [2/1] [_U]01:44
lox_      01:44
lox_unused devices: <none>01:44
lox_beefstake, ?01:44
AndyGraybealthat means all your data is there, correct?01:45
lox_I miss sdb501:45
lox_where all data is01:45
lox_oh tru my data is here01:46
lox_and boot is on it too01:47
AndyGraybealmaybe back up now before things get worse01:47
lox_so sdb5 could be swap01:47
lox_AndyGraybeal, sure ;)01:47
AndyGraybeali hate living by a thread :)01:47
lox_AndyGraybeal, should I use dd ?01:48
lox_the fastest backup solution will be the best ;)01:48
AndyGraybealoh i have no idea, maybe that find and cpio or rsync to another drive just to be safe.01:48
AndyGraybealyou should lisgtne to someone here, not me. i'm a newb01:48
AndyGraybealdd would be slow i assume.01:48
AndyGraybealyou saw how ivok was scolding my ignorance :P01:49
lox_;)01:50
lox_Backing up01:54
lox_What is the best way to handle swap partitions in a raid1 array ? I have added the swap partition to the raid1 aray is it theway to do ?01:55
AndyGraybealwhat are you using to backup (curious)?01:56
lox_rsync01:56
lox_I could have used cp -a01:56
AndyGraybeali've been reading that cp -a isn't a good solution, that find and cpio is better, or rsync.01:56
AndyGraybealbut i'm not sure honestly01:57
lox_Basically rsync does what cp -a does with some feature like incremential backup01:57
lox_http://www.mikerubel.org/computers/rsync_snapshots/#Rsync01:58
AndyGraybealokay01:58
lox_AndyGraybeal, but for everyday use, I use rdiff backup01:58
AndyGraybealah nice02:00
AndyGraybealyea, i just read now that rsync is a bad idea because of the overhead it might take while trying to 'sync' to a empty destination02:00
AndyGraybealso many variables :)02:00
lox_rdiff backup only backs up diff changes between files, so I can backup every two hours with it02:01
lox_I stil don't see why it is not booting from sdb alone, everything is there: grub, boot flag02:03
AndyGraybealokay, my problem is that i can't seem to build a LVM on top of a newly made array.  when i try 'pvcreate /dev/md0' it says: "Device /dev/md0 not found (or ignored by filtering)"  but that error is a little bogus because  when i do pvcreate -vvv /dev/md0, it says: "   /dev/md0: Skipping: Partition table signature found"  .. so this is where i am stuck.  i don't know what to do.  fdisk says this: http://pastie.org/1061462  ... 02:12
AndyGraybealif anyone can help me get rid of this GPT on my raid array, that might move me forward in creating an LVM on it.02:13
lox_AndyGraybeal, sorry I dono LVM, never foudn a use to it ...02:15
AndyGraybeallox_: thank you for the response.  yea, i was going to give it a go, see how things worked out.02:16
lox_What do u need lvmfor ?02:16
lowridahan added layer of failure (in most cases)02:17
lox_lowridah, that is whta I miss it seems, for me LVM is just usefull for resiing patitions02:18
AndyGraybeallox_: yea, i hear i can resize partitions on the fly too, that sounds nifty02:18
AndyGraybeallox_: i don't know, maybe it's another layer of confusion i don't need, but i was gonna give it a shot this time around.02:18
lox_AndyGraybeal, a long time I have not used many parition for one system....02:18
AndyGraybeali want to have my /home and /srv as seperate partitions02:19
AndyGraybeali got 70 users and i don't know how things will go in the future, so we'll see.02:19
lox_AndyGraybeal, what is /srv used for ? I only saw ebox using it until now ...02:21
=== jjohansen is now known as jj-afk
pnunnGuys.. I need some help with a EUC setup.  I've been pouring over the docs and found that I shouldn't be makeing edits to the network stuff in eucalyptus.local.conf but should be using eucalypts.conf (acconding to open.eucalyptus.com).. hovever, the changes I make there never seem to get into the local file and the local file takes precidence it seems.02:21
pnunnNow... the local files has a big warning about not changing it directly.. so WHERE THE HELL DO YOU CHANGE THINGS???02:21
pnunnI'm trying to setup some IP's that are public so I can see the machines from the outside02:21
AndyGraybeallox_: i'm gonna use it for all my users data.. aside from their /home (personal data) of course. my computer acts as a file server.. so that's where their shared files will go.02:23
AndyGraybeallox_: read .. file system hierarchy and it gives and explaination02:23
AndyGraybeallemme bring up the url02:23
AndyGraybealhttp://www.pathname.com/fhs/pub/fhs-2.3.html#SRVDATAFORSERVICESPROVIDEDBYSYSTEM02:24
lox_AndyGraybeal, thks for the link, bookmaking it02:26
AndyGraybealyea, i think i'm gonna head out -- i will get back on this in the AM here on EST.02:27
AndyGraybeallox, what is ebox?02:28
wizardslovakhello people03:40
wizardslovakjeez those f.... centos people are idiots03:45
beefstakeLol03:45
beefstakeWhat did they do now?03:45
MTecknologywizardslovak: I found a lot of them nice to talk to now and then03:47
wizardslovakhuh03:48
wizardslovakask question ?03:48
wizardslovakbs03:48
wizardslovaki did and none to help , just started bitching about how untechnically i am and how english is barrier to learn , wtf?03:48
beefstakeLol.03:51
beefstakeFail.03:51
beefstakeWhat did you need to know?03:51
beefstakeI use CentOS a fair bit.03:51
wizardslovakdamn sudoers file03:51
wizardslovakbut forget it , ill use ubuntu from now on03:51
lox_beefstake, u have a few minutes?03:52
wizardslovakalso that ubuntu is as easy as windows , so no technicall people stop on debian , huh as i said idiots!!!03:52
beefstakelox_: Yeah, you still having trouble with your raid?03:53
lox_beefstake, mdadm --assemble --scan found my md0 aray but not the md1 (swap)03:53
lox_I added sda to md003:53
lox_it syncs as I speak03:53
beefstakelox_: Nice, you are home free then. :)03:54
lox_But what about md1 (swap) can I start without it (still in livecd session)03:54
beefstakeThat's fine, your system will boot without swap.03:54
lox_ok03:54
lox_now what do u think of my weird problem of not being able to boot on sdb ?03:55
lox_md0 is in grub03:55
lox_boot is in md003:55
wizardslovakalways liked ubuntu people , so kind ;) thx whoever invented ubuntu03:55
lox_it has grub in it03:55
andyltmAnyone have IS C config and Ubutun 9.x and upgrade to 10.x and feel good? or were there issue or major problem03:55
lox_and the boot flag is set on the partition03:55
beefstakeMhmm..03:55
lox_beefstake, I ask it because of what could happen if sda fails again ...03:55
beefstakelox_: That shouldn't have been an issue though.03:55
beefstakelox_: What should normally happen is you boot with the array in a "degraded state"03:56
beefstakeMeaning that a disk has failed.03:56
beefstakeNot big deal, it should just boot.03:56
beefstakeI think something went wrong when you were removing disks or something.03:56
qman__beefstake, you have to grub-install to each disk you want to be bootable03:57
qman__to the MBR03:57
beefstakeqman__: Ahh completely forgot to remind him of that.03:57
qman__otherwise the BIOS loads the MBR of your other disk and doesn't find anything to load03:57
lox_beefstake, thks bro, I hope it will boot after sync, I think the issue may be the bios ...03:57
beefstakelox_: As qman__ said you need to do grub-install on each disk in the raid.03:58
beefstakeYou will need to reinstall grub to the MBR of sda now you have replaced it.03:58
lox_do I just do grub-install /dev/sdb1 ?03:59
lox_from the livecd ?03:59
beefstakeYou will probably have to mount it first but yep.04:00
qman__pretty much04:00
qman__I can't remember if there's more to it, but that's the idea04:00
wizardslovakdid anyone used ubuntu jetos?04:00
qman__and no, it doesn't need to be mounted04:00
wizardslovaki mean jeos04:00
beefstakeqman__: Yeah? How does grub-install determine the bios disk of /boot then? O.o04:01
lox_sudo grub-install /dev/sdb104:01
lox_/usr/sbin/grub-probe: error: cannot find a device for /boot/grub (is /dev mounted?).04:01
lox_No path or device is specified.04:01
lox_I cannot mount sdb1 it is a raid partition04:01
qman__oh yeah04:01
qman__that won't work unless you're chrooted into your install04:02
beefstakeHmm might have to do it by hand.04:02
qman__what will work though04:02
qman__is if you run grub, then set it up04:02
beefstakeYep.04:02
qman__and manually install to each disk04:02
lox_but grub is only going to see md0. isn't it ?04:02
qman__no04:03
qman__quite the opposite, grub doesn't know about md004:03
qman__at least not at that stage04:03
qman__grub sees your physical disks04:03
lox_oh ok04:04
lox_what about grub-install --root-directory=/mnt /dev/sdb ?04:04
lox_with md0 mounted in /mnt ?04:04
qman__no, that's wrong04:04
qman__--root-directory is the root= parameter04:04
lox_tur04:05
lox_true04:05
beefstakeNope.04:05
qman__lox_, http://ubuntuforums.org/showthread.php?t=22435104:05
qman__follow that first procedure04:05
beefstake--root-directory is for installation of grub image files to /boot/grub04:05
wizardslovakso n oone used it04:05
beefstakeJeos? Nah I haven't.04:05
qman__changing `setup (hd0)` for each disk you want04:06
wizardslovakwhat software you need to setup ubuntu as media server?04:06
lox_qman__, thks04:06
qman__wizardslovak, that depends on what you mean by media server04:07
wizardslovakNAS and able to play media in tv04:07
lox_qman__, will it apply to grub2 too ?04:07
qman__lox_, I'm not sure, grub2 is a whole different animal04:08
lox_I run lucid so it it grub2 I think04:08
qman__wizardslovak, do you just want to share the files and access them with an HTPC? or do you want to stream them like VLC?04:08
qman__lox_, did you upgrade from hardy, or did you fresh install?04:08
wizardslovaklike vlc , i dont want to do it yet, just want to know huh04:09
lox_this one was fresh as the upgrade killed my raid504:09
qman__wizardslovak, then the software you'd need is vlc-cli04:09
wizardslovakthx gman ;)04:10
qman__lox_, see method 3 here: https://help.ubuntu.com/community/Grub2#Reinstalling GRUB 204:11
qman__that's how you chroot into your install, and then grub-install will work04:11
lox_qman__, but /dev/sdb1 won't mount, it is a raid partition04:12
qman__lox_, you wouldn't mount sdb04:12
wizardslovakok people i am out good night ;)04:12
lox_md0 already mounted04:12
qman__under 4. mount your system partition, you mount where your / is04:12
qman__so /dev/md0, /dev/md1, whatever it is04:13
qman__same goes for boot partition, where /boot is located if it's separate04:13
lox_qman__, so at point 9 I do grub-install /dev/md0 ?04:14
qman__lox_, no04:14
qman__you do grub-install /dev/sda04:14
qman__then sdb, then sdc, and so on04:15
qman__for each disk you want to be bootable04:15
lox_done !04:15
lox_You saved my day, I wish I had u on talk earlier ;)04:15
qman__now it should be able to boot your system from any of the disks04:16
lox_qman__, I wait the sync to finish and I will reboot04:16
lox_qman__, the the step I miss when chnaging a HDD in an array is to reinstall grub once booted back with working raid04:17
lox_qman__, I shoudl have issue sudo grub-install /dev/sdb after changing sdb and I would have not had that mess ....04:18
qman__yeah, hopefully grub2 is a bit smarter than grub1 and can deal with a change in boot order04:19
twbqman__: IME, no04:19
twbextlinux can04:19
qman__with grub1, you had to not only install to each disk, but also change the config based on which one you were installing04:19
lox_qman__,  I followed that guide: http://www.howtoforge.com/replacing_hard_disks_in_a_raid1_array04:20
lox_nothing about grub in that damn guide04:20
qman__lox_, if you didn't replace the disk grub is installed to, it doesn't need any changing04:21
qman__but sometimes that happens04:21
twbGrub *SHOULD* be installed to *ALL* disks in the array04:21
twbHowever, in the example you pasted, he fails sdb so doesn't notice because sda is (presumably) the default boot disk04:21
lox_qman__, sdb is a new disk I replaced yesterday, and today I needed to replace sda, as I didn't reinstalled grub on sdb =>fail04:22
twblox_: so the lesson you have learned is: don't trust some random guide you found to be perfect04:22
lox_both were having a lot of SMART errors (intensive use during two years)04:23
lox_twb, and ... reinstall grub after I chnage any disk in a n array ;)04:23
lox_thks guys04:23
qman__yeah, I lost a RAID 5 recently because two of the disks catastrophically failed within an hour of each other04:23
twblox_: just so04:24
qman__I run a raid 6 with a spare now04:24
qman__raid is not a backup, never forget that04:25
lox_I am afraid to run raid 5 again, upgrade to lucid broke it last time04:25
lox_qman__, I learned that when my raid5 failed ....04:25
qman__upgrading to lucid broke my framebuffer, of all things04:25
twbqman__: that's a "feature"04:26
qman__now it won't go above 640x48004:26
qman__even after installing grub2 and correctly setting the parameters04:26
twbqman__: in fbcon, or X, or both?04:26
qman__no X, just (I assume) fbcon04:26
twbgrub2 framebuffers are irrelevant AFAIK04:26
twbWhat GPU?04:27
qman__ATi Rage XL04:27
qman__ran vbeinfo, shows support up to 1280x102404:27
twbSo I guess it'd be radeonfb.ko04:27
qman__before I installed grub2, it was just giving me out of range on the monitor04:28
twbYou put something like "radeonfb" in /etc/initramfs-tools/modules, run "update-initramfs", and reboot -- unless it's compiled into the kernel, in which case you edit the boot: line04:28
twbAt least, that's how it works for fbcon with i915/KMS on an Intel GPU04:28
qman__ok04:28
twbObviously if you only need 4:3 resolutions, you can just pass vga=771 or vga=779 or so04:29
qman__widescreen would be nice, but I was just using 1024x76804:29
qman__but before I put grub2 in there, the vga line was causing my monitor to go out of range for some reason04:29
twbgentoo's wiki's "framebuffer" article has a table of vga=N04:29
qman__when with hardy it worked fine04:30
qman__tried several different ones, too04:30
twbShrug04:30
qman__at first I thought maybe plymouth was attempting to go into 1440x900, the monitor's native resolution, and the card didn't support it04:32
qman__but that doesn't explain why putting in grub2 changed the result, or why removing the vga line makes it work at default 80x2504:33
twbqman__: are you using digital (DVI, displayport, etc) or analogue (d-sub)?04:33
qman__analog04:33
twbIt's entirely possible the default timings for high resolutions are beyond the capabilities of your current monitor04:33
=== bastidrazor is now known as bastid_raZor
=== deegee is now known as 92AAAT9PA
=== mdz is now known as 92AAAT9W3
=== foxbuntu is now known as 14WAAZ29V
=== jussi is now known as Guest88035
lox_guys, witch tool would u recommend me to clean up a HDD with some SMART errors ? HDD regenerator?05:32
twbIf a SMART self test fails, your drive is dying and should be replaced.05:33
twbIt cannot be "fixed" with software.05:33
qman__finally got it working, the issue is that it was attempting to use 32-bit color, while the card only supports 24-bit05:34
qman__I don't know WHY it was trying to use 32-bit color, since I told it otherwise, but eh05:34
mase_wklox_: as twb mentioned your drive is dying.05:35
twbqman__: there's no such thing as 32-bit05:35
lox_twb, ok thks05:36
lox_it is replaced05:36
twbIt's really three eight-bit channels (rgb), and an eight-bit alpha channel in some transforms05:37
qman__twb, yeah but they're two separate modes05:39
qman__and the card doesn't support 32-bit05:39
qman__I don't know why it didn't work in the first place though, for that it would have to be the radeonfb thing you mentioned05:43
qman__because everything else I changed was grub2 settings05:43
twbvesafb can only use standard VESA 2.0 modes, which are all 4:305:44
qman__it is a standard VESA mode, 1024x76805:45
twbokey dokey05:45
uvirtbotNew bug: #610313 in bind9 (main) "package bind9 1:9.7.0.dfsg.P1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/61031305:46
=== EvilTrek is now known as EvilPhoenix
=== Norkakn_ is now known as Norkakn
NorkaknHi.  I have a 8.04LTS server with 2.6.24-19-server.  When any process is outputting, it will freeze after a bit, and then usually resume.  So, if I tail -f a file, it'll be fine for a bit, and then freeze for ~5 minutes, then be fine again07:00
Norkaknwrites to disk were really high earlier today, but now they are pretty sane07:00
twbSounds like you have a high I/O load07:00
Norkakn1.3%wa in top, is that high enough to cause this?07:01
twbYou want to measure it with iostat (iowait?)07:01
NorkaknBlk_read/s averages around 250, Blk_wrtn/s 30007:02
twbThe first stanza reports the I/O at boot time.07:02
twbRun it with an interval and then look at the second stanza07:02
Norkaknhttp://paste.scsys.co.uk/4716007:03
Norkaknthat work?07:04
Norkaknit seems to be related to putting things out on the screen.  If I don't redirect the output of a command, it takes 90 seconds.  If I > /dev/null, it takes 1.2 seconds07:07
NorkaknI'm in over ssh though, and time is still reporting that it only takes 1.2s, even though it takes over a minute to print it all07:14
Norkaknweb traffic is light though07:14
=== rmk_ is now known as rmk
toabctli use kvm on a ubuntu hardy server but i'm unable to give my guest system (ubuntu lucid) a fixed ip address. how to do this?07:32
toabctli use libvirt to manage the guest system07:33
mase_wktoabctl: you could virsh console <guest> into the box and alter /etc/network/interfaces07:35
toabctlmase_wk, i'm already logged in in the guest system.07:36
toabctlmase_wk, but what is the network-interface name? eth0?07:36
mase_wkifconfig -a will give you a list07:36
=== taneli_ is now known as xampart
toabctlphysically there's only one network interface connected to the wan07:36
mase_wkyep you can set up a bridge in the host and then tell virsh to get your guest to use the bridge07:37
toabctlmase_wk, is there a howto for that?07:37
mase_wkwell i think the libvirt site has a pretty good howto07:38
mase_wki would suggest having a google for it07:38
mase_wkthats how i found it07:38
toabctlmase_wk, and the bridge should have the public ip, right?07:39
mase_wkyes07:39
mase_wkif thats how you want to set it up07:39
mase_wkwell actually it really depends what your trying to do. If you have a network and each guest should have a public i[p07:40
mase_wkor some portion of guests need a public IP then you set up a bridge07:40
mase_wkif your hardware supports it you can do PCI passthrough for NICs directly to guests07:40
=== jj-afk is now known as jjohansen
Jeeves_Mogge07:52
uvirtbotNew bug: #610329 in bind9 (main) "name server reported by dig are wrong" [Undecided,New] https://launchpad.net/bugs/61032907:56
Jeeves_^^^ "I don't understand how DNS works, let's blame Bind"08:02
uvirtbotJeeves_: Error: "^^" is not a valid command.08:02
=== Q_Continuum_ is now known as Q_Continuum
Norkakntwb: do you have any other ideas?08:07
twbNorkakn: nope08:08
huatsmorning08:27
Norkakn'evening08:28
=== reisi_ is now known as reisi
* SpamapS should not be as wide awake as he is right now09:25
SpamapSttx: does bug triaging always get this far behind when we sit in a room for a week instead of working? ;-)09:49
eagles0513875|2how accurate is the dovecot documentation for 10.04 as there is no mention of it10:12
eagles0513875|2in the wiki at all10:12
TuxSaxhi all10:17
alex88!hi TuxSax10:36
alex88!hi | TuxSax10:37
ubottuTuxSax: Hi! Welcome to #ubuntu-server! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay!10:37
zrbeckerI set up an Apache server on Ubuntu 10.04, and I set up two <Virtual host *:80> Things. In one I have the Servername as mydomain.com and the other as asdf.mydomain.com. When I type in the ipaddress of the server in the browser it brings me to asdf.mydomain.com. So for some reason it is using that as a default. Is there a way to disable this behavior?11:48
zrbeckerI want it to not show a webpage at all if I have not set up a vhost for the name entered.11:48
Jeeves_zrbecker: The first fuond vhost is the default11:51
Jeeves_So create a vhost with what you want it to show, and name the file 0000_default11:51
Jeeves_And it will be the one which shows up11:52
zrbeckerwhen I enable default it doesn't display my domain virtual host, it always just uses default.11:52
zrbeckerIs there a way I can fix that?11:52
ttxSpamapS: yep -- that's how it goes when almost everyone forgets their usual chores :)11:53
Roxyhart0HI there, somebody have experience with Dante? i would like to know if it record the sites visited per users?12:13
eagles0513875|2Roxyhart0: never used it but google analytics is really good at keeping track of unique visitors to your site12:18
Roxyhart0thanks12:18
eagles0513875|2welcome12:20
Roxyhart0I am looking for a proxy p2p that also can record the sites visited by my users in case i got problems with copyright stuff. Somebody knows any tool?12:25
zrbeckerOn ubuntu i have three virtual hosts set up with these configurations http://pastebin.com/biiJkHHt can anyone tell me why it will only serv the default one? All three of them are in the sites-enable. And if I turn off default the two other sites display fine, but I want default to be served when a random host is requested.12:25
Jeeves_Roxyhart0: Kerio Controkl12:28
Jeeves_Control12:28
Roxyhart0thanks a lot!12:28
Jeeves_zrbecker: http://httpd.apache.org/docs/2.1/vhosts/examples.html#default12:29
impihello, i have had to compile php from source, for gd to work correctly, i did this, but then this other coder did some stuff and now he gets:Use of undefined constant MCRYPT_BLOWFISH - assumed 'MCRYPT_BLOWFISH' but mcrypt is installed and all seems fine..12:29
Jeeves_First hit on Google 'apache2 default vhost'12:29
Italian_Plumber1Good morning.  I am running the lucid desktop 64 live CD.  Is there a way to update all the packages except the ones related to the kernel?12:30
Roxyhart0Kio control apparently works just in windows server12:34
Jeeves_Roxyhart0: No. It's a vm-appliance12:34
Jeeves_So you can run a KVM-vm with Kerio Control in it.12:34
Jeeves_Or, you can run it on a normal server, obviously.12:35
Jeeves_But you can't do anything else anymore than12:35
Roxyhart0sorry you mean run in a virtual machine?12:36
Jeeves_Yes12:36
Roxyhart0vm with windows?12:37
Jeeves_Roxyhart0: Kerio Control is Linux12:39
Roxyhart0ok, thanks i will read more12:39
zrbeckerJeeves_: bleh, I changed *:80 to _default_:80 like that website seems to be suggesting, but same results...12:43
sorenzrbecker: What's the hostname of the machine?12:44
sorenasdf.mydomain.com by any chance?12:44
zrbeckerzrbecker.com12:44
sorenhostname -f12:45
zrbeckerhmm the hostname is set as MainServer. I thought this was changed.12:46
sorenI remember some weirdness if one of my vhost's ServerName was set to the host's $FQDN.12:47
sorenThought that might be what you were seeing, but perhaps not.12:47
sorenI forget the details, just wanted to offer the hint.12:47
zrbeckerheh thanks.12:48
zrbeckerhmm weird, not sure since when but now it is serving the default for only one of the virtual hosts, but servering the correct files for the other one. Oh computers how I love thee. lol12:49
TuxSaxzrbecker: are you talking about apache?12:52
zrbeckeryes12:52
zrbeckersoren:  In my apache2.conf file my ServerName was set to zrbecker.com I changed this and it fixed it. So I guess you were right. How weird.12:55
zrbeckerJeeves_: Thanks for the help too.12:56
Jeeves_np12:56
=== oubiwann` is now known as oubiwann
Jinxed-Jeeves_, question for you13:09
Jinxed-i am sharing a folder over my network13:09
Jinxed-and it was working13:09
Jinxed-then i went to get breakfast13:09
Jinxed-now i come back, and when i try to access my folder from my windows laptops13:10
Jinxed-I get13:10
Jinxed-is not accessible13:10
Jinxed-you might not have permission to use this network resource13:10
Jinxed-the network path was not found13:10
Jinxed-any ideas what may have caused that/how to fix it?13:10
TuxSaxJinxed-: what exactly did you have for breakfast?13:11
Jinxed-pancakes13:11
Jinxed-wheat13:11
Jinxed-2x13:11
Jinxed-eggs13:11
Jinxed-scrambled13:11
Jinxed-2x13:11
Jinxed-rockstar energy cola13:11
Jinxed-2x13:11
Jinxed-well not quite true... my pancakes were like an inch thick each and the size of the plate so i only made i through 1.5 of them, and i am just starting the energy cola13:12
Jeeves_Jinxed-: That involces Windows, so I've got no clue13:13
Jeeves_involves13:13
Jinxed-hmm13:14
Jinxed-you don't think it is anything on the ubuntu side?13:14
Jeeves_I've got no clue. Really.13:14
Jinxed-The folder Im sharing is on my ubuntu machine (I got the vlan trunking working btw from yesterday :) )13:14
Jeeves_I've got no clue. Really.13:15
Jeeves_And also, sharing folders via de Gui isn't really #ubuntu-server'ish13:15
Jinxed-Jeeves_, Do you know of any better way to share video or to do VoD through a more server oriented approach?13:16
Jinxed-I feel like sharing a folder will only work for a small number of computers13:17
TuxSaxJinxed-: streaming would be a better choice13:17
TuxSaxyou can even do it using VLC13:17
Jinxed-I would like to be able to do streaming13:17
TuxSaxbut I guess there are many other options to stream video on a network13:18
Jinxed-but I believe VLC only lets you broadcast a stream like a shoutcast that people could view13:18
Jinxed-I want people to be able to request a video that they want to see and stream it13:18
Jeeves_Jinxed-: How many videos will you be sharing, and to how many people?13:18
Jinxed-umm the numbers could very between 5-100013:19
Jinxed-people13:19
Jinxed-and 600 gigs-5TB of video13:19
Jinxed-well actually starting off less video13:19
Jinxed-maybe like 50 gigs13:19
Jinxed-I want to build a system that is scalable13:19
Jinxed-I know its easy to build something for a personal network, but im interested in learning how to set up something larger13:20
Jeeves_Jinxed-: flumotion, or something like that13:21
Jeeves_Is it flash?13:21
Jinxed-no, it will be most likely some compressed version of video13:21
Jinxed-h.26413:21
Jinxed-xvid13:21
Jinxed-i want to be able to capture raw footage from a camera13:21
Jinxed-compress it13:21
Jinxed-and share it over the network13:22
Jeeves_flumotion can do that, afaik13:22
Jinxed-i have the stuff to capture/compress it is the video on demand13:22
pkramerruizHi everyone!13:23
pkramerruizCan anyone tell me if the developers of "software-sources" have an channel-sources?13:23
pkramerruizCause I want to run the process for selecting the best Mirror server, every time before making an update to some program, for obtain more speed downloading13:23
Jinxed-stupid windows... i reset them and it can work13:23
Jinxed-Jeeves_, I will check out flumotion13:23
Jinxed-Jeeves_, that looks SWEET13:25
ringodsHello, I have deployed two lucid servers (just OpenSSH server) as VirtualBox VMs. One is i386, one amd6413:48
ringodsnetworking is OK in the amd64, but not in i386: I have no eth0 ther13:48
ringodslshw -class network reports the network interface as DISABLED13:48
ringodsifconfig only returns lo13:48
ringods etc/network/interfaces file has eth0 configured for dhcp13:49
ringodsCan someone tell me how I can get my eth0 enabled again?13:50
TuxSaxringods: can you see what mii-tool shows?13:50
TuxSaxringods: try ifconfig eth0 up13:52
ringodsBoth the working and the non-working system report: eth0: no autonegotiation, 1000baseT-FD flow-control, link ok13:53
TuxSaxringods: try renewing your dhcp settings using dhclient13:56
ringodssudo ifconfig eth0 up; sudo dhclient13:59
ringodsoutput tells me an ip address is assigned13:59
ringodsrunning ifconfig tells me eth0 is up, but only having an ipv6 address13:59
RoyKringods: if you set a static ip, can you ping out?14:01
RoyKringods: might be the logical link in vmware is down14:01
TuxSaxringods: can it be a problem in the vmware host settings?14:06
ringodsRoyK: with static IP, it works flawlessly: /etc/init.d/networking restart brings eth0 up with the static ip assigned14:08
RoyKwierd14:09
ringodschanging it to dhcp again results in eth0 down and (off-course) no succesful dhcp request.14:09
sommermorning all14:09
RoyKringods: can you try to dump network traffic to see to where the dhcp request broadcast go?14:09
ringodsIn the meantime, I also double checked the vbox guest settings: both are configured exactly the same networking wise14:10
RoyKand vbox works?14:10
ringodsyes, I have 2 karmics and the lucid-amd64 running succesfully14:10
* RoyK blames vmware14:10
ringodsonly the lucid-i386 fails to initialize the network14:10
RoyKdoes lucid-i386 work on vbox?14:12
ringodsRoyK: except for the eth0, it boots correctly14:16
ringodsinitial lucid support came in vbox 3.1.6. I'm running 3.2.614:17
RoyKI'd guess there might be something related to vmware, then14:18
ringodsvmware?14:18
ringodsI'm talking VirtualBox here.14:18
RoyKoh, so it works14:26
RoyKoh - I misunderstood :)14:26
RoyKin bridge or nat mode?14:26
ringodsnat, with custom vbox dhcp server14:26
ringodsthe 3 other VMs also use that custom vbox dhcp server, an they initialize correctly14:27
RoyKAFAIK very little has changed in the Ubuntu DHCP client - just to be sure, have you tried to sniff the network on the server while doing a DHCP request to see where it gets sent?14:28
RoyKit should use a normal broadcast14:28
RoyKbut then, using vbox with a custom dhcp server complicates things a bit14:28
ringodsproblem is that /etc/init.d/networking restart seems to bring eth0 down resulting in dhcp failing.14:28
ringodswith the static IP, the same command works perfectly14:29
RoyKdoes it work if you set dhcp and then reboot?14:29
ringodsno14:29
ringodsif I login, and check ifconfig: only lo, no eth014:29
RoyKlemme try to install lucid32 on vbox14:30
ringodsHere is how I added an additional network on my virtualbox host:14:31
ringodsVBoxManage dhcpserver add --netname "10.100.164.0/24" --ip 10.100.164.1 --netmask 255.255.0.0 --lowerip 10.100.164.5 --upperip 10.100.164.25414:32
ringodsthen reconfigure nic1 of guests as follows:14:32
ringodsVBoxManage modifyvm <guestname> --natnet1 "10.100.164.0/24"14:33
RoyKwhy don't you just bridge?14:33
ringodsI am simulating production setup...14:34
RoyKwill you be using vbox in production?14:34
ringodsno14:35
ringodsI use vbox to try out server configurations14:35
RoyKthen use bridging with vbox on a separate network14:35
RoyKNAT won't help you simulating14:35
ringodswell, the separate network is the problem here at the office...14:35
ringodsI am limited in what I can do.14:35
RoyKwell, it's probably vbox that's making a problem here14:36
RoyKI could get an address during install of lucid without problems with nat14:36
ringodsbut why does it work for the 3 other VMs then with the same network setup?14:36
RoyKno idea14:36
RoyKask on #vbox14:36
ringodsok, will try there.14:40
ringodsRoyK: then again, even on real systems, my lucid system frequently come up with only ipv6 address assigned to eth0. networking restart solves the problem, but it is a pain to have to intervene every time14:43
ringodsis this a known issue?14:43
smoserok... in effort to get kernel upgrades working for uec, I'm going to have to depend on grub.15:17
smoseri can do that either run-time or build-time.  i would prefer run-time as it seems like it would be easier to fix. with a package upgrade.15:18
smoserDaviey, kirkland ^^ question directed at you two.15:18
smoserits not a big deal to have node controllers depend on grub-pc in my opinion, as they already will have grub-pc (so they can boot).15:19
Davieysmoser, Hmm.. runtime?15:19
smoser"Depends" versus "Build-Depends"15:19
Davieysmoser, euca-nc can add a depends on grub2-pc if you need it.. I don't see a concern there15:20
DavieyIt's surely already available to you tho :/15:20
smoserright.15:20
smoserthe issue would be when / if someone needed a loader other than grub215:20
smoserbut that is probably small case.15:20
DavieyLooking to the future, it should probably be grub-pc|grub-efi15:21
smoserthe second part of the question is to use grub-mkrescue, or role my own "make a bootable floppy" utility.15:21
DavieyHmm.. good point about lilo tho.15:21
smoserusing grub-mkrescue would pull in a dependency on xorriso15:21
Davieysmoser, How many lines would you anticpate your homebrew would be?15:21
smoser< 20015:21
DavieyThat sounds reasonable, would it be generic or tied to euca?15:22
smosersomewhhat generic, but i'm not terribly concerned about that.15:22
twbsmoser: would that still make sense when grub isn't the user's bootloader?15:23
smoseri'd just make it euca-specific  as the shortest path, and have it as part of eucalyptus-nc15:23
Davieyyeah.. i was wondering if it was generic - if there was somewhere better to put it.15:23
smosertwb, the goal of this is to create a boot floppy that will eventually load the kernel/ramdisk from the guest (in a vm)15:23
smoserso, yes, even when the host OS was not using grub2, it would be needed to have this function.15:24
smoserDaviey, well, grub used to have 'grub-mkfloppy' which would have sufficed.15:24
smoserbut it has been replaced by grub-mkrescue , which depends on xorriso15:24
smoserthe ideal situation, was for me to use grub-rescue-pc, which is a canned ISO ready to be used.15:25
smoserhowever, its an ISO15:25
Davieysmoser, Can't you make it boot from CD?  ie ISO?15:26
smoserwhich means i can't modify it, and i'd need to modify it a bit.  I was hoping to cp grub-rescue-floppy.img my.img && mount -o loop my.img  && modify it && umount .15:26
Davieyahh... CD = SATA15:26
smoseri can maek a boot cd, yes.15:26
smoserand grub-mkrescue will easily do that for me15:26
smoserbut it depends on xorriso15:26
smosermy only hesitation in that route is runtime node controller dependency on xorriso15:26
twbsmoser: OK, does it make sense when hardware less than ten years old tends to lack floppy support? ;-)15:27
Davieyxorriso = universe...15:27
Davieycan't see a MIR being successfuly for that.15:27
smoserxorriso is build depend of grub2, so it would seem that it has to be main15:27
smosertwb, until kvm -floppy goes away it makes sense. and even then, at this poitn the output of grub-mkrescue is an iso that boots as a floppy or a one of those funny shiney discs that are also obsolete15:28
twbHum.15:28
twbI always just use -kernel -initrd -append15:28
smosertwb, right. that was what i was hoping originally.15:28
smoserunfortunately, if you use -kernel and feed it a grub multiboot image , the grub multiboot image will boot, but will only see virtio and ide disks.15:29
smoserscsi discs are not seen.15:29
smoserand we need to support scsi disks.15:29
twbIf you have -kernel, why use a bootloader at all?15:29
smoser-kernel would have been so much easier.15:29
Davieysmoser, Ah, scrub that - it's main!15:29
DavieyLucid = universe, Maverick = Main15:29
hggdhcool. Now Eucalyptus does not fail to set the public IP sometimes15:29
smosertwb, thats the essential reason for this:15:29
Daviey(keep in mind that it would be nice if stuff from Lucid could be easily backported to Lucid)15:30
hggdhit fails to bloody get *ANY* IP address15:30
twbDaviey: rmadison -uubuntu ftw?15:30
smoser  kvm -kernel <my.kernel> ... guest update & upgrade ... reboot ... old kenrel.15:30
Davieytwb, you don't need -uubuntu15:30
twbWell, *I* do, because I'm on Debian :-)15:30
twbsmoser: yeah, in analogous infrastructure I have a silly dance to avoid that15:31
smoseryes, the goal is to avoid all non-necessary silly dances15:31
=== 92AAAT9W3 is now known as mdz
smoserttx still has a nice silly dance that solves problems though.15:31
DavieyI need it15:32
twbI don't suppose syslinux's chainloading support is any easier than grub's?15:32
smosercjwatson, ping.15:32
smosertwb, i might look.15:35
smosertwb, i hadn't really considered that. i'll take a quick look.15:39
smoseri guess the benefit of going with syslinux would be no dependency on a boot loader that might affect the host15:44
webPragmatistdo most of you guys kill apparmor16:22
qman__I don't touch it16:22
* EvilPhoenix lets it sit there minding its own business16:23
webPragmatistwell it just screwed me for a few minutes16:23
qman__I have no compelling reason to extend it, and I have not run into any issues with it16:23
EvilPhoenixyou were messing with it werent you16:23
webPragmatistbecause i symlinked /var/lib/mysql to somewhere else16:23
EvilPhoenixehehehe16:24
EvilPhoenixprobly not a good idea16:24
webPragmatistjust stopped apparmor for the time being16:24
webPragmatisti may just uninstall it16:24
=== dendrobates is now known as dendro-afk
webPragmatisti don't need a heartattack16:24
qman__it's mostly a damage control measure anyway16:24
AndyGraybealhow do i remove a GPT partition table from /dev/md0 ?16:25
* EvilPhoenix never messes with things he doesnt have a reason to mess with16:26
AndyGraybealin gdisk /dev/md0 i tried, 'd' but it doesn't have a partition there, just the table.16:26
AndyGraybealor in other words, how do i clear /dev/md0 of any partition information?  can i delete the raid array and recreate it and that will remove any partition information correct?16:27
qman__none of my mds have partition tables16:27
qman__you could zero it16:27
qman__or just format with whatever new one you want16:27
qman__why exactly do you want to?16:28
AndyGraybealwell, i'm trying to do pvcreate /dev/md0 and it returns that there is:  /dev/md0: Skipping: Partition table signature found16:28
qman__ah, just zero the first...I forget how much16:28
qman__where a partition table would be16:28
qman__dd if=/dev/zero of=/dev/md0 bs=1M count=116:29
AndyGraybealqman__: okay, i odn't know how to do that.16:29
qman__should do it16:29
qman__that will destroy any data in the first 1MB of the disk16:29
AndyGraybealther'e snothing on the disk16:30
AndyGraybealqman__: okay thank you, i've never done this before16:31
qman__no problem, just making sure I'm not instructing you to nuke your important files ;)16:32
Jinxed- I just started using flumotion and when I do ps -ef | grep flu I see that there are alot of flumotion processes running after I close it down... how do I kill all of them at once?16:35
qman__Jinxed-, killall flu16:36
qman__where flu is the process name16:36
Jinxed-qman__, what if I don't know it exactly16:37
qman__I think regex works16:37
Jinxed-user  4901  4480  5 11:27 ?        00:00:15 /usr/bin/python /usr/bin/flumoti16:37
Jinxed-example line16:37
qman__just run `ps a`16:38
qman__hmm16:39
qman__behavior is a little different than I remember16:39
qman__ah, ps -e16:39
AndyGraybealqman__: that sort of worked here's what i got, in gdisk: Caution: invalid main GPT header, but valid backup; regenerating main header16:39
qman__no, that one's cut off too16:39
AndyGraybealfrom backup!16:39
qman__AndyGraybeal, hah16:39
AndyGraybealqman__: but pvcreate /dev/md0 worked!16:40
AndyGraybealqman__: do you think i should proceed?16:40
qman__AndyGraybeal, yeah, should be fine16:40
AndyGraybeal*with LVM i mean16:40
qman__if it lets you create the volume and format it you shouldn't have an issue16:40
AndyGraybealgdisk is reporting: arning! One or more CRCs don't match. You should repair the disk!16:41
AndyGraybealqman__: i want to get rid ofthis error before i proceed.16:41
AndyGraybealcan i recreate my raid array and start all over again?16:41
AndyGraybealsome how get rid of any of this stuf16:42
qman__AndyGraybeal, you could, but zeroing the whole thing should be faster16:42
AndyGraybeallets zero the whole thing then.16:42
qman__dd if=/dev/zero of=/dev/md0 bs=2M16:42
qman__it'll still take a while, but not as long as recreating and resyncing the raid16:42
AndyGraybealqman__: thank you16:50
AndyGraybeali'm gonna try it now, i've been runing downstairs and upstairs, i got a crew of people running wires.16:51
zrbeckerIn OpenSSH is there a way to disable password authentication for a single user?16:53
qman__Jinxed-, ps ax --format args | cut -d" " -f 1 | grep '/' | awk -F/ '{print $(NF-0)}' | grep flu16:56
phyfusi am trying to remove the unused package linux-image-2.6.32-23-server using apt but it keeps hanging on "Running postrm hook script /usr/sbin/update-grub"16:57
Jinxed-I am not running server (should clarify from the start) but I was told that there would be more expertise on this in here16:59
phyfusi have tried running /usr/sbin/update-grub by its self and that never finishes either, any ideas?16:59
AndyGraybealqman__: out of curiousity, am i writing 2M of 0's at a time to the disk?16:59
qman__AndyGraybeal, yes16:59
qman__it's a bit faster than not specifying a block size in my experience16:59
Jinxed-I have a 802.1q trunk between my laptop and a switch16:59
AndyGraybealqman__: awesome, i'm not questions, i'm just curious.16:59
AndyGraybeal*questioning16:59
ltyrhi16:59
Jinxed-and I have it configured in ubuntu in the /etc/network/interfaces16:59
ltyrim looking for something that's GUI to do backups using RAR ....17:00
Jinxed-however whenever my computer restarts17:00
ltyrare there any tools for linux that does this?17:00
ltyror it's most command line tools17:00
Jinxed-none of the configuration is there, and I end up throwing random network commands at it until it comes back17:00
Jinxed-how do I get it to start when the comp starts17:00
qman__ltyr, since ubuntu server does not have a GUI, this is the wrong place to ask17:00
qman__try #ubuntu17:00
qman__Jinxed-, probably belongs in /etc/network/interfaces, though I've never done that kind of setup17:01
Jinxed-Here is my current /etc/network/interfaces setup http://paste.ubuntu.com/469864/17:01
qman__Jinxed-, I'm not positive, but I think you still should have an `auto eth0` there, even though it's unconfigured17:03
Jinxed-qman will give it a shot17:04
Jinxed-reboot time17:04
=== jjohansen1 is now known as jjohansen
Jinxed-qman__, no luck :(17:08
qman__Jinxed-, what commands do you use to get it working?17:09
Jinxed-qman__, I haven't quite figured it out what it is17:10
qman__phyfus, I found a few people with the same problem, but no solutions, sorry17:11
Jinxed-qman__, ok I did sudo ifup vlan2017:11
Jinxed-sudo ifup vlan3017:11
phyfusqman__, ok well i'm trying a reboot to see if that helps17:12
qman__Jinxed-, that's it? if so, try changing auto vlan10 vlan20 vlan30 into three separate auto lines17:14
Jinxed-you mean like17:15
Jinxed-auto vlan1017:15
Jinxed-auto vlan2017:15
Jinxed-etc17:15
qman__yes17:15
qman__I can't find concrete information on it but 20 and 30 starting as down seems to point there17:16
=== dendro-afk is now known as dendrobates
Jinxed-interesting17:18
=== Jinxed- is now known as b0ot
phyfusqman__, after reboot I was able to finish removing the package using apt-get autoremove, but I got an error The link /vmlinuz.old is a damaged link Removing symbolic link vmlinuz.old  you may need to re-run your boot loader[grub], how do i re-run  my boot loader?17:19
qman__phyfus, that's safe to ignore, and only shows up when you remove all but one kernel17:20
qman__phyfus, but to do it manually, `sudo update-grub`17:20
phyfusok thanks17:20
phyfusubuntu support is ace!17:20
=== Guest88035 is now known as jussi
=== jussi is now known as Guest14592
=== Guest14592 is now known as jussi01
=== jussi01 is now known as jussi
harrisonhello17:24
harrisonI would like to learn html 5 and I am asking if anyone here knows about some learning materials around the web.17:24
AndyGraybealharrison: i would ask in #html or #web, i think w3c has their own irc server also with resources.17:27
Jinxed-harrison, i feel like google might actually be a good place (I know that is usually not advicated to google it) but html 5 is very popular right now and I imagine html5 introduction or html5 tutorial would bring up some relevant starting poitns17:27
Jinxed-ok qman__ no luck on the vlans starting on restart17:28
harrisonthanks17:37
harrisonI didn't know about the #web and #html chat rooms, whats the url of the W3C server?17:38
harrison*W3C IRC server17:38
InsyteI thought the mpt2sas module made it into 10.04...17:40
InsyteHmmm.17:40
InsyteNever mind, I have to rebuild my PXE initrd.17:41
mathiazkirkland: hallyn: hi - is there a specific DebuggingKvm wiki page that outlines how importance should be set on qemu-kvm bugs?17:55
kirklandmathiaz: not sure, but the guide is easy ....17:55
kirklandmathiaz: critical == eats your data17:55
mathiazkirkland: which guide are you referring to?17:55
kirklandmathiaz: high == crashes the host17:55
kirklandmathiaz: medium == crashes the guest (and most other "normal" bugs)17:56
kirklandmathiaz: low == doesn't crash host or guest, but has undesirable, clearly buggy behavior, or if it does cause crashes, can be worked around17:56
kirklandmathiaz: wishlist == feature requests, everything else lower priority17:56
hallynkirkland: people.canonical.com/~sergeh/binary.iso.lzma has the uec livecd fwiw17:57
kirklandhallyn: wgetting17:57
kirklandhallyn: HTTP request sent, awaiting response... 404 Not Found17:57
hallyngah17:58
hallynserge, not sergeh17:58
hallynsergeh was at ibm :)17:58
hallynpeople.canonical.com/~serge/binary.iso.lzma17:59
hallynmathiaz: kirkland: i tend to say if it can be worked around i call it medium, if it cannot for some ppl then i call it high...18:00
hallynlose data (in either guest or host) i would call critical.  looks like i'm not in tune with kirkland18:00
kirklandhallyn: pulling18:00
hallynoh, i guess we are - i was misreading18:01
kirklandhallyn: i agree with ^18:01
hallynof course, 'lose data' can be easy if you use a stupid fs so then it's not kvm's fault :)18:01
mathiazhallyn: kirkland: I've updated https://wiki.ubuntu.com/DebuggingKVM18:03
kirklandmathiaz: cool, thanks18:03
zulSpamapS: i should have something up for you today18:05
someuserhello! i need help with UUIDs. partition sda5 suddenly has no UUID, how can I create and attach new one? tune2fs -U random /dev/sda5 didn't help18:06
hallynmathiaz: thx18:14
AndyGraybealqman__: that fixed the issue!  thank you brother.18:19
FunnyLookinHatCan I use SCP to move a file on a remove server from one directory to another?18:27
AndyGraybealFunnyLookinHat: why not just us cp?18:30
AndyGraybealFunnyLookinHat: SCP is more from remote machine to local machine transfers18:31
FunnyLookinHatAndyGraybeal: I'm writing a cron'd PHP script to transfer files to another server - once the file is there I have to move it into the correct directory (to prevent another script from prematurely reading an incomplete file)18:31
FunnyLookinHatAndyGraybeal: I'm open to any suggestions... :)18:31
AndyGraybealyea, i'm not gonna say anything becaues i don't know any better, i'm fairly new to all of this.18:32
AndyGraybealeven though it's been 10 years i've been meddling with it18:32
FunnyLookinHatheh- fair enough :)18:32
AndyGraybealsomeoen else will probably help, i'm no good at this stuff18:33
smoserFunnyLookinHat, you can use 'scp' to *copy* a file from one directory to another18:34
FunnyLookinHatsmoser: but not to move - right?18:34
smoserscp: secure CP18:34
smosercp: copy18:34
FunnyLookinHatlol - figures.18:34
smoserso, no, not really.18:34
eduardo_fhi! I have a php that writes user input to a text file, problem is strange chars like euro sign are not written correctly, should I just change the locale?18:34
FunnyLookinHatCan you think of a good way for me to accomplish this, thought?18:34
FunnyLookinHateduardo_f: I would bet so - but try ##php18:35
eduardo_fthanks FunnyLookinHat18:35
FunnyLookinHatnp18:36
smoserwell, if you're needing to transfer a file across a network, you can use rsync.18:37
smoserrsync will transfer file and then do a rename when it is done.18:37
smoserfor that explicit reason, FunnyLookinHat18:38
FunnyLookinHatsmoser: whoahhhh - wait.  It will do the rename?18:40
smoseryes.18:41
FunnyLookinHatsmoser: i.e. if I do rsync -t /path/to/localfile /remote/server/file - the file won't show up in the filesystem until it's completely uploaded?18:41
smoserwell, it will show up in /remote/server/.file.zcBoJz18:42
smoseror some name like that18:42
smoserand then when complete it shows up as /remote/server/file18:43
FunnyLookinHatNo kidding...18:43
FunnyLookinHatwow.18:43
kim0Do we have an EC2 image that's closer to 10.04.1 than to 10.04 ?18:44
FunnyLookinHatThanks smoser - I'll have to check that out18:45
smoserkim0, you can use a daily18:45
smoserthey're there for testing purposes.18:46
kim0ah I'll probably do that18:46
smoserkim0, http://paste.ubuntu.com/469905/18:46
kim0smoser: any preference for 64bit or 32bit over ec2 for small instance18:47
smoserwell, small instance only works for 32 bit18:48
smoser:)18:48
smoserso , i suggest 32 bit18:48
kim0hehe18:48
b0otanybody here use flumotion?18:48
smoserbe aware, that those AMIs "fall off"18:48
smoser(https://wiki.ubuntu.com/UEC/Images/NamingConvention)18:48
smoserwe keep the latest 5 daily builds. if you rebundle, you're OK, but if not, you may have to change a reference to an AMI in your launching code.18:49
kim0got you18:50
kim0smoser: any reason why there's no images for 24th and 25th18:51
smoserlucid build twice per week.18:51
smoserdevelopment is "daily"18:52
smoser(development == maverick)18:52
kim0ok got you18:52
viusertHi, need help with some noob questions. am i on the right place? (ubuntu 10.04 server amd64)18:57
SpamapSviusert: its best to just ask the question, sometimes there are people who have an answer, sometimes there are not. ;)19:00
SpamapSb0ot: whats fluomotion ?19:00
viuserti get a message in console "init: ureadahead-other main process (###) terminated with status 4"  and blinking cursor under it. i think it is not ureadahead problem, how can i figure whats wrong? in /var/log many different logs, should i look for something specific?19:03
b0otSpamapS, flumotion is a video streaming server application19:03
SpamapSviusert: bug #522197 seems related to that19:05
uvirtbotLaunchpad bug 522197 in upstart "init: shouldn't log a warning/error when a job fails with a status in "normal exit"" [Low,Triaged] https://launchpad.net/bugs/52219719:05
SpamapSb0ot: cool.19:06
smosersommer, so, https://help.ubuntu.com/community/CloudInit has more info than the cloud-config syntax post.19:10
smosercloudinit takes multiple types of input, one of which is cloud-config.19:10
smosertell me how to review section, where do i see it ?19:10
kirklandSpamapS: ping19:11
uvirtbotNew bug: #610544 in openldap (main) "slapd apport hook" [Wishlist,New] https://launchpad.net/bugs/61054419:11
kirklandSpamapS: #ubuntu-meeting, if you're around ...19:11
sommersmoser: it'll be here sometime tomorrow: http://doc.ubuntu.com/ubuntu/serverguide/C/uec.html19:11
mathiazSpamapS: you should join #ubuntu-meeting19:11
SpamapScrap forgot19:11
smoserk19:12
b0otAnyone know how to find a stream if you are doing it over localhost?19:16
b0otFOUND IT19:17
=== bastidrazor is now known as bastid_raZor
ttxivoks: you still ahve a papercut assigned to you, bug 32109120:00
uvirtbotLaunchpad bug 321091 in bacula "Bacula fails to install correctly if mysql wasn't installed before" [Medium,Triaged] https://launchpad.net/bugs/32109120:00
ivoksttx: yes, i know20:00
ivoksttx: i got my laptop back yesterday so i'm back in business since today20:01
ttxivoks: do you think you can work on it by alpha3 ? That's end of this week20:01
* ttx slaps the laptop thief20:01
ivoksthey had to replace my MB20:01
ivoksnever buy lenovo20:01
ivoksthat's just junk20:01
ivoks2 times in one year20:01
ttxthat's the croatian lenovo.20:02
ivoksit's chinese :)20:02
ttxivoks: kirkland/smoser/mathiaz are pretty happy with theirs20:02
mathiazivoks: hey!20:03
ivoksdo we install recommends by default in maverick?20:03
ivoksmathiaz: hey20:03
ttxivoks: I was considering buying one, if only they would ship an x201 in france20:03
ttxivoks: since Jaunty, yes20:03
ivoksttx: well, this is x200s and it's excelent, on paper20:03
ttxivoks: maybe stop scuba diving with it ?20:04
ivoksand it is awesome, when it works20:04
ivoks:)20:04
sommermathiaz: wondering if you have time to review the latest openldap-dit branch?20:04
mathiazsommer: on my todo list20:04
mathiazsommer: I've noticed your update20:04
sommermathiaz: coolio, if there are more changes needed I should have time to get them in quickly20:04
ivokssommer: hi there20:04
mathiazsommer: ok20:04
sommerivoks: yo :-)20:04
sommerthanks mathiaz20:05
ttxnxvl: you have papercut bug 16953 on your plate -- if you think that's more than two hours work, then we should unnominate that one. If you can't make it happen by alpha3, maybe unassign yourself from it20:06
uvirtbotLaunchpad bug 16953 in aptitude "Aptitude: should accept both "Si" and "Sí" (when asking for confirmation)" [Low,Triaged] https://launchpad.net/bugs/1695320:06
ivoksinteresting bug :)20:07
ttxivoks: that's an itch I don't need to scratch, I don't have that letter on my keyboard.20:07
ivokshow about these: lj nj dž20:08
RoAkSoAxkirkland: could you do me a favor? Could you please take care of bug #608338 ?20:09
uvirtbotLaunchpad bug 608338 in libesmtp "Sync libesmtp 1.0.4-5 (universe) from Debian unstable (main)" [Wishlist,Confirmed] https://launchpad.net/bugs/60833820:09
nxvlttx: it is20:11
nxvlttx: it needs a function that changes i for í and that means using ascii and bla bla bla20:11
ttxnxvl: ok, I'll wontfix it as a papercut then20:11
nxvlttx: the problem is that there is no easy way to do that because it uses the translated string from the pot20:11
SpamapSRoAkSoAx: sweet, I was going to file a sync bug for the same reason! :)20:12
ttxnxvl: yep20:12
nxvlso thre is no way to say "this or that"20:12
nxvlthe only way is to strip the `'s out of it20:12
uvirtbotNew bug: #610557 in openvpn (main) "NFS Client Not Properly Unmounted on Halt/Reboot" [Undecided,New] https://launchpad.net/bugs/61055720:14
kirklandRoAkSoAx: done20:14
RoAkSoAxkirkland: thanks :)20:21
RoAkSoAxSpamapS: hehe I'm gonna update a MIR for libesmtp now that the CVE has been fixed20:44
SpamapSRoAkSoAx: its needed for collectd which I'm working on a MIR for as well20:44
RoAkSoAxSpamapS: awesome, I need it for pacemaker :)20:48
NonpythonIs there a guide to setting up a mail server with the ability to use LDAP instead of unix accounts?20:52
=== dendrobates is now known as dendro-afk
viusertSpamapS: the only way i can boot system for troubleshooting is install CD with rescue mode. so uoy say the upstart is my problem? where it save logs? is there a way to look where it stops?21:07
viusertSpamapS:  (sorry for bad english)21:08
AndyGraybeali have /dev/md0: LABEL="data" UUID="bef0f8b9-fc8a-4e81-96fa-8d868ef58e35" TYPE="ext4"  -- how do i get this into fstab?21:11
=== dendro-afk is now known as dendrobates
_Techie_i installed ubuntu server 10.04 last night and it cause my boot to hand at 'verifying DMI pool data' is tehre a workaround for this?21:17
viusert_Techie_: 1st boot after install ?21:17
_Techie_viusert: yes21:17
_Techie_i have checked and re checked all the hardware21:17
_Techie_and it boots fine with that drive if i install win7 on it21:17
viusert_Techie_: maybe you should try no acpi  (i'm a noob too)21:17
_Techie_will have to try that tonight21:17
_Techie_with luck i will have my parts arrive today, so i will have a compter assembled by tonight that i can use to create live USB's21:18
Diego_LiliosoI have one problem: I particioned the disks, when I will install the base system, i had this message: "The installer cannot figure how to install the base system No installable CD-ROm was found." I have one server HP Proliant ML110 G6.21:32
=== Ng_ is now known as Ng
SpamapSmathiaz: I took the 5 steps you put on the board and have been using them. Quite effective so far.22:14
SpamapSmathiaz: err, 5 GTD steps I mean22:14
hallynzul: SpamapS: i think you're probably the ones to ask:  if i want an iscsi target (in a vm, for testing), what's the ubuntu-ish thing to install?22:18
zultgtd isnt it?22:18
hallynzul: freakin' cool, thanks!22:19
=== unreal_ is now known as unreal
NonpythonIs there a guide to setting up a mail server with the ability to use LDAP instead of unix accounts?22:50
kirklandsmoser: ping22:54
kirklandsmoser: re: https://bugs.edge.launchpad.net/ubuntu/+source/byobu/+bug/61013422:54
uvirtbotLaunchpad bug 610134 in byobu "'byobu -S _name_' is broken" [Low,Confirmed]22:54
mathiazSpamapS: glad to hear that!23:07
mathiazSpamapS: if you wanna take it to the next level, I'd suggest putting David Allen 'Making it all work' book on your reading list23:08
lifelessmathiaz: hi, Have you read 'switch' ?23:08
lifelessmathiaz: if not, you should :)23:08
mathiazlifeless: switch? hm - I haven't heard of this book23:09
lifelessanother heath book23:09
mathiazlifeless: oh23:09
lifelessI linked it in my blog a few days back23:09
mathiazlifeless: the follow-up/next book from Made to Stickl23:09
mathiaz*stick*23:09
lifelessyes23:09
lifelessits very good23:10
uvirtbotNew bug: #610630 in php5 (main) "Please add Kolab php patches to Ubuntu php5" [Undecided,New] https://launchpad.net/bugs/61063023:31
RoAkSoAxSpamapS:/win 223:41
hallynSpamapS: egads, the title of the kslm (klsm?) talk has changed, doesn't mention that acronym at all any more...23:45
* hallyn wonders whether that means he's given up on whatever patchet he was brewing23:47
=== dendrobates is now known as dendro-afk
RoAkSoAxups23:49
SpamapShallyn: "Service Measurement in the Kernel" ..  I think he's just not ready to present working KSLM23:56
hallynSpamapS: hm, ok, i thought last week he had KSLM in the title or abstract23:57

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!