/srv/irclogs.ubuntu.com/2012/07/19/#ubuntu-release.txt

phillwstgraber: yikes!00:24
phillwnot wishing to nag, do you guys have any further thoughts on bug 1007394 ?00:25
ubot2Launchpad bug 1007394 in mdadm "Quantal daily fails to complete installation" [High,Confirmed] https://launchpad.net/bugs/100739400:25
infinityphillw: If I were you, I'd ask BenC if he can reproduce it.  If so, he might be rather interested in fixing it.00:41
infinity(Not that others don't appear to be interested in fixing it, but debugging blind is hard)00:41
phillwinfinity: is there a way to ask him?00:42
infinityphillw: IRC.00:42
infinityphillw: He's in #ubuntu-devel00:42
phillwinfinity: okies, I'll wander into the lions den :P00:43
* ScottK wonders why natty isn't moved to old-releases yet?06:08
ScottKSigh.  Nevermind.06:16
ScottK I can't alphabetize.06:16
ScottKSame question, but maverick.06:20
infinityCrap, who accepted all the highbank stuff?07:18
infinityOh, RAOF did.07:19
infinityOh well.  I had planned to give that a more thorough review.07:20
RAOFinfinity: All the changes looked very clear to me. Is d-i so crazy that I need to significantly raise my threshold for “that looks obvious”?07:21
infinityRAOF: Sometimes, yes.  And certainly in the case of flash-kernel.07:21
infinityActually, likely for libdi and base-installer, too.07:22
infinityBut meh.07:22
infinityI can just sleep and pretend I don't care.07:22
RAOFSo, if those changes require significant review I think that puts them on the list of packages that I'll not touch in the queue, ever, and ping you instead :)07:25
infinityI might review them in the morning, despite their having been accepted already.07:28
infinityBut I could just forget about it and make it SEP. :P07:28
cjwatsonNewly uploaded packages should have sensible packagediff links again.07:28
infinitycjwatson: \o/07:28
cjwatsonI'll work on fixing up the past breakage shortly.07:29
cjwatson(What would have been your guess as to what all([]) returns?  Though it wasn't entirely due to that ...)07:30
RAOFI don't *particularly* want to have a “all flash-kernel pings get redirected to infinity” policy, but it would make things simpler for me :)07:32
LaneyI'd be disturbed if all([]) weren't True, but that's the logician in me. :-)08:21
cjwatsonOh, you're right, but sadly it's about ten years since I did formal logic08:21
cjwatsonActually more08:21
cjwatsonIf nothing else it makes obvious sense by reverse induction to the base case, if I actually think about it08:22
cjwatsonAll the incorrectly-private package diffs on Launchpad from the last few days are public now.09:04
cjwatsonstgraber: ^- er, there's only one of those in the queue - it shouldn't keep repeating11:48
cjwatsonmute mute queue new quantal-release11:48
cjwatsonoops11:48
cjwatsonunmute mute queue new quantal-release11:48
cjwatsonmute queue new quantal-release11:48
cjwatsonoops again :(11:48
cjwatsonunmute queue new quantal-release11:48
cjwatsonmute queue unapproved quantal-release11:48
cjwatsonstgraber: FWIW this is a new case - signed UEFI binaries are always held for approval11:49
cjwatsonor rather to-be-signed binaries11:50
cjwatsonmute queue unapproved precise-proposed11:56
cjwatsonIt's seriously confused, poor thing11:56
didrocksit really sounds like a fun game TBH :)12:04
mdeslaurcjwatson: could you please release the "tiff" security update in the hardy queue?12:08
cjwatsondone12:13
mdeslaurcjwatson: thanks12:13
=== niceguyj_ is now known as niceguyjames
stgraberhmm, wondering what's going on there13:31
stgrabercjwatson: something must have gone wrong with the unapproved monitoring thread, having a look at the logs to check if they were useful for once13:34
cjwatsonfeel free to drop the mutes once it's fixed13:34
stgrabercjwatson: http://paste.ubuntu.com/1100062/13:35
cjwatsonHuh13:37
cjwatsonPlease file a Launchpad bug about that13:37
stgrabermute queue unapproved13:37
stgraberI believe that the bug on queuebot's side is that a failure doesn't flush the notification queue, it just keeps adding notifications to it, spamming the channel in the process...13:38
cjwatsonNow where did the code for that go ...13:38
cjwatsonWTF.  There is code that's supposed to make this work, and it's even tested13:41
stgrabercjwatson: what queuebot is doing is roughly: lp.packagesets.setsIncludingSource(distroseries=lp.distributions['ubuntu'].getSeries(name_or_version="quantal"), sourcepackagename=lp.distributions['ubuntu'].getSourcePackage(name='efilinux'))13:42
cjwatsonOh, wait, maybe this isn't an LP bug13:42
cjwatsonCan you remind me where the queuebot source is?13:42
stgraberlp:~ubuntu-core-dev/+junk/queuebot/13:43
cjwatsonYeah, not an LP bug, give me a few minutes13:44
cjwatsonwell - arguably.  it's being triggered because the title for PackageUploadCustomFormat.UEFI doesn't start with "raw-".  A quick and stupid fix is http://paste.ubuntu.com/1100090/13:47
cjwatsonBut really it would be better to use the new-improved interfaces here13:47
stgraberyeah, looking at the new interface is on my list, should make things quite a bit easier and more reliable13:49
cjwatsonHm, except that there isn't really an alternative to display_name that gives you the source package name without messing about13:49
cjwatsonsince AIUI you want to be able to get the source package name for binary uploads too13:50
stgraberyep, to query for the packagesets13:50
cjwatsonThere'd be an argument for a little extension to package_name to do that13:51
cjwatsonIt'd be about two lines of code and one line of test13:51
stgrabersounds reasonable ;)13:52
cjwatsonFeel free to file a bug if that would make your life easier, and I may manage to fit it in13:53
stgraberso the workaround works (tested in another channel), but now efilinux isn't listed at all... will update queuebot to better deal with it after the 12.04.1 meeting (and will file a bug to get the source package name exported)13:53
cjwatsonIt's exported, just not for binary uploads13:54
stgrabercjwatson: how long are you planning to keep efilinux in unapproved? (so I make sure to run my tests before it disappears)13:54
cjwatsonYou could run tests against it in done after that13:55
cjwatsonI asked Steve to have a look at it when he's next around13:55
cjwatson(Or we could arrange for you to be able to run tests against dogfood)13:55
=== niceguyj_ is now known as niceguyjames
micahgis there any reason why palmer was reenabled?14:07
cjwatsonmaybe ask on #launchpad-ops (internal)14:08
stgrabercjwatson: queuebot seems to deal fine with efilinux now, just had to fix a bug where freenode would ignore some of the notices when posting a very large number of them without responding to a PING15:09
stgraber(it's now building a queue of notices to post and processes it by batch of 10. Should also allow to better cope with disconnects by simply reconnecting and continuing from where it was)15:10
cjwatsonstgraber: thanks15:14
bdmurraywhy is the diff for udev still pending for precise?15:34
bdmurrayor how can I deal with that?15:35
stgraberyou can probably do a manual dget + pull-lp-source + debdiff?15:36
cjwatsonbdmurray: udev is blacklisted because it causes debdiff to hang15:37
cjwatsonYes, you'll have to pull it by hand15:38
bdmurrayokay, thanks15:38
cjwatsonhttps://bugs.launchpad.net/launchpad/+bug/53290415:38
ubot2Ubuntu bug 532904 in launchpad "source package diffs missing for udev" [Low,Triaged]15:38
cjwatsonReally https://bugs.launchpad.net/ubuntu/+source/diffutils/+bug/31443615:39
ubot2Ubuntu bug 314436 in diffutils "package-diff can generate infinite output" [High,Confirmed]15:39
stgraberyay, no crash ;)15:44
=== akgraner` is now known as akgraner
bdmurraystgraber: will there be release notes for the point release?16:03
bdmurraystgraber: I'm looking at mdadm and bug 100235716:04
ubot2Launchpad bug 1002357 in mdadm "sort out udev rules madness (3 editions installed into 4 files)" [Undecided,Fix released] https://launchpad.net/bugs/100235716:04
skaetbdmurray16:08
skaetyes,   there will be release notes for the point release.    They'll be under each of the product pages.16:08
bdmurrayI'd feel better about accepting mdadm if there were release notes for the point release.  Should that happen before it moves to -proposed or to -updates?16:10
skaetbdmurray, ??  there will be release notes for the point release.16:11
stgraberskaet: does the release note page already exist or should we add an ubuntu-release-notes task for now (so we remember to add it)?16:11
skaetstgraber,  add to the ubuntu-release-notes task for now,  so it doesn't get overlooked.16:12
stgraberbdmurray: can you do that? (add an ubuntu-release-notes task targeted to the point release)16:12
skaet12.04.1 will need to be populated with the changelogs per product, and still sorting out the best way to do that.16:12
bdmurraystgraber: sure, no problem16:13
utlemmingwe have a criticial kernel regression that kills EC2 instances on oneiric. Do we have a way to pull bad SRU's? https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/102669016:25
ubot2Ubuntu bug 1026690 in linux-meta "3.0.0.-23.38-virtual kernel regression kills EC2 instances" [Critical,Confirmed]16:25
skaetutlemming,  please work with bjf to figure out best path16:31
utlemmingskaet: thank you kindly16:31
skaetutlemming,  what's the scope of impact on this?16:32
utlemmingskaet: any user who updates has a dead EC2 instance16:32
utlemmingskaet: instance-store users will lose all data. EBS users will have a very painful recovery path.16:32
skaetutlemming,  ok,  we probably need to start an incident report on this.   Will start the discussion off with arosales16:33
tseliothi, can anybody approve my upload of jockey in precise-proposed? pitti is ok with the changes17:19
tseliotI forgot to say please ;)17:30
infinitytseliot: Oh, you pinged me earlier?17:31
infinitytseliot: My context got wiped by the kernel drama, but I vaguely recall a nick highlight.17:32
dobeyis alpha3 done?17:39
tseliotinfinity: yes, so, the cedarview packages are in NEW and I have jockey in precise-proposed which needs to be approved17:39
infinitytseliot: s/are/were/ ... Someone rejected on earlier, my INBOX tells me.  Unless there was a new upload already?17:40
* infinity looks.17:40
infinityAhh, rejected and reuploaded.17:41
tseliotinfinity: I asked pitti to do that for me, yes17:42
tseliotI had to reupload to fix a detail17:42
tseliotinfinity: it all works correctly now17:43
infinitytseliot: Kay.  Not sure when I'll get a chance to poke at it, but you could bribe any AA to do so. ;)17:43
tseliotinfinity: such as?17:44
dobeyis it safe for me to upload straight to quantal now for stuff that's in the image?17:44
infinitydobey: alpha3 hasn't started, so no, not done. :P17:45
infinitydobey: But yeah, it's as safe as it ever is.  If you're uploading things that will break installability with skew, proposed first is still a nice idea.17:45
dobeynot yet. i do have a new binary package though; which adds a python3 package :)17:51
dobeyoh right, alpha3 is next week. well then :)17:52
infinitytseliot: jdstrand probably likes cookies.  But volunteering other people isn't my thing. :P17:57
tseliot:)17:58
infinitytseliot: I'll find time to poke it, just can't make delivery promises today, I'm headless chickening.17:58
tseliotinfinity: ok, thanks17:58
micahghe's not around until tomorrow and then will be playing catchup17:59
dobeyoh, i am an idiot.18:15
infinitydobey: Can we quote that?18:17
infinitydobey: I'd say "out of context", but you were kind enough not to provide any. ;)18:17
dobeyheh18:18
dobeyi checked that upload thrice, and now just realized i forgot the new .install files18:18
dobeyi wish debuild would complain more loudly about that18:19
micahgdobey: yeah, I've missed that before, sbuild displays the package manifest at the end which is nice, but  you have to remember to check it18:20
infinitydobey: Will something in main be depending on this soonish?18:28
infinitydobey: (ie: if I promote it, will it stick?)18:28
dobeyinfinity: dirspec 3.99.2-0ubuntu2 fixes the missing .install files. and yeah, we need it for some of the other uploads i'm about to do18:38
infinitydobey: Right, I already accepted it to main, upload away.18:39
dobeyah ok18:39
dobeythanks18:40
stgraberskaet: I'm confused by the work item in https://blueprints.launchpad.net/ubuntu/+spec/other-q-ubuntu-flavors regarding packageset for flavours (I wasn't in that meeting)19:08
stgraberI now added support for notifications to flavours in queuebot so that their ISO tracker builds and packages in their set get them notified19:08
stgraberbut from what I understand of the action item, we want queuebot to also send notifications when a package is added/removed from their packageset by cjwatson's script?19:09
skaetstgraber,  yes,  that's what was requested.19:10
stgraberhmm, fun, will have to add a new plugin for that then, it's not difficult to do but it's really slow, the script I have on chinstrap doing that takes around 15min to run IIRC19:11
stgraberglad I added multi-threading support to queuebot otherwise that'd be a bit problematic to run ;)19:11
=== yofel_ is now known as yofel
skaetstgraber,  ok.   If some aren't going to be possible this release,  please go ahead and mark them POSTPONED19:13
stgraberwell, that one should just take an hour or so to implement as I already have that code on chinstrap, just need to queuebot-ify it. I'll be messing with the packagesets a bit to confirm it works19:14
stgrabersorry for that, trying to get the bot to join a channel with some ACLs ;)19:27
ScottKstgraber: ^^^ was on my must have for 12.04.1 for server upgrades list.  That's done.19:47
highvoltagenice19:48
highvoltage(oh, unapproved, oops)19:48
stgraberScottK: yay, one less on the list :) thanks19:51
micahgawesome, 12.04.1 is right before Firefox/Thunderbird 15, so people will get a huge update the next week, I guess that's still the best place for it, otherwise, if it was right after, we'd have the fear of needing a respin for upstream respins :)19:53
infinitymicahg: They get huge upgrades every week anyway, oh well.19:54
stgraberpackageset monitoring added, I'll be doing a test during the next hour, so you should see lxc being added to the edubuntu packageset then removed later on20:09
stgraberthe packagesets are parsed every 15min20:09
ScottKTo whom do these announcements get sent?20:10
stgraber#ubuntu-release + #ubuntu-dmb for all changes and to #edubuntu for the edubuntu packageset20:11
stgraberthere's a flood protection set at 25 entries, so when introducing a new packageset, we shouldn't get spammed20:12
skaetinfinity,  am working through the nusakan crontab, looking for good spots to insert precise builds, and am a bit perplexed that we don't have problems with:20:14
skaet22 0 * * *      buildlive kubuntu-active daily-live && for-project kubuntu-active cron.daily-live20:14
skaet24 0 * * *      buildlive edubuntu-dvd dvd && for-project edubuntu cron.dvd20:14
skaetthoughts?20:15
skaet(or more precisely,  its the cdimage crontab on nusakan)20:16
ScottKstgraber: Could Kubuntu ones go to #kubuntu-devel?20:16
stgraberScottK: sure. do you also want build notifications and queue notifications for kubuntu packages and images?20:16
ScottKHow about just for images for now.20:16
stgraberok, configured for packageset + images matching kubuntu (I don't really expect much changes going to the packagesets and images are only posted during milestones)20:19
infinityskaet: Curious, that's 44,0 for edubuntu in the canonical version.20:24
infinityOr... it was until someone changed it very recently. :P20:25
stgraberI changed it, did I forget to push it somewhere?20:25
* stgraber checks local branches20:25
infinityskaet: Anyhow, it all has locking, it's not a "problem", per se, to run them all at exactly the same time, except that it makes it unpredictable what order they'll spit out in.20:25
infinityskaet: For dailies, that really isn't a huge deal.  They finish when they finish.20:25
infinitystgraber: You changed it in 1450, I didn't have a current checkout.20:26
infinitystgraber: But you changed it to be 2 minutes after kubuntu-active, that's all.20:26
infinityUltimately, none of it matters nearly as much as people think it does.20:26
skaetinfinity,  if the locking is in place, then yeah,  not a problem.    Was wondering why it wasn't fussing/causing issues.20:27
skaetand that would explain it.20:27
infinityWe could just run all the daily jobs at the exact same time, and let the mystery of when the images spit out the other end be fun and exciting every day.20:27
stgraberinfinity: yeah, I aligned it to start as soon as an armhf builder is free. IIRC kubuntu-active is mostly failing so it hasn't been a problem so far20:27
stgraberI don't mind if Edubuntu has to wait an hour to start building on i386 as we have a two hours long arm build in the same batch20:28
skaetinfinity,  nah,  but it might be nice to get all of the auto tester ones built early,  so results are waiting when we get up.   ;)20:28
infinityTo be fair, "we" all get up at different times.20:29
infinitySo, I assume you mean when *you* get up? :)20:29
skaetinfinity,  actually was think that it would be nice so it would be ready when babyface gets up,  since he's doing first pass on the auto test results. ;)20:30
skaetbut more orienting to Europe actually.  ;)20:30
skaetstgraber,  am not seeing Edubuntu armhf on the iso tracker under quantal.   Should it be added?20:31
infinityAnyhow, it's not something we'll ever get perfect.  We could try to align the ubuntu and server images to a specific "good time", and just make all the others wait for "some reasonable amount of time later".20:31
infinityBut I suspect that the more we try to mangle it all, the more we just realise it breaks someone else's expectations.20:32
stgraberskaet: I was waiting to have it build for the right hardware before doing that as we don't plan on releasing an omap4 image but an a10/zatab one. Though I'm still waiting on the kubuntu folks to know how to get the hardware to actually boot the kernel...20:32
skaetagree,  will never be perfect20:32
infinitystgraber: Do we actually have an A10 kernel in the archive?  I missed that memo.20:33
bdmurraystgraber: bug 929092 is missing sru information20:33
ubot2Launchpad bug 929092 in ubiquity "ubiquity crashed with DBusException in call_blocking(): org.freedesktop.DBus.GLib.UnmappedError.NmSettingWirelessSecurityErrorQuark.Code1: Failed to determine AP security information" [Medium,In progress] https://launchpad.net/bugs/92909220:33
stgraberinfinity: nope, it's on my todo once I actually get it to boot somewhere :)20:33
stgraberbdmurray: oops, missed that one. fixing20:34
infinitystgraber: AFAIUI, AllWinner's being even worse about upstreaming than most SoC vendors traditionally are, so it's going to be a stupidly massive patchset (and hard to keep in sync with our fast-moving kernel team). :/20:34
skaetstgraber,  then why were you waiting on the arm builders in doing the scheduling?20:35
infinityskaet: Because he's building test images, he's just not "releasing" them.20:35
stgraberbdmurray: done20:35
skaetinfinity, ack20:35
stgraber^ one more "removed" to show up in 5 minutes and I'll be done with my tests of the packageset monitoring20:36
stgraberinfinity: yeah, linux-allwinner is a bit scary, we're going with that hardware platform as a tech preview (because we can easily get unlocked hardware with developer prices). Kubuntu is going with the same hardware too and some others have interest in getting a10 support (rsalveti has some a10-based tablet too).20:40
infinitystgraber: Oh, tons of people are interested in A10 support.  Their pricing is hard to beat, so there will be a metric crap-ton of devices.  I just wish they'd learn to upstream sanely. :/20:40
infinitystgraber: Or throw some money at Linaro to do it for them.20:41
infinity(I also wish both Apple and AllWinner hadn't decided to name their cores A[int]... So friggin' confusing in the ARM landscape)20:41
infinityI've already seen one vendor (not a random user, an OEM) calling it the AllWinner Cortex-A10.20:42
stgraberhehe, yeah, that's quite confusing. IIRC the box had something along the lines of "Allwinner Cortex A8 A10" written on it, which isn't technically wrong, but still...20:43
micahgseb128: component-mismatches exploded due to webkit, you might want to drop the recommends on gstreamer0.10-plugins-bad21:10
seb128micahg, I'm not touching webkit again, whoever cares can do it21:11
micahgheh21:11
seb128I'm not even running quantal21:12
seb128the only reason I did it was because other updates broke software-center and other stuff and nobody was going to do it21:12
seb128but I don't have time nor will to maintain webkit21:12
cjwatsonstgraber,skaet: um - I only run the packageset update script every so often, and it typically makes on the order of one or two hundred changes22:04
cjwatsonwho requested this, and did they really know what they were asking for?  I'm really not convinced that this is a good fit for IRC notifications22:05
stgrabercjwatson: yeah, that's why I found the feature request a bit odd in the spec, but well... it didn't take long to implement, it won't flood on update (limit of 25 similar to the tracker) and is useful at least to the DMB22:05
cjwatsonI can't see it being useful in this channel, at least ...22:06
cjwatsonI can understand why people asked for it.  I just don't think they'll actually like it. :-)22:07
stgraberit was in the infrastructure for flavours session, the comment says "packageset updates every hour with colin's script, any changes need to go there." which doesn't really match your "every so often" :)22:08
cjwatsonthat's an utter myth22:18
cjwatsonI don't know who said that but they were making it up22:18
rsalvetiinfinity: cool, cortex A10 :-)23:17
rsalvetinewer than what we have :P23:17
ajmitchif only that were true in my tablet23:26

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