[00:10] james_w: Thanks for the syncs. [00:10] james_w and slangasek: Still a lot of removals need processing. [00:10] ScottK: np, I'll be around for a few minutes tomorrow morning, so I'll see if I have time to get to them. I'll have time to do it before release, but the sooner the better. [00:11] OK. Great. Have a good night. === dmb is now known as NullPointerExcep [03:13] The libgettext-ruby in queue should fix the current package FTBFS. It's my upload, so please review and accept. [03:18] Ah. There it is. [04:57] kirkland: My condolences on #ubuntu-devel. [05:04] ScottK: thanks [05:04] ScottK: that was a frustrating conversation [05:04] Yeah, it was frustrating even to watch. [05:07] ScottK: i'm emailing ubuntu-server@ now, asking if anyone else can reproduce it [05:07] ScottK: it's the most basic RAID1 install, and it fails entirely [05:08] Fortunately the general advice for LTS - LTS upgrades is to wait for .1, so hopefully that gives us some time for most server upgrades. [05:10] ScottK: right [05:10] ScottK: thanks for shoulder to lean on; i'm out for the night ;-) [05:12] Ooops. Meant to have that conversation in -server. [05:27] * cjwatson accepts plymouth [05:36] cjwatson: Would you please accept libticalcs. We unscrewed some package naming confusion between Debian and Ubuntu earlier today and got a bit of a library transition to do as a result. That one needs to go in first. [05:39] done [05:46] cjwatson: if slangasek should look at that lvm upload, be sure someone holds his jaw up - it could injure him if it hits the floor too hard [05:46] it turns out that the reason we've been having lvm issues on boot is ... [05:46] ... because devmapper was *ignoring* devices on boot [05:47] cjwatson: Thanks. [06:32] slangasek, ScottK: so, clamav passes our rather extensive qa-regression-testing check (with a local build), and I couldn't see anything obviously bad, so I had a leap of faith and accepted it last night; just run the tests again on the final lucid .debs, works fine [06:32] s/just run/I just ran/ [06:32] pitti: Someone accepted it. I assume slangasek. [06:32] Keybuk: you have failed to adequately account for jet lag and I now have a double dislocation of the mandible without even the pleasure of eating a wicked cheeseburger [06:33] the burger from the Park Plaza room service is pretty passable actually [06:33] pitti: Unfortunately, sgran found a problem yesterday, so I have my first SRU (it's not a regression from this last upload, so accepting it was still progress) [06:33] Keybuk: however, before accepting, I'm going to look at the package history to see what idiot, as you put it, did think this was a good idea [06:33] slangasek: oh, I know now [06:33] upstream [06:34] akg [06:34] err, agk [06:34] akg make headphones [06:34] nice ones [06:35] my wife loves her AKG headphones indeed :) [06:38] Keybuk: alright - so what gave them the idea? [06:38] so [06:38] the way devmapper works is that you always get an "add /block/dm-0" event first [06:38] that creates the device, and you need the device to load the table into it [06:38] so after loading the table, you then get a "change /block/dm-0" event [06:38] and that's the point at which it might actually have a filesystem [06:39] so it sounds very logical that you'd always ignore the add events [06:39] except "add" events are what "udevadm trigger" (ie. coldplug) generates [06:40] right, that explains why we need it, but why did upstream ever think it was ok to ignore these events? [06:40] Keybuk: so our hotplugging doesn't have STARTUP==1 any more? [06:40] that's what the comment above seems to suggest [06:40] pitti: it never has [06:40] perhaps it does have in Debian? [06:41] in fact, it's pretty much nearly impossible to get that into the environment ;) [06:41] no, it doesn't in Debian either [06:41] ENV{} is limited to the environment from the kernel [06:41] by design in udev [06:41] so, err, you'd need the kernel to somehow know you were running udevadm ;) [06:41] from what I can tell [06:41] reading through the history [06:41] they thought udev should add this STARTUP thing [06:41] then they could ignore "add" [06:41] and then they got as far as talking to kay who explained they were wrong [06:41] and then they backed it out again [06:42] (it's not in the current git, which is why I felt safe removing it again) [06:42] so, I don't see a rule which doesn't look idempotent at first sight [06:42] pitti: I don't understand what you mean [06:42] Keybuk: like, causing bad effects when you run them twice [06:42] except for creating the symlinks much earlier [06:43] but we (hopefully) don't have anything during boot which watches for symlinks to appear; we use the uevents either way [06:43] http://sources.redhat.com/git/gitweb.cgi?p=lvm2.git;a=commitdiff;h=2c0df9552fd46bbf44c10d8fcfba3c4ce1f7d828#patch3 [06:43] right, I think agk just thought "we don't need to process add events", and made a release [06:43] and then they learned that they did, and undid it [06:43] and the bad release was the one that we merged [06:44] mountall looks fine, accepting [06:44] (yay for being able to cancel fsck again!) [06:45] pitti: modulo my comment in the bottom of that bug log :) [06:45] good morning [06:46] happy release week everyone [06:46] slangasek: which bug# is that? [06:46] bug 562811? [06:46] Launchpad bug 562811 in plymouth "[Lucid] fsck cannot be cancelled in Plymouth" [High,Fix released] https://launchpad.net/bugs/562811 [06:46] which I haven't had a chance to debug yet, I only just found that issue after landing in London and it may have been a bug introduced by one or more of the changes in the latest uploads - though if that's the only bug we have, it's not a regression since cancelling didn't work before either [06:46] Keybuk: ^^ that one, yes [06:47] which comment? [06:47] oh [06:47] not that bug, no [06:47] 'sec [06:47] k, I can grep [06:47] bug #559761 [06:48] Launchpad bug 559761 in plymouth "mountall needs to flush plymouth message queue before emitting upstart events" [High,Fix released] https://launchpad.net/bugs/559761 [06:48] https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/559761/comments/26 [06:48] Ubuntu bug 559761 in plymouth "mountall needs to flush plymouth message queue before emitting upstart events" [High,Fix released] [06:48] (I don't remember seeing the bug prior to making the last change to plymouth) [06:49] * slangasek waves to ara [06:49] hmm [06:50] Keybuk: in more detail: when I hit 'C', the first two fscks appear to already be running, and exit with code 32, which mountall handles gracefully. The other two fscks, which I never actually see running, exit with code 8 (from memory), which mountall does *not* handle gracefully; then I'm given the error prompt, then I'm given the *second* error prompt, then mountall stops talking to me [06:50] Whoever has been accepting my uploads, tiemu ^^^ finishes getting us through the libticables transition we didn't know we were stuck in the middle of until yesterday. [06:50] shouldn't they all end with status == SIGTERM ? [06:50] (or to plymouth) [06:52] le sigh [06:53] Keybuk: unless you think that particular bug affects more than just the fsck cancelling case, I think the fix should be deferred to SRU [06:53] who will do the SRU? [06:54] whoever? [06:54] we're all hard at work on completely different things next cycle ;) [06:55] and I don't think that's a counterargument for the need to defer it to post-release; candidate images need to start rolling today [06:55] sure ;) [06:55] rather, is this a bug you think we could live with for the forseeable future? [06:55] I could. I'm not sure if all our users will. [06:56] then we should at least debug it this week [06:56] and queue as a zero-day fix if it's obvious [06:56] agreed [06:57] sorry, by "SRU" I certainly didn't mean to imply "let's wait 'til next week" [06:58] so, just to confirm [06:58] (-proposed is open for uploads; there's a bunch of them already) [06:58] ok, accepting lvm2; I agree that looks safe, though I'll regression-test today once it's in the archive [06:58] you have three fscks running [06:58] you press C [06:58] Keybuk: four [06:58] one of them is cancelled [06:58] two [06:58] an error appears for the other [06:58] :) [06:58] and pressing I on that doesn't update plymouth with the third? [06:59] pressing I *does* update plymouth with the fourth [06:59] oh [06:59] pressing I at the prompt for the *fourth* does nothing [06:59] so what's the bug then? [06:59] oh [06:59] I bet I can see it [06:59] if ((mnt->error != ERROR_FSCK_FAILED) [06:59] && (mnt->error == ERROR_FSCK_FAILED_HARD)) [06:59] break; [06:59] la la la [06:59] I bet that second one should be != ;-) [07:00] two bugs - one clearly a mountall bug, that it thinks there were "serious errors" when there shouldn't have been (log never even shows fsck started for these two fses), and the other I'm not sure whose fault it is, that mountall sends a message to plymouth and doesn't act on the answer [07:00] heh, probably? :) [07:00] yeah [07:00] that's why it doesn't act on the answer [07:00] as to "serious errors", that means e2fsck is returning the wrong error code [07:01] e2fsck(8) claims it will return 32 if cancelled, not 8 ;-) [07:01] I wonder whether it's because it's killed when not "in progress" [07:01] maybe we should ignore those [07:04] yeah, confirmed from the e2fsck source [07:07] ScottK: tiemu> accepted [07:07] pitti: Thanks. [07:10] slangasek: SRU candidate just uploaded to my PPA, please test once built ;P [07:15] Hi all [07:21] for understanding bug priorization, I'd like to know if 8.04 LTS update-manager will start to offer 10.04 LTS upgrades only in 10.04.1 timeframe, or earlier? [07:29] Keybuk: you've empirically confirmed that swapping the == for a != fixes the failure to handle 'I'? if not, I'll want to test that part separately, so that it's not hidden by your fix for the fsck return codes [07:30] slangasek: well, it's clearly wrong [07:30] (I'll feel better if there's hard confirmation that this isn't a regression I caused) [07:30] I never put != && == in the same if statement [07:30] either they're both supposed to be == or they're both supposed to be != [07:30] sure... :) [07:30] and I know they're both supposed to be != [07:31] I still want to confirm that fixing this actually fixes the code path where multiple fses have 'serious errors' [07:31] cause I know what that if is guarding against [07:31] oh, sure [07:31] that's why I asked you to test ;P [07:31] does your ppa upload not also include the fix for the fsck return codes? [07:31] if it does, I'll have to think up another way to cook up a test case [07:32] it does [07:32] ok [07:32] you can always just checkout the rev before and build it yourself [07:32] I'll probably do a local build first to test the one change , yeah [07:32] Maybe someone could tell me when new daily image will be uploaded into cdimage.ubuntu.com ? There are ~150 updated packages since release candidate image (build on April 19), including ubiquity-casper, ubiquity installer, libc and other important packages, it would be nice to have an ability to test these improvements [07:33] mantiena: today [07:33] (but not for a couple of hours, yet) [07:34] slangasek: thanks [07:34] mvo: do you know the answer to Mirv's question above? Has any decision been taken wrt when we'll turn on LTS->LTS upgrades by default? [07:35] slangasek: last I talked about this with robbiew was that we will turn it on around the .1 time [07:35] slangasek: but the code was wrong [07:35] now the code is right ;) [07:35] I feel the improved harmony in the universe [07:35] it's like a sixth sense [07:35] [07:41] Mirv: see mvo's comment above for the answer [07:41] Keybuk: heh - hopefully in addition to the code being right, the bugs go away ;) [07:42] the bugs just move [07:42] but they only move when you're not looking at them [07:42] changing the code just takes away their home [07:42] they soon find a new home [07:59] slangasek: thanks, then 8.04->10.04 upgrade problem is not that critical at this point yet [08:00] Mirv: what upgrade problem is that? [08:00] mvo: well the openoffice.org-voikko, bug #562948 - dependency cycle [08:00] Launchpad bug 562948 in update-manager "Upgrade 8.04 LTS -> 10.04 LTS fails at circular dependency with openoffice.org-voikko" [Undecided,New] https://launchpad.net/bugs/562948 [08:00] mvo: you might have an idea what should be done, since you fixed the extensions bundled in OOo source package [08:00] Mirv: let me have a look [08:01] Mirv: yeah, I wonder if we can use something similar here [08:01] nice thing is cleanly failing out and restoring system state [08:26] pitti, hmm, the util-linux task should have stayed open (or moved to e2fsprogs), the actual bug isnt fixed with the initramfs-tools/flash-kernel workaround, thanks for closing flash-kernel manually though [08:27] (talking about bug 563618) [08:27] Launchpad bug 563618 in initramfs-tools "Ignoring a broken clock results in infinite reboots; not ignoring results in fsck failure; no solution to this problem" [High,Fix released] https://launchpad.net/bugs/563618 [08:31] right, should be e2fsprogs [08:31] Keybuk, !! back in UK ? [08:31] I talked with Ted at LFC and he seemed persuaded that broken_system_clock=true should ignore the timestamps, rather than try and fix them [08:31] ogra: no, in SF still [08:31] (just about to go to bed) [08:31] ah, i was wondering ybout the time :) [08:31] *about [08:32] midnight here ;) [08:32] * ogra creates an upstream task for the bug [08:51] slangasek: just found an issue with LTSP install on Edubuntu. I have a tentative fix for it and am testing it now. If it works, I'll upload edubuntu-artwork again and then will need a respin of the DVD image. [08:52] ogra: ah, please reopen then [08:52] (yeah, I switched timezone yesterday and am now in Europe until after UDS) [08:52] pitti, already sorted, i opened a proper upstream task etc [09:33] Hi all [09:34] The jigdo images for Lucid on the releases mirrors seem to be broken [09:37] Jeeves_: I suppose many of the RC debs just disappeared as they were replaced by newer versions of packages [09:38] ^ that one fixes an Edubuntu-only issue, not critical but good to have for release (guest accounts for Live-ltsp were using /bin/sh instead of /bin/bash as default shell) [09:43] cjwatson: I suppose this ubiquity upload really needs to go onto the next images? (slangasek seemed eager to start image building now) [09:43] stgraber: why does edubuntu-artwork need another upload for the LTSP issue? [09:44] because the edubuntu-dvd specific scripts are in -artwork for now ... (will be split in another package in maverick) [09:45] pitti: accepted, yes [09:45] pitti: Steve's on it [09:45] ah, thanks [09:45] I guess the two of you are sitting side by side now? :-) [09:45] across, yes [09:45] * pitti waves to London [09:46] stgraber: so there's a corresponding script change that has to be made, in addition to the ltsp change? If so, I'd like to see that in parallel for review [09:46] (the ltsp change itself seems reasonable, as /bin/sh isn't really a sane login shell) [09:48] slangasek: it's not the same issue. The ltsp change is for the live-ltsp shell for generated accounts. The edubuntu-artwork change is for our ltsp install script (launched post-install through a launcher on the desktop) where ssh isn't properly started and so the calls to ssh-keyscan made by ltsp-update-sshkeys fail (making ltsp useless after reboot). [09:49] anyway, test install should be done in 30min or so, I'll have the upload done just after that if it worked [09:53] stgraber: ah, ok; accepting ltsp now [09:55] pitti: Maybe, yes. [09:55] But now the jigdo files are unusable? [09:55] yep [09:55] Jeeves_: yes, that's an unfortunate consequence [09:56] Jeeves_: it'll be better on the final version, since those packages don't disappeare [09:56] nothing we can do about this without much tighter integration between cdimage and archive; it's been on the wishlist forever, unlikely to change any time soon [09:56] (I think some ... intellectually challenged triager may have closed the bug, but whatever) [09:57] ok, so the conclusion is that jigdo is unusable? (Fine by me, but than I can also say that on #ubuntu-mirrors, in case people ask) [09:57] that is an overreaching conclusion [09:57] Jeeves_: no, jigdo itself is awesome; just the jigdo files for beta/RC are [09:57] the RC jigdo files are unusable at this point [09:57] daily-build jigdo files work fine [09:57] okidoki. [09:57] Thanks! [10:00] "unusable" - well, I guess you could use them as a basis for rsyncing or zsyncing [10:03] slangasek: Not if the files it mentions don't exist :) [10:03] Jeeves_: it won't be able to fully piece together an image, but it will get much of the way there [10:05] probably yes. [10:05] i've never seen the upside of creating your own images :) [10:05] long live .iso! :) [10:06] well, it's useful when you already have a local package mirror and don't want a cdimage mirror as well (though I usually rsync/zsync the .iso instead of playing with jigdo) [10:12] the best part is that you can scan /var/cache/apt/archives, and other CD images for missing pieces [10:12] or, as I said, you can just let it scan what it can, and then use the resulting partial image as a basis for rsync/zsync [10:13] which does give improved results when you have a local mirror and a majority of packages are still available [10:14] I guess I'm just to spoiled with gigabit links and 20mbit dsl :) [10:15] Jeeves_: yes; jigdo is too much hassle for bandwidth like that :) [10:15] :) [10:35] slangasek: New ETA for the Edubuntu test install, should be tested in a bit more than 30 minutes. That ssh key bug needed two files to be tweaked because for some reason /etc/init.d/ssh stop in the live environment doesn't stop ssh ... only "stop ssh" does. [10:38] yup [10:38] because /etc/init.d/ssh had to be kept around for chroots, and isn't just a link to upstart-job [10:43] btw, a similar bug is in rsyslogd [10:43] /etc/default/rsyslogd exists, but isn't used [10:45] that's not a similar bug, it's an entirely different bug [10:45] unless "vaguely related to init" means similar :) [10:46] stgraber: ok - I've set the trigger already for the candidate builds, I believe the edubuntu packages will all be published before the edubuntu builds start :) [10:47] cjwatson: It's similar'ish :) [10:47] And should be easy to fix [10:48] it's not similarish [10:48] it's also at least in part by design. upstart jobs are making reduced use of /etc/default/ since they're much easier to edit and maintain directly [10:49] anyway, let's please not have this on #-release [10:49] cjwatson: I agree. But if you migrate to upstart (which is a good thing), it would be nice if people clean up /etc/default, which is causing confusino [10:50] I was trying not to :) [11:22] hmm, was there a mass give-back for universe on the 18th ? [11:22] looking at the FTBFS logs they all have at least a timestamp from the 18th [11:33] stgraber: how's it coming? [11:35] slangasek: slowly ... grabbing some lunch now, should have the result by the time I get back. Previous test failed but I don't know if it's my change that didn't work or just because I poked at the environment before the install, so I'm doing one more, then will run the ltsp bit step by step afterwards to make sure everything works as expected. If it's the case, I'll upload, if not, I'll fix and upload :) [11:52] stgraber: ok [11:53] slangasek: got time to review FFe/upstart script on bug 533029 ? [11:53] Launchpad bug 533029 in autofs5 "[FFE] autofs5-ldap doesn't work immediately after bootup" [High,Triaged] https://launchpad.net/bugs/533029 [12:17] lamont: please kill any currently running livefs jobs [12:33] slangasek: any particular arch? [12:34] all of them, Steve said he forgot to bump CONF.sh in debian-cd [12:34] right [12:37] no more livecd rootfs builds going on. logs may look like someone did a killall apt-get dpkg debootstrap. :-D [12:54] lamont: thanks :) [12:54] new run started [13:27] slangasek: sorry for the delay but it seems like I can't get two installs to do the same thing ... starting yet another one now [13:27] stgraber: heh, ok [13:39] bdmurray: hi, I tried to reproduce #569941, when you are around, could you give me some more infos on it? === barry` is now known as barry_ [14:52] slangasek: I've got to run in 10 minutes, I hope I understood what's going wrong so I'll upload a new edubuntu-artwork that should fix the issue and hope that'll do the trick. === barry_ is now known as barry [15:00] stgraber: ok :) [15:07] slangasek: I'm travelling to California today and so don't assume I'm avaialble for anything from nowish to ~14 hours from now. [15:08] slangasek: I'm still expecting a seamonkey upload. The diff will be huge, but we need to get to a version that mozilla supports. There should be a lightning upload too, but I asked to have asac or someone appropriate sign off on that since it will make sunbird go away. [15:09] ScottK: ok - have a good trip, then [15:11] Thanks. [15:15] cjwatson: does bug #569900 look like a dupe of 542210? [15:15] Launchpad bug 569900 in mdadm "mount: mounting /dev/md0 on /root/ failed: Invalid argument" [High,New] https://launchpad.net/bugs/569900 [15:43] mdadm> my instinct is not [15:44] 542210 triggers when you run any of raid/lvm/crypto configuration in partman after having set up a raid volume (or inherited one from a previous installation) [15:46] if you only do one pass through the raid configuration tool in the partitioner, and you didn't inherit anything from a previous installation, then it isn't 542210 [15:52] stgraber: I'm pretty concerned about this "umount in lazy mode and force a sync" change [15:52] stgraber: can we talk about what problem you were seeing? [16:00] bug 569317 [16:00] Launchpad bug 569317 in initramfs-tools "compcache/ramzswap support in initrd broken due to typo in /usr/share/initramfs-tools/hooks/compcache:74" [Undecided,Confirmed] https://launchpad.net/bugs/569317 === bjf is now known as bjf[afk] [16:51] argh oversized [16:52] le sigh, 6 MB growth since RC? [17:00] pitti: xfsprogs, jfsutils were missing from RC, which accounts for some; langpacks may account for some more; fix is already in hand, just waiting for some other bits before respinning [17:01] cf. bug #569317 in initramfs-tools [17:01] fix> dropping a langpack, I suppose? [17:01] Launchpad bug 569317 in initramfs-tools "compcache/ramzswap support in initrd broken due to typo in /usr/share/initramfs-tools/hooks/compcache:74" [High,Fix committed] https://launchpad.net/bugs/569317 [17:01] pitti: yep - Hindi, Bengali [17:01] (one on each arch) [17:06] are we too late to sync a change in universe from Debian? [17:06] micahg: technically not, but practically we'll only accept release critical and safe changes [17:06] such as a two-line change to fix FTBFS, and the like [17:06] micahg: I will assume here you're talking about seamonkey, though [17:07] the universe cutoff point is tomorrow [17:07] pitti: k [17:07] slangasek: no [17:07] oh [17:07] then, meh [17:07] phpmyadmin had a feature turned on in Debian that should have been turned on before (logging changes made through the web) [17:08] slangasek: Seamonkey I think is ready and chrisccoulson is reviewing [17:08] alright [17:09] * micahg takes it as a 'no' for phpmyadmin [17:09] unless there's a reason to consider this critical... that's a no [17:10] slangasek: k [17:13] lamont: can I get another livefs kill please? [17:13] sigh [17:13] if you'd like to work out what we need to do to our scripts to let Ctrl-C work right... :) [17:15] slangasek: turned out that moving to lazy umount didn't solve the issue, so I'm back to trying to have the same issue two times in a row so I can fix it ... [17:15] stgraber: right; I'm glad that didn't fix it ;) [17:15] slangasek: so, um, all zero outstanding killed [17:15] lamont: "zero outstanding"? [17:15] yeah - didn't kill anything [17:15] lamont: should have been some DVD builds queued? [17:15] none running [17:16] hmm [17:16] ah, why so there are [17:16] moment [17:16] ok :) [17:17] mvo: I'm trying it again [17:18] slangasek: well, when one install you get a bunch of files and the next you don't, you start to wonder if there's something wrong with that partition you were supposed to umount 10s before ;) but yeah, good that it didn't fix it :) [17:19] stgraber: the other thing is, if a lazy mount had any effect at all, it's not guaranteed that the final umount would DTRT either [17:19] actually... I don't think it works at all because the kernel gives you a "not mounted" whinge [17:20] slangasek: shiny. kick it in the head [17:20] slangasek: yeah, I forgot to drop that final umount, it shouldn't have been there. [17:20] stgraber: right - and furthermore, anything that *was* holding the mount point open could still be writing... [17:21] lamont: thankee :) === bjf[afk] is now known as bjf [17:22] stgraber: so - rejected the previous upload from the queue [17:26] slangasek: thanks [17:30] jarnos: https://wiki.ubuntu.com/LucidLynx/TechnicalOverview is the central page [17:30] jarnos: how are you definining "release notes", then? there are several possible definitions, I don't know which Xubuntu uses [17:39] slangasek: me neither ;) But I think the information on https://wiki.ubuntu.com/LucidLynx/TechnicalOverview is a good starting point. The challenge is to know which is common with Xubuntu. [17:40] jarnos: this is a very good starting point - https://wiki.ubuntu.com/Xubuntu/LucidLynx/Beta2 [17:41] possible definitions include: a release announcement; a summary of major changes in this release (top of TechnicalOverview); errata (bottom of TechnicalOverview) [17:42] charlie-tca: But it is very limited. It does not cover e.g. the "New default open source driver for nVidia hardware" which is available at https://wiki.ubuntu.com/LucidLynx/TechnicalOverview . [17:43] Did we not link to those notes? [17:43] the Xubuntu notes should really only cover the Xubuntu-specific elements [17:43] Normally, as a dirivative, we link directly to the Ubuntu release notes and technical overview, so we do not have to repeat them [17:44] charlie-tca: we did, but there is the challenge to know what is Ubuntu specific in Ubuntu's release notes. [17:44] "what's new" would be better as a separate entity, since it reduces confusion all round; neither Steve nor I are particularly settled either way on where the errata belong [17:44] We allow users to read all of it anyway [17:46] The right place to ask what's new in xubuntu might be #xubuntu-devel, though [17:46] I'll have to go now; will be back probably in 2.5 hours or tomorrow. [20:43] charlie-tca: Yes we allow users to read all Ubuntu's release notes, but it would be better, if Ubuntu derivatives had Ubuntu specific information separated/removed. [20:45] Maybe this kind of separation could be done in Ubuntu release notes. It would be good for official Ubuntu derivatives, like Kubuntu, too. [20:46] cjwatson: what do you think about the above? [21:06] slangasek: dunno if acorn is just really really really busy and ignoring the monitoring, or if you pushed it into a box of scissors. [21:06] you might want to run whatever livefs build you think you're doing on clementine [21:52] Ubuntu and Xubuntu upgrade from 8.04, the network manager and volume control applets disappear [21:55] lamont: gar, ok; will twiddle the scripts before launching builds, thanks for the heads-up [22:23] slangasek: still around ? [22:24] seems like I finally have an edubuntu-artwork package that does what it's supposed to :) [22:26] it's uploading now, should be in the queue in a few minutes. I'm running a third test-install to make sure it always work but I'm quite confident it should :) [22:49] slangasek, cjwatson : now there exist a draft for Xubuntu release notes: https://wiki.ubuntu.com/Xubuntu/LucidLynx/Final/Draft [23:06] slangasek: second install confirmed that edubuntu-artwork now works, feel free to respin once it's in the archive (0.1.0-71). [23:30] slangasek: around?