/srv/irclogs.ubuntu.com/2012/03/28/#ubuntu-server.txt

uvirtbotNew bug: #966707 in vsftpd (main) "not built with all hardening features" [Undecided,New] https://launchpad.net/bugs/96670700:21
SpamapSroaksoax: FYI, regardin maas and rabbitmq.. we should fix MaaS to not fail if RMQ is not running yet, rather than try to coordinate w/ upstart. They won't always live on the same box, so its not really viable to believe we can control the bootup order of machines in a distributed setting.00:58
lifelessSpamapS: +100:59
SpamapSthis problem exists in tons of services.. but stuff we are writing *now* should not repeat that mistake. :)01:02
twbboot order isn't deterministic even on a single host, when using upstart01:10
SpamapStwb: its not supposed to be. Things that can start in parallel, should.01:20
SpamapStwb: only "plumbing" should need ordering really.01:22
twbjust sayin01:22
roaksoaxSpamapS: agreed, however, this is not really an issue of maas failing, but rather, this is an issue of not being able to successfully install maas due to rabbitmq stalling the installer, and this is just a work around that allows us to successfully install maas from the installer02:04
roaksoaxSpamapS: and this is the only way Daviey and I could figure out to do so02:05
=== Jasonn is now known as juicy
Smaughey all, how do I find out under what user my apache process is running?03:16
twbIt's www-data unless you've messed up03:17
twbyou would find out by looking at ps output or pgrep and /proc03:17
myhrlinor by checking apache's config file03:18
Smaugthanks03:20
Smaugtwb03:20
twbmyhrlin: well if you trust config files ;-)03:20
twbCould be config was changed since apache was last started03:20
myhrlinah, hopefully you wouldn't have any untrusted users on the machine to do that and not restart the daemon03:21
twbfsvo untrusted users = idiot coworker sysadmins, but yeah03:21
myhrlinyeah I wouldn't trust them03:22
twbFucking cups and its stupid conflation of conffile and state file03:23
twbhttp://paste.debian.net/161199/ my etckeeper logs are FULL of that crap03:23
Smaugquick check - any dangers on giving www-data write access to a folder containing a website?03:46
twbYes03:47
twbTell your web app author to get a goddamn clue03:47
twbAlso probably better to discuss this on #httpd03:47
qman__yeah, if the httpd has write access to any directories which contain scripts or could contain scripts, invariably when the website code vulnerabilities are found they will use it to upload nasty things03:52
twbEspecially if you enable scripts ;-)03:53
* twb comes from the "static HTML or GTFO" school03:53
Smaughmm04:04
Smaugty04:04
dorknp dragon04:04
SpamapSroaksoax: yeah that makes sense. My main point is simply that it is better solved upstream by maas itself.05:22
SpamapSroaksoax: the mistake is in the way maas did things.. you're just working around that.05:22
uvirtbotNew bug: #781949 in txaws "Must check certificates for validity" [High,In progress] https://launchpad.net/bugs/78194905:32
JayWalker_I changed some things on my server (none of which should have caused this) and suddenly I'm getting 403 errors from apache on ALL my host names even with the file/folder permissions set to 777. wat do?06:16
uvirtbotNew bug: #960713 in quantum (universe) "more debian/control issues" [Low,Fix released] https://launchpad.net/bugs/96071306:21
RoyKgd mrnng06:38
acidflashhello all,07:23
acidflashi am having problems with processes blocking for more than 120 seconds07:23
acidflashi have a raid card, and 10 hdd's installed in jbod, each disk is an array (using it as a sata expansion card), and jfs07:24
acidflashduring rsync, after all the memory 16 (gb) fills up07:24
acidflashthe rsync will go into D state, and when i dmesg, i get the following -> http://pastebin.com/ZYqehBxa07:27
acidflashi've googled long and hard, and have come to no conclusion,07:35
acidflashkernel is 3.0.X07:35
twbacidflash: do you have swap?07:36
acidflashtwb: yes07:36
twbIt's probably swap thrashing if memory is full07:36
twb2.6 *sucks* at swap IME07:37
twbDunno abuot 3.x07:37
acidflashtake a look at pastebin its dmesg07:37
twbThose aren't helpful without more context07:37
twbYou say you have jfs and JBOD SATA disks -- is there anything in between (mdadm, LVM, ...) ?07:38
acidflashyes, sorry, there is LVM07:38
acidflashno mdadm07:38
twbso what each SATA HDD is a PV and they're all one VG, and you have a jfs on top of that, spanning PVs?07:39
acidflashyes sir07:39
twbOK.  You realize your MTBF is pretty fucked in that layout, right?07:39
acidflashwhy would it be? its just a sata expansion, it shouldnt be07:40
twbBecause the failure of any one disk will lose your entire array07:40
acidflasheach disk is a seperate array, and then put into lvm07:40
twbYou're effectively got an unstriped raid007:40
acidflashtwb, each disk is  seperate array07:40
twbRight so you have zero redundancy07:40
twbzero parity07:40
acidflashthere is a way to replace a disk in lvm, only losing data on that disk07:41
acidflashthese files are not mission critical07:41
twbOK, so long as you realize that07:41
acidflashits just a bunch of videos cached from youtube07:41
twbAnd jfs would probably be pretty pissed off about having a 2TB chunk of its blocks zeroed, obviously07:41
acidflashyes, i realise there is no redundancy07:41
twbOkey dokey07:41
twbHow are you calling rsync?07:42
acidflashtruth is i havent tested with jfs, ext 4 is not to shabby about it07:42
twbAnd how big are the source and destination dirs07:42
acidflashrsync -avHP --ignore-existing --exclude '1oBrGpbCGqs' -e ssh root@XX.XX.XX.XX:/videos/youtube /videos/07:43
acidflashthats how i am calling rsync,07:43
acidflashsource dir is about 8.8TB07:43
acidflashdestination DIR has upper limit of 28 TB07:43
twbDo you need -H?  That probably pisses it off.07:44
acidflashno, not necessarily07:44
acidflashwould be nice to have though07:44
acidflashi have done 8.3 TB with it07:44
acidflashif i stop now, will it effect anything negatively?07:44
twbas in interrupt rsync?07:44
acidflashbecause the remaning data will be in the same dir07:44
twbI wouldn't think so07:45
acidflashno, not interrupt, i need to recall rsync07:45
acidflashi mean data integrity07:45
twbI don't follow07:45
acidflashH = hard link07:45
acidflash8.3 TB of data with hard links07:45
acidflashthe remaning 600 Gigs not hard link07:45
acidflashwould that be a problem ?07:45
twbNot using -H just means if foo.c and bar.c are hard-linked on the source, they won't be hard-linked on the destination07:45
acidflashmmmmmmmmmmmmm07:45
acidflashok07:45
twbIf you don't use links extensively, it shouldn't be a big deal07:46
acidflashi dont07:46
twbYou can always relink them post-facto with perforate's finddup -l07:46
acidflashok ill try without -H07:46
twbOther than that I can't think what else would be giving you grief07:46
acidflashso the swap is causing hte problem you think?07:46
twbswap thrash just means the system will hang instead of killing off naughty procs07:47
twbLook at free -m or free -g during the issue and if swap is being used that's a tip off07:47
twbbtw next time I would suggest doing raid0 w/striping in mdadm rather than using lvm for this use case07:48
acidflashwhy would you recommend that over lvm07:49
acidflashfor performance?07:49
twbbecause that's what it's for07:49
twbatm if you do synchronous writes, they'll all go to one disk and the rest will idle07:49
twb(Unless you've explicitly striped in LVM, anyway)07:50
twbLook at iostat and see if all your writes are bunched into one or two disks07:50
acidflashnah, they are spread across many07:50
twbhum.07:50
acidflashthere is a nice util called saidar07:50
twbI find that surprising, but whatever07:50
acidflashshows me disk, network, cpu, io etc.07:50
twbcute07:51
twbAh, free supports -h in recent versions.07:52
acidflashthere isnt much stress in reads on these disks, and i need them to just be one large chunk, thats why i avoided raid0, because if 1 fails, all fails, with lvm, i just replace empty hdd, put UUID of old hdd on it, fsck, 0 the place that that hdd held, and go on like nothing happened07:53
acidflashonly losing data on that disk07:53
acidflashraid1 would be nice, but i need double the storage07:53
twbacidflash: you should be able to do that with raid0 as well07:53
twbI haven't done it myself because usually if I need volatile storage I just put in a shitload of RAM07:54
acidflashtwb: then obviously raid0 is a better choice, but ive never actually done it or come across someone doing that with raid0, i was unaware you could,07:55
twbmdadm is pretty flexible07:55
twbobviously you should test it first; ICBW :-)07:55
acidflashyeah, ill test it on a small storage07:56
acidflashim doing it now without -H07:57
acidflashsee if its hangs,07:57
twbif that doesn't work try turning swap off entirely (temporarily at least) with swapoff -a07:57
acidflashfrom what i read on google, heavy io with rsync in any type of raid, is blocking for whatever reason, and it hasnt been solved (in any of the articles in 2011)07:57
acidflashaha07:57
acidflashok07:57
twbThat might just be me being an anti-swap bigot07:58
acidflashwell its worth a try07:58
acidflashjust to finish rsync07:58
acidflashi probably wont be having these problems once i start serving from it07:59
acidflashaverage io is not more then 45 mb/s read07:59
twbThe other thing you could do is just use tar or something and be super lazy07:59
acidflash15 mb/s write07:59
clarezoeHi, I'm trying to add cgi support to apach but every time I open localhost, the browser asks me to download. I'm following the doc http://httpd.apache.org/docs/2.2/howto/cgi.html and here is my httpd.conf http://paste.ubuntu.com/903495/ . Please help, thanks!07:59
acidflashbut rsync is doing close to 350-400 mb/s07:59
twbtar over nc instead of ssh I mean07:59
acidflashmm07:59
twbOr nfs, or whatever07:59
twbThere are lots of ways to just shove shit from one place to another08:00
acidflashyeah08:00
acidflashwhats your preferred raid card?08:00
acidflashareca?08:00
twbUh, no.  mdadm.08:06
twbHardware raid an expensive, buggy, unreliable pain in the arse.08:06
acidflashwhat if you need lots of ports, what do you do08:07
acidflashie: i need atleast 20 sata08:07
acidflashother then the 7 on board08:07
twbYou get a $10 SATA to PCIe bridge and put it in jbod mode08:07
acidflashany _good_ pci-x to sata only has 2 on it08:07
acidflash2 x 6 pci-x = 1208:08
acidflashstill 8 short08:08
twbpcix?  That's not dead yet?08:08
acidflashpci-express08:08
twbThat's pcie08:08
acidflashdepends where you are ;)08:08
twbIf you are putting more than 6 disks in a machine you probably need to consider getting a fancy-pants enterprise case or mobo, or a NAS or a SAN08:08
acidflashcorrect terminology is probably pci-e08:08
twbpcix was a competing standard08:09
acidflashi can use SAN or NAS for my caching systems08:09
acidflashit needs to write to local disks,08:09
acidflashit cant write to network storages08:09
twbShrug.  I'm just giving you my opinions.  You don't have to follow them.08:10
twbI'd have to run the numbers, but I expect the PCIe or QPI backplane of a workstation mobo can't sustain a whole lot more than 6 or 8 disks08:11
acidflashbandwidth wise it can08:11
acidflash66 Mhz is plenty08:11
twbThat's a clock cycle rate, not bandwidth08:12
acidflashits bus speed for port08:12
smbDaviey, Morning Sir! Can I get you to have a look at bug 882540? I think it would be ready for some sponsorship, sir! ;-)08:12
uvirtbotLaunchpad bug 882540 in iscsitarget "kernel crash whenever it is accessed" [Undecided,In progress] https://launchpad.net/bugs/88254008:12
acidflashyou can calculate bandwidth from it, cant you08:12
acidflashoh i forgot to mention, these disks are 3 TB GPT08:13
acidflashtwb: does that change anything?08:13
twb66MHz appears to be a PCI clock.  PCI-e v3.0 is rated at 1GB/s per lane.08:13
acidflash33 Mhz = pci08:13
twbacidflash: well, it means you'll get some write amplification if your blocks aren't aligned.08:13
acidflashPCI-E 2 is 66 mhz08:13
twbacidflash: ref. https://en.wikipedia.org/wiki/PCIE and https://en.wikipedia.org/wiki/PCI08:14
Davieysmb: looking08:14
Daviey(morning smb, btw o.)08:14
twb"As a point of reference, a PCI-X (133 MHz 64-bit) device and PCIe device at 4-lanes (×4), Gen1 speed have roughly the same peak transfer rate in a single-direction: 1064 MB/sec."08:14
acidflashyes i saw that08:15
acidflashbut PCI-X @ 133 Mhz is definitely not correct08:15
acidflashif by PCI-X they mean the old PCI08:15
acidflashits plausible for express08:16
smbDaviey, The problem itself is probable valid back to oneiric (at least I think I remember reports that had 3.0 kernels in them), but I have not, yet prepared a debdiff for that...08:16
twbNo, as I said PCI-X was a competitor to PCIe and it is now obsolete.08:16
twbhttps://en.wikipedia.org/wiki/PCI-X08:16
acidflashahhhhhh08:16
acidflashok08:16
acidflashyes very possible then08:16
Davieysmb: looks good!  Whilst not /required/, it's good pratice to use dep-3 patch headers (tagging).. Have you come across it before, http://dep.debian.net/deps/dep3/ ?08:17
twbBackplane on a Z68 (for example) appears to be "DMI" now, not PCIe or QPI08:17
smbDaviey, Not yet, will have to look at the documentation08:17
twb"The original implementation provides 10 Gbps each direction (using a x4 link). DMI 2.0 (introduced in 2011) doubles the transfer rate to 20 Gbps with a x4 link."08:17
acidflashyeah i can believe it08:18
Davieysmb: skip directly to the end, there are some examples, slightly higher up there is detailed explanation.. if you wanted to do that, i'd be happier.. but i'm not going to make it a requirement.08:18
acidflashespecially with ocz pushing their HSDL's08:18
twbacidflash: that's between the north and southbridges08:18
acidflashif you ptu a bunch of ssd's in raid0, they are doing amost 2TB/s08:18
acidflashsorry08:18
twbacidflash: i.e. between the CPU and the peripherals08:18
acidflash2 GB/s08:18
smbDaviey, I am using a format like we have for the kernel right now (to have s-o-bs and references to bugs and origin)08:18
twbGiven that SATA can do a theoretical 6Gbps, that means you can have up to three disks before you bottleneck at the backplane08:19
acidflashthats a good point08:20
twbOf course the heads can't pull data off spinning metal at 6Gbps, but you see my point that you at least need to run these numbers rather than just shoving a shitload of disks in a case and hoping for the best08:20
Davieysmb: Yep.. so i can upload as is, but if you want to change to dep3, i'll hold out.08:20
acidflashtwb: I normally dont use the onboard sata for more then the system and logs08:20
acidflashnormal throughput is probably not even 2Gb/s08:21
acidflashbut the load is on the PCI-Express cards08:21
acidflashthats a different story08:21
acidflashI dont think the backplane applies to them08:21
acidflashotherwise its not possible to push 20 Gb/s with 4 OCZ's Raid0 striped08:21
acidflashand its been doen08:21
smbDaviey, Seems more or less I already got the information in, just not exactly in the right format. But if you are ok with it, I think for now I would prefer to keep it that way and try to comply better for future changes.08:22
acidflashdone*08:22
twbacidflash: uh, if you plug a pcie card in, that goes disk --sata--> pcie card --pcie--> southbridge --dmi--> northbridge --> cpu08:22
acidflashthen something is off with the numbers :)08:22
twbProbably08:22
acidflashnot my numbers08:22
twbOr the OCZ guy was lying, or he didn't use a 4 lane DMI backplane08:22
acidflashread about OCZ-Vertex 3 Max IOPS08:22
acidflashmm08:23
acidflashyes thats possible also08:23
acidflashnot 4 lane08:23
twbEnterprise gear, like blade racks, will have different backplanes08:23
acidflashyes thats 100% true08:23
twbacidflash: 4 lanes on the mobo between north and south bridge, not pcie x408:23
acidflashyes i understand08:23
rbasakDaviey: ping08:26
Davieyrbasak: I have a call starting in 30 seconds, after that.. Fancy a chat?08:29
rbasakDaviey: OK08:29
acidflashtried without rsync without -H and still same problem09:03
acidflashis here no solution to this?09:04
acidflashthere*09:04
lynxmanmorning o/09:04
clarezoehi, when I open 127.0.0.1 the script works but the browser asks me to download if I open localhost. anyone can help? Thanks09:32
larsemilis there some nice lvm manager made in curses?10:58
acidflashok this is EXTREMELY annoying11:04
uvirtbotNew bug: #967037 in samba (main) "package samba-common 2:3.4.7~dfsg-1ubuntu3.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/96703711:36
mrrothhcloud_I want a easy webplatform, for my consulting website, should I use webpress12:21
mrrothhcloud_wordpress12:21
mrrothhcloud_I am hosting on a ubuntu server, should if I go with wordpress use the pakcage in repostory or should I choose another platform all togther12:21
=== jvdz_ is now known as jvdz
uvirtbotNew bug: #967082 in rabbitmq-server (main) "package rabbitmq-erlang-client 2.7.1-0ubuntu3 failed to install/upgrade: subprocess new post-removal script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/96708212:31
=== bladernr_afk is now known as bladernr_
lynxmanroaksoax: ping13:25
smoserDaviey, are we thinking today's cloud images should be tested ?13:36
smoserfor beta-213:36
Davieysmoser: There isn't anything i'm aware of that makes a change to cloud-images packages pending.13:39
roaksoaxlynxman pong13:40
lynxmanroaksoax: morning sir, I have a couple questions for you orchestra related13:41
lynxmanroaksoax: I got the new precise profile in place (thanks!) and while trying to juju bootstrap the machine I marked as net bootable reinstalls properly but doesn't install zookeeper or anything extra13:41
lynxmanroaksoax: http://pastebin.ubuntu.com/903894/13:42
lynxmanroaksoax: have you found this issue before?13:42
smoserjamespage, that means to you, an we run full test ?13:43
lynxmanroaksoax: juju is 0.5+bzr401-1juju1~oneiric113:43
smoserof the 2012032813:43
roaksoaxlynxman: let me see13:44
zulDaviey: ping im going to replace the console patch that we carry with the new one13:45
Davieyzul: I assume you'll put it through CI, and make sure it DTRT13:46
zulDaviey: yep13:47
roaksoaxlynxman: that's done by cloud-=init are you sure it is running on boot?13:48
lynxmanroaksoax: it is afaict13:48
lynxmanroaksoax: just PMed you credentials if you fancy a look13:48
roaksoaxlynxman: so check the cloud init logs13:48
lynxmanroaksoax: I reckon cloud-init running is attached to the profile right?13:49
=== smb` is now known as smb
jamespagesmoser: I can kick that off now13:54
smoserthank you, mr. page.13:54
jamespagesmoser: 20120328 to confirm todays image?13:55
smoseryeah.13:56
jamespageOK running now13:56
smoserhallyn, i responded to your performance mail13:59
smoserand then had one more thought.13:59
smoseri gues i'd like to see what we're doing by default in ubuntu with cache=14:00
smoseras the kvm man page says: "Some block drivers perform badly with cache=writethrough, most notably, qcow2."14:00
smoserif we're doing that combination by default.. maybe we at least want to know if qed would make a difference. i probably woudn't advocate for changing from qcow at this point as default, but a good data point.14:01
zulDaviey/smoser: nnnnnghhh14:11
zulsmoser: http://paste.ubuntu.com/903947/14:13
smoserhallyn,14:43
smoserhttp://paste.ubuntu.com/903859/14:43
smoseroops14:43
smoserhallyn, http://paste.ubuntu.com/904000/14:48
smoserbasically 512 (default bs for dd) is what is completelyh sucking14:49
gary_posterhallyn, hi.  We didn't really think apport info was necessary for bug 959352 but we just added it anyway because we didn't see any action on it.  Do you happen to know any behind-the-scenes information on the kernel side of it?14:49
uvirtbotLaunchpad bug 959352 in lxc "Ephemeral containers have "/rootfs" prefix in /proc/self/maps entries" [High,Confirmed] https://launchpad.net/bugs/95935214:49
smoserhallyn, then, when going to file in root disk, http://paste.ubuntu.com/904004/ (including sync) we still get good speed.14:51
smoserhggdh, i suspect bug https://bugs.launchpad.net/ubuntu/+source/fence-agents/+bug/96123215:26
uvirtbotLaunchpad bug 961232 in fence-agents "running multiple 'cobbler system reboot --name=xxx' at the same time, fence_cdu lists ALL reboots" [Undecided,New]15:26
smoseris fairly important to you15:26
smoser?15:26
hggdhsmoser: sort of: I think it is just mixing the commands & responses received (on the many different ssh sessions to the PDU)15:27
hggdhif this is the case, then I do not really care, I can live with the excess output15:28
smoserwait. what?15:28
smoseris it rebooting the systems or not.15:28
hggdhat this point in time, I am commanding reboot on 4 systems, via 4 different jenkins jobs15:29
hggdheach job deals with ONE and ONLY ONE machine15:29
hggdhbut the output shows the commands and responses of ALL machines15:29
hggdhand the systems do get rebooted15:30
hggdhsmoser: my itch is (apart, of course, of seeing more than I should see): is this just the PDU crappy code mixing the output, or, somehow, fence_cdu is commanding all to reboot when called with just one15:33
hggdhI frankly think the latter option quite farfetched. But this is software :-)15:33
smoserhggdh, right.15:33
smoserthat should be easily testable, though, hggdh15:34
smoserif you issue a reboot of one system, and all reboot ....15:34
smoserthen we need to fix that15:34
smoser:)15:34
hggdhyeah. I intend to check on it as soon as beta2 ends15:34
hggdhwhen I opened the bug I had just had a WTF moment seeing the output, and decided to get it recorded ASAP15:35
jamespageutlemming, did you just kickoff a precise ec2 test run15:45
jamespage?15:45
utlemmingjamespage: yes15:45
utlemmingdid I mess something up?15:45
jamespageutlemming, hrm - no its running fine15:46
jamespagesmoser got me to press the button about two hours ago - https://jenkins.qa.ubuntu.com/view/ec2%20AMI%20Testing/view/Overview/job/precise-server-ec2/6/15:46
jamespage**\0/** all green!15:46
utlemmingcan you cancel the run? or should we just let it run through?15:47
* jamespage thinks bout that one15:47
jamespageutlemming, lets just let it run15:47
jamespageutlemming, if its less green I'll delete it15:48
utlemmingk15:48
jamespagesmoser, Daviey: https://jenkins.qa.ubuntu.com/view/ec2%20AMI%20Testing/view/Overview/job/precise-server-ec2/6/  all looking good15:49
jamespagethats the first entirely successful run we have ever had on a full test15:49
smoserjamespage, but then utlemming had to run it again ?15:50
smoseris that what i see above?15:50
smoserway to ruin a good result, u15:50
smoserutlemming,15:50
smoser:)15:50
jamespagesmoser, like I said - I'll delete the second set of results if they are less green :-)15:50
utlemmingjamespage: lets delete the second run if they fail too :)15:51
utlemmingthen I don't ruin smoser's happy day15:51
koolhead17hi all16:14
robbiewarosales: SpamapS: looks like https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-juju-charm-testing needs some DONE or POSTPONE love ;)16:31
arosalesSpamapS: should we postpone the charms and other providers except canonistack and EC2?16:33
koolhead17Essex/Precise screencast https://vimeo.com/3929914016:33
koolhead17looks interesting without audio though16:33
level15hi: what is your suggested way of backing up your KVM virtual machines?16:35
SpamapSindeed, I'll postpone some stuff16:35
uvirtbotNew bug: #967296 in php5 (main) "package libapache2-mod-php5 5.3.5-1ubuntu7.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10" [Undecided,New] https://launchpad.net/bugs/96729616:56
arosalesSpamapS: thanks for adding the updates to Juju charm testing. If its ok with you I am also going to mark deploy framework against ec2 and canonistack as "INPROGRESS"16:58
SpamapSarosales: I don't really think it is in progress ??16:59
arosalesSpamapS: Is that what m_3 is working on?17:00
arosalesor is that more of the implement work item?17:00
SpamapSm_3: are you working on getting the test suite runnign with an ec2 and canonistack config?17:00
SpamapSarosales: they can certainly be decoupled17:00
arosalesSpamapS: ok.17:09
* arosales will wait to see what m_3's current status is.17:10
uvirtbotNew bug: #967311 in whois (main) "Incorrect 6to4 handling" [Undecided,New] https://launchpad.net/bugs/96731117:21
m_3SpamapS: yes17:28
hallynsmoser: interesting17:28
hallyngary_poster: I don't know of any behind-the-scenes action, sorry.  Oh, though apw was going to try merging the latest upstream17:28
hallyn(of overlayfs)17:29
m_3arosales SpamapS: I'm working to get the current charmtesting framework working against ec2 and canonistack17:29
arosalesm_3: SpamapS: would it be reasonable to mark deployment against ec2 and canonistack as in progress @ https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-juju-charm-testing  then?17:33
m_3arosales: just updated that17:35
gary_posterack thanks hallyn17:36
arosalesm_3: thanks17:42
=== Jasonn is now known as juicy
m_3arosales: np17:44
hallyngary_poster: the shame is this is horribly interesting to me, i'd love to dig into exactly what's happening;  but i need to focus on libvirt's stability17:45
JayWalker_Is there a quick and easy way i can set apache back to default configuration?17:47
hallynjjohansen: terribly sorry..   but jamespage saw a reoccurance of bug 92502417:50
uvirtbotLaunchpad bug 925024 in linux "apparmor makes it impossible to install postgresql-common on Precise" [Medium,Fix released] https://launchpad.net/bugs/92502417:50
roaksoaxSpamapS: howdy! So I was wondering whether you think is best to do this : initctl emit --no-wait rabbitmq-server-running or [ -n "$UPSTART_JOB" ] && initctl emit --no-wait rabbitmq-server-running17:50
roaksoaxSpamapS: in rabbitmq's init script17:50
smoseradam_g, if you have an unmodified ubuntu precise openstack installation running, could you pastebin 'virsh dumpxml instance-id' and ps -axww | grep kvm ?17:51
SpamapSroaksoax: thas the right way to do it if you want to coordinate on a single node.17:51
smoseri'm just curious to see what all we're setting, and to lazy to do it myself.17:51
adam_gsmoser: yeah, one sec17:51
SpamapSroaksoax: rather, just calling initctl without a [ -n ]17:52
roaksoaxSpamapS: cool, thanks17:52
adam_gsmoser: oh actually, what do you mean unmodified? i just updated to trunk at home, i can get you that from CI lab probably, but its running a version thats different than precise atm17:52
smoserwell, give me what you can. and guess if it is differeent.17:53
SpamapSroaksoax: should also open a task upstream w/ maas to make it wait for the rabbitmq server rather than failing if its not available though. :)17:53
smoserie, is the CI lab likely to have changed the libvirt xml ? and kvm?17:53
SpamapSroaksoax: not to beat on a dead horse. ;)17:53
adam_gsmoser: heres xml: http://paste.ubuntu.com/904274/17:53
gary_posterhallyn, completely understand.17:53
adam_gsmoser: http://paste.ubuntu.com/904276/ kvm proc17:54
smosercarp, hallyn, you see that ^ ?17:54
smosercache=none on the root disk.17:54
roaksoaxSpamapS: heh, yeah well the issue is not really maas not waiting for rabbitmq, but rather, the creation of user/vhost/permissions fail on CD installation17:54
roaksoaxSpamapS: since this is done in maas postinst, then on the installer things fail, while on a normal apt-get it works17:55
adam_gsmoser: oh, actually, on that node i am running 2012.1~rc1-0ubuntu217:55
adam_gsmoser: yeah, looks like all disks are hard-coded as cache='none in libvirt.xml.template17:56
smoseradam_g, actuallyu, i dont see cache= at all in the libvirt17:57
smoserin the xml17:57
smosermeaning libvirt mus be doing that by default17:57
smoseror i'm missing it17:57
SpamapSroaksoax: I see.. definitely makes sense then.17:58
adam_gsmoser: <driver name='qemu' type='qcow2' cache='none'/> ?17:58
SpamapSroaksoax: shouldn't the udeb depend on rabbitmq though?17:59
SpamapSroaksoax: then it would be guaranteed to be configured before.17:59
roaksoaxSpamapS: it's not a udeb, it's the package being installed in-target18:00
roaksoaxSpamapS: but since rabbitmq is not running on installer time, then it does not create the stuff needed18:00
smoseradam_g, what file is that in ?18:01
smoseri dont see it in nova source18:01
SpamapSroaksoax: you're allowed to 'invoke-rc.d rabbitmq-server start' in a postinst...18:01
SpamapSroaksoax: though this seems more complicated than that18:01
adam_gsmoser: i pulled that from the pastebin18:02
SpamapSroaksoax: can maas use a remote rabbitmq? If so, is there a debconf question?18:02
DavieySpamapS: invoke-rc.d in the installer won't work directly because of policy.d18:02
adam_gsmoser: http://paste.ubuntu.com/904288/18:02
adam_gsmoser: /usr/share/pyshared/nova/virt/libvirt.xml.template18:02
SpamapSDaviey: *uggh*18:02
adam_gsmoser: apparently users can provide their own template to be used instead of the default, though ive not done that18:03
SpamapSwhat a freakni mess18:03
SpamapSDaviey: how then is maas started to create the user?18:03
DavieySpamapS: it just needs more gaffa tape18:03
smoseradam_g, not in longer.18:03
smosernot on trunk18:03
smoserthat file is gone18:03
roaksoaxDaviey: https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/91346418:03
uvirtbotLaunchpad bug 913464 in rabbitmq-server "rabbit creates new PAM session" [Medium,Fix released]18:03
DavieySpamapS: invoke-rc.d --force or /etc/init.d/ override policy.d :)18:03
Daviey^^ gaffa tape.18:03
uvirtbotDaviey: Error: "^" is not a valid command.18:03
roaksoaxDaviey: see above patch, I think that fixes our issues18:04
smoserhttps://review.openstack.org/#change,562118:04
adam_gsmoser: yeah, i know about that. but i thought we were talkin about essex? :)18:05
smoseroh, thats not essex.18:06
smoserok.18:06
smoserthats fine.18:06
roaksoaxDaviey: ah no, that is already merged18:06
SpamapSDaviey: indeed....18:07
* SpamapS backs away slowly18:07
smoserwell, hallyn adam_g it looks like cache=none has been default for a while.18:12
smoserhttps://review.openstack.org/#change,576918:12
smoser(it was before tha too)18:12
hallyncache is for wussies18:13
smoserah.18:14
smoserfor some reason i always had in my head that none == unsafe18:14
smoseror at least ~ unsafe18:14
zuladam_g: still around?18:17
adam_gzul: yeah18:17
zuladam_g: so im doing some work on the nova packaging branch, im going to make it fail if the tests suites (it needs a fix in python-netadr which i will upload tomorrow) and i swapped out the conosle patch with the new console patch as well18:18
adam_gzul: what is the status of the new  patch?18:18
zuladam_g: fails some pep8 tests right now but it has been reviewed with asking a bigger file size to check18:19
adam_gzul: hmm looking for the gerrit proposal18:20
zuladam_g: https://review.openstack.org/#change,587318:20
JayWalker_I hosed my apache2 install. I reinstalled all the apache2 packages and it's back to default config, but still doesn't work. It cant see anything in /var/www even with permissions wide open. What can i do?18:21
adam_gzul: oh, thats cool libvirt upstream is looking to solve this18:22
zuladam_g: da18:22
adam_gzul: id really prefer we wait to get some more 1+'s from upstream before carrying it. can we run it in proposed and do some heavy testing on it first?18:23
zuladam_g: yeah its alreayd in the proposed tree18:23
adam_gzul: ok, lemme run it through. in theory we should be able to dump gigabytes to the console logs with no issues18:23
adam_gzul: did that swift test suite fix get uploaded? id like to enable keystones tests if os18:24
zuladam_g: not til the beta freeze is off18:24
Davieyadam_g: where is libvirt tracking it?18:26
adam_gDaviey: not sure, its mentioned in zul's proposal by someone from (i assume) libvirt18:27
adam_gDaviey: https://review.openstack.org/#change,587318:27
zulDaviey: since its totally libvirts fault18:29
zuladam_g: also im starting to look at out of tree patches that mgith not get into final18:31
urthmoveris it possible to install 10.04 from a 11.04 minimal install disk?18:32
urthmoverI have an apple xserve and 10.04 does not boot from the disk, but the 11.04 does.  I need to test out 10.04 though.  Can this be done?18:32
KM0201urthmover: i highly doubt it.18:36
Davieyzul: is it, or kvm's fault?18:42
zulDaviey: libvirt18:42
urthmoverok KM0201 I'll take your word for it18:50
KM0201urthmover: i fail to see how you think it would be possible..18:51
uvirtbotNew bug: #967410 in samba (main) "Windows clients cannot connect to shared printers " [Undecided,New] https://launchpad.net/bugs/96741019:01
uvirtbotNew bug: #966069 in horizon "/etc/apache2/conf.d/dashboard.conf contains wrong paths in the Ubuntu package" [Medium,Triaged] https://launchpad.net/bugs/96606919:26
uvirtbotNew bug: #967424 in cobbler (main) "Cobbler package silently creates invalid install if /var/www/cobbler directory already exists" [Undecided,New] https://launchpad.net/bugs/96742419:31
uvirtbotNew bug: #967430 in cobbler (main) "Switching to internal python tftp server fails due to file name change" [Undecided,New] https://launchpad.net/bugs/96743019:36
=== will is now known as Guest69534
=== Guest69534 is now known as linlin
hallynaw crud.  kvm-spice -vga qxl is not working ofr me (at least with precise alternate iso)20:28
hallynsigh21:10
=== bladernr_ is now known as bladernr_afk
=== pdtpatrick_ is now known as pdtpatrick
adam_gzul: will all of these pass once that upload of yours goes in? https://jenkins.qa.ubuntu.com/view/Precise%20OpenStack%20Testing/job/precise-openstack-essex-nova-trunk/669/console21:12
zulStatus Code: 40421:13
zulit should21:13
adam_gzul: hmm. did you disable the tests or something again? nova just finally built successfully21:14
zuladam_g: i disabled the tests21:14
adam_gok21:14
zuladam_g: ill re-enabled them after the netaddr stuff is uploaded tomorrow21:14
adam_gk21:14
=== Lcawte is now known as Lcawte|Away
hggdhfolks, I will need help with bug 96781522:06
uvirtbotLaunchpad bug 967815 in cobbler "/var/lib/tftpboot directory permissions destroyed" [Undecided,New] https://launchpad.net/bugs/96781522:06
uvirtbotNew bug: #967815 in cobbler (main) "/var/lib/tftpboot directory permissions destroyed" [Undecided,New] https://launchpad.net/bugs/96781522:16
=== Arc_ is now known as a5m0
Nicolas_Leonida2hi, what mail server should I install for mail() to work in php?22:42
azneitaNicolas_Leonida2, how about postfix22:43
Nicolas_Leonida2default ubuntu server doesn't come with smtp service installed?22:47
hnszwhere do i put my wpa_supplicant.conf?22:49
kklimondaI'm having problems mounting nfs4 share from lucid server to precise client. It looks like bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622146 - does anyone have idea if that's fixed in lucid? changelog seems to say "no"23:00
uvirtbotDebian bug 622146 in nfs-kernel-server,src:krb5 "nfs-common: compatibility between squeeze and sid broken" [Normal,Fixed]23:00
kklimondayup, seems related.. oh well, I'll have to see if I can backport the patches23:25

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