[00:03] ScottK: I was going to check with highvoltage / stgraber on that one since I think it's really their call whether they wanted a respin for it [00:04] slangasek: It was there before the last respin, so I'm assuming not. [00:04] It's trivial to reupload in any case if needed. [00:04] Ah. Shoot. [00:04] The last respin I was thinking about was Studio, not Edubuntu. [00:11] highvoltage, stgraber: ping ^^ [00:15] At least rejecting when I shouldn't is more reversible than accepting when I shouldn't. [00:43] ScottK: indeed :) === bjf is now known as bjf[afk] === slangase` is now known as slangasek === jjohansen is now known as jj-afk [01:18] It seems a bit odd that http://cdimages.ubuntu.com/kubuntu/releases/10.10/rc/ just has dvd images. I'd expect either a full set or nothing there? [01:27] CDs go to releases.ubuntu.com/releases/10.10; cdimages.ubuntu.com/kubuntu/releases/10.10 is for overage [01:27] and cdimages.u.c doesn't have room to carry releases.u.c as well as what it already carries [01:54] Is extras.u.c broken? [01:55] I'm not behind a proxy, and I'm getting hash mismatches on Sources.bz2. [02:04] wgrant: By design, but that's probably not what you're talking about. [02:04] Heh, indeed. [02:05] The PPA itself is fine, so the sync is broken. [02:06] slangasek: Thanks. [02:41] wgrant: example sources.list line? [02:43] elmo: It was a fresh install. [02:43] deb http://extras.ubuntu.com/ubuntu maverick main [02:43] deb-src http://extras.ubuntu.com/ubuntu maverick main [02:43] I suppose I should check the indices manually. [02:43] wgrant: is it reproducable? [02:43] elmo: Yes. [02:43] hmm [02:44] it's not for me, and the timestamp for everything but the Releases.gpg dates back to October [02:45] actually even that does [02:45] hmm [02:46] so, I see why all the timestamps are so old [02:46] but if you can reproduce it, I'd love to get more detail [02:46] manually checking the Sources.bz2 and it seems to match [02:46] elmo: Packages.bz2 for i386 and amd64 is 64a543afbb5f4bf728636bdcbbe7a2ed0804adc2 [02:47] (checkexd from a few hosts) [02:47] Oh, right, that matches. [02:47] Fail. [02:47] Was looking at the wrong line. [02:47] Then why is it whinging, I wonder. [02:50] Er. [02:50] * elmo doesn't like the sound of that [02:52] So. [02:53] I can see that the installer (alternate CD) encountered the same error, so there was probably no proxy involved. [02:53] The index in /var/lib/apt/lists was pretty clearly for the primary archive, which explains the hash mismatch. [02:54] Moving it out the way makes the error mysteriously vanish. [02:54] sorry, which index? [02:54] I'm wondering if it's because the Sources.bz2 is empty [02:54] extras.ubuntu.com_ubuntu_dists_maverick_Release [02:54] and that messes with the installer's head [02:54] Somehow the installer grabbed the archive.ubuntu.com file instead. [02:54] wgrant: oh, err, near [02:54] s/near/neat [02:54] Erm. [02:55] The first mention of extras.ubuntu.com in the installer log: [02:55] Oct 8 23:57:58 in-target: Hit http://extras.ubuntu.com maverick Release.gpg [02:55] I wouldn't expect a cache hit on the first update, really. [02:59] I guess I'll run the installer in a VM and see what happens. [03:11] wgrant: oh, parting shot - ISTR cjwatson said ara had reported a similar bug [03:11] wgrant: might want to see if he already debugged it there [03:12] elmo: Aha, I see something in backscroll. Thanks. [03:13] It was dismissed as proxy skew. [03:13] But this is a little suspicious. [03:13] * wgrant will install in a VM and watch closely. [03:24] Hm. [03:24] Reproduced. [03:26] Just after the user details are entered and it goes off and does its apt config thing, /var/lib/apt/lists grows a extras.ubuntu.com Release file which looks suspiciously like a primary archive Release from the 21st of May. [03:33] I saw the same thing on the dove (armel) image, which is worse as there are no package lists (blank or otherwise) on that location. [03:34] Well, that's a bit more odd. [03:34] Since I can see where it's getting this file. [03:34] But that doesn't explain your case. [03:35] Dove uses thelive image setup same as x86. I do not see it on the preinstalled images. [03:35] It's in the apt-mirror-setup udeb. [03:35] So you probably do have it. [03:37] Wheee. Lucky me. :p [03:38] I wasn't sure what to file it under, and I have been onsite at TI all week, making normal testing challenging at best. [03:48] Yeah, apt-setup is buggy. [03:48] Easiest fix is probably to touch Release on extras.ubuntu.com. [03:48] elmo: ^^ not so bad after all. [03:51] wgrant: sorry - how would touching the file help? [03:52] elmo: The mtime of the bad index is a couple of days ago, but the one on extras.ubuntu.com is from September. So it won't grab a fresh copy. [03:53] If the one on the server is newer, it should all work fine, I suspect. [03:53] wgrant: right, but I'm curious as to where on earth this bad index comes from [03:54] elmo: The apt-setup udeb has an old signed copy of Release and Release.gpg. [03:54] Once it sets up the mirrors, it prepopulates apt's list cache with those. [03:54] ah, ok, I see [03:54] that's err, broken [03:54] but OK [03:55] It is broken, yes. [03:55] But probably better to work around than reroll... [03:55] oh, god yes [03:56] It calls this: [03:56] apt-setup-signed-release archive.ubuntu.com "$file" [03:56] apt-setup-signed-release then greps out lines that it should populate. [03:56] Except that the regex is now "^'.*'" [03:56] Maybe to handle mirrors, I guess. [04:09] hmm [04:09] Hm? [04:10] I see Release.gpg is new, but not Release itself. [04:10] yeah [04:10] because that's what it is on the PPA [04:10] and it keeps getting overriden by rsync [04:10] Ah. Fun. [04:10] I guess I'll disable the rsync until we have something in the PPA [04:10] (it was broken anyway ;-) [04:12] wgrant: is it easy for you to spin up a re-test? [04:12] elmo: Sure. [04:13] It only takes a few minutes to get to that stage. [04:27] elmo: That's fixed my real installation. But the installer apparently fails to retrieve it ("Err http://extras.ubuntu.com maverick Release" shows up in syslog, which isn't awfully helpful). But it's otherwise working, and an apt-get update after it finishes looks like it should work. [04:27] huh [04:28] Yes. [04:28] wgrant: anything useful in the installer syslog? [04:28] Anyway, looks like it's fixed unless you look at the logs. [04:28] Get:8 http://extras.ubuntu.com maverick Release [57.3kB] [04:29] Err http://extras.ubuntu.com maverick Release [04:29] Thankyou, apt, for your wonderful errors. [04:29] I'll let it finish installing and confirm that an update afterwards works OK. [04:40] elmo: apt-get update works fine on the installed system. [04:40] So unless you look at the installer syslog it looks like it works perfectly. [04:40] Thanks. [04:41] cool - do you want to/are you going to follow up to the bug or should I? [04:42] I filed bug #657176 about the general apt-setup issue. [04:42] Launchpad bug 657176 in apt-setup (Ubuntu) "apt-setup-signed-release doesn't restrict its actions to the given archive (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/657176 [04:47] ok [05:53] slangasek,ScottK: I'm not exactly sure what that change is. [05:54] mvo sent us an e-mail about an upgrade fix for edubuntu-artwork [05:54] if that's this upload, then we won't need to respin as it only affects upgrades and you can't upgrade using the DVD [05:54] * stgraber is trying to find a diff [05:57] * stgraber found it [05:57] ok - needs to be reuploaded to -proposed, then [05:58] right, I'll ask mvo to do that [05:58] hmm, actually I guess I can just do it, just need to get the .dsc from LP (as it seems I can still get it even from reject uploads) [06:01] Right, we keep all primary archive uploads forever. [06:06] ok, re-uploaded to -proposed [06:07] slangasek: can we get that to -updates by the time 10.10 is out ? so users who upgrade on release day will get the fix ? [08:32] good morning [11:10] anything I should help out with? [11:14] pitti: well...Kubuntu manual partitioning test is still outstanding...but I don't think we need you to run that :P [11:15] stgraber: any plans on running the upgrade tests for Edubuntu? I noticed they are still marked untested [11:16] robbiew: will you take care of working with kubuntu release team re: ARM? [11:16] marjo: yeah...I'll "take care" of it ;) [11:17] robbiew: thank you sir1 [11:17] sir! [11:34] window 74 [11:34] gah, sorry [11:41] skaet: any idea what happened to the kubuntu mobile images? i can no longer access them from iso.qa.ubuntu.com [11:41] marjo: ??? [11:41] is this the armel stuff? [11:42] robbiew: yes [11:42] i was going to submit bugs on behalf of mpoirier who did the testing [11:43] so i can mark those tests failed [11:43] I have no idea...were they there yesterday? [11:52] wgrant: thanks for diagnosing that. looks like we've dodged the bullet for maverick? [11:53] robbiew: those are the images that mpoirier tested [11:53] which images (URLs)? [11:54] robbiew: i'm submitting bug reports anyway, since i can't mark those tests failed without a bug number [11:54] marjo: ok [11:54] FTR, I'm not holding up the release for Kubuntu Mobile on OMAP3/4 bugs anyway ;) [11:55] cjwatson: Yep. [11:55] cjwatson: http://iso.qa.ubuntu.com/qatracker/test/4741 [11:55] kubuntu-mobile should be http://cdimage.ubuntu.com/kubuntu-mobile/ports/daily-preinstalled/current/ or thereabouts [11:55] iso.qa's download links seem busted [11:55] cjwatson: ack [11:55] but I don't think that's something we can fix without db access? [11:55] cjwatson: The apt error during installation is a bit odd, though. [11:55] robbiew: ack [12:04] ogra_ac: hi [12:04] hi [12:04] * ogra_ac tries to think clear, i just stepped off the train, totally jetlagged [12:05] ogra_ac: ok, thx for the warning [12:05] ogra_ac: any chance you can help test kubuntu on ARM? http://iso.qa.ubuntu.com/qatracker/test/4739 [12:05] hmm [12:06] not today anymore, i can give it a try tomorrow though [12:06] ogra_ac: ack [12:06] thats only omap3, right ? [12:06] oops [12:08] both omap3 and omap4 are built, despite the fact that the tracker only lists one [12:08] (I already talked with marjo about this; we'll rationalise arm image handling on the tracker later) [12:08] (not for 10.10) [12:08] hmm, k [12:08] i dont know who enabled omap4 [12:09] ogra_ac: mpoirier already tested omap3 and omap4 but i don't think he did kubuntu desktop on ARM [12:09] http://iso.qa.ubuntu.com/qatracker/test/4739 [12:09] did anyone enable it specifically? we probably just shoved it in [12:09] we dont support live images on omap [12:09] kubuntu isn't a live image [12:09] only preinstalled [12:09] the testcase says live [12:09] the image type is 'preinstalled-desktop' [12:09] the testcase lies [12:09] ogra_ac: that's what mpoirier confirmed [12:10] ok [12:10] (or possibly 'preinstalled-mobile', depending on whether this is kubuntu or kubuntu-mobile) [12:10] ogra_ac: check out: https://bugs.launchpad.net/ubuntu/+bug/657281 [12:10] Launchpad bug 657281 in ubuntu "Kubuntu Maverick on Omap3 & Omap4: screen goes black and never comes back (affects: 1) (heat: 6)" [Undecided,New] [12:11] marjo, to be honest i dont really care much about kubuntu on arm, the kubuntu community confirmed they had testers, thats the only reason why i enabled kubuntu on omap3 around beta [12:12] i'm fine to do a last minute test tomorrow, but i wonder where the mentioned testers are [12:12] skaet, Daviey: checkin in from stpancras: everything alright ? [12:13] ogra_ac: thx [12:13] ttx, hi. so good so far. [12:13] ttx: Did you manage to get the earlier train ? [12:13] I could have get it.. but I chose to have lunch instead [12:13] skaet: I won't be around this afternoon, arriving home ~10pm [12:14] so I guess I'll check in sunday morning to check everything is alright :) [12:14] ttx: heh, surely the food french side is better? [12:14] sure, but it's late :) [12:14] ttx, safe travels, thanks for letting me know. [12:14] I'm off again. text me if you need me [12:14] ttx: What time will you have phone coverage? [12:14] (just incase) [12:15] I'll have phone coverage over most of the travel, except while under the sea [12:15] groovy. [12:15] just leave me a text message if anything springs up [12:16] Daviey: how is cloud10 doing ? [12:17] ttx: Just finishing the merge from the design team, then will chase IS about access. Ng said he was working today, so if nobody else - i will poke him. [12:18] there are several of us available today, although the UKers will be lunching shortly [12:18] Ng: what's for lunch? [12:19] microsize sandwiches, right [12:19] robbiew: we're considering going to pizza express [12:19] robbiew: enjoy the Coriander tonight [12:19] Ng: sounds good...ol'faithful [12:20] I shouldn't tell where robbiew is having dinner tonight on a public channel. His fanclub might turn up. [12:20] ttx: thx for introducing me to Coriander [12:20] fanclub?....yeah right? [12:21] marjo: thank those who introduced me to it :) [12:21] Ng: OK, great - who is vanguard? [12:21] marjo: ttx: your welcome ;) [12:22] you're [12:22] if Daviey wasn't quite so lazy, he would walk the 30 steps to speak to you in person. [12:22] heh [12:22] Daviey: by this point things should have tickets, and almost nobody is working today, so nobody is focussed on typical vanguard duties [12:22] Ng: Ok, i will walk over [12:22] :) [12:22] Daviey: Nothing like sitting next to each other and IRC-ing :p [12:23] robbiew: btw, might want to +m #ubuntu-release-announce, 10.10.10 is hitting in the east slowly :) [12:24] nigelb: heh...so you assume we are releasing on 00:00:00 UTC on 10.10.10 [12:24] No, but everyone else does. [12:25] exactly [12:25] good for them :D [12:25] robbiew: we know you get a kick out of respin 10 mins before release :) [12:25] heh [12:26] creates dramam [12:26] drama [12:27] you mean it's not out yet ? Damn, I need to go back to the office. [12:27] lol [12:27] we have to keep OMG!Ubuntu from pre-announcing [12:27] ;) [12:27] nigelb: :) [12:28] robbiew: true that. [12:28] robbiew: Oh, they haven't already? [12:28] wgrant: they don't work on weekends. [12:28] emphasis on *they* [12:28] well...after my respin last release...it wouldn't be wise [12:29] Heh. [12:29] * ttx can almost feel skeat's bad eye on robbiew. [12:29] Haha [12:31] !! [12:31] robbiew: don't even think of it [12:32] we should have a specific deliverable that nobody uses and without any tests attached, just so that robbiew can respin it at the last minute. I don't know... Kubuntu on ARM in ap-southeast AMI [12:33] robieubuntu - resput at the last minute of ubuntu releases. [12:35] *spun === do0d is now known as drcooper [12:41] ok, will be back in a few, yay StPancras free wifi [12:49] Is the omap4 kernel that's sitting in unapproved for -release really meant to be there? [12:56] ScottK, whats the changelog entry ? [12:56] there should be an SRU [12:56] nothing that needs approval before release [12:57] http://launchpadlibrarian.net/57298257/linux-ti-omap4_2.6.35-903.15_source.changes [12:57] looks right [12:57] ogra_ac: Then I guess it was uploaded to the release pocket by mistake. [12:57] thats the planned SRU [12:57] Except not uploaded to -proposed. [12:57] oh, might be, asl tgardner [12:57] *ask [12:58] i dont mind if it goes into the release indeed :) but it was initially planned as SRU [12:58] cjwatson: should bug 653134 be marked FixReleased for the lupin task? And do we still need to releasenote it per comment 30? [12:58] Launchpad bug 653134 in lupin (Ubuntu Maverick) (and 3 other projects) "Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10 (affects: 3) (heat: 20)" [High,Triaged] https://launchpad.net/bugs/653134 [12:58] Unless you're up for retesting all the omap4 images, I suspect you do mind if it goes in ... [12:59] robbiew: We're at the final freeze for Universe now. There's one package in queue that I'm going to reject since it's a very minor change and then we're done. [12:59] ScottK, there is only one omap4 image to test and that change wont affect it at all, it only affects a specific board which isnt publically available anyway [12:59] ScottK: \o/ thanks! [13:00] You still have to requalify the image. [13:01] indeed [13:01] ogra_ac: I'm going to reject that as I'm certain a release pocket upload isn't what we want. [13:02] k [13:02] If it turns out that's wrong, they can reupload. [13:02] its not wrong [13:02] * robbiew heads out for lunch [13:02] doesnt matter where in the archive it lives as long as we get it in at some point [13:02] (from our side ... ) [13:03] Right. Done. [13:03] robbiew: The -release queue is clear now. [13:03] ScottK: thank you [13:03] You're welcome. [13:15] stgraber: edubuntu-artwork is now in the queue for -proposed twice. Please let us know which one we should keep (based on debian/changelog they are dupes, but please let us know) [14:15] skaet: persia is testing kubuntu desktop on arm, so i think we're covered [14:15] thanks persia, marjo. :D [14:17] Mind you, I don't have graphics acceleration or enough RAM to meet minimum requirements, so I'm not expecting more than "Yeah, it boots and the base environment (slowly) comes up if one waits an hour or so". [14:18] persia: understood & that would be sufficient [14:20] robbiew: http://njpatel.blogspot.com/2010/07/gwibber-concept-part-1.html [14:25] Riddell, ScottK, is there an updated page for: https://wiki.kubuntu.org/MaverickMeerkat/RC/Kubuntu [14:27] or more specifically - what will be the path that https://wiki.kubuntu.org/MaverickMeerkat/FinalDraft/Kubuntu [14:27] will be using. Final or FinalDraft? [14:30] Riddell will need to answer that. I was mostly offline for $WORK stuff this week and have no idea. [14:31] I've asked on #kubuntu-devel to see if anyone else knows. [14:36] robbiew: Now now, you'll give OMG probable cause to announce the release if you keep doing that :P [14:36] wgrant: we wouldn't want that....would we? [14:37] Tends to make mirrors annoyed when it takes *hours* to process the last pulse of .pool because of overexcited folk [14:37] robbiew: you really know how to make release days exciting [14:42] persia: Hopefully they've got it already since we haven't made any changes in the archive in over 12 hours. [14:43] Anyone else on the release team is welcome to join in working on the list at https://bugs.launchpad.net/~ubuntu-release and give people the sad news that $YOURPETBUG won't get fixed this cycle. [14:47] ScottK, Most release mirrors only sync once daily, and not everyone gets pulsed. That said, any sane release mirror is likely to be paying special attention today [14:49] (plus there needs to be a pulse once the symlinks are created) [14:56] Oh, right. [14:56] Forgot about that bit. [14:58] ogra_ac: do you all need to release note bug 626749? [14:58] Launchpad bug 626749 in flash-kernel (Ubuntu Maverick) (and 1 other project) "flash-kernel tries to use MTD devices on OMAP4 when no flash-kernel.conf exists (affects: 1) (heat: 10)" [Medium,Confirmed] https://launchpad.net/bugs/626749 [15:03] robbiew, not for the images, no [15:04] its on a special case device in a cornercase situation, NCommander is supposed to fix it though since his change to the subarch detection created the issue [15:04] (thats why i assigned it to him) [15:06] ogra_ac: ack..thnx [15:11] ogra_ac: so....should we add bug 657281 to the ARM page? [15:11] Launchpad bug 657281 in ubuntu "Kubuntu Maverick on Omap3 & Omap4: screen goes black and never comes back (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/657281 [15:12] or does Kubuntu have their own ARM release notes page? [15:12] robbiew, well, we dont support kubuntu [15:12] its a community thing to test it which apparently didnt happen yet [15:13] ogra_ac: probably should be added to Kubuntu's page [15:13] Riddell: ScottK: ^^ [15:13] i will do a test as per marjo's request tomorrow but it dosnt really fit on our page [15:16] ogra_ac: thx [15:17] * ogra_ac is really a bit upset that he was forced into building these images at all with the promise that there would be testers [15:19] ogra_ac: but how would the testers get the hardware? [15:19] robbiew, beagleboards are available for $129 at digikey [15:19] since 1.5 years [15:20] ogra_ac: what about the omap4 stuff? [15:20] i dont know who enabled them, that they are built is a mistake [15:20] i explicitly didnt [15:21] cjwatson: There appear to be tilde files in the releases tree, namely .htaccess~ and HEADER.html~ [15:21] cjwatson: a few more in include/ and kubuntu/ [15:22] robbiew, we need that properly sorted in natty and i'd like to have a UDS session with kubuntu, release team and arm team about that [15:22] ogra_ac: ack [15:22] robbiew, i didnt enable kubuntu at all in maverick and was shouted at so i made the compromise to enable omap3 *if there would be testers* [15:24] ogra_ac: ah...then the omap4 was built perhaps due to miscommunication between us and you all....any way...not going to hold up the release for this stuff anyway ;) [15:24] robbiew, ack [15:24] We've had testers up until now. [15:25] Speaking of which, I"m doing the Kubuntu manual partitioning test that's missing now. [15:25] from the community ? [15:25] From people who weren't doing it on paid Canonical time, so yes. [15:26] We also got kubuntu-mobile testing on arm from non-Canonical people [15:28] ScottK, well, paid time or not gets very blurry, imho we should see that TI provides some HW to the community and thats something i'd like to solve in the above mentioned UDS session [15:28] (TI will be there to participate in the discussion) [15:51] xubuntu release notes for the final are going to be https://wiki.ubuntu.com/Xubuntu/MaverickMeerkat/Final if anyone cares. [16:17] lamont, anyone else: have you had any success in building a i386 chroot on an amd64 system without root? (While fakeroot fakechroot debootstrap... works fine for amd64->amd64, it fails on amd64->i386) [16:17] ev: never tried [16:17] I was afraid you might say that [16:27] Testing done. [16:27] ogra_ac: I'm in favor of that. [16:27] ogra_ac: *cough*, oops. That feel off my TODO list [16:27] argh [16:29] ev, there's at least some chance that one won't have permission to set the personality without root (although I'll admit to not understanding the details of linux personalities) [16:35] persia: that much seems to work, though it could be failing silently for all I know [16:36] No idea then (and I've never tried). I thought personality was the only thing different between amd64->amd64 and amd64->i386 [16:38] You might be able to do it using qemu-debootstrap if you change the pass-through filters to not reject that usecase (as you'd have root in the emulated environment, which you can do as a regular user) [16:38] hmm, I'll add that to my list of things to try [16:38] thanks! [16:39] Just be warned that the qemu-debootstrap authors assumed nobody would do this, so you may have to tweak the script a fair bit :) [16:40] NCommander, yeah, you somehow misunderstood when i said you should unassign yourself from all bugs you dont actively work on :) [17:09] robbiew: can you release note bug #657371 for netbook? It's really a bug finally :) [17:09] Launchpad bug 657371 in netbook-meta (Ubuntu) "Ubuntu Netbook Edition maverick doesn't have a guest session (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/657371 [17:10] didrocks: ack [17:10] thanks :) [17:10] we can fix it in a SRU changing the seeds and people getting it by the new recommend [17:13] didrocks: is there any workaround that I should document? [17:13] robbiew: I'm investigating on seeing why it's broken right now, I'll ping you [17:13] ok [17:17] bug 656876 is a problem for Kubuntu upgrades [17:17] Launchpad bug 656876 in ubuntu "distupgrade crashed during conf file change review (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/656876 [17:17] I'll probably have to upload update-manager [17:18] we're thinking uploading to maverick-updates directly [17:18] Riddell: I'd still upload to proposed and test it, but yes, ~directly. [17:20] robbiew: ok with that? [17:20] We'll also need an associated release note. [17:22] +1 with ScottK's suggestion [17:22] upload, test, then move over [17:22] Riddell: ^^ [17:22] ok [17:28] robbiew: I think that lupin bug will need some kind of vague release note ("may break"), yes [17:28] Spads: skaet is in control of antimony today and tomorrow, so I guess those will be from her [17:28] cjwatson: copy. [17:28] cjwatson: ack [17:46] Spads: all good now? [17:48] skaet: let me see [17:48] skaet: Looks much better, thanks! [17:49] Spads: you're welcome. thanks for the explanation. [17:52] ogra_ac: *cough* [18:08] robbiew: do mention in the release notes that we did drop support for i586? [18:08] ScottK: argh, I only uploaded it once ;) guess mvo uploaded it too. Let me quickly check [18:09] doko_: ok [18:09] robbiew: I'll coordinate with highvoltage so we have the upgrade tested today [18:10] k [18:11] ScottK: keep the edubuntu-artwork of the 2010-10-07 and drop the one I made yesterday [18:11] OK [18:12] stgraber: Done. [18:12] thanks [18:13] robbiew: and maybe add i686 without cmov support [18:18] doko_: ack...will do, thx [18:33] Hi, can you confirm that this will be a valid URL for an ISO: Can you confirm, does this look like a valid URL for the ISO? http://mirror.clarkson.edu/ubuntu-releases//maverick/ubuntu-10.10-desktop-i386.iso [19:10] newz2000: looks fine [19:10] Riddell: great [19:11] preferably without the double slash [19:11] * newz2000 will look into that [19:11] Riddell: do you have a page with Kubuntu release notes that you'd like people to see for kubuntu instead of the ubuntu release notes? [19:12] the release notes are the same [19:12] there's a separate release announce page [19:12] no, I'm just thinking release notes [19:13] which will be http://www.kubuntu.org/10.10-release [19:13] where are the draft release notes? [19:14] Riddell: https://wiki.ubuntu.com/MaverickMeerkat/ReleaseNotes [19:15] skaet: https://wiki.kubuntu.org/MaverickMeerkat/FinalDraft/Kubuntu will be http://www.kubuntu.org/10.10-release [19:17] newz2000: do you know what magic is needed at release time to clear web caches and whatnot? [19:17] Riddell: when we push we also ping IS to flush the cache [19:18] newz2000: ok, make sure you give me warning when that's going to happen [19:18] Riddell: well, this time B will be doing the push unless there's a problem, but I'll tell her to give you a ping [19:18] Her IRC nic is literraly "B" on canonical's irc [19:20] that's either very silly or very elite, I'm unsure which :) [19:22] That's what they call her in real life too [19:23] that's elite [19:24] robbiew, skaet: do we have an ETA for release? [19:28] http://edubuntu.org/news/10.10-release will be Edubuntu's release notes (I'll work on that after finishing testing upgrades) [19:33] Riddell: how much advance notice would you like before the cache's are cleared? [19:34] newz2000: 15 mins say? [19:34] Riddell: ok. [19:34] It's not an exact science fyi. Cache's have a mind of their own. [19:35] although an expected time would be nice too [19:44] ScottK or anyone: update-manager in maverick-proposed unapproved queue [19:44] Looking [19:46] Waiting for the diff [19:57] Riddell: Accepted. [19:57] ta [19:58] I think I'm in for a long evening of testing [19:58] and release announce writing [20:14] maverick-backports project created. [20:17] newz2000: does kubuntu have an equivalent of http://www.ubuntu.com/testing/download ? [20:31] Riddell: uh.. that page also lists kubuntu downloads [20:31] Releases of Kubuntu and Edubuntu are also available here. [20:32] it would be nice to have one that went directly to the kubuntu page though [20:33] yeah :) [20:45] Who's working on release notes? [20:45] robbiew or skaet: Are you still in progress on these? [20:47] I've a suspicion Millbank folks have all gone to the pub [20:47] Probably. [20:48] Riddell: There are a couple of Kubuntu specific release notes which still need to get in. [20:48] https://bugs.launchpad.net/ubuntu-release-notes/+bugs?field.searchtext=&orderby=-date_last_updated&search=Search&field.status:list=FIXCOMMITTED&field.assignee=&field.bug_reporter=&field.omit_dupes=on&field.has_patch=&field.has_no_package= [20:49] ScottK: thanks, "review release notes" is definately on my TODO for tonight [20:50] OK. Cool. [20:50] I'm aware of those two because I wrote them. No idea what else there may be. [20:57] robbiew: FYI, netbook guest session package fix uploaded to -proposed [21:04] robbiew, skaet: who is doing the pre-publishing and when? [21:05] ah, it's already done, good good [21:19] ev: does Wubi work from Windows 7? [21:25] ScottK, Riddell back from dinner. [21:26] so I was almost right when I said pub :) [21:27] skaet: correction, it'll be at http://www.kubuntu.org/news/10.10-release [21:35] Riddell, yup. [21:40] skaet: I'm not going to get to reviewing the kubuntu bits on the release notes for a wee while, when do you need that done by? [21:41] Riddell, we're getting an edit in. Please hold off any changes until you're passed the baton. [21:42] Riddell: no, there is no equiv for the download/testing link [21:42] newz2000: add that to my wishlist :) [21:42] noted. ;-) [21:43] Riddell, please refresh now. baton just passed to robbiew. ;) [21:48] Riddell, after a bit of discussion, would it be possible to just mail robbiew and me your edits directly at this point? [21:49] skaet: can do, as I say I'm busy on other things just now, when do you need them by? [21:50] skaet: we have one edubuntu upgrade bug to release note, should we update the wiki directly ? [21:51] Riddell, stgraber - please send any updates to us by email in next 15 minutes. we need to get them ready to handoff to newz2000. [21:52] skaet: you don't need to hand off to me. Make sure that wiki page is right and everything will happen OK tomorrow. [21:53] newz2000, good to know. [21:54] skaet: ok, highvoltage is preparing an e-mail just now (we need to refresh the Edubuntu 10.10 features and add one release note entry) [21:55] stgraber, thanks! Will incorporate as soon as arrives. [21:55] robbiew: fyi for bug #656173, there is updated suggested release note text in comment #10. The one you added had a small typo and wasn't as clear as it could be [21:55] Launchpad bug 656173 in libvirt (Ubuntu) (and 1 other project) "libvirt no longer probes chained backing stores (affects: 2) (heat: 14)" [Undecided,Won't fix] https://launchpad.net/bugs/656173 [21:55] robbiew: I'd change it, but you have the lock [21:56] jdstrand: ack [21:56] jdstrand, thanks. robbie's got it. [22:05] skaet: if you doubted that mirror admins would notice ~ files, take a look at this when you have time: https://pastebin.canonical.com/38465/ [22:06] skaet: basically we should probably add DirectoryIndex index.html to our .htaccess for releases so that our mirrors won't spill the beans [22:11] skaet: short version is that http://se.releases.ubuntu.com/.pool/ doesn't show http://se.releases.ubuntu.com/.pool/index.html the way it ought. [22:14] skaet: The release notes inputs I had are in fix committed bugs against ubuntu-release-notes [22:15] skaet: where is the draft of the e-mail announcement for ubuntu-announce? [22:15] ScottK, cool. Can you please let us know the bug numbers. [22:15] Riddell, robbiew's working on it. [22:16] skaet: Bug 628930 and Bug 651294 [22:16] Launchpad bug 628930 in mesa (Ubuntu Maverick) (and 4 other projects) "[i945GME] KDE Desktop effects not active by default (affects: 8) (dups: 1) (heat: 50)" [High,Fix released] https://launchpad.net/bugs/628930 [22:16] Launchpad bug 651294 in xserver-xorg-video-intel (Ubuntu) (and 1 other project) "X crash on KDM logout (still - yes, really) (affects: 4) (heat: 20)" [High,Confirmed] https://launchpad.net/bugs/651294 [22:17] * ScottK has promised to loan hardware affected by 628930 to the kwin developer that's coming to UDS, so we may have something for SRU by the end of the month. [22:17] thanks ScottK! [22:17] Bug 628930 is already in there [22:17] Launchpad bug 628930 in mesa (Ubuntu Maverick) (and 4 other projects) "[i945GME] KDE Desktop effects not active by default (affects: 8) (dups: 1) (heat: 50)" [High,Fix released] https://launchpad.net/bugs/628930 [22:19] * robbiew takes a break [22:19] OK. Would you please mark the ubuntu-release-notes task fixed released then. [22:20] skaet: do you have a list of Kubuntu images to be published on cdimage tomorrow? [22:22] skaet / robbiew: did you get my email? [22:22] highvoltage, yup. Changes added. [22:23] great! thanks [22:26] need to change locations now... will finish up after I can connect again. [22:39] robbiew: is mvo going to be around tomorrow? [22:55] Is there any vague estimate as to when we'll release ? both highvoltage and I are on the EDT, so it'd be nice to know how early to wakeup to make the anouncement available on the website + blog posts ;) [22:59] added to release notes Bug: 634664 Bug: 651086 Bug: 656195 [23:46] ogra_ac, thanks for the input. I think I've cleaned up that bad copy/paste now. could you please take a look at the bugs and make sure you're comfortable with them. [23:46] ?? [23:48] skaet, is tomorrow morning (my time) ok ? [23:48] or is it urgent ? [23:48] Riddell, ScottK; have made all the changes I've received. Do you want any further changes to the Kubuntu overview or bugs part? [23:49] * ogra_ac fixes one issue [23:49] skaet: for the ReleaseNotes? [23:49] ogra_ac, newz2000 says he's got the manual part removed, so pressure came off a bit. [23:49] Riddell, yup [23:49] hmm "Kubuntu 10.10 comes with the latest KDE Software." is actually a lie, but never mind [23:50] skaet: just the link needs changed in "For more information see the Kubuntu release page" [23:50] to http://www.kubuntu.org/news/10.10-release [23:50] Riddell: Shouldn't that be something plasmaish anyway? [23:50] skaet, well, the separate arm notes are moot if we add the "no sound devices on omap" bug as well ... [23:51] ScottK: we ship with a lot more KDE Software than just Plasma [23:51] ogra_ac, the separate arm notes are a better break down, and clearer than the release notes. [23:51] oh, ok [23:52] ogra_ac, can you remove the "update for Maverick Meerkat" at the top of the ARM notes though? [23:52] Riddell: True, but KDE software is not particularly true to the rebranding stuff. [23:52] ScottK: yes it is, it's the approved term for software made by KDE [23:52] skaet, why is bug 539027 under arm ? [23:52] Launchpad bug 539027 in casper (Ubuntu) (and 1 other project) "end_request: I/O error rebooting at end of install (affects: 18) (dups: 1) (heat: 102)" [Medium,Confirmed] https://launchpad.net/bugs/539027 [23:52] Riddell: OK. [23:52] there is nothing arm realted in the comments [23:53] skaet: is mvo going to be around tomorrow? [23:53] * skaet looking... [23:53] and if its casper it can only be dove (omap images dont use casper) [23:54] ah, i see [23:54] skaet: Where do I read the draft? [23:54] Riddell, mvo said he'd come in. [23:54] GrueMaster apparently commented for dove [23:54] skaet: ok, remind me to make sure he sets the date correctly in meta-release (it currently isn't valid) and to use the maverick-updates version [23:54] skaet, so if 539027 stays for arm, it should be pointed out that its dove only [23:55] ogra_ac, while you're in there now, go ahead and make that change [23:56] skaet, hmm, bug 563034 is clearlsy a lucid bug and has no notes about maverick [23:56] Launchpad bug 563034 in gnome-media (Ubuntu) "recording .ogg produces no sound (affects: 2) (heat: 20)" [Undecided,New] https://launchpad.net/bugs/563034 [23:56] ogra_ac, if its not valid, remove it. [23:56] ok [23:56] Riddell, please send a note with the detail. [23:57] ogra_ac. Thank you. :) [23:59] skaet, done, please check for typos etc