[00:04] ion: former sounds good [00:04] ion: if you need a tester gimme a ppa to add and I'll test it for you [00:11] My VirtualBox seems to have serious issues. Still trying to get the VM booted in order to test the patch in action. :-P [00:15] * slacker_nl goes to bed [00:29] keybuk: Yeah, verified https://code.edge.launchpad.net/~ion/usplash/karmic to fix the issue. === dendro-afk is now known as dendrobates === milli` is now known as milli [00:39] ion.. what issue does that usplash ppa fix? [00:40] natewiebe13: Bug #215666 [00:40] Launchpad bug 215666 in usplash "fsck messages are not cleared from usplash when check is finished" [Undecided,Confirmed] https://launchpad.net/bugs/215666 [00:41] ion: awesome.. been waiting for that one [01:15] cjwatson: I'm a bit worried about Bug #445067 , would I be right to be? [01:16] Error: Could not parse data returned by Launchpad: The read operation timed out (https://launchpad.net/bugs/445067) [01:24] ion: could you mail that one to me === hadess_ is now known as hds-afk [01:28] keybuk: Done === freeflyi3g is now known as freeflying [02:18] ion: you have one of those slow hard-drives, right? [02:20] keybuk: A typical laptop HDD, yeah [02:20] ion: sweet [02:20] mind running a little test for me [02:20] some manual work required [02:21] keybuk: Sure. [02:21] keybuk: Btw, the mountall 0.2.6 change breaks stuff. Even if there are mountpoints we’re waiting for, if try_mounts is called with newly_mounted == FALSE, mountall exits immediately. [02:22] ion: argh [02:22] hate hate hate [02:22] anyway [02:23] How about just iterating through mounts every single time try_mounts is called? :-P [02:23] http://zelda.netsplit.com/~scott/ureadahead.tar.gz [02:23] download, unpack, configure, make [02:23] Will do [02:23] that'll give you a src/trace binary [02:23] write an /etc/init/trace.conf that execs it, piping the output somewhere [02:23] e.g. exec /path/to/src/trace > /dev/trace.log [02:24] +2>&1 I guess [02:24] I have sreadahead disabled at the moment. Should i do anything about that? [02:24] no, that's fine [02:24] was goign to say, disable sreadahead [02:24] :-) [02:24] (but make sure it's installed so /var/lib/sreadahead/debugfs exists :p) [02:24] Yeah [02:24] make the trace.conf start on startup [02:24] or actually [02:24] start on starting mountall [02:24] ccheney: hi [02:24] hmm, no [02:24] start on startup ;) [02:25] the other won't work just yet [02:25] then reboot [02:25] and once back to your desktop send it SIGTERM [02:25] it'll spit out a random dump of information [02:25] I'd like that ;) [02:25] in the output, I expect you'll see that for any given file, the number of "chunks" exceeds the number of "fragments" [02:27] ion: I think the newly_mounted is a hold-over for when try_mounts wasn't a main loop function, so you could well be right - just get rid of that entirely and always try mounts [02:31] keybuk: trace: Cannot enable tracing: No such file or directory [02:31] ion: odd, does it do that now if you run it? [02:32] It works correctly when started from a running system. [02:32] odd [02:32] maybe a race, /sys was mounted so /sys/kernel/debug existed but not /sys/kernel/debug/tracing [02:32] I can fix that [02:32] (sreadahead must be vulnerable to the same race though) [02:32] I could start with init=/sbin/sulogin and strace the binary to see what’s going on. [02:32] ion: tweak the code [02:33] actually, right [02:33] so that ;) [02:33] boot with sulogin [02:33] mount -t debugfs none /sys/kernel/debug [02:33] then exec init as normal [02:33] that'll fix it [02:33] Ok [02:42] ion: any luck with that? [02:46] keybuk: Hmm, the output seems to be missing everything that happened during the bootup, there’s only some desktop stuff in there, beginning with /usr/share/icons/gnome/icon-theme.cache [02:47] Nothing about e.g. xsplash, gdm, mountall, hal [02:48] slangasek: was going to ask you about rebasing on 3.1.1-5 when i do the upload, most of the changes i already have or are apparently from something you told rene to fix yourself? [02:49] ccheney: the debconf pre-depends? I'll want to review the exact changes implemented, because even though it's a bugfix there's substantial risk of regression; the sooner you can upload that to the queue, the better [02:49] ok, so i can go ahead and upload early tomorrow morning and it won't disrupt anything? [02:50] ccheney: "early tomorrow morning" is later than I would prefer [02:50] i can try to do it tonight but its already 9pm here and takes a while to get a build done [02:50] * slangasek nods [02:50] my new machine is installing atm but i can do the build on my laptop [02:51] * ccheney will see what he can do [02:51] ccheney: if it's not there until tomorrow morning, it's likely that I won't get back to you with any feedback until Friday; but it's your call [02:51] ok will try to get it done tonight [02:51] ion: odd, but that'll do for now [02:51] just want to get an idea of the fragmentation pattern of your disk [02:52] keybuk: http://heh.fi/tmp/trace.log [02:53] * ccheney is glad he has much faster internet access now :) [02:56] ion: not hugely so, then [02:57] ion: what filesystem are you using? [02:58] keybuk: ext4. I have a box with an older desktop HDD and ext3 nearby; it probably has lower throughput but faster seeking. And it’s been in use much, much longer than this laptop. [02:59] Should i get a trace from that box as well? [02:59] if you can [03:13] keybuk: http://heh.fi/tmp/trace.log [03:15] that looks good [03:15] having more sreadahead problems with that one? [03:16] /usr/lib/locale/fi_FI.utf8/LC_CTYPE (250 kB, 63 pages) [03:16] @########################################################...... [03:16] @@@@@@@@@@##@@@@@@########@@#@@@@######@@######@@###@####...... [03:16] 1 fragments (228 kB), 27 chunks [03:17] I haven’t measured the startup time difference between sreadahead enabled and disabled on the latter box. [03:20] bet it hates it [03:20] the pretty above means that for that file, 228/250 kB of it was in memory [03:20] and in one long contiguous bit of the file [03:20] but, on disk, that turns out to be scattered in 27 different places [03:21] sreadahead would have tried to optimise that to one readahead() call [03:21] it needs to be 27 [03:21] Ok [03:21] possibly with bits of other files in between [03:21] in conclusion, sreadahead sucks [03:23] So, it readaheads in the wrong order in four simultaneous threads? :-) [03:24] basically [03:24] and fails to take into account it might need to read a chunk from file A, then a chunk from file B, then the second chunk from file A [03:24] etc. [03:24] Yeah [03:26] * Keybuk battles with FIEMAP [03:26] Would be nicer to store the trace data somewhere and have an idle priority program reorder the disk blocks based on it, attempting to get things physically into the order the system tends to read them in. No need for sreadahead anymore. [03:27] Next up: getting all filesystems to provide an interface for that. :-P [03:27] you'd still want to read ahead [03:27] but yes, it'd be nice to be able to feed the trace into defrag too [03:29] https://code.edge.launchpad.net/~ion/ubuntu/karmic/mountall/karmic (didn’t test yet, about to) [03:30] ion: can you mail me that to remind me === nxvl_ is now known as nxvl [03:35] keybuk: Ah, that’s not good either. It ends up trying to mount stuff many times a second, even though nothing’s changed. [03:36] keybuk: I’ll send the email when i get it to work. [03:52] keybuk: Is the change in 0.2.6 really needed? If the mountinfo watcher notices something has been newly mounted, it calls mounted (mnt), which should cause try_mounts to be called with newly_mounted == TRUE. [03:53] I guess it is. /me looks at the log attached to bug #456806. [03:53] slangasek: we've found that moving the database (mysql-server or postgresql) from Recommends to Pre-depends for moodle allows it to install. Can I upload that or is it too late? [03:53] Launchpad bug 456806 in mountall "mountall vomits a shell onto virtual console when you run vi" [High,In progress] https://launchpad.net/bugs/456806 [03:54] LaserJock: bug #? [03:54] LaserJock: it's not too late to upload for release, but it's too late for RC [03:56] slangasek: bug #440098 [03:56] LaserJock: if this is bug #319868, then Pre-Depends is wrong [03:56] Launchpad bug 440098 in postgresql "Edubuntu d-i fails when using postgresql as backend" [Undecided,New] https://launchpad.net/bugs/440098 [03:56] * slangasek looks [03:56] Launchpad bug 319868 in moodle "package update-manager 1:0.93.34 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)" [High,Triaged] https://launchpad.net/bugs/319868 === robert_ancell_ is now known as robert_ancell [04:02] LaserJock: in fact, that's a good general rule for everything: Pre-Depends are wrong [04:02] LaserJock: the /existing/ Pre-Depends in moodle are /also/ wrong [04:03] slangasek: I know, that's why I hated to even mention it [04:03] slangasek: but it fixes the immediate issue is all [04:03] LaserJock: it fixes it *wrong* [04:03] *do not add Pre-Depends* [04:03] k [04:03] Depends is the correct relationship [04:04] will that make the DB server be configured before moodle? [04:05] I wouldn't think there would be a difference between Recommends and Depends in that regard [04:05] then you haven't read the definitions of these package relationships [04:05] the *definition* of Depends is "packages that must be configured before the current package is configured" [04:06] hmm [04:07] LaserJock: not sure about the exact context - but neither mysql nor postgresql will be running in the installer [04:07] LaserJock: even the package is configured correctly, the daemons are *not* started when d-i is running [04:08] mathiaz: apparently it's not that their running that matters but that they're configured [04:08] but I don't know why they're Recommends now [04:08] LaserJock: if the moodle post install script tries to create databases which SQL statement, the databases need to be running [04:09] I don't *think* it does but I'm not sure [04:09] LaserJock: http://paste.ubuntu.com/298761/ [04:10] LaserJock: the postgresql server is *not* running [04:10] LaserJock: which is expected in the installer [04:13] mathiaz: has that changed within the last release or two (that the db server wouldn't be running) [04:14] LaserJock: hm - no - it has been the case for a long long time [04:14] I don't understand how this stuff seems to work in Debian and used to work in Ubuntu [04:14] LaserJock: may be the moodle packaging has changed? [04:14] LaserJock: and now it fails if it cannot connect to the server? [04:15] no, the packaging was changed so that it *did* work [04:15] it's a real mess though [04:15] seems like people have tried for years to get a decent moodle package [04:15] ok, just got a report that sid has the same problem [04:15] slangasek: even if it's wrong, pre-depends allows the moodle install to work, as it is, some teacher may not understand why his software won't install and how doing a dpkg-reconfigure afterwards makes his software "more right"...to do the "more right" thing would take a full FFE pretty late, right? [04:16] jbicha: if Depends works it's infinitly better than pre-depends [04:18] jbicha: I don't see how Pre-Depends would work here === milli is now known as milli` [04:19] the problem is that the database daemon is not running - whether it's a Depends or a Pre-Depends doesn't change IIUC [04:19] I tested it with pre-depends and it worked quite well [04:19] the app installed and I was able to set up moodle no problem [04:19] LaserJock: from an iso install? [04:20] no, on a desktop with no db server installed [04:20] LaserJock: right - that will work correclty [04:20] LaserJock: because the DB daemon will be running [04:21] LaserJock: bug 440098 is about Edubuntu d-i [04:21] Launchpad bug 440098 in postgresql "Edubuntu d-i fails when using postgresql as backend" [Undecided,New] https://launchpad.net/bugs/440098 [04:21] LaserJock: ie an iso installation [04:21] right [04:21] how is the iso installation different? [04:21] LaserJock: daemons are not started during an iso installation - as it doesn't make sense and would probably fail [04:22] I see [04:22] that would cause a bit of a problem, yes [04:22] LaserJock: the daemon are installed in the chroot - but the system is not running from the chroot [04:22] right right [04:23] ok, so well, that isn't a big issue right now [04:23] I already dropped it from the DVD [04:23] but that's a very good point [04:23] ok [04:24] so if we upload the apache config fix (for IPV6) and move the server from Recommends to Depends [04:24] then moodle should work for existing desktops [04:24] LaserJock: hm - which server? [04:24] mathiaz: the db server [04:25] LaserJock: you wanna make moodle depend on postgres or mysql? [04:25] it Recommends postgresql|mysql-server right now and needs a dpkg-reconfigure to work right [04:25] LaserJock: IIRC the default in the config script is to use postgresql [04:26] LaserJock: so recommending postgresql seems the best option [04:26] well it's postgresql | mysql-server [04:26] you should be able to use either [04:27] but as slangasek pointed out you need Depends to have it configured before moodle [04:27] which seems to fix the problem we've been seeing on the desktop installs [04:27] LaserJock: well yes - unless the admin choose mysql as the backend [04:27] LaserJock: in which case things won't work [04:28] LaserJock: so you'd move postgres|mysql-server to a Depends? [04:28] yeah [04:28] mysql works also [04:28] LaserJock: right - seems like a good option [04:28] I'm going to try again as just a depends, thanks all for the time and the help [04:28] I mean, it stinks because it's not all that easy to get a mysql backend because you have to get all the bits right [04:29] but it should at least work if you're choose to install the mysql packages [04:29] LaserJock: that means if you do an "apt-get install moodle" you'll get a postgresql backend [04:29] LaserJock: if you do an "apt-get install moodle mysql-server" you'd have to choose the mysql backend [04:30] actually apt-get install moodle mysql-server php5-mysql mysqlclient [04:30] LaserJock: right - a Depends should be enough [04:31] LaserJock: but it won't fix the installer failure [04:31] no [04:31] but that's ok for Karmic [04:31] well, at least it's not on the Edubuntu DVD, it could be still on the Ubuntu DVD but I doubt many people will be installing it from there [04:32] ok, I really got to get to bed [04:32] mathiaz: thanks for the info [04:32] slangasek too [04:37] was 'text editor' renamed to 'gedit text editor' on purpose? [04:42] ccheney: https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/442417 [04:42] Launchpad bug 442417 in ubuntu-docs ""Text Editor" changed to "gedit Text Editor" in Applications->Accessories" [Medium,New] [04:51] julien_c: ok [04:51] * ccheney likes the new karmic artwork :) [04:54] julien_c: hmm so it sounds like someone just dropped a patch by accident and then isn't going to fix it? [04:55] slangasek: uploading new OOo now [04:56] jbicha: I've told you how to fix it right. [04:56] jbicha: I will not accept the wrong fix for this [04:56] wow my new system loads OOo so fast I can barely see the splash screen [04:57] mathiaz: why does the db server not start in the target under the installer? I wasn't aware that we redirect invoke-rc.d there? [04:57] ~ 0.5s or so, can't even time it really [04:57] slangasek: hm - I thought invoke-rc.d was redirected in the installer [04:57] slangasek: I thought you said I just needed to make the db server & debconf depends not pre-depends [04:57] mathiaz: I honestly don't know [04:58] jbicha: yes - which modulo mathiaz's concerns about the server not starting when running under the installer, is the right way to fix it. [05:00] slangasek: so my new patch is not necessarily a wrong fix now? [05:01] jbicha: I haven't seen the new patch, let me look [05:01] I was responding to your comment here on IRC [05:01] ccheney: specs? [05:02] jbicha: yes, that new patch looks fine, thanks [05:03] shtylman: core i7 860 @ 3.6ghz [05:03] slangasek: thanks again, I have to go to my real job now [05:03] nice! [05:04] ssd drives? [05:04] shtylman: 8gb ddr3 1690mhz :) [05:04] shtylman: no just a regular 1tb seagate drive [05:04] thats some nice stuff [05:04] you gotta put two ssd in raid 0 [05:04] that will seal the deal [05:04] shtylman: yea i was tired of using my 3 year old system so upgraded, heh [05:04] nice [05:04] yea... doesn't compiling OO feel so much better [05:04] two ssd would cost about as much as my whole system, heh [05:05] don't have to be top of the line [05:05] yep ~ 54m or so [05:05] I found that standard ssd in raid 0 perform very well [05:05] ah [05:06] does linux do trim yet? [05:06] no idea...I think I hear it does [05:06] ok [05:06] but I ould be wrong on that [05:06] *could [05:07] iirc ext4 was going to get it soon back around UDS time but i haven't tracked its status [05:07] * ccheney may be thinking of UDS jaunty though [05:08] hmm [05:08] maybe... ive been running ext4 on my ssds [05:09] but then again I havn't tuned anything [05:09] I just run stock options for now [05:09] ok [05:16] slangasek,mathiaz: we do indeed stop services being started in /target during installation [05:17] * cjwatson runs to catch a flight [05:18] cjwatson: Only 5½ hours of sleep? :-) [05:18] * slangasek waves [05:18] ion: more like 3.5 [05:18] Ouch :-) [06:24] screen is supposed to be locked when suspending, right? mine isn't, what should I look at? [06:24] slangasek: Bug 456896 is asking for the removal of kaffe, but there's a bunch of rdepends. Debian removed kaffe about a week ago, so they've done the work for this, it looks like kaffe -> default-jdk, are you comfortable handling this before release? [06:24] Launchpad bug 456896 in kaffe "Please remove kaffe source and all binaries from Karmic" [Wishlist,Confirmed] https://launchpad.net/bugs/456896 [06:25] ScottK: In other news, the rest of your removal requests are done. [06:26] StevenK: Thanks. [06:27] StevenK: of handling what, updating the rdepends for the transition? [06:28] also, I keep hitting but #446031 still (just did), and it's starting to worry me [06:28] I think that's motu-release's call [06:29] slangasek: Yes. [06:29] ScottK: ^ ? :-) [06:29] liw: gnome-screensaver has been failing to lock-on-idle for me today; would suggest filing the bug there [06:29] StevenK: Looking [06:30] StevenK: Let's hold off on that one for now. I'll look at it when it's not 1:30AM and I'm tired. [06:35] slangasek, #446191 has same symptoms as I do [06:38] hm, if I enable screensaver's locking, suspend locks, too; I guess I can live with that, though it's going to annoy me often [06:47] liw: different bug than mine then, I guess; I already have gnome-screensaver set to lock [06:48] let me see if I can trigger the screensaver and see if it locks... [06:49] Good morning [06:51] memory bandwidth (tested via hdparm) on this new machine is immensely faster than my old box, 1.4GB/s vs 11.5GB/s [06:55] I must be doing something wrong, I can't get screensaver to trigger === ara_ is now known as ara [07:00] liw: my screen doesn't lock when suspending, either. i can always open the laptop lid easily. [07:01] mneptok, heh [07:06] liw: well, my problem appears to be resolved after the latest reboot, leaving only the policy question, I guess [07:06] (and I'm of the opinion that one toggle for screen lock is sufficient) [07:08] slangasek, for the suspend? I won't oppose. I'm now more worried that my screesaver doesn't trigger at all [07:10] though less worried that my desktop's network doesn't come up at all [07:10] * liw is generally worried this morning [07:31] http://paste.ubuntu.com/298845/ -- which setting there is wrong and prevents screensaver from working? [07:39] slangasek, is bug #411350 the on you get? [07:39] Launchpad bug 411350 in gnome-screensaver "gnome-screensaver not functioning" [High,Confirmed] https://launchpad.net/bugs/411350 [07:39] liw: dunno, the problem's not reproducible for me now [07:40] superm1: bug #457896 - in a chroot, or not? [07:40] Error: Could not parse data returned by Launchpad: The read operation timed out (https://launchpad.net/bugs/457896) [07:40] superm1: ignore that question, it's clearly not [07:41] superm1: please give me the output of 'sudo status idmapd; sudo dpkg --configure --pending; sudo status idmapd' [07:42] slangasek, well i already resolved it by "sudo service idmapd stop && sudo apt-get upgrade" [07:42] superm1: sigh [07:42] superm1: I can't reproduce this problem, so that leaves me with no way to fix it :( [07:43] superm1: how about 'sudo status idmapd; sudo dpkg-reconfigure nfs-common; sudo status idmapd'? [07:43] Good morning [07:43] * slangasek waves to pitti [07:44] slangasek, http://paste.ubuntu.com/298853/ [07:46] superm1: I think you put an extra 'service' in there, but close enough ;) [07:46] superm1: actually, what commands *did* you run? [07:46] slangasek, $ sudo status idmapd; sudo dpkg-reconfigure nfs-common; sudo status idmapd [07:47] er, odd [07:48] it looks like it tries to restart statd, gssd, and idmapd [07:48] which it's supposed to do - I don't know why the extra output is there, though [07:48] but that's reproducible for me when using dpkg-reconfigure [07:51] would you like me to attach misc things that appear to be sourced like /etc/default/nfs-common /etc/exports /etc/fstab ? [07:51] superm1: feh, dpkg-reconfigure bypasses setting the DPKG envvar we look for; well, that explains the noise [07:51] superm1: you haven't modified /etc/init/idmapd.conf, have you? (debsums -e -s nfs-common) [07:52] return code was zero for that [07:52] i dont recall ever touching it [07:52] ok [07:54] superm1: well, "idmapd start/running" is the wrong output, because there should be a PID. Can you do a sudo stop idmapd && sudo initctl log-priority debug && sudo start idmapd, and send me whatever log spew upstart generates? (/var/log/syslog) [07:55] slangasek, http://paste.ubuntu.com/298858/ [07:57] superm1: ok, please run 'sudo rpc.idmapd -v -f' and show me the output [07:58] slangasek, ooh this looks fun: http://paste.ubuntu.com/298859/ [07:58] (the log shows that upstart got all the way to trying to run rpc.idmapd, and the process died immediately after invocation) [07:58] superm1: urk [07:58] the only reason i could suspect that would have happened is if ubiquity decided to not copy that file during installation [07:59] superm1: ok, cool, Not My Bug ;) [07:59] slangasek, yeah.... let me fire up a VM with a fresh install and see if that's still happening on current dailies too then === mthaddon` is now known as mthaddon [08:00] superm1: ok - I've sent the latest info to the bug but left it open, I'll leave it to you to further triage as you see fit [08:00] slangasek, okay thanks. [08:04] ironically, we had two undesirable behaviors of upstart cancelling each other out (job is considered started even if respawning indefinitely; running 'start' on a started job fails), and the init script did the right thing, it just didn't give any useful feedback === quadrispro1 is now known as quadrispro [09:04] davidbarth: can you tell me what the status of bug #419839 is? these tasks have been marked "fix committed", but I don't know if that's accurate at all and I don't know how to verify myself whether this is resolved [09:04] Launchpad bug 419839 in kdepim "Ensure proper usage of icons in the messaging menu" [Medium,Fix committed] https://launchpad.net/bugs/419839 [09:21] kees, mdeslaur, jdstrand: I just got a call from a friend that yesterday's kernel update rendered his machine unusable; some init scripts fail, and you can't even log into a VT ("/bin/bash: permission denied"); haven't tracked it down yet, since booting the previous kernel now gives the same result; did you happen to hear any other problem reports from anywhere? [09:22] (jaunty) [09:29] hey pitti - do you think we should revert back to the jaunty behaviour for screen locking on suspend, and fix bug 446191 before release? [09:29] Error: Could not parse data returned by Launchpad: The read operation timed out (https://launchpad.net/bugs/446191) [09:29] * chrisccoulson prods launchpad again [09:33] chrisccoulson: read LP and upstream bug now [09:33] chrisccoulson: if we keep this gconf key disabled by default, we should revert, yes [09:33] chrisccoulson: I'm just not sure whether we shouldn't enable screensaver lock as well by default [09:34] chrisccoulson: my feeling is that it makes sense (as much as locking screen on suspend) [09:34] chrisccoulson: but at this point of the release cycle it's bad to change behaviour like that, so I agree to just reverting to jaunty g-p-m behaviour [09:34] yeah, i'm not sure about the default. i've always found it a bit strange that we turn the default to off [09:34] chrisccoulson: what would that mean technically? change gnome-session to not look at the screensaver gconf key when suspending? [09:34] seb128: ^ any opinion? [09:35] i'll work on a patch later to revert back to the jaunty behaviour then. it will involve the same logic to what is already in g-p-m [09:35] (i'll probably just copy and paste;)) [09:35] that will mean that the behaviour follows g-p-m policy, which is how it used to work [09:35] chrisccoulson, is there a summary of jaunty and karmic behaviours? [09:36] I'm not sure what it used to do and what it does now [09:36] chrisccoulson: yes, that makes sense; so it will read g-p-m's gconf key instead of g-screensaver's? [09:36] seb128 - in jaunty, suspend used to be proxied through g-p-m, and the decision to lock the screen was based on g-p-m settings, which are independent of the screensaver settings in Preferences -> Screensaver [09:36] chrisccoulson: that's at least consistent with indicator-applet etc., so let's do that [09:37] cool, i'll work on that. thanks! [09:37] agreed with pitti [09:37] chrisccoulson: many thanks [09:37] excellent, thanks:) [09:40] slangasek: hi; they are fix commited for gnome apps, in that we have checked that icons were used properly [09:41] davidbarth: ok, then that should be 'fix released' [09:41] slangasek: we should mark that invalid for kubuntu apps however, as the priority here is with following platform UI guidelines more than Ayatana ones directly (KDE loves icons ;) [09:41] slangasek: correct, let me update that [09:41] davidbarth: great, thanks === Whoopie_ is now known as Whoopie [09:42] I don't think it's obvious for users that it use the screensaver option [09:42] using the gpm one is better [09:42] davidbarth, fix commited = still open [09:42] davidbarth, I've been confused by where the empathy fix has been commited too cf my comments [09:42] davidbarth, ie is there any fix to cherrypick and upload? [09:44] seb128: the tasks was a reminder to inspect the code, as the design team had introduced this additional visual requirement [09:45] davidbarth, hum ok, still seems something you could track you of ubuntu package tasks if there is no ubuntu change required ;-) [09:48] seb128: AFAIK there isn't a gpm option for whether to lock the screen, only whether to blank it? [09:50] slangasek, /apps/gnome-power-manager/lock/suspend [09:51] seb128: right, but not exposed in the UI [09:51] (and I don't think it should be...) [09:51] right [09:51] but I think it just makes sense to follow this setting === maen_afk is now known as maen [09:52] well, you can force it to if you also turn off "use_screensaver_settings" while you're in there [09:53] but I don't see why anyone would want a different policy when closing the lid than for other uses of the screensaver [09:53] OTOH, I think anyone whose screensaver isn't set to lock is crazy :) [09:53] (what else is a screensaver for? :) [09:54] chrisccoulson, pitti: ^ [09:55] I said the same in the bug [09:55] I prefer to have my screensaver not lock (just turn off the screen to save power) when I'm at home, since the laptop is only turned on when I'm here (if I take the laptop with me, I'd like it to be locked on screensave) [09:55] but steve's considered me crazy for years, so that's ok :) [09:55] :-) [09:58] liw: I suspect that's really an approximation of the policy you /really/ want, though, which is "when the screen blanks at home, don't lock; when the screen blanks on the road, do lock" ? [10:00] slangasek, you forget "and make coffee" [10:00] presumably you then also don't want it to lock on suspend? [10:02] seb128: that's why it's KEY_COFFEE [10:02] hnghgh. I re-set my screensaver to blank the screen after 20 mins, not 1, and now it started working again -- after 1 min, not 20; it's as if it remembered the _previous_ setting [10:03] forget gnome-settings-daemon, I have Fn+F2 mapped to my espresso machine [10:03] slangasek, hm, yes. on suspend: always lock; on screensaver: when not at home or when there are people there that I don't know [10:03] or rather, that don't live there [10:03] * slangasek nods [10:03] How interesting, i have Fn+F2 mapped to your espresso machine, too. [10:04] is there a way in grub to say "stop in initramfs before booting the root fs? [10:04] so, we're ok with restoring the jaunty behaviour for screen locking? (i couldn't work out what everyone agrees with) [10:05] pitti: break=mount [10:05] pitti "break=" appended to the kernel command line? (i can't remember what "something" is though) [10:05] yeah, thats it:) [10:06] * ion looked it up from /usr/share/initramfs-tools/init [10:06] thanks [10:08] I get messages on my (upgraded) test system that swap ID remians to be mounted in usplash at bootup ~3-5 times with a delay of ~1sec between them (then everything continues) - is that a known issue? [10:08] mvo: yeah [10:08] it's not an issue though? [10:08] it's telling you why your boot is taking longer than 3s [10:09] "I could be using the processor to mount your swap, but I wrote you this message instead" ;) [10:09] heh :) I need a faster system obviously [10:09] the fact they appear as separate messages, ion had a fix for [10:09] (mountall is sending CLEAR, but usplash is ignoring it) [10:10] it should just look like a static message, updated once a second [10:10] slangasek: this is why splash screens are fundamentally silly [10:10] ok, cool [10:10] slangasek, hah, that reminds me of an optimization story: added some logging to a program to measure how long various parts of it took, and they were really slow; much hair pulling; took out log messages, system was faster than required [10:11] turned out writing lots of text to a graphical terminal emulator was really, really slow [10:11] liw: see also: bootchart [10:11] usplash should have doublebuffering, so mountall could say “CLEAR, TEXT foo, TEXT bar, TEXT baz, FLIP” and there wouldn’t be visible flickering and scrolling on updates. :-P [10:11] Keybuk, sure, bootchart is a nice thing to have, this millennium [10:11] liw: I mean that bootchart makes a big effect on boot speed [10:12] Keybuk, ah, I guess I'm not surprised there [10:12] liw: it can up to double the boot time ;) [10:12] ion: does Plymouth have double-buffering? :p [10:13] ion: btw http://zelda.netsplit.com/~scott/ureadahead.tar.gz -- I'd appreciate another test ;-) [10:13] keybuk: Dunno. It should, it it’s supposed to be boot splash done right. :-P [10:15] Keybuk: btw, upstart readding 'sync on reboot' seems to have caused a regression for me, which I still need to get to the bottom of; the sync never returns, so my system hangs until I power it off :P [10:15] (may or may not be related to network filesystems being present) [10:15] slangasek: that's odd ;) [10:15] reboot always had a sync() in it [10:15] except for a brief time [10:16] Keybuk: when was it first removed? [10:16] slangasek: mid-karmic [10:16] slangasek: i can't update the bug to mark it fix-released; access level issue as it's tracked by the release team i suppose (#419839) [10:16] Keybuk: so... before the conversion of everything to upstart jobs that would have caused reordering of the shutdown sequence [10:17] slangasek: yes [10:17] though unmounting things is still handled by the sysvinit scripts [10:17] davidbarth: release team tracking has no bearing on it, dunno what blocks you - I'll grab it now to fix though [10:17] Keybuk: yep - but shutting down NM isn't [10:18] slangasek: NM was never sendsigs/omit.d either [10:18] so it was always dead by that point [10:18] Keybuk: no [10:19] Keybuk: by no I mean yes, obviously [10:19] Keybuk: then the other possible complication is my own migration to NFSv4 during the period ;) [10:19] from german import doch [10:20] that wasn't my problem, I was just asserting untrue things :) [10:21] well, I guess this would be fixed if I ever got around to implementing the "if all the networks are gone, lazy unmount" I've been meaning to [10:22] I could remote the sync() :p [10:22] I'll try unmounting NFS before reboot, to confirm that's the source of the problem [10:22] "remote" it? [10:22] remove it [10:22] evan has rudely not supplied coffee :p [10:22] heh [10:22] but removing the sync() could be bad [10:23] but your rationale for readding the sync seems... sound, yes [10:23] it turns out that remounting ext4 read-only doesn't imply a sync [10:23] as of somewhere mid-.31 [10:23] slangasek: works now, using a different way in LP [10:26] oh for the love of trapdoors [10:26] why does clicking once on a background in appearance preferences change my desktop background with no warning and no way to let me restore the custom image I was using before? :P [10:26] keybuk: http://heh.fi/tmp/trace-desktop.log (worse throughput, better seek time, ext3, old installation) http://heh.fi/tmp/trace-laptop.log (better throughput, worse seek time, ext4, recent installation) [10:29] ion: both fairly fraggy then [10:30] /usr/lib/locale/locale-archive (838 kB), 1 chunks (128 kB), 9 extents [10:30] [@@#%%%%%%%%@@#%@##@##@@###@#####..........................................] [10:30] [..........................................................................] [10:30] [.............................................................. ] [10:30] that's kinda odd [10:30] the %s are bits of the file that were in core memory, but had no extents on disk [10:30] ext3 indirect blocks maybe? [10:33] Keybuk: What did you use to generate that map? [10:33] keybuk: Both fraggy? In the laptop trace, there aren’t many entries with >1 extents. Or am i reading it wrong? [10:34] soren: ureadahead [10:34] keybuk: http://pastebin.com/f9f77331 btw :-P [10:34] keybuk: Pretty pre-start [10:34] heh [10:35] oh, sorry, I opened the desktop log twice [10:35] you're obviously right that your laptop is a lot less fraggy ;) [10:35] this also explains why it's the "I upgraded from warty" crowd who also have the most problems with sreadahead [10:39] soren: if you were after the technical explanation [10:39] for each file, open() and mmap() [10:40] then use mincore() to identify what bits of the file are in the page cache [10:40] iterate over that to generate a series of in-memory chunks [10:40] and use the FIEMAP ioctl() to convert that to a list of on-disk extents [10:41] ie. that file has one contiguous chunk in memory, but is actually split across 9 disk locations including a gap [10:43] keybuk: So, after having made the determination that there’s nothing wrong with the short try_mounts function, i spent 1½ hours crawling through the logic of mountall, trying to keep track of state from the log attached to the bug report, until i finally took another look at try_mounts and realized all = TRUE was set on the wrong side of the start of the while loop. ;-) [10:43] ion: oh? [10:43] how would that help [10:44] elmo's problem was that by the time he got to try_mounts(), newly_mounted was FALSE, so it never determined that everything was mounted so never exited [10:45] I’ll pastebin what i think happened on his system, a moment... [11:00] keybuk: http://pastebin.com/m26780454 [11:01] ion: oh, that makes sense [11:01] all needs to be set to TRUE at the top of the loop? [11:02] keybuk: http://bazaar.launchpad.net/~ion/ubuntu/karmic/mountall/karmic/revision/141 [11:02] ion: can you mail that to me? :p [11:03] keybuk: I already did. :-P [11:03] Keybuk: Does ureadahead exist anywhere except your laptop? :) [11:04] soren: I gave ion the URL :) [11:04] it's just the tracer code at the moment [11:04] http://zelda.netsplit.com/~scott/ureadahead.tar.gz [11:04] * ion realized he just typed the command ‘/last urea’ [11:05] Keybuk: Ah, there it is. Neat. [11:08] ion: urea is an interesting name ;) [11:16] keybuk: Also, i’m quite certain it’s okay to have the delayed_exit call within the while (newly_mounted) loop. mounted() is called (and sets newly_mounted = TRUE) whenever mountall itself manages to mount something or it notices from mountinfo that something else mounted what it was waiting for. (As i mentioned, moving the delayed_exit call outside the loop caused the call to happen on every such main loop iteration that had newly_mounted == FALSE, which ... [11:16] ... was bad). [11:19] yeah I think you're right [11:20] I'll get elmo to test after RC [11:21] In fact, i’m totally certain it’s okay, but now that i said it, i’m sure someone bumps into some obscure code path that makes it not okay. :-P [11:22] I'm truly horrified by how many corner cases there are in mounting filesystems ;) [11:29] Keybuk: will you hate me if I assign bug 457496 in your general direction. /me runs for cover [11:29] Launchpad bug 457496 in usplash "fscking is ugly in usplash" [Undecided,New] https://launchpad.net/bugs/457496 [11:29] davmor2: ion already has a fix for that [11:29] Yay :) [11:29] can I assign it to you then ion [11:30] Well, i’ve done all i can, someone with teh access just needs to upload it. :-P [11:30] assign it to me, since I'll be the one to sponsor it in [11:30] Keybuk: sweet [11:31] Looks like a duplicate of bug #215666, though. [11:31] Launchpad bug 215666 in usplash "fsck messages are not cleared from usplash when check is finished" [Undecided,Confirmed] https://launchpad.net/bugs/215666 [11:38] kees, mdeslaur, jdstrand: unping, we solved it; local problem [11:43] pitti: Out of curiosity, what was the cause? [11:46] ion: a backup cron script messed up permissions of /bin, /lib, etc. [11:46] but I didn't have that idea on the phone, I actually had to travel here :) [11:46] Ah, you don’t have teleport transportation in Germany yet. [12:26] hello all [12:28] evand: hi, today is translation freeze do you have any plans about updating Karmic ubiquity translations from launchpad ? [12:28] mantiena: ah, thanks for the reminder. On it now. [12:28] I've found several problems in Lithuanian translation and I'm fixing these right now [12:28] okay [12:28] mantiena: do let me know when you're done [12:29] for ubiquity, or for ubiquity-slideshow? [12:30] ah right, the exception is only for the slideshow, if memory serves [12:30] evand: could you wait for ~2 hours, I wanna export debian-installer and ubiquity-debconf translations and test it in real installation (I wanna be sure to have final version without problems) [12:30] because the nonlangpack translation deadline was /last/ week [12:31] slangasek, ubiquity-slideshow -> bug 452889 [12:31] Launchpad bug 452889 in ubiquity-slideshow-ubuntu "NonLanguagePackTranslationDeadline exception request" [Medium,Triaged] https://launchpad.net/bugs/452889 [12:31] dpm: yes, I'm just trying to clarify if that's what mantiena is asking after [12:31] ah, ok [12:31] evand, slangasek: you will update only ubiquity-slideshow translations, not d-i and ubiquity-debconf? [12:32] mantiena: correct, no further updates are planned for those other packages unless critical bugs are found [12:34] evand: so, now I can fix only slideshow translations? you will not update ubiquity-debconf and d-i translations from launchpad.net ? [12:34] correct [12:34] sorry [12:35] evand: ok, I will work now only on slideshow translations, I will inform you when I finish [12:35] mantiena: thanks! === MacSlow is now known as MacSlow|lunch [12:49] kees: Is your latest commit to mountall really the way to go? It leaves ‘cannot yet be mounted’ messages to the screen even after successful mounts. (Cc: Keybuk) [12:51] kees: IMHO, that part of mountall code should be left as it was; the CLEAR commands that were originally there will work as soon as my usplash change is published. [12:52] I think kees's complaint is that it clears at all [12:52] he likes verbose boot logging [12:53] having mountall clearing interleaved with boot messages from other services certainly seems problematic to me, for the !quiet case [12:53] though I don't think his patch is right either [12:53] because that means it'll always look like the "mountall singing about gold" case is scrolling text [13:02] To implement the thing *properly*, usplash or equivalent should have a socket that would listen to distinct connections, and it could provide each connection a variable-sized area for text output, keypress input, progress etc. and kill each area on the corresponding client disconnection. The user could switch between cryptsetup’s password request and mountall waiting for Esc with the tabulator. :-) [13:02] I guess that won’t happen for karmic. :-P [13:04] In fact, mountall probably should create a connection for each action currently in progress. Every one of them could have its own progress widget and listen to Esc separately. [13:05] (Of course, things could be multiplexed to a single connection, but that might be unnecessary optimization.) [13:15] keybuk: ↑ :-) [13:21] The splash program could render the equivalent thing to text console as well, so clients wouldn’t need to handle the console fallback themselves. [13:24] ion: they already have to handle the case where usplash isn't running, though? [13:26] So make this hypothetical splash thing a dependency. :-P If it doesn’t manage to display a graphical splash, it’ll at least open a pretty text UI on a VT. === marjomercado is now known as marjo === hds-afk is now known as hadess === dendrobates is now known as dendro-afk === MacSlow|lunch is now known as MacSlow [14:10] Riddell: hm, I'm still seening issues with my kubuntu hardy->karmic upgrade, now http://paste.ubuntu.com/299039/ [14:10] Riddell: it did work flawless for you? [14:11] mvo: it works flawless for me from a stock hardy Kubuntu install, that's not the same as working with a load of extra things installed as most users will [14:12] * mvo nods === jamie is now known as Guest25351 [14:17] Keybuk: could you please have a look at http://paste.ubuntu.com/299039/ (happens during hardy->karmic) - is the "invoke-rc.d udev reload" problematic ? [14:47] primes2h: thanks for the email report about the anti-slashes in checkbox, those are unfortunately needed to indicate the following newline should be ignored. so, they're not meant to be like \n, they're meant to enable the template files to be more readable by having long lines wrapped [14:49] can we upload to karmic-proposed already? [14:50] cr3: Do you mean we have to report them also in the translated strings? [14:55] primes2h: if you simply translate pagraphs as a single line, then you don't need any anti-slashes at all [14:56] cr3, primes2h, thanks a lot for the work on getting those strings translatable and announcing it to translators! One question folks have been asking is how to translate strings such as https://translations.edge.launchpad.net/ubuntu/karmic/+source/checkbox/+pots/checkbox/ca/25/+translate How should the translations be done in the case of backslashes? Just translate them as they are? Could they be perhaps substituted by newlines instead at some futute ve [14:56] rsion? [14:57] future, I meant [14:57] dpm: \ != \n, it's actually the opposite, the anti-slashes are meant to express "no newline" :) [14:57] oh [14:57] cr3: in the po the \ are reported as \\ [14:58] dpm: I didn't foresee this kind of problem and it's unfortunate that even newlines are being wrapped into a single line in the translation interface [14:58] cr3: and launchpad report it as \ [14:58] in the translation UI [14:58] primes2h: and how are the newlines reported? [14:58] cr3: in po is \n [14:58] dpm: to answer your other question though: yes, this will definately be addressed early in the lucid cycle [14:59] and launchpad report it as a graphic symbol [15:00] oh crap, there seems to be a bug in [type: gettext/rfc822deb] which is stripping out text! [15:03] cr3: example https://translations.edge.launchpad.net/ubuntu/jaunty/+source/xubuntu-docs/+pots/printing/it/64/+translate [15:03] primes2h: I think I can workaround this problem for now, let me try something out... [15:05] primes2h, I don't quite understand the problem there. Launchpad uses the graphical symbols to better highlight spaces, it's always been like that [15:05] on the string you were pointing to ^ [15:05] dpm: I was just explaining cr3 how launchpad show the \n [15:06] primes2h, ok, gotcha === pbn_ is now known as pbn [15:12] jono: PAE kernel> 4 GB? I wish .. [15:12] kirkland: are you planning a libvirt upload? [15:12] kirkland: hi btw! [15:13] jdstrand: howdy [15:13] jdstrand: i don't have anything [15:13] jdstrand: why? [15:13] pitti, lol [15:13] kirkland: cause I have something that could be incorporated into it [15:13] yeah this is the problem we are finding, few people have that hardware [15:13] kirkland: but, if you don't, I guess I'll just SRU it [15:13] jdstrand: i wish i had a fix for the audio hangs, etc. [15:13] jdstrand: but i don't yet, sadly [15:14] kirkland: did you see dtchen's comment? [15:14] jdstrand: nothing pending on libvirt on my side [15:14] jdstrand: yeah, i did [15:14] jdstrand: i'm still trying to tackle it from the qemu-kvm side [15:14] kirkland: that would seem to be the best route, yes [15:14] jdstrand: i have a build of qemu-kvm in my ppa that completely disables support for the pa backend in qemu-kvm [15:15] kirkland: though it working without the monitor is intriguing [15:25] Hello. I just uploaded my first package to a PPA; it's a patched version of libwnck. Of course, as soon Ubuntu releases a new version of libwnck, my version will get overwritten with the most recent one and I have to patch the new version too. Is there a way that e.g. Launchpad will inform me when this happens, so that I don't have to monitor libwnck myself? [15:26] jono: why does testing the PAE kernel require a 32-bit processor? [15:26] jono: the PAE kernel should also get used if installing i386 on a 64-bit processor [15:26] slangasek, thats what I was told by david who asked Colin [15:27] hmm [15:27] hm, are there really people with a real 386 processor and 4 GB RAM? [15:27] it was fairly common for LTSP servers not that long ago [15:27] I meant "not 64 bit compatible" [15:27] slangasek, I can modify the testcases page if 64bit processors can be used in the test too [15:28] jono: insufficient info to tell if this is a game of telephone, or if there's some code path cjwatson is trying to debug that's specific to 32-bit procs [15:28] jono: however, 64-bit procs with 4GB of RAM are certainly much more plentiful, and installing Ubuntu from DVD on such a system should *also* install the PAE kernel, so at least someone could verify that [15:29] pitti: unfortunately I've been brainless enough to secure 4GB RAM for a core duo laptop. [15:29] needless to say, though, it doesn't support relocating that PCI memory window so even PAE is not useful on it :) [15:30] jono: ^ hah, there walks your test victim :) [15:30] don't we like PAE on i386 for its NX-emulating ability or something like that? [15:30] davidm, ^^ was Colin explicit in specifying 32bit? [15:30] pitti, aha! [15:30] jdong, can you test this? [15:30] ahhhh! [15:30] we made PAE /better/ on i386 with NX emulation; we /like/ PAE for being able to address our memory ;) [15:30] jono: unfortunately the machine is a server and can't be used to run random stuff right now [15:31] jdong, you won't completely blow it away on a whim? bah [15:31] :) [15:31] hahaha! A couple people might get upset at me ;-) [15:31] but I always enjoy taking critical machines down for fun experiments! [15:31] jdong, lol, I imagine [15:31] :) [15:31] no worries [15:31] jono no, but that seemed to be the test point 64 bit machines can just access memory [15:31] right [15:31] davidm: 64-bit machines with a 32-bit kernel can't :) [15:32] I've got one of those at home too with 8GB RAM running XP. [15:32] that's a good waste of 60% of the RAM. [15:32] I have hw for this guys, and the 32bit DVD image, should I go ahead and do it or have the images been updated since yesterday? [15:32] jcastro: 20091020 is still current [15:34] jdstrand: any idea why RAID1/amd64 failed for you but worked for mathiaz? [15:35] slangasek: no clue. I tried to provide as much detail as possible. If I were to hazard a guess, I'd look at partman first, cause I think I started to partition one way, then went back and did it for raid [15:36] I’d like to switch most of my laptop to amd64, as soon as someone implements the multiarch spec. ;-) Dunno whether it makes any difference with desktop use, but the doubled number of registers should be a theoretical benefit at least. [15:36] slangasek: I provided all the logs in the bug [15:36] ion: about a 5% speedup on general stuff, as much as 20% on specially tuned routines.... and about 15% more RAM usage. [15:37] jdstrand: yeah, the logs don't give me much insight; it looks like grub is saying it can't find device 251,1 - is that supposed to correspond to /dev/md0? [15:37] jdong, good point [15:37] RAM usage is not a problem, i always seem to have 1–2 GiB of free RAM. [15:37] seems a very strange error to affect only some testers [15:37] ion: day to day use feels the same, but compilation is up to 30% faster for me (due to registers, I suppose) [15:37] yeah compilers are A LOT faster [15:37] forgot to mention that :) [15:37] slangasek: it didn't. I checked that. I accidentally blew the machine away, but it was not 251, 1. I believe it was 9, 1 [15:38] ion: Well RAM usage contends with disk cache availability which sometimes is a cripple to performance at hand :) [15:38] jcastro, test the memory detector code and see if you get back the correct amount of memory that is the critical question [15:38] jdstrand: hmm; what about vda1? [15:38] ion: it's really just adobe flash that's missing; swfdec works well enough for me, though, so I don't care and don't need ia32-libs [15:38] If you do, we have a logic bug, if you don't then the memory detection code needs to be fixed. [15:38] brw-rw---- 1 root disk 9, 125 2009-10-22 16:03 /dev/md125 [15:38] ugh flash on 64-bit is in a nightmare-ish state on Karmic right now :) [15:38] hopefully that clicking bug magically disappears by release [15:38] slangasek: /dev/md is major 9, yes [15:38] pitti: what's major 251? [15:39] jdong: whats yours doing? on mine flash stops working if firefox's uptime is too high [15:39] slangasek: firing up KVM to verify [15:39] md125? you seriously have 125 raid devices? O_o [15:39] hyperair: no, that's the one that my devkit-disks test suite creates and uses [15:39] maco: not accepting any mouseclicks unless both buttons are held or ctrl/shift are held [15:39] maco: the bug is highly correlated with compiz being active. [15:39] hyperair: i think you read that wrong [15:39] hyperair: I create an md from /dev/ram0, so that I can test dk-disks without actually destroying anything [15:39] davidm: ok, that shouldn't be a problem. Does it absolutely need to be on the real hw or is a VM sufficient? (struggling with my physical DVD burner at the moment) [15:40] ah cool [15:40] i see [15:40] maco: that's bug 410407 [15:40] Launchpad bug 410407 in flashplugin-nonfree "flash does not recognise mouse clicks" [High,Confirmed] https://launchpad.net/bugs/410407 [15:40] jdong: lovely. and just soooo discoverable! [15:40] jdong: really? [15:40] 64-bit flash is delightful for me [15:40] for the first time in years, youtube works every time ;) [15:40] jcastro, Real HW it seems to work in a VM [15:40] keybuk: agreed. [15:40] keybuk: well I'm using flashplugin-nonfree from the repositories [15:40] jdong: oh, don't use that [15:40] jcastro, but you don't need to do an install, just run the memory test first [15:41] go download the real genuine 64-bit deb from adobe.com [15:41] slangasek: I don't have a virtual machine with virtio atm. I think pitti will be faster than I atm [15:41] there's a 64-bit deb? [15:41] keybuk: :) native 64-bit flash used to crash on me quite an amusing amount... [15:41] i downloaded the tar.gz [15:41] I guess I'll try that again. [15:41] slangasek, jdstrand: confirmed; /dev/vda* is major 251 (that's kvm virtio) [15:41] people on the bug report claim even gmail causes the crash [15:41] jcastro, Then if the memory test is good, and you have time the install is worth while [15:41] flash, on nvidia, on amd64, with compiz [15:42] And the more I think of it testing both on 32 but and 64 bit becomes more important [15:42] keybuk: but do we plan on milestoning any fix for the bug? Kinda sucks that the magical default recommended way of using Flash on amd64 doesn't work. [15:42] now there's a combination forbidden to appear on question time [15:42] slangasek: I can tell you I did tell it to boot in degraded mode [15:42] pitti, jdstrand: aha - thanks, if it's kvm-specific I'll leave it there for now [15:42] jdstrand: would be good to have this info added to the bug report [15:43] slangasek: we already had weird kernel bugs with virtio+some particular image types (non-raw) in jaunty, didn't we? [15:43] question time? what is question time? [15:43] I just use raw images, though, I never noticed problems [15:43] I use qcow2 [15:43] pitti: I don't know, I have no hardware with vmx [15:44] jdstrand: right, that was the one which caused (guest) kernel oopes in conjunction with virtio earlier [15:44] pitti: there were definitely problems in the past, but kirkland tells me they are fixed now [15:44] slangasek: no, was just FYI; some of these bugs could still be there and manifest as bugs like that one [15:44] but it's just pure hypothesis [15:45] pitti: I can say the kernel didn't oops. it was a grub failure [15:45] slangasek: I'll add it to the bug [15:46] slangasek: I'm not totally sure we can chalk it up to kvm weirdness though. I know mathiaz uses kvm and bet he used virto too and didn't have the problem [15:47] I can try to reproduce [15:49] jdstrand: pitti: yeah, i'm using virtio almost exclusively, without problem [15:49] kirkland: do you use qcow2 or raw? [15:49] jdstrand: qcow2 [15:50] kirkland: would you mind peaking at bug #457687? I'm not up on how raid is setup in the installer [15:50] Launchpad bug 457687 in debian-installer "error: Running 'grub-install --no-floppy "/dev/md0"' failed." [Undecided,New] https://launchpad.net/bugs/457687 [15:50] peeking [15:51] kirkland: keep in mind, /dev/md* is major 9 and /dev/vd* major 251 [15:52] i installed karmic last night and noticed that the english localizations weren't completely installed, when i went to language support it asked me to install the rest, is that a known issue? [15:52] jdstrand: my focus is elsewhere at the moment; cjwatson re-did the raid grub install stuff for karmic and grub2 [15:53] ccheney, if I'm not mistaken, that might be bug 434173 [15:53] Launchpad bug 434173 in update-manager "[karmic] Regression from 9.04 in getting fully translated Ubuntu installation" [High,In progress] https://launchpad.net/bugs/434173 [15:55] ccheney: known,milestoned,triaged... [16:01] slangasek: you know, I *did* sete the bootable flag for each of the /dev/vd* partitions that made /dev/md0 [16:02] jdstrand: surely that shouldn't prevent grub from being able to find the device? [16:03] jcastro, you're coming to my city! [16:03] slangasek: I really have no idea. I am just providing info (I'm no grub/raid expert) [16:09] primes2h and dpm: I won't be able to do anything regarding the anti-slashes for this release, just ignore them for now [16:10] cr3: ok, but the question is... [16:11] cr3, thanks for your work anyway. What's your recommendation for translators regarding the anti-slashes? Skip them or use them in the translations they do? [16:11] cr3: translated strings with \ will appear correctly? [16:12] evand: it seems translation process was slower than I planned... How much time I have for finishing ubiquity-slideshow translations? [16:12] dpm: skip them [16:12] I *think* until the end of the day. slangasek? [16:14] primes2h: the problem is that if you use a slash, it will appear as is unless it is followed by a newline [16:14] evand: you're doing the upload, right? whenever you need the cutoff to be in order to get the upload done today [16:14] I'll be here late working on the PAE bug, so evening BST. [16:15] err late evening, say 10pm [16:15] cr3: if we put a \ on launchpad it's reported as a \\ in the po. [16:16] * ion hopes lucid will have a non-crippled pulseaudio. :-) [16:16] ion: It's a lot better this time as far as I've seen, certainly more stable. [16:17] In karmic, flat-volumes and rtkit have been disabled. :-\ [16:17] But it’s understandable, they came in too late to the release cycle. [16:18] cr3: On the other hand, does checkbox manage CR correctly on the UI if we don't put the \? [16:18] primes2h: yes, lines are wrapped correctly [16:18] evand: can you tell how many hours I have for translation - I don't know your localtime, so, it would be simpler to know how many hours ;) [16:18] primes2h: both in the command line and the graphical interfaces [16:19] mantiena: 5 and a half. [16:19] cr3: ok, so we'll put strings as one line only. [16:19] primes2h: actually, fyi, the lines are merged by the parser when \ is followed by a newline, so it will be the same if you just don't use \ nor newline [16:19] evand: thanks [16:19] primes2h: thanks! [16:20] sure thing [16:24] cr3: Thank you very much indeed! Could you please explain it in a email and send it to me so I can forward it to the ubuntu-translator ML? We would be really appreciate it. [16:26] cr3: I don't want to make a mess :) [16:33] primes2h: will do, but give me a moment, I'm in the middle of too many things right now :) === beuno is now known as beuno-lunch [16:37] slangasek: ok, I reproduced it [16:38] slangasek: I kept track of my actions and will update the bug with everything [16:38] jdstrand: ok, cheers === balthus is now known as xab [16:39] slangasek: hmm that bug looks like it was supposedly fixed over a week ago, but i still saw it on the oct 20 disk [16:40] ccheney: I don't know what bug you're looking at, but I'm talking about bug #452516 [16:40] Launchpad bug 452516 in ubiquity ""Incomplete Language Support" for English" [High,Triaged] https://launchpad.net/bugs/452516 [16:41] slangasek: oh oops i looked at the wrong one, bug 434173, apparently [16:41] Launchpad bug 434173 in update-manager "[karmic] Regression from 9.04 in getting fully translated Ubuntu installation" [High,In progress] https://launchpad.net/bugs/434173 [16:42] ah 452516 does look correct :) [16:43] !ops [16:43] Help! bhale, infinity, Hobbsee, jdub, thom, fooishbar, fabbione, mdz, lamont, or Keybuk [16:43] cytotoxic: whats that for? [16:44] oh gosh another one [16:44] ban me [16:44] Yikes. [16:44] or you could just go away... [16:44] cytotoxic: why? [16:45] Eee O: So excited about 9.10. [16:51] Isn't the Release Candidate supposed to be out today? [16:53] ruku: yes according to the release schedule, but I think it will come out more towards the end of the day [16:53] Hee. My friend invited me to his Windows 7 install party today. I'm hoping I get to bring a CD along. 83 [16:56] ruku: just get a daily [16:56] ruku: The current candidate ISOs for RC status will almost certainly be it, so you can download that now. Most of what's going on now is testing and documentation. [16:58] cody-somerville: will there be https://wiki.ubuntu.com/Xubuntu/KarmicKoala/RC for the RC? [16:58] Yes [16:59] cr3: Don't worry, I already did it due to the being in a hurry. Thanks anyway. :) [16:59] cody-somerville: now's a good time to post it, then :) [17:00] superm1: http://mythbuntu.org/9.10/rc - access denied? can that be unblocked? [17:00] primes2h: thanks muchly! [17:01] slangasek, need to make sure that the mirrors are synched first. few moments [17:02] superm1, yeah. I heard not to download until the official announce was out [17:03] superm1: website mirrors? [17:03] I'm surprised we didn't get extra bugs about bug #458250 [17:03] Launchpad bug 458250 in example-content "Examples folder has no icon" [Undecided,New] https://launchpad.net/bugs/458250 [17:03] slangasek, download mirrors. we have our download URL in there too [17:04] we don't let cdimages.ubuntu.com take "all" the pain :) [17:04] jdong: PAE on i386 gets you _real_ NX. Without PAE, i386 does the partial nx-emulation. PAE gets you >3G memory ability, though. [17:05] kees: *nods* gotcha [17:07] superm1: well, the mirrors can't possibly be current yet, because I haven't pressed the button? [17:07] slangasek: do I need to write anything up for Edubuntu? [17:08] LaserJock: there's content is https://wiki.ubuntu.com/KarmicKoala/RCAnnouncement, which is fine; there's no need for you to write anything, I'm just making sure that any links I'm expecting from others based on past practice aren't going to be dead links [17:08] s/is/in/ [17:08] slangasek, yeah it looks like they aren't in order yet indeed. so iguess for now we can just link to cdimages, and then update it to the mirrors once they are ready [17:27] slangasek, okay it's ready [17:28] superm1: ok - mirrors should be able to sync now, also [17:28] thanks === beuno-lunch is now known as beuno [17:35] primes2h, thanks for your e-mail to ubuntu-translators [17:36] dpm: You're welcome :) [17:38] dpm: we are in a hurry, so I have tried to do all I could to help. [17:39] primes2h, that was great, thanks [17:41] hello guys, I have a question to ask... I think only you can help me out cause you know more about this [17:42] I have a bluetooth on my laptop, used to work fine on 8.10, stopped on Jaunty, during the updates process it worked for a while and then another update made it stop again, I don't know which did any, and on Karmic is does not work either, any idea ? [17:44] howdy! what's missing to get #456598 into Karmic? [17:47] Q-FUNK: according to the bug report asac did fix it but the upload didn't make it to the archive === milli` is now known as milli [17:48] highvoltage: that, I've already noticed. I'm wondeirng what's missing to get it to make it to the archive. [17:48] can somebody check [17:48] https://bugs.launchpad.net/ubuntu/+source/aptitude/+bug/391035 [17:48] Launchpad bug 391035 in aptitude "aptitude stops displaying downloads" [Undecided,Confirmed] [17:50] Q-FUNK: sorry for have stating the obvious :) [17:51] highvoltage: I wondered if it might be stalled by the general freeze or something similar. [17:51] Q-FUNK: seems like a likely guess [17:53] LaserJock: indeed so, but I need a binding answer. right now, introducing this new FF just 2 days before the final freeze has proken this plug-in, which, in turn, breaks one language pack. [17:55] Guys, I have bluetooth on my laptop, Toshiba Satellite A300-17G, AMD64 CPU with x86-64 Kernel, bluetooth used to work fine on 8.10, stopped working on 9.04 till one update made it work and I don't know which update did that, and then another update made it stop working again, now on Karmic it doesn't work either, any idea ? === davidbarth is now known as davidbarth-afk === jono is now known as crimsun === crimsun is now known as jono [18:29] I've uploaded a package to my PPA, but update-manager always displays a warning that the package is unauthenticated, although I've imported the key. I looked into the repository and noticed that there is no Release.gpg file... could this be the problem's source? http://ppa.launchpad.net/martin.von.wittich/libwnck-nodimming/ubuntu/dists/karmic/ [18:36] Grr what is wrong with launchpad I can't upstream a bug because the page is fubar [18:36] bug 456434 [18:36] Launchpad bug 456434 in openoffice.org "shouldn't use bmp bitmap files" [Undecided,New] https://launchpad.net/bugs/456434 [18:37] click also affects project and some weird page displays that doesn't seem to have anything to do with OOo [18:38] argh someone fscked the upstream link for OOo [18:38] we really need ability to lock things like that to only bugsquad or some smaller group of people [18:39] someone decided to change the OOo upstream to ubslax [18:39] whatever that is [18:42] * ccheney thinks he managed to fix it, but would be good to be able to find out who the joker is changing things to the wrong settings [18:46] mdeslaur: do you have anything I can test for the fix for bug 457985 ? [18:46] Launchpad bug 457985 in poppler "poppler 0.10.5-1ubuntu2.4 regression since -1ubuntu2.2" [Undecided,Confirmed] https://launchpad.net/bugs/457985 [18:46] Riddell: I've added Okular to our test suite so it doesn't happen again [18:46] Riddell: the new updates are built, I'll push them out in about an hour [18:47] Riddell: I can put new binaries somewhere if you want to test. What release/arch do you want? [18:47] mdeslaur: jaunty i386 would be lovely [18:47] Riddell: sure, hold on a sec [18:48] whatever is going on it appears 'ubslax' people are linking a lot of packages upstream to themselves for whatever misguided reason [18:48] jcastro: any idea about the above? [18:49] ccheney: where exactly does that link to? [18:49] (is it even good faith, or is it spam?) [18:50] slangasek: https://launchpad.net/ubslax [18:50] ccheney: I just fixed one yesterday but I didn't know they did it for other things [18:50] slangasek: not sure what it is, but breaks upstream linkage [18:50] yeah, you need to delete their link [18:50] pidgin apparently is set that way, as was OOo until i fixed it [18:51] i imagine probably everything shown in their distribution list [18:51] eg openjdk-6 also shows it [18:51] ok the project seems to be a one person operation, I'll send the person a mail now [18:52] looks like there are only 10 packages in the list so its not too bad [18:52] ccheney: thanks for the tip [18:52] jcastro: thanks for the following up on it :) [18:53] Riddell: my apologies for the Orkut regression [18:55] mdeslaur: yay, package updates work [18:55] Riddell: cool [18:56] Martin_vW: yeah, if the ppa has no release.gpg, that is the problem. I think that needs discussion with #launchpad or a bug against soyuz === rmcbride_ is now known as rmcbride === dendro-afk is now known as dendrobates [19:32] jdstrand: just posted a question to bug 456893; would be great if you could answer soon [19:32] Launchpad bug 456893 in evince "adjustment of tunables/home may be needed for evince and firefox-3.5 users" [Undecided,Incomplete] https://launchpad.net/bugs/456893 === slangasek changed the topic of #ubuntu-devel to: Ubuntu 9.10 RC released | Archive: Final Freeze! | Development of Ubuntu (not support, not app development on Ubuntu) | #ubuntu for support and general discussion for dapper-jaunty | #ubuntu-motu for getting involved in development | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs [19:41] zul: please don't close MIR bugs. [19:42] slangasek: sorry [19:44] slangasek: ooh, congratulations! [19:45] pitti: yes, please [19:45] heh, ECHN [19:45] AN [19:45] pitti: "thanks" :) [19:51] pitti: done === sbasuita_ is now known as sbasuita === asac_ is now known as asac [20:03] Hi, I'm a translator for the Dutch translation team on Launchpad and I noticed that lots of the Ubuntu documentation isn't localized to Dutch, while the translations are fully completed on Launchpad [20:04] I think this is not really motivating and I'm wondering why this happens === The_Company is now known as Company [20:05] cumulus007, would you mind coming to the #ubuntu-translators channel to see if we can sort out what's happening? [20:05] mdke, you might also be interested in that, if you are around ^ === dendrobates is now known as dendro-afk === funkyHat is now known as funkyHatHat [20:27] https://bugs.launchpad.net/ubuntu/+source/aptitude/+bug/391035 -> can somebody check to fix this crap bug ? [20:27] Launchpad bug 391035 in aptitude "aptitude stops displaying downloads" [Undecided,Confirmed] [20:29] jdstrand: do you plan to do some sync processing (universe) tomorrow? [20:29] lamont: any idea why crested is disabled? [20:30] we're a bit low on buildd power right now (and have a full queue) [20:31] Keybuk, doko__: does it actually make sense to accept this sreadahead upload? sparc is still busted due to the sigbus (but a patch was posted), and slangasek said that the -pthread issue is just for mipsen, which we don't care about? === funkyHatHat is now known as funkyHat [20:35] Keybuk: util-linux removes libs/blkid/Makefile.in and more Makefile.ins, but it doesn't b-dep on automake; was that intended? [20:41] lamont, elmo: would you mind killing the build on rothera? the other buildd builds a newer gcc, and we need the horsepower now [20:43] Riddell: New poppler packages were published. Regression should be fixed now. [20:44] pitti: done [20:45] elmo: many thanks! === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk [20:56] slangasek: are you aware of https://bugs.edge.launchpad.net/ubuntu/+source/boost1.38/+bug/457688 ? [20:56] Launchpad bug 457688 in python-visual "libboost-python1.38 issues with __doc__ property in Python >= 2.6.3" [Undecided,Confirmed] [20:57] lifeless: I think it's SRU material unless ajmitch found a patch. [20:57] so [20:57] upstream python say 'not a bug, grab the new boost' [20:57] pitti: I don't mind [20:57] but the new boost isn't released yet [20:58] Yeah. ajmitch was trying to find the fix in their VCS yesterday. [20:58] oh cool [20:58] I don't think he succeeded though. [20:58] pitti: those might be empty directories [20:58] I run autogen before making the util-linux package [20:58] did it FTBFS? [20:59] Keybuk: I just reviewed the diff [20:59] I accepted it anyway (more or less by accident) [21:01] pitti: ok [21:01] sreadahead > no harm in accepting it if the patch is right ;) [21:02] ScottK: you're right, I didn't find anything yet [21:10] Keybuk: I don't know whether the patch is right, I don't understand the -pthread change; I don't mind the sparc change, since it'll be broken either way [21:45] Hi evand, still not in bed ? ;) [21:45] mantiena: correct :) [21:47] mantiena: all set? [21:48] evand: still fighting with latest slide: ubiquity-slideshow-ubuntu-rhythmbox-totem [21:48] okay, I can wait a bit longer [22:02] evand: is seems I finished the Lithuanian translation of all ubiquity-slideshow-ubuntu templates :) [22:03] mantiena: great! I'll import them now. [22:08] hello guys [22:08] look, I upgraded to karmic today [22:09] and now I can't set a ipv6 address to a bridge I have [22:09] # /sbin/ip ^Cdr add 2001:470:x:x::1/64 dev virbr0 [22:09] RTNETLINK answers: Permission denied [22:09] the ip is masqued [22:10] (there's an error in commandline, Ill post again) [22:10] # /sbin/ip addr add 2001:470:x:x::1/64 dev virbr0 [22:10] RTNETLINK answers: Permission denied [22:10] it works with ipv4 and setting this same ipv6 to a physical interface works too [22:15] evand: thanks for improving ubiquity - I was waiting for slideshow feature since 2005, I worked together with spanish guys, who created ubuntu-express installer, which was ubiquity predecessor and Baltix GNU/Linux 2005 (based on Ubuntu 5.10) installer, was with slideshow feature ;) [22:24] :) [22:32] evand: btw, ~12 hours ago I've fixed 2 important Lithuanian translation problems in gfxboot-theme-ubuntu package - previous translation used 2 words for translating "F5 Accessibility" and because of this "F6 Options" doesn't fit in ISOLINUX boot menu :(, are there any chances to see updated translations in final 9.10 CD's? [22:33] I don't believe so, but it's the release team's call to make (#ubuntu-release) [22:35] Hi, can anyone point me in the direction of a document that clearly describes how to patch a package and then be able to install it to test it, and possibly revert back when I'm done? [22:38] evand: ok, I asked about this in #ubuntu-release. If you will need to make one more ubiquity build before release - please update d-i and ubiquity-debconf translations from launchpad, there I also have improved some translations today ;) [23:00] robert_ancell, hi [23:00] rickspencer3, hi