/srv/irclogs.ubuntu.com/2010/04/08/#ubuntu-devel.txt

cody-somervilleIf you were going to introduce someone to Ubuntu, would you go ahead and install Ubuntu 9.10 for them or would most folks recommend waiting for 10.04 at this point? I've heard a lot of great things about 10.04.01:36
jdongcody-somerville: at this point wait for 10.04 to hit final01:37
cody-somervilleCool.01:37
=== dendro-afk is now known as dendrobates
psusiwhoa... I really pissed something off when I ejected a dvd that had music on it I had previously been listening to with rhythmbox and put in the livecd and tried to open it... the drive vanished from nautilus and /var/log/kern.log is filling with errors saying "VFS: busy inodes on changed media or resized disk sr0"02:05
psusiit's like the old disk is still mounted but doesn't show in /proc/mounts02:06
psusihrm... closing rhythmbox seems to have fixed it.... that shouldn't happen should it?  what IS supposed to happen if files are in use when the media is ejected?  I thought the fs was forcibly unmounted and all fds to files there were invalidated?02:10
lamontnxvl: still around?02:41
poningruOMG we were in a Univeristy challenge question03:14
LaserJockis that a good thing or a bad thing?03:20
nigelbcrimsun, ping?03:24
nxvllamont: here03:28
lamontnxvl: I figured I'd let you have the 0.92 upload honors. FFe is blessed, we win, kthx.03:29
nxvljust uploaded it \o/03:29
crimsunnigelb: pong03:39
ScottKlamont and nxvl: Accepted.03:39
nigelbcrimsun, can you sign up for an hour or 2 as review leader for patch day? https://wiki.ubuntu.com/PatchDay03:39
* nxvl HUGS ScottK 03:41
crimsunnigelb: May 5 looks to be a Wednesday, which would place it squarely mid-workday for me?03:41
ScottKnxvl: Go fix me some FTBFS.  BTW, I fixed courier for you (your last upload FTBFS)03:42
* nxvl runs away silently :P03:43
nxvlwill start squashing them on the weekend03:43
ajmitch#ubuntu-reviewers is the regular channel for it?03:48
* ajmitch thought it'd be -reviews03:49
psusiwow..... just tested installing lucid beta 2 ( or today's nightly that apparently will be beta 2 ) installing to 1.5 tb wd green drive.. takes 11 minutes normally, then when I edit /etc/mke2fs.conf and add lazy_itable_init=1, install time goes down to just over 5 minutes... gets rid of a 5:30-6:00 period of sitting at 5% while running mkfs04:36
psusifrom liveusb04:36
psusithat seems a pretty damn significant performance improvement... any chance of getting that option set for lucid release? :)04:37
TheMusopsusi: Does it fix a bug, other than performance, and is it safe to use that option in most cases?04:40
IntuitiveNippleCan someone take a look at bug #555500 and maybe push it for release please?04:45
ubottuLaunchpad bug 555500 in grub2 "Buggy BIOS hard disk workaround missing; causes: "Geom Error"" [High,In progress] https://launchpad.net/bugs/55550004:45
psusiTheMuso, no, just takes the mkfs time from 5.5-6 minutes down to ~15 seconds... doesn't seem to be any risk per se... just doesn't init the inode bitmaps and sets a flag on the bg descriptors to tell the kernel that so it initializes them when needed and until then assumes they are unused04:47
TheMusopsusi: ah.04:47
persiapsusi: Does that affect later runtime performance significantly?04:47
psusipersia, doesn't seem to... the rest of the install seems to proceed at the same rate as before... and the itable only needs initialized if the kernel actually needs to allocate inodes from that bg... and generally speaking, a lot more inodes are allocated than needed, so most bgs can remain with uninitialized inode bitmaps indefinately04:49
persiaOK.  I suspect the user has to pay the 5 minutes at some point, but distributed over the lifetime of the install, this may be less obviously apparent.04:50
psusionly if they actually use all of the inode tables... most often this is not the case04:50
psusisince generally, many more inodes are reserved than the fs will ever have files to use04:50
psusicjwatson, added ubiquity to bug #556621 since this has such a large impact on installing from the livecd.  If it is not made system wide default via mke2fs.conf, then ubiquity at least should consider specifying it when calling mkfs05:03
ubottuLaunchpad bug 556621 in e2fsprogs "lazy_itable_init not on by default" [Undecided,In progress] https://launchpad.net/bugs/55662105:03
cjwatsonpsusi: I don't think ubiquity should touch it - mke2fs(8) says that it's 1 by default, so why isn't it?05:11
cjwatsonoh, maybe it doesn't say that05:11
psusicjwatson, you know, I thought so at first but now I get it... the man page is just misleading05:11
cjwatsonpsusi: please don't ever use the ubiquity upstream project for bug tracking.  I'll fix it up05:12
psusiif you specify lazy_itable_init, then the VALUE defaults to 1 if you don't explicitly =105:12
psusibut if you don't say anything, the default is 005:12
cjwatsonyeah, I've arrived at that reading now05:12
psusiif setting it in mke2fs.conf to be a system wide default is not done, ubiquity could add the -E lazy_itable_init when calling mkfs... it makes such a huge difference on these larger drives...05:13
psusiohh, yea... I guess that should have been ubiquity(ubuntu) but my lp-fu is weak05:16
cjwatsonyeah, I've made that change locally and will test.  thanks!05:16
cjwatsonI have an external 1TB disk that should be a good test target05:18
psusicool05:19
lifelesspersia: I was in ubuntu-universe-sponsors. Its expiring; what should I do?05:20
=== robbiew is now known as robbiew_
psusiafter monkeying with this a bit and looking at the fs with debugfs while testing with e2defrag, it seems the default behavior is with unint_bg feature on by default for ext4, mke2fs leaves the BLOCK usage bitmaps in each bg uninitialized and sets the flag indicating such on each bg, but without lazy_bg_init=1, it goes ahead and initializes the inode tables and inode allocation bitmaps in each bg to zeroes05:22
psusiwith lazy_itable_init=1 it also leaves the inode tables and bitmaps uninitialized and sets corresponding flags in the bg descriptors indicating this is so05:23
persialifeless: If you wish to continue as a sponsor, join ubuntu-sponsors (I'll do that now unless you countermand me before I finish)05:23
psusicjwatson, btw, given any thought to moving to gpt as the default partition label yet when using the full disk on disks over 1tb? ;)05:25
lifelesspersia: I'd like to. But I'm not able to upload to 'main' yet05:25
TheMusopsusi: Does that not require the host system BIOS to be able to work with GPT? Yes I know there is the GPT/mbr sync stuff...05:26
psusiTheMuso, nope.... since gpt still has an mbr05:26
TheMusook05:27
psusiit just looks like the entire disk is used by one partition of type e8 I think it was, unless you use gptsync05:27
persialifeless: That's OK.  Just pick stuff you *can* upload from http://qa.ubuntu.com/reports/sponsoring05:27
persialifeless: "unseeded" is the useful keyword (code improvements to make discovery easy are very welcome)05:28
psusiand grub should still install and boot fine... it will use blocklists otherwise, but prefers to dump the core in the grub dedicated gpt partition which could be created by default when using a full disk initializing it with gpt as well by default05:29
* psusi needs to try that out next05:30
psusibut wife says it's time for bed now, so night05:31
=== almaisan-away is now known as al-maisan
ccheneyheh just got an icon merge from munchkinguy tonight06:07
* ccheney will have to carefully examine it to make he sure he doesn't end up screwing up the merge :)06:07
kusumcan anyone here expalin me the preseed file06:22
pittiGood morning07:37
dholbachgood morning08:07
mdkemorning dholbach08:07
dholbachhey mdke08:08
=== nenolod is now known as moogle
gesergood morning08:43
geserpitti: Hi, have you some time to review and sponsor https://code.edge.launchpad.net/~geser/pkg-create-dbgsym/strip_-O_some_more/+merge/22977?08:44
pittigeser: I got your mail; will look at it ASAP, promised08:45
seb128urg08:46
seb128the current beta2 iso partition screen behave weirdly08:46
seb128it change the device "sda<n>" numbers on the fly08:47
stefanlsddidrocks: do you know if quickly dialogs are broken? mine in lucid dont seem to work08:47
seb128ie I delete a partition I don't care about, sda8 and I still get a sda8 in the refreshed list but it's an another one08:48
didrocksstefanlsd: no, it should work, let me try08:48
seb128and sda6 I wanted to keep is now showed as sda808:48
seb128ev, cjwatson: ^ known issue? what info would be useful in a bug?08:48
didrocksstefanlsd: (well, it has been renamed to quickly add dialog btw)08:49
didrocksworking here08:50
evseb128: news to me.  Can you run ubiquity in debug mode (`ubiquity -d`), reproduce the issue, then run ubuntu-bug ubiquity?08:50
seb128ev: ok08:50
evsounds like it could be a bug in the freeze/thaw code in the partman component08:51
stefanlsddidrocks: yeah. i picked that up (quickly tutorial incorrect there...) - i create it with quickly add dialog test. I import TestDialog and i get - from sourceswitcher.helpers import get_builder08:52
stefanlsdImportError: No module named helpers08:52
geserpitti: no hurry, I just noticed there is now a second merge proposal to fix the same problem: https://code.edge.launchpad.net/~anders-kaseorg/pkg-create-dbgsym/dh_strip-O-X08:54
=== tkamppeter_ is now known as tkamppeter
tkamppeterpitti, hi08:59
didrocksstefanlsd: ok, understood, someone changed the syntax and didn't think to add helpers.py to existing project :(08:59
seb128ev: bug #55791309:11
ubottuLaunchpad bug 557913 in ubiquity "the manual partitionning screen change partitions numbers" [Undecided,New] https://launchpad.net/bugs/55791309:11
seb128ev: do you need screenshots too or are the logs enough?09:12
evthey would probably help to understand exactly what's going on09:12
seb128ok09:13
primes2htkamppeter: Hi! Any ideas about this bug 557199?09:17
ubottuLaunchpad bug 557199 in system-config-printer "[Lucid Beta2] [Regression] A lot of strings are still in english or are not translatable" [High,New] https://launchpad.net/bugs/55719909:17
tkamppeterprimes2h, no, I think I need to contact Tim Waugh about that. I never touched the translation part of s-c-p and I also did not change any standard menu entry.09:18
tkamppeterpitti, ping09:18
pittihello tkamppeter09:18
primes2htkamppeter: the big problem is that it affect documentation too, which deadline is coming. we don't know how to handle it into documentation.09:19
primes2htkamppeter: thanks a lot.09:19
primes2hs/coming/ coming soon09:20
pittigeser: it seems to fix different things09:22
pittigeser: Anders' fix is for -X, while your's is for -O ?09:22
pittior, rather, -X-O09:22
pittimeh, debhelper really becomes complicated these days09:22
pittithis should get a test case09:22
tkamppeterprimes2h, I have discovered now, it seems that the I18n (/usr/share/locale) is missing in the package. I will fix this in tomorrow's upload.09:23
pittitkamppeter: /usr/share/locale/*.mo is stripped from main packages; they aren't supposed to contain them09:23
pitti.mo files are shipped in language packs09:23
pittigeser: but Ander's patch doesn't seem to make sense to me -- -X is for file names, not options09:24
geserpitti: it's the same issue, http://launchpadlibrarian.net/43380277/barnowl_1.5.1-1_amd64.build shows how it started09:25
pittigeser: I do understand your's, but still don't understand Anders'09:27
pitti-O-Xautom4te.cache09:27
geserpitti: the problem is that my first attempt in 0.39 only "fixed" for boolean flags as it stripped the -O only for the case statement09:27
pittiwith your's, the -O would be stripped, and you'd get a normal -Xfilename09:27
pittibut with Ander's fix, you'd try to strip an -O from the _argument_ of -X09:28
pittibut -X-O doesn't make sense at all AFAICS?09:28
geser$p is unstripped at this place09:28
pittigeser: oh, right; I read it as "further" strip, i. e. on top of your change; sorry09:29
geserxopts gets the whole -O-Xautom4te.cache appended (and pkg_create_dbgsym doesn't know what to do with it)09:29
primes2htseliot: Hello, any news about this? bug #553954  dpm told me he would sponsor the exception if needed.09:29
ubottuLaunchpad bug 553954 in plymouth "[Lucid Beta 1] plymouth has a non translatable string coming up on screen" [Medium,Triaged] https://launchpad.net/bugs/55395409:29
geserpitti: there are two different branches to fix the same problem09:29
tseliotprimes2h: it's on my todo list09:30
seb128ev: bug updated09:30
geserAnders' branch fixes it only for -O-X but leaves the other ones still broken, while mine branch should (hopefully) fix it for the other cases too09:30
pittigeser: merged your's, and running tests now09:30
pittigeser: if you fancy it, please write a test for it, then we can merge that later on09:31
pittito ensure it stays fixed09:31
pittigeser: thanks!09:31
tkamppeterpitti, then the .mo files were not forgotten, I was about to add them. Then the bug is in the language packs.09:31
pittitkamppeter: they do ship the .mo files09:32
pitti/usr/share/locale-langpack/de/LC_MESSAGES/system-config-printer.mo09:32
geserpitti: will do09:32
pittitkamppeter: s-c-p is translated just fine here09:33
tkamppeterpitti, this makes it much more complicated. So the languiage packs need to get updated with every update of the applications.09:33
primes2htseliot: thank you. :-)09:33
tkamppeterpitti, are mman pages also centralized?09:33
pittitkamppeter: man pages don't use gettext at runtime09:33
primes2hpitti: did you checked strings reported in bug?09:34
tkamppeterpitt, I asked because they were also omitted in s-c-p.09:34
pittitkamppeter: ah, right, some strings are missing; they just might not be translated, or the .pot file is missing them, then they are not translatable09:34
primes2hpitti: both of them, some are missing from .pot and some are translated but are still in english.09:35
tkamppeterpitti, perhaps the langpacks need to get re-generated with the newest .po and .pot files from s-c-p?09:35
pittiprimes2h: so the latter will just fix itself by translating them and updating the langpacks09:36
primes2hpitti: this is a regression, in Karmic those missing were present.09:36
pittiprimes2h: did you check whether they are in the .pot/09:36
pitti?09:36
primes2hsorry, I checked .po in launchpad.09:36
primes2hpitti: comparing karmic and lucid .po files, some strings are missing in lucid09:37
primes2hpitti: and others are present, translated a long time ago but they are in english09:38
primes2hpitti: I'm downloading .pot file from launchpad now.09:42
tkamppeterprimes2h, pitti, the strings are indeed missing in the .pot file of the source, how can this happen? The main menu entries were always there.09:42
pittitkamppeter: perhaps po/POTFILES.in got broken? Or they aren't marked to be translatable any more?09:43
pittitkamppeter: sure enough:09:44
pitti                       <property name="label">_Connect...</property>09:44
pittithis is missing translatable="yes"09:44
pittii. e. it needs to be marked as translatable in glade09:44
pittifollowed up in the bug09:46
tkamppeterpitti, perhaps Tim changed the Glade version making the translatable="yes" getting lost or the default changed so that from now on it is needed.09:46
primes2htkamppeter: a commit from upstream probably broke that09:46
tkamppeterIs thgere a quick way to fix it?09:46
pittitkamppeter: add the flag manually with a patch, or open it in glade and tick the "translatable" check boxes again09:47
tkamppeterpitti, and do I have translations for all languages then? Probably they are also missing?09:47
pittitkamppeter: I guess they were dropped from the language packs when they fell out of the .pot09:48
pittitkamppeter: but once they are translat_able_, LP will recover the old translations, and the next langpack update should have them again09:48
tkamppeterpitti, only problem is that there are hundreds of strings in s-c-p and so setting all these translatable flags again can take me several hours.09:49
pittitkamppeter: it's just three or four in the menus, though?09:49
tkamppeterprimes2h, how many strings are really missing? Is the list in the bug report really complete?09:50
tkamppeterpitti, primes2h: The bug report looks like that lots of strings are missing.09:51
pittitkamppeter: when you start the app, it's not that many; it's by and large in German09:51
primes2htkamppeter: in fact, it seems that there aren't a lot missing. There are a lot translated but still in english.09:54
primes2hinstead09:56
primes2htkamppeter: Those translated but still in english are explicitly mentioned in bug report, all the other are missing (like  _Connect...09:58
primes2h)09:58
tkamppeterI have added comments to the bug to contact Tim Waugh.09:59
primes2htkamppeter: I didn't mention all translated but still in english (seems to be a lot)10:00
primes2htkamppeter: but those missing should be all reported.10:00
primes2htkamppeter: thanks10:00
didrocksstefanlsd: ok, fixed your issue. You can grab latest trunk, "PATH=/path/to/quickly/trunk/bin:$PATH quickly upgrade" in your project10:03
stefanlsddidrocks: thanks! will give it a try. dont see the trunk update yet10:10
didrocksstefanlsd: should be better now. Branch diverged and I switched my ws. Rebased and pushed :)10:13
stefanlsddidrocks: branching. thanks for the quick fix :)10:16
didrocksstefanlsd: you're welcome :)10:17
tkamppeterpitti, how do I add a locale to a US-only installed system so that I can test translations? Only "sudo apt-get install language-pack-de" does not work.10:20
pittitkamppeter: you need language-pack-gnome-de for GNOME packages10:26
tkamppeterpitti, still says "Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale.".10:28
pittitkamppeter: installing the language pack should have generated the de_DE.UTF-8 locale; didn't it?10:28
pittitkamppeter: you can do it manually with "sudo locale-gen de_DE.UTF-8", but if it's not there, I suspect that the langpack is missing, too10:28
tkamppeterpitti, now it weorks, LANG=de_DE.UTF-8 and not only LANG=de, awkward.10:29
cjwatsonLANG=de has never been valid10:29
cjwatsonif it worked, it was because you were lucky10:29
pittitkamppeter: it's a locale, not a language10:29
seb128cjwatson, ev: let me know if you need extra details on bug #557913, I keep the box in the current disk state for now10:32
ubottuLaunchpad bug 557913 in ubiquity "the manual partitionning screen change partitions numbers" [Undecided,New] https://launchpad.net/bugs/55791310:32
cjwatsonseb128: I've commented; there is no need to keep the box in its current state, it's not a regression10:38
cjwatsonif anything, it's a confusing property of how partitioning works really ...10:39
seb128cjwatson, ok thanks10:39
seb128cjwatson, I guess it's not so much an issue nowadays with uuid used rather than device entries to do mounting etc10:42
seb128cjwatson, I was concerned the install I wanted to keep would stop booting because the partition ordering is changing10:42
cjwatsonseb128: right, but there's nothing that can be done about that, as I say partition numbers are not a persistent thing stored in the partition table - the fourth logical partition is going to be 8 regardless of whether it used to be 910:44
cjwatsonI didn't close it because I wondered whether there might be a less surprising way to present this in the UI10:44
cjwatsonwarning when you delete a partition that would cause partitions to be renumbered?  I can see that being pretty annoying in some cases :-/10:45
seb128I'm trying to think about that, I guess out of not showing the number in a such noticable way I don't see one10:45
cjwatsonI wonder what other partitioners do10:45
cjwatsonwell, but as you say the renumbering could have real effects10:45
seb128what confused me is that I noted what "sda<n>" I need to keep before starting the installation10:45
seb128and I saw it listed as swap after doing changes10:46
cjwatsonright10:46
cjwatsonI understand that it's a problem, certainly, just not sure what to do about it10:46
seb128I'm not sure either10:46
seb128out of displaying a warning somewhere as you said to indicate that the changes leaded to partition numbering changes...10:47
seb128but I'm not sure when and where10:48
seb128and if it would annoy most users rather than help10:48
seb128cjwatson, I commented on the bug, feel free to set it as wishlist or close it if you think that's it in the category of things which will not likely change, no point to keep buglist noise when not needed10:53
mdzjames_w, the sub-pages on https://wiki.ubuntu.com/DistributedDevelopment/Documentation seem to be very short, and usually someone would need to refer to more than one of them in order to complete a task. might it make sense to use includes to put them together on the page?10:55
james_wmdz: I don't see why we can't provide an all-in-one page, no10:56
mdzjames_w, at least for the basic "get the source, make some changes, submit for review" workflow10:56
mdz(currently 3 pages)10:56
james_wyeah10:56
slangasekogra: did you forget to bzr push your debian-installer upload?10:59
ograslangasek, i dont think so10:59
* ogra checks10:59
ograhttps://code.edge.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu seems to have it11:00
ograoh, wait11:00
slangasekogra: UNRELEASED11:00
ograsorry i dont have that branch in autocommit to prevent accidents ...11:01
ogra(which i apprently produced now nontheless :P)11:01
ograpushed11:01
slangasekogra: thanks :)11:02
mdzKeybuk, had you not pushed that revision to Launchpad until just now? I swear I looked and didn't see it, and it's not in the revision history for my branch11:08
Keybukmdz: I pushed it this morning11:08
Keybukmust have forgotten last night11:08
mdzwe must have raced11:09
Keybukhttp://bazaar.launchpad.net/~ubuntu-branches/ubuntu/lucid/mountall/lucid/revision/298 FWIW11:09
Keybukmy patch is quite a bit different from yours ;)11:09
mdzKeybuk, but still a one-liner ;-)11:09
mdzah, you fixed -dev too11:10
slangasekKeybuk: do you have thoughts on how plymouth is going to select a different image based on fb bitdepth?  Is this information exposed somewhere the script plugin can already grab it?11:31
Keybukslangasek: I don't think there's an existing function, but it should probably go alongside GetHeight etc.11:33
slangasekKeybuk: ok. were you planning to work on the implementation?11:34
Keybukit wasn't a difficult implementation11:35
KeybukI'm not 100% sure it's not already there in fact ;)11:35
slangasekI don't see it in script-lib-sprite.c in the package11:36
slangasekand I didn't suggest it would be difficult, I'm asking if you're doing it or if I need to open a bug myself to keep it on the radar11:37
Keybukopen a bug11:37
slangasek(since the flavors will all need theme updates as well once this facility is there)11:37
slangasekok11:37
Keybukat this point of the release process, air traffic control is important11:37
Keybukobviously this depends on having some artwork11:38
slangasekimplementing the facility doesn't11:38
Keybukbut LEAN development says I should not do that early ;)11:40
persiaBut surely it calls to *document* it early, so that the theme providers can prepare, and since the best possible documentation is code ... :)11:42
KeybukI'm actually kinda saddened that we've ended up with a myriad of different *-logo themes!11:44
KeybukI can't work out why each one needs its own .script11:44
Keybuksurely they could just Depend: ubuntu-logo and put a different ImageDir in their .theme file11:44
Keybukand refer to the same .script11:44
slangasekKeybuk: background colors can't be set as variables in the theme file11:45
slangasekif the script plugin allowed loading arbitrary vars from the theme, then it'd be fine11:45
persiaAlso, I suspect the majority copied the ubuntu theme verbatim, rather than looking for ways to refactor for shared scripts.11:45
slangasekperhaps, but I looked into this exact question because I was adjusting ubuntu-logo and noticed that flavors were gonna have to merge11:46
slangasekand this made me sad too11:46
persiaWith the current structure, aren't all core-devs implicitly also flavour-devs, so that if someone had time, everything could be refactored sanely?11:47
slangasekif someone has time to refactor the script plugin to support loading arbitrary vars from .theme, yes11:48
slangaseks/refactor/enhance/11:48
persiaTime is always the painful bit.11:48
Keybukslangasek: can't they?11:50
Keybukslangasek: sounds like that'd be a simple patch ;-)11:50
dholbachmvo, geser: will ubuntu-dev-tools get another upload?11:51
dholbachwith the fixes you put in there? :)11:51
slangasekKeybuk: well, feel free... :)11:51
Keybukslangasek: got any spare round tuits?11:51
slangaseknot me; I haven't grokked the script plugin yet, I'd have to sit down with it for a while to avoid making a mess11:52
geserdholbach: yes11:52
dholbachgeser: awesome11:52
Keybukslangasek: bribe brejc811:53
Keybuk"hey, wouldn't it be REALLY SWELL if script did this" on #plymouth11:53
slangasekok :)11:53
Keybukcjwatson: http://thread.gmane.org/gmane.linux.kernel/96935511:59
cjwatsoninspired12:00
=== MacSlow is now known as MacSlow|lunch
mvoArneGoetje: it appears that the package description of thunderbird-locale-nb-no is not valid utf8, could you please have a look?12:02
geserdholbach, mvo: ubuntu-dev-tools 0.97 uploaded.12:08
dholbachgeser: THANKS12:09
mvogeser: you rock!12:09
dholbachindeed12:09
ograbah, plymouth splash has stripes on OMAP12:20
TrueTomsudo echo 0x1f > /sys/module/acpi/parameters/debug_layer12:20
TrueTombash: /sys/module/acpi/parameters/debug_layer: Permission denied12:20
TrueTom?12:20
ograsee the RootSudo wikipage12:20
ogra(and please ask for support in #ubuntu, this isnt a support channel)12:20
TrueTomogra: thanks12:22
slangasekpitti: wrt bug #553745, can you tell me anything about how to reproduce it?  do you visibly see plymouth crash when it happens, does it happen on startup or shutdown, does it always happen or only when certain plymouth messages are displayed, etc?12:34
ubottuLaunchpad bug 553745 in plymouth "plymouthd crashed with SIGSEGV in ply_event_loop_process_pending_events()" [High,Confirmed] https://launchpad.net/bugs/55374512:34
=== radoe_ is now known as radoe
pittislangasek: hm, yesterday it consistently crashed at startup (i. e. I didn't see plymouth at all; just text cursor, and then immediately X/gdm)12:40
pittislangasek: today startup seems to work as well; shutdown has always worked so far, I see plymouth12:41
slangasekpitti: hmm, ok12:41
pittislangasek: I only saw it the very first time yesterday when I reinstalled UNE on the mini 10; before that I just upgraded12:41
pittislangasek: hm, now it happens again; the difference is that I plugged in the AC12:42
pittiit might speed up the boot just enough to make a difference in a race condition..12:42
slangasekyes12:43
slangaseknow, not seeing plymouth may be bug #54080112:43
ubottuLaunchpad bug 540801 in plymouth "X server starts before Plymouth, or a very short time after (no or brief splash)" [Low,Triaged] https://launchpad.net/bugs/54080112:43
slangasekbut maybe that's a precondition of this bug12:43
pitti(in my bootcharts I noticed that booting on battery is quite a bit slower, presumably due to CPU scaling down?)12:43
slangasekI don't know what would scale the CPU down at that point12:44
pittislangasek: I can remove the .crash file and see if I get it again12:44
pittiI just wondered yesterday why plymouth was gone (it has worked fine for weeks on the mini), but with the crash it's quite obvious why I don't see it12:44
slangaseknot obvious to me12:45
pittislangasek: well, plymouthd segfault -> no plymouth on screen?12:45
slangasekwhy would plymouthd segfault that early? :)12:45
slangasekit's not a 100% reproducible crash12:45
pittihm, indeed; I didn't see plymouth now, but no .crash file12:47
pittiperhaps apport was started too late, or it didn't crash12:47
pittibut anyway, I booted 6 times in a row and never saw plymouth12:47
pitti(on startup)12:47
* pitti -> late lunch12:48
dholbachPackaging Training session in #ubuntu-classroom with geser in 10 mins: Q&A about the Developer Membership Board12:50
seb128slangasek, pitti: I get similar plymouth crashes on my mini too12:50
=== MacSlow|lunch is now known as MacSlow
seb128hum13:37
seb128does anybody know how far we are from having another langpack installed on the CD?13:37
seb128the directfb upstream changelog sneaked back in with the dh7 switch13:37
seb128which is over one meg13:38
seb128the package also has both gziped and ungziped versions of changelogs13:38
seb128there is some space win to do there, but not sure if that's worth chassing that now13:38
seb128ie if we will not use the space for anything else in lucid...13:39
cjwatsondon't know how far we are, but 1MB sounds worth saving13:41
seb128seems we have also several times the openoffice changelog which is 1meg gzip-ed13:42
seb128ie openoffice.org-style-galaxy openoffice.org-l10n-common openoffice.org-core13:42
seb128they have the same upstream changelog13:42
seb128cjwatson, k, I will fix the directfb one13:42
seb128I don't fancy looking to openoffice though :p13:42
seb128ccheney, ^ do you know if that would easy to change?13:43
seb128hum13:44
seb128I'm wondering if there is a debhelper bug there13:44
seb128some packages have a ChangeLog.gz and changelog.gz identical installed13:44
seb128but upstream has only ChangeLog.gz13:44
lifelessI bet there is a .docs file lsiting ChangeLog13:46
lifelessand debhelper is grabbing ChangeLog as changelog as a built in default13:46
cjwatsonagree13:47
cjwatsondebhelper >= 7.0.1 has defaults for upstream changelog13:47
cjwatsonso it's just that some package failed to notice the change13:47
cjwatson(this isn't done in compat=6 and below)13:48
seb128hum k13:48
seb128"rules:dh_installchangelogs -plibdirectfb-dev ChangeLog"13:48
seb128directfb has that for example13:49
cjwatsonright, just remove ChangeLog probably13:49
seb128well we add that as the "move the upstream changelog to the libdev"13:50
seb128but debian changed to dh7 meanwhile so we have13:50
seb128dh_installchangelogs13:50
seb128dh_installchangelogs -Nlibdirectfb-dev13:50
seb128dh_installchangelogs -plibdirectfb-dev ChangeLog13:50
seb128I'm not even sure what the intend was with the -N13:51
seb128shouldn't we just -XChangeLog in -plibdirectfb-...?13:51
cjwatsonTBH, you could now just say dh_installchangelogs and leave it at that, if you build-depend on at least debhelper (>= 7.0.1)13:54
cjwatsonor at least I'm pretty sure13:54
seb128well it would install the upstream changelog in the lib then?13:55
cjwatsonoh, right13:55
cjwatsonit does it for the "main package", whatever's first in debian/control13:55
cjwatsonbut that's overridable13:55
cjwatsondh_installchangelogs --mainpackage=libdirectfb-dev13:55
cjwatsontry that?13:55
seb128will do13:56
seb128I've to figure how dh7 do overwritting first :p13:56
seb128right now it just add extra calls13:56
seb128so we get the dh7 dh_installchangelogs + the ones we added13:56
cjwatsonoverrides in dh7 are only relevant if you're using dh(1)13:56
cjwatsonis directfb doing that?13:56
seb128        dh --with quilt $@13:57
seb128it uses13:57
cjwatsonhm, the import is out of date13:57
seb128I guess I want to add some13:57
cjwatsonthen:13:57
cjwatsonoverride_dh_installchangelogs:13:57
seb128override_dh_installchangelogs:13:57
cjwatson        dh_installchangelogs --mainpackage=libdirectfb-dev13:57
seb128right, thanks13:57
seb128trying that now13:58
=== hggdh_ is now known as hggdh
seb128next I look at why gtk2 has duplicates changelos too13:58
seb128it uses debhelper 513:58
kirklandcjwatson: hi there ... question about the eucalyptus-* tasks in the ubuntu-lucid seeds13:58
cjwatsonkirkland: yu13:58
cjwatsonp13:58
kirklandcjwatson: ttx and I were surprised to notice that they're not a proper superset of ubuntu-server13:59
cjwatsonis that important in any way?13:59
kirklandcjwatson: ttx: ie, stuff like vim and screen aren't included13:59
kirklandcjwatson: consistency13:59
cjwatsonI would have thought that the appropriate response would be to install the server task as well14:00
ttxcjwatson: ah, interesting point.14:00
ttxcjwatson: but the UEC installer doesn't give you that option14:00
lamontI'd just like to shoot debian-installer / hardy-proposed.  Trying to remember what the fix was so that it would actually build on sparc14:00
cjwatsonI don't think task supersets are really the right way to do this; they introduce quite a bit of clutter into Packages and are less visible14:00
cjwatsonttx: it would be trivial to make eucalyptus-udeb just always include the server task, if that's what you wanted14:00
ttxcjwatson: I'm slightly worried about the timing, but apart from landscape-common, I can't see anything potentially harmful in there14:01
cjwatsonhttp://paste.ubuntu.com/411040/ or similar14:02
ttxcjwatson: with your release team hat on, do you see potential trouble ?14:03
ttxI'm ok with having those packages in... just wished we would have done that pre-beta :)14:03
kirklandttx: I agree -- I'd like to see an UEC install have Ubuntu Server + Euca-stuff14:05
ttxcjwatson: that would add patch, screen, landscape-common, vim, apport, w3m and ubuntu-serverguide14:05
cjwatsonttx: it seems OK to me; didn't we go to some effort to ensure that landscape-common was harmless by default?14:05
ttxcjwatson: that's the key idea, yes.14:06
ttxkirkland: ok, so please back out the addition of "screen" in the seeds, and locally test the change cjwatson pastebinned14:08
ttx..and if successful, upload a euca with that as soon as we unfreeze14:08
kirklandttx: will test14:12
=== dendrobates is now known as dendro-afk
slangasektseliot: have you looked into bug #552782 yet?  if not, I'm going to have a look14:24
ubottuLaunchpad bug 552782 in fglrx-installer "package fglrx (not installed) failed to install/upgrade: dpkg-divert: mismatch on package" [High,Triaged] https://launchpad.net/bugs/55278214:24
slangasek(should be fairly easy to fix, though I'm pulling the package history to make sure we don't overlook any cases)14:24
tseliotslangasek: I'm fixing a bunch of fglrx bugs today but I haven't worked on that yet. Help is always welcome ;)14:26
slangasekok14:26
slangasektseliot: is there a bzr branch for the package, do you work off lp:ubuntu/fglrx-installer directly, ...?  No Vcs-* fields in debian/control14:27
tseliotslangasek: I work on this git master branch: http://www.phorogit.com/index.php?p=fglrx-packaging.git14:28
tseliotwhich is also what upstream use so that my changes end up in their installer14:29
slangasektseliot: ah14:29
slangasektseliot: well, the package bzr is taking enough time to download, so for right now you'll just be getting patches against that. :)14:30
tseliotslangasek: sounds good :-)14:31
tseliotslangasek: in git we only have packaging scripts, so installers or blobs of any kind14:32
tseliots/so/no/14:32
* slangasek nods14:32
tseliotso it might actually be faster to get that. Either way it's fine14:32
slangasekfaster to get it, but certain to take me longer to inspect the history <shrug> :)14:33
u-fokaHy! After todays upgrade and reboot, I noticed that my system freezes with kernel panic imediately after I start empaty :( I can check my mail, ot surf the web without problems, but when I start empathy it freezes... but after I start with the older (18) kernel the problem disappears...14:34
u-fokaI will look around launchpad if that bug is already reported or not, but I wanted to inform you quickly because it seems to be hard regression14:35
u-fokawell it looks like Bug #495577 but that reported on karmic four months ago...14:39
ubottuLaunchpad bug 495577 in linux "empathy cause kernel-panic when executed" [Undecided,New] https://launchpad.net/bugs/49557714:39
u-fokastrange14:39
u-fokaanyone?14:39
slangaseku-foka: "kernel panic" is far too generic for us to comment meaningfully; you should file a bug report showing /where/ the kernel panics14:41
u-fokaslangasek, but how to track that down, I'm locked inside X with the blinking num+capslock leds... If I was enough fast, I can go to a console before the kernel freezes and can read the end of the message14:43
u-fokathere is any way to get the full error, or I have to get a higher res terminal and take a photo of the error? 8-)14:43
slangaseku-foka: switch to console, and launch empathy with 'DISPLAY=:0.0 empathy'?14:43
kusumCould somebody explain me the lines in preseed.cfg file in wubi , please14:44
slangaseku-foka: but yes, if the panic scrolls off your screen, you either need a higher-res console setting or to use a serial console to capture it14:44
u-fokaslangasek, yeah, and then how to save the error?14:44
slangaseku-foka: a photo is a good start14:44
u-fokaokay14:44
u-fokaI'l be back in some minutes14:44
slangasekor transcribing by hand - whichever is easier for you...14:44
ArneGoetjemvo: confirmed14:45
mvoArneGoetje: I fixed it in the meantime14:45
mvoArneGoetje: no worries, thanks for verifiying14:45
ArneGoetjemvo: ok14:45
slangasektseliot: patch posted to the bug14:55
nigelbcrimsun, I know its smack in the middle of a working week, but if you could spare one hour, would be great :)14:55
hdonhi all. i have a really weird situation, not really a problem right now, but i don't understand how this is happening... http://pastebin.mozilla.org/71374314:55
slangasektseliot: what else are you working on for fglrx today?  Can we get that particular fix into the queue today, so it's available for people upgrading immediately post-beta?14:56
hdonso it appears that SOCK_STREAM is surviving gcc -E without being substituted14:56
hdonbut if i compile (no -E) then it gets substituted, apparently14:56
slangasekhdon: because SOCK_STREAM is an enum, not a #define; but I don't see how this is related to Ubuntu development?14:59
hdonoh!14:59
hdonthanks14:59
* hdon sleazes his way out the door15:00
cjwatsonkusum: please don't do this thing of asking the same question in multiple channels.  it's quite annoying for those of us who follow those multiple channels15:01
tseliotslangasek: I have fixed 538071, 556653 and I'm almost done with 55290315:05
slangasektseliot: ok, cool15:06
u-fokahy again! slangasek! Sorry, I found that not any update, but vmware-workstation, that I installed today, and it's vmnet module caused the problem..15:07
u-fokait's still strange why only empathy was affected15:07
u-fokabut it seems it affected only the latest kernel because the module was only compiled for that15:07
slangasekheh15:08
slangasekwell, now you know where to file the bug, anyway :)15:08
u-fokayeah15:08
u-fokathanks :)15:08
* apachelogger enters crying the channel15:13
apacheloggerdholbach: me@osiris:~/src/bzr$ get-branches kubuntu-members15:13
apacheloggerThe team 'kubuntu-members' does not have any branches on Launchpad.15:13
dholbachapachelogger: I didn't touch the script in years15:13
apacheloggeromg :(15:13
apacheloggerjpds: ^15:14
dholbachapachelogger: I haven't had the need to use it for ages15:14
apacheloggerdholbach: I figured it could be useful for kubuntu since we have a billion branches associated with kubuntu-members15:15
dholbachapachelogger: I usually just check out whatever I'm going to need next :)15:16
sorenapachelogger: I have a patch that fixes it.15:16
sorenapachelogger: ...almost.15:16
sorenHeh.15:16
sorenHang on :)15:16
apachelogger^^15:16
dholbachapachelogger: last rev I made changes to it: 18.3.515:17
dholbachapachelogger: since then: rainct, jpds :)15:17
apacheloggerk :)15:17
slangasekseb128: can you tell me if bug #539951 is a regression?15:18
ubottuLaunchpad bug 539951 in xdg-user-dirs-gtk "[Lucid Beta2] Automatic folder renaming when changing language doesn't work as expected" [Medium,Confirmed] https://launchpad.net/bugs/53995115:18
=== primes2h1 is now known as primes2h
seb128slangasek, seems bug #48692915:19
ubottuLaunchpad bug 486929 in ubuntu-translations "Special user folders not moved when changing language" [Medium,Confirmed] https://launchpad.net/bugs/48692915:20
seb128slangasek, not new no15:20
asacdoko_: is icedtea6-plugin supposed to work?15:20
slangasekseb128: thanks, duping15:21
seb128slangasek, yw ;-)15:21
doko_asac: 55654915:21
asacdoko_: hmm. thats the reason why example applets dont work?15:24
asaceven if they dont touch security stuff?15:24
doko_asac: the example applet should work, and it does work for me15:30
micahgdoko_: which applet are you using?15:31
ccheneyseb128: i'll take a look and see, we have code that is supposed to keep the duplication from happening but it seems to be broken for openoffice.org-style-galaxy, shouldn't be too hard to fix15:33
ccheneyseb128: and actually for openoffice.org-style-galaxy i'm not sure why it is even on the cd since the only rdepends is openoffice.org which is not supposed to be on the cd15:34
doko_micahg: http://www.java.com/en/download/help/testvm.xml15:34
ccheneyseb128: if openoffice.org-style-galaxy really is on the cd that is a bug somewhere with the cds most likely and would free space on its own15:35
seb128ccheney, no sure I was typing on an another box than the one I was installing on15:36
ccheneyseb128: ok15:36
seb128ccheney, it's -human on the CD but it has the changelog too15:36
ccheneyseb128: and for -human the dir is a symlink15:37
ccheneypointing to openoffice.org-common dir15:38
seb128right15:38
seb128so it's -common -core - l10n-common15:38
slangasekccheney: other than the fact that we keep ending up with openoffice.org-style-galaxy Provides: openoffice.org-style-default?15:38
seb128those are real dirs and have the same 1meg changelog15:38
micahgdoko_: weird, wfm now too :)15:39
ccheneyslangasek: yea galaxy is bugged and if it is hitting the cd i need to fix that if its a bug in OOo packaging15:39
seb128ccheney, uno-libs3 seems to have the same one too15:39
slangasekccheney: yes, this is a repeat of a previous packaging bug - which style was supposed to be the default?15:40
slangasekccheney: anyway, -common depends on -style-default | -style, and -style-default is the obviously-correct virtual package name; so it's just that it's being provided by the wrong package15:41
slangasekccheney: however, I don't actually see -style-galaxy being pulled into the CDs; this is only going to be an issue when installing OOo from the network (but it *will* be an issue there)15:42
ccheneyslangasek: all of the style packages provide openoffice.org-style15:45
slangasekccheney: it's not about -style, it's about -style-default15:45
ccheneyslangasek: and depending on if you install openoffice.org-kde or openoffice.org-gnome it installs a openoffice.org-style-* package already15:45
ccheneyslangasek: so is this a apt bug?15:46
slangasekccheney: I don't see a description of the actual problem in my immediate scrollback15:46
slangasekccheney: other than the comments about the CDs, and it's *not* on the CDs15:46
ccheneyslangasek: ok15:47
ccheneyseb128: looks like i might need to change all the arch packages to link to uno-libs3 doc dir (due to dependency chain) which would reduce the duplicates for that15:49
=== bjf-afk is now known as bjf
sorenapachelogger: See ubuntu-dev-tools trunk for a fixed get-branches script.15:56
=== robbiew_ is now known as robbiew
apacheloggersoren: awesome, thanks \o/16:06
sebnerapachelogger: huhu :)16:08
apacheloggersebner: ahoy16:09
sebnerhuhu sistpoty|work :)16:11
sistpoty|workhi sebner16:11
kirklandttx: i tested cjwatson's pastebin'd fix, rolled into a udeb, retrieved and installed early in a UEC install ... works well16:22
kirklandttx: cjwatson: I see no negative effects at this point16:22
kirklandttx: cjwatson: I suggest we commit this as soon as the freeze lifts, and start testing dailies again16:23
ttxkirkland: ack16:23
kirklandttx: i'm going to upload it now, to get it into the queue16:23
=== dendro-afk is now known as dendrobates
=== RoAk is now known as RoAkSoAx
macocjwatson: ping. is there a reason why udev should "breaks" not "conflicts" with casper? had a user in #ubuntu installing updates yesterday whose dpkg had wedged over it.16:47
slangasekmaco: because Conflicts are when there are overlapping files between the two packages - how did that wedge dpkg?16:49
* persia suspects something like policy 7.2 recommending Breaks for most uses that were conflicts pre-Breaks.16:49
macoslangasek: its set to breaks currently. user was getting http://ubuntu.pastebin.com/fR5Pn1Ch when trying to update. had to "dpkg -P --force-depends casper" as the only way to get dpkg into a sane state16:50
macoslangasek: crimsun said breaks goes into effect during the dpkg part, so if it had been breaks instead, apt wouldve caught it and not let it get so far and get stuck.  by stuck i mean it tells you "sudo dpkg --configure -a" and so you try that and then it just does the same thing again16:51
macoslangasek: er... "if it had conflicts instead"16:51
slangasekmaco: casper 1.57 is the version from dapper - I think the user is Doing It Wrong16:52
=== deryck is now known as deryck[lunch]
macoslangasek: oh O_O16:52
macohow the heck did they.....16:52
slangasekmaco: the problem there is probably that they used an apt that doesn't understand Breaks16:52
slangasekwhich was first added in edgy16:52
macoudev version matches karmic16:53
macowell karmic-updates16:53
macook yeah ill agree with Doin It Wrong16:53
cjwatsonyeah, no sympathy :)16:53
macoi suspect there is some howto for remastersys on the interwebs that instead of saying "use apt" hands out old old old dapper casper packages16:54
slangasekhand-installing the wrong casper package would also cause the problem, sure16:55
macoi just memoserv'd the person to tell them that16:58
ScottKmaco: Better a blog posting that names names.17:01
=== chex is now known as Chex
=== MacSlow is now known as MacSlow|afk
=== ttx_ is now known as ttx
LaserJockScottK: public "peer" review? :-)17:11
ScottKExactly.17:12
=== dendrobates is now known as dendro-afk
=== sconklin is now known as sconklin-gone
tseliotslangasek: I have fixed all of the bugs that I mentioned but the one you volunteered to have a look at. What shall I do? Upload?17:23
slangasektseliot: you should take my patch from that bug report, apply it, and then upload :)17:23
slangasektseliot: (in a manner consistent with the FeatureFreeze, that is)17:23
tseliotslangasek: there's no patch from you there17:24
slangasektseliot: https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/552782/comments/6 ?17:25
ubottuLaunchpad bug 552782 in fglrx-installer "package fglrx (not installed) failed to install/upgrade: dpkg-divert: mismatch on package" [High,Triaged]17:25
=== dendro-afk is now known as dendrobates
tseliotslangasek: oh, sorry I was looking at bug 554298 (which is a duplicate)17:26
ubottuLaunchpad bug 554298 in fglrx-installer "installation of fglrx 8.721 fails when removing a diversion on libdri.so" [High,In progress] https://launchpad.net/bugs/55429817:26
tseliotslangasek: we haven't added any diversions in the package in lucid, therefore I think I will just replace $PKGNAME with xorg-driver-fglrx in all of the lines in the preinst script instead of affecting only the line that you modified17:29
slangasektseliot: ok; I was being conservative since the bug people were reporting was about the very last diversion in the list which means the others weren't causing failures, but if none of these were ever in the fglrx package, I agree that's more appropriate17:32
* tseliot nods17:32
tseliotslangasek: thanks a lot for spotting the problem17:32
slangasekn/p17:32
keespitti: does gwibber zero it's passwords when it's done with them?17:37
pittikees: Nafai and I just finished a commit to mlock() them17:38
pittikees: but in Python you can't zero a string, they are immutable :/17:38
* kees wonders if the mlock ulimit is per-process or per-user17:40
pittikees: per session, I thought?17:41
pittikees: but anyway, a handful of passwords shouldn't get anywhere near the shm limit?17:41
tkamppeterpitti, I have a problem with system-config-printer: Back in February when I wanted to take a 1.1.x GIT snapshot I have accidentally taken a 1.2.x GIT snapshot, but assigned 1.1.x version numbers to the package, not knowing that I am using an unstable test release.17:42
=== yofel_ is now known as yofel
=== radoe_ is now known as radoe
keespitti: it shouldn't but it should gracefully not die if mlock fails.17:44
tkamppeterpitti, what should I do, advance to 1.2.0+HEAD, as this is the stable release with first bug fixes? Especially this instable release caused bug #555213.17:44
ubottuLaunchpad bug 555213 in hundredpapercuts "Make printer jobs viewer HIG compliant" [Low,Confirmed] https://launchpad.net/bugs/55521317:44
pittikees: it doesn't currently17:44
pittitkamppeter: depends on which direction is safer and less intrusive at this point17:44
pittitkamppeter: if it's just a couple of bug fixes towards 1.2.0 final, I'd do that one17:45
pittitkamppeter: if it was an early snapshot with not too many changes from 1.1, go bacak17:45
pittikees: it's using ctypes, so it won't except out; it just returns with -117:45
davidm /msg akgraner how much of a disaster is it if I can't make SELF until Saturday morning? Was reminded by Debra she wants to go to Phoenix AZ from June 4th - June 12th?17:47
tkamppeterpitti, thanks, I have asked Tim now.17:50
tseliotslangasek: ok, committed to git and uploaded to lucid. Thanks again for your help17:53
=== dendrobates is now known as dendro-afk
=== deryck[lunch] is now known as deryck
nemohuh18:12
nemoW:Failed to fetch http://www.ksplice.com/apt/dists/lucid/ksplice/binary-amd64/Packages.gz  404  Not Found18:12
nemo, W:Failed to fetch http://www.ksplice.com/apt/dists/lucid/ksplice/source/Sources.gz  404  Not Found18:12
nemo, E:Some index files failed to download, they have been ignored, or old ones used instead.18:12
nemothat's a bit odd18:12
nemoI mean, I guess I can remove ksplice, but isn't typical for an upgrade to abort just due to missing packages18:12
cjwatsonthat's not missing packages, it's missing package indexes, which is a different matter18:13
cjwatsonit doesn't abort either18:13
cjwatsonit's an error, but you can proceed with upgrades of packages not in those package indexes18:13
nemoit didn't give me an option to procede18:14
nemoit simply exited18:14
nemoso I assume I have to manually remote ksplice18:14
cjwatson"it"?  I assume you're talking about some frontend.18:14
nemocjwatson: upgrade-manager18:14
nemoer18:14
nemoupdate-manager18:14
nemothe dist upgrade tool that is18:14
cjwatsonthat's an error from 'apt-get update'.  Perhaps update-manager should tolerate it better somehow, I'm not sure.  Frontends that give you more control will let you proceed18:15
cjwatsonI can understand why it aborts though.  Entire missing repositories can have fairly significant effects on the correctness of an upgrade.18:15
=== beuno is now known as beuno-lunch
=== dendro-afk is now known as dendrobates
pitticjwatson: would you have some time to accept the postgresql-* SRUs in unapproved? (bug 557408) or shall I accept them myself?18:28
ubottuLaunchpad bug 557408 in postgresql-8.3 "New upstream microreleases: 8.4.3, 8.3.10, 8.1.20" [Medium,In progress] https://launchpad.net/bugs/55740818:28
pitticjwatson: nevermind if you are busy with release tasks, it's not that urgent18:28
cjwatsonI'm not18:29
nemocjwatson: well. no big deal, wasn't like ksplice was critical. was just cool to play with18:35
=== MacSlow|afk is now known as MacSlow
MacSlowev, hey there18:53
evhiya18:53
MacSlowmvo_, hey there18:53
MacSlowev, mvo_: I was wondering if anyone of you could tell me how to get a proper screenshot into the info-page of notify-osd inside software-center. Thanks in advance!18:54
cjwatsonpitti: done18:54
=== beuno-lunch is now known as beuno
philsfapport-collect is crashing on me http://paste.ubuntu.com/411195/ is this the right channel to ask about this?20:26
jdongwhat would be the cause of dbus-monitor --system revealing spammy events that look like signal sender=org.freedesktop.DBus -> dest=(null destination) serial=913 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged20:43
jdong(several per second, 30% of CPU usage in system constantly)20:44
chrisccoulsonjdong, an application constantly restarting/terminating probably20:45
ScottKslangasek: Still not having a great Plymouth transition on KDE: http://people.ubuntu.com/~apachelogger/screencasts/plymouth-uglyness.ogv any suggestions?20:47
jdongchrisccoulson: ah. Seems like pulseaudio's PID keeps climbing by hundreds20:49
chrisccoulsonjdong, that will be it then ;)20:49
jdongfun fun fun20:49
jdongany hints on debugging that?20:50
chrisccoulsonheh20:50
chrisccoulsoni'm probably not the best person to ask about pulseaudio20:50
chrisccoulsonbut crimsun might be able to help ;)20:50
jdongindicator-sound-service seems to be using a couple percent of CPU constantly20:51
=== slangasek changed the topic of #ubuntu-devel to: Lucid Beta 2 released | Archive: feature freeze | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper-karmic | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs
slangasekScottK: hold that thought20:52
ScottKOK.  Holding.20:52
nemoanyone else have appearance preferences hang after switching to compiz?20:53
nemomine's been just sitting there, unresponsive, even though compiz seems to be working fine20:53
nemohung immediately after I clicked "keep settings"20:53
jdonga lot of clone() -> wait4() looping20:53
nemodoesn't seem to actually be doing anything though20:54
=== jldugger is now known as pwnguin
jdongkilling it with SIGSTOP stops the CPU usage20:55
jdongok, who do I whine about indicator-sound-service to?20:55
robbiew\o/20:57
robbiewwe released on the right day this time :P20:57
robbiewheh20:57
robbiewnice work people20:57
jdongwell... removing the volume applet thing seemed to have helped20:58
nemohm. nothing obvious in xsession-errors20:58
nemonor strace or lsof20:58
nemogdb bt says it is hanging in theme_thumbnail_factory_init20:58
nemooh well20:59
* nemo kills it20:59
micahgslangasek: should something be added to the release notes from beta 2 that the Firefox search engine will be changed back to Google?21:05
slangasekScottK, apachelogger: that video looks like a plymouth crash bug to me; any apport naggings afterwards?21:05
* ScottK looks at apachelogger.21:06
apacheloggerslangasek: apport reports are in /var/crash, right?21:07
slangasekyep21:08
apacheloggernothing then :(21:08
slangasekok21:08
ScottKapachelogger: So not our fault.21:09
seb128slangasek, hey, are we unfrozen? ie can I do syncs?22:00
slangasekyou can do syncs, yes22:00
seb128thanks22:00
slangasekwe're not completely unfrozen yet, there are some things in the queue that I want to eyeball before letting them in22:00
seb128slangasek, ok22:01
slangasekpitti: tzdata's not in the freeze queue for lucid?22:16
=== dendrobates is now known as dendro-afk

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