/srv/irclogs.ubuntu.com/2012/06/12/#ubuntu-release.txt

=== rickspencer3_ is now known as rickspencer3
jibelthere is no desktop image for the last 3 days. can anyone have a look ?08:27
Davieythe cronjob suggests it's currently building08:33
jibelDaviey, could it be a problem with ppc ? I don't have a view on the builder but from the date of the livefs build logs, the 8th ppc was built 14h after x86, 8h on the 9th, and there is no log for PPC yesterday and today. and there is no cd build log at all for all arch since the 10th08:40
Davieyjibel: I see build logs for 09,10,11,12 ?08:50
cjwatsonThere's certainly some kind of backlog, judging from nusakan's process list08:50
Davieyjibel: cd images dated today http://cdimage.ubuntu.com/daily/current/ ?08:50
Davieythere are indeed a bunch of powerpc blocking08:51
cjwatsonDaviey: not live CDs, so not relevant08:51
jibelDaviey, but no desktop http://cdimage.ubuntu.com/daily-live/08:51
Davieycjwatson: That was an intentional oversight, and i was wondering who would spot it.08:51
DavieyPerhaps related, the machine was rebooted 3 days ago.08:52
Daviey4 now08:52
cjwatsonhttp://people.canonical.com/~ubuntu-archive/livefs-build-logs/quantal/lubuntu/latest/livecd-20120609-powerpc.out - stuck in update-initramfs maybe?08:53
cjwatson(that was the oldest, I killed it)08:53
cjwatsonOK, so I've killed a bunch of the backlog.  The three currently trying to build are livecd-base/quantal, ubuntu/daily-live/precise, and ubuntu/daily-live/quantal08:56
cjwatsonSo we'll see whether those repeat the problem08:56
jibelthanks08:56
cjwatsonFailing that, it'll probably need somebody like infinity to investigate08:56
* Daviey leaves it then.09:01
=== rickspencer3_ is now known as rickspencer3
Riddellno daily CDs since the 9th?11:08
cjwatsonsee scrollback11:11
cjwatsonAt this point I can't see what's going on on royal, and am waiting for infinity to wake up to assist11:12
=== Ursinha` is now known as Ursinha
=== Ursinha is now known as Guest63012
xnoxinfinity: thanks for the libconfig rebuild/transition =)14:06
infinityxnox: NP.14:07
pgranerinfinity, ppc hw info pls </friendly reminder>14:13
xnoxyeah ppc is slow =) my boost1.49 transition is lagging due to ppc =((((((14:14
pgranerxnox, poke infinity then :-)14:15
Laneywhy is ross disabled?14:15
xnoxLaney: see notes on the builder14:16
xnoxhttps://bugs.launchpad.net/ubuntu/+source/linux/+bug/1005699 RT#5111514:16
ubot2Launchpad bug 1005699 in linux "tg3: reports "eth0: DMA Status error. Resetting chip.", fails to work" [High,Confirmed]14:16
infinityBecause it was upgraded to precise and ran into a kernel bug.14:16
Laneybuilders have notes?14:16
infinity^14:16
infinityLaney: They do when I add them. :P14:16
xnoxLaney: just below the status on this page https://launchpad.net/builders/ross14:16
LaneyI didn't even know that was a thing14:16
Laneyta14:16
cjwatsoninfinity: Speaking of powerpc, can you tell what's happening on royal?14:25
infinitycjwatson: No, but webops can.14:29
infinitycjwatson: I haven't had direct access to buildds since I came back.14:30
cjwatsoninfinity: Ah, my bad, I thought you did.14:31
infinityWish I still did.  Would make my life easier. :P14:31
=== Guest63012 is now known as Ursinha
=== Ursinha is now known as Guest90889
=== Guest90889 is now known as Ursula
=== rickspencer3 is now known as rickspencer3_
seb128skaet, slangasek: should bug #987220 we tracked for the lts maybe? it seems a quite frequent complain16:45
ubot2Launchpad bug 987220 in upstart "no complete shutdown" [Undecided,Confirmed] https://launchpad.net/bugs/98722016:45
seb128not sure who,what team would be the best placed to look at that16:45
slangasekseb128: is it reproducible, tractable?16:47
=== rickspencer3_ is now known as rickspencer3
slangasekseb128: there are probably separate issues here - the users saying "halt doesn't work" have an incorrect expectation of the behavior of 'halt', and that's probably most of the interest in the bug16:48
slangasekso I guess the question is... is GNOME incorrectly calling 'halt' as well :)16:49
slangasekGNOME and/or indicator-session16:49
seb128slangasek, well, let's say I hit an issue at least once a week where shutdown does trigger a shutdown (i.e session closing, init going to the corresponding level, services being stopped, but the machine actually never power off), I was wondering if that's the same issue16:50
seb128slangasek, I've seen quite some people complaining about that "never power off"16:50
slangasekseb128: it may be... do you know what command indicator-session is calling to shut down?16:50
seb128slangasek, hints on how to debug would be welcome16:51
slangasekcode inspection16:51
slangasekif it's related, then it's because something is calling 'halt' based on the same wrong assumption of the meaning of this command16:51
seb128slangasek, I need to check but I think indicator-session justs uses the gnome-session interface, which might call consolekit or the login manager16:52
seb128slangasek, well, I doubt indicator-session call different commands according to the day so it's not as simple as "it's calling a buggy command" I guess16:53
slangasekwell, we should probably be sure anyway.  Do you know what package that code lives in?16:56
seb128slangasek, so indicator-session does a call to gnome-session's RequestShutdown dbus interface ... checking what that does17:02
slangasekseb128: does it?  When I looked at indicator-session I saw it pointing at consolekit17:04
slangasekand consolekit calls the correct interface17:05
seb128slangasek, you looked to consolekit_fallback()?17:06
seb128} else if (action == LOGOUT_DIALOG_TYPE_SHUTDOWN) {17:06
seb128g_debug("Asking Session manager to 'RequestShutdown'");17:06
seb128res = dbus_g_proxy_call_with_timeout (sm_proxy, "RequestShutdown", INT_MAX, &error,17:06
seb128  G_TYPE_INVALID, G_TYPE_INVALID);17:06
seb128 17:06
seb128slangasek, that seems the normal action in gtk-logout-helper.c17:06
seb128ck seems the be the fallback17:06
seb128slangasek, but gnome-session uses ck as well17:07
seb128        res = dbus_g_proxy_call_with_timeout (manager->priv->ck_proxy,17:07
seb128                                              "Stop",17:07
slangasekseb128: I was looking in src/gtk-logout-helper.c17:08
seb128slangasek, right, you looked at consolekit_fallback() which is a the top of this file17:08
seb128slangasek, down the file there is the code I copied, anyway they both call ck Stop17:08
slangasekah17:08
slangasekok17:08
slangasekseb128: have you reproduced this bug yourself?17:09
seb128slangasek, as said it happens to me once a week17:10
slangasekhmm17:10
seb128my laptop goes all the way down like it was stopping but never actually power off when that happens17:10
seb128I'm not 100% sure that's what all those users have but it seems similar17:10
slangasekmany of the users are seeing user error17:10
slangasekand I never shut down my laptop, I reboot it or suspend it... so I can't say if your experience is typical17:11
slangasekwhat % of the time do you hit the issue?17:11
seb128ok17:11
seb128random guess; 5%17:11
slangasekcrazy17:11
seb128well "rought estimation"17:12
slangasekand the GUI shuts down, leaving you at a kernel console, and fails to power off?17:12
seb128I usually power off my laptop once a day17:12
seb128the guy shut off, I see the typical vt "stopping ..." lines17:12
seb128then at the point it would normally power off it "sits" there17:12
seb128I need to press the power button 5 seconds to power it off at this point17:12
slangasekI guess I would like to see a screen capture of the hung state17:13
seb128guy->gui17:13
slangasekto rule out it being a userspace issue... but it's probably a kernel issue17:13
seb128ok, I will take one next time it happens17:13
slangasekcheers17:13
seb128can I get any other useful info when the system is in this state?17:13
seb128or after reboot?17:13
slangasekmaybe, but I don't want to have you do a bunch of extra debugging that's speculative... want to know what's on the screen and see where we should go from there17:14
seb128slangasek, ok, I will ping you back with those infos when I get them ;-)17:16
slangasekseb128: sounds good, thanks :)17:17
seb128slangasek, thank *you* for helping ;-)17:18
SpamapScan somebody queue-jump this build: https://launchpad.net/ubuntu/+source/mysql-5.5/5.5.25-0ubuntu2/+build/3570349 .. the archive is already skewed badly for mysql and i386 landing well before amd64 will just skew it worse.18:44
infinitySpamapS: I already did.18:45
SpamapSoh18:45
infinityOh, I can jump it harder. ;)18:45
SpamapSdid you mean to push it back behind the others?18:45
infinityNo.18:45
SpamapSAs I was typing that I thought 'huh.. 999999 looks odd'18:45
infinityHigher = better.18:46
infinityBut let me give it a disabled buildd. :P18:46
SpamapSok18:46
infinityThere.18:46
infinityJumped with prejudice.18:46
infinityHere's hoping the MySQL testsuite doesn't rely heavily on perl.18:46
SpamapSWell I think it should be ok.. the uninstallability is coming from >='s not =='s18:46
SpamapSso actually i386 landing early should be fine18:47
SpamapSinfinity: no they rewrote it in scala18:47
SpamapSwith an erlang backend and node-js for stats18:47
infinityTell me that's a joke.18:47
SpamapSmysql is web scale ;)18:47
micahglol18:47
infinityPlease.18:47
SpamapSperl, its all perl18:48
infinityRight, well, we'll see if it explodes.18:48
* SpamapS will bring marshmallows18:48
infinityhardy kernels and quantal's perl have disagreements.18:48
infinityAnd I think I confused allspice.18:48
* infinity tries another.18:49
SpamapSthats the problem with calling an LTS "hardy" .. sysadmins just don't want to replace their hardy old friend with some lucid hippie or a precise git.18:51
infinityNo, the real problem was that we dropped Xen support in the interim LTS. :/18:51
infinityThankfully, it's back.18:52
SpamapSwe're just kvm haters? ;)18:53
SpamapSrpl.rpl_ssl1 'mix' [ pass ] 361318:53
SpamapShooray18:53
infinityWe had pretty valid reasons for going with Xen back in the day.18:53
SpamapSXen was better than kvm for a long time18:53
infinityMost of those reasons aren't particularly important anymore, but changing one's infrastructure for the flavour of the month is silly.18:54
micahginfinity: I guess you don't want mysql built before tomorrow :P19:10
infinitymicahg: ?19:10
micahgyellow is soooooo slow19:10
infinityOh, bah.  It's not THAT bad.19:10
infinityIt builds in 3.3h on a Panda, yellow's not slower than that. :P19:11
micahgI guess as long as no = are breaking badly, it doesn't matter much anyways19:11
micahgah, fine, I thought it was much worse than that19:11
micahgcould I get the apparmor security updates above approved?21:54
micahginfinity: are you still around?22:32
infinitymicahg: Nope.22:32
micahginfinity: can you approve my apparmor -security syncs?22:32
infinitymicahg: To which releases?22:35
micahglucid, natty, oneiric, precise (I used copyPackage from the security PPA)22:36
* infinity is so grumpy that those have no diffs.22:36
infinitymicahg: What are you fixing in apparmor in the Mozilla PPA? :P22:36
micahginfinity: abstractions, diffs are in that PPA if you want22:36
infinitymicahg: Kay, in the middle of a meeting right now, but I'll poke it shortly.22:39
micahginfinity: thanks22:40
infinityskaet: Can you mail out the raw notes/minutes to everyone who was in that meeting just now?  I don't want to have to remember some URL to a Google doc. ;)23:05
skaetinfinity,  will do.23:06
Davieyskaet: can you send it to a wider audience please? :)23:07
skaetDaviey,  ack.   Needs to be made prettier though first.23:08

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