[00:00] I don't mind, I can easily munge it to fix that. More interested in the question about the other shadow tools [00:00] Looking at them now [00:00] Don't see anything that jumps out at me, I just need to skim usermod before I say yes [00:01] well, put it this way, I know that some of them will suffer from the same kind of bug, but want to know whether we care :) [00:01] cjwatson, usermod doesn't, userdel doesn't care [00:02] passwd is the only other one [00:02] It probably has the same issue [00:02] chpasswd? [00:02] we use that in the installer [00:02] no, just regular password [00:02] *passwd [00:02] Oh [00:02] ILet me check both [00:02] ./src/chpasswd.c:324: long now = time ((long *) 0) / (24L * 3600L); [00:02] Anything that will update the password field might be affected [00:02] and later on: [00:02] newsp.sp_lstchg = now; [00:03] Yeah, that would do it [00:03] Same with passwd.c [00:03] Sorry, I had a brainfart and forgot to check the rest :-/ [00:03] libmisc/pwd2spwd.c, src/newusers.c, and src/pwconv.c too [00:04] though I doubt that those would actually be used in practice === ScriptRipper_ is now known as ScriptRipper [00:04] (in this kind of context) [00:04] Does GDM gracefully handle password changes? [00:04] Actually [00:04] well, not used in the installer, but of course somebody could call them by hand [00:04] no idea but it uses PAM [00:04] if you change your passwd on 01-01-1970, it could be a problem [00:05] Because it could get stuck always prompting you to change the password until the clock is changed [00:05] * NCommander would run into that problem on a Babbage board with a broken RTC [00:05] Let me respin the patch [00:06] This probably should go upstream [00:06] change your password> well, right, hence why passwd needs to be fixed [00:06] go upstream> yes, please do send it [00:16] cjwatson, I've got passwd, and chpasswd fixed [00:31] dendrobates: who's responsible for bug #347622? marked critical, no assignee? [00:31] Launchpad bug 347622 in eucalyptus "in SYSTEM mode, VM ips are not automatically discovered by CC or NC on switched networks" [Critical,Confirmed] https://launchpad.net/bugs/347622 === Snova_ is now known as Snova [00:34] cjwatson, here's my current debdiff http://paste.ubuntu.com/143165/ [00:35] * NCommander is not sure how that bug meets the definition of an Ubuntu critical bug ... [00:39] NCommander: still has the tab damage [00:40] NCommander: and the duplicate patch file [00:40] pitti: would it be reasonable/appropriate to work around bug #336055 by forcing an iwlist wlan0 in pm-utils resume.d? (I've considered doing this locally, since it's what I end up typing at the commandline after each resume anyway :P) [00:40] Launchpad bug 336055 in linux "Wifi driver fixes for age scan" [High,Confirmed] https://launchpad.net/bugs/336055 [00:41] cjwatson, WTF? ... [00:41] argh [00:42] cjwatson, are we looking at the same patch? [00:42] oh wait [00:42] I'm a freaking idiot [00:47] cjwatson, http://paste.ubuntu.com/143171/ - I apologize, I'm freaking fried. Tab damage properly fixed, testing now [00:51] NCommander: couple more bits of tab damage in passwd.c and newusers.c, but I can fix those - just in case you're sending upstream [00:52] cjwatson, I'll get it. I thought I nailed all the tab damage. What are you using to see it? (I turned on the vi tab ... thingy which highlights the difference) [00:52] NCommander: rest looks fine [00:53] NCommander: I'm just looking at the URL you posted, you can see it by the alignment [00:53] Its been too many hours in the day :-/ [00:54] no worries [00:54] like I say, can fix it up at my end if your tests pass [00:54] as a general rule of thumb, I perfer to fix it on my end. [00:55] * NCommander hates pushing work onto other's people plates [00:55] sure, I don't like making people respin for trivial whitespace changes either though :) [00:55] cjwatson, where is upstream for shadow anyway? [00:56] NCommander: a list on alioth.d.o apparently; README has details [00:56] calc: can you explain to me the difference between myspell-en-us and hunspell-en-us? [00:57] * NCommander orders dinner while this builds [00:58] calc: bug 327821 appears to be because (a) myspell-en-us is installed as part of desktop, presumably due to a dependency from (lots of stuff) -> hunspell -> myspell-en-us | myspell-dictionary | hunspell-dictionary; (b) language-support-writing-en Depends: hunspell-en-us which Replaces: and Conflicts: myspell-en-us [00:58] Launchpad bug 327821 in livecd-rootfs "residual config in myspell-en-us after fresh install" [Undecided,New] https://launchpad.net/bugs/327821 [00:59] *sighs* [00:59] calc: the Replaces and Conflicts seems to suggest that hunspell-en-us is considered better in some way, but in that case I'm curious why it isn't hunspell's preferred alternative [00:59] I'm really fried, I just put my name where the credit card number supposed to go ... [01:02] * NCommander found a bug ... [01:04] dudes! dudes! I've been trying out the latest version of ubuntu 9.04 beta, which i upgraded to some days ago.. and out of nowhere the mouse went crazy and started to move around all by itself clicking everywhere! it even copypasted text all around between windows!! [01:05] reduz, physical mouse, or laptop touchpad? [01:05] physical regular everyday mouse [01:05] the pointer, of course, i'm not drunk :) [01:05] killed X (exited session) and started again and now it's fine [01:05] reduz, I think he meant was it a normal mouse or trackpad; I've had that issue with trackpads, but I haven't seen it with a normal mouse [01:06] I find that once in a blue moon a mouse button gets stuck, and I need to whack random buttons a few times to unstick it [01:06] ah yeah it's a regular standard $10 optical mouse [01:06] * NCommander does a rmmod psmouse && modprobe psmouse to get his laptop's trackpad going again [01:06] * TheMuso has had control/shift/alt buttons sticking, not physically, but in the computer's memory a fair bit, but thats often been a11y related./ [01:06] but here it's like, the mouse cursor starts moving by itself pushing all buttons [01:06] only restarting X fixed it [01:06] TheMuso, can't be as bad my old laptop [01:06] TheMuso, having -8 memory errors is a bad thing :-) [01:07] NCommander: SOunds like it. [01:07] if it happens again, any idea what kind of info i can collect to pinpoint the problem? [01:08] cjwatson, chpasswd works, but it spits out a warning each time it updates a user so I need to move the warning code; same with pwconv. Will ubiquity freak out if there is any strerr output? [01:08] NCommander: if ubiquity cares about the presence of stderr output in any way, it's a bug and I'll fix it [01:08] it shouldn't [01:08] cjwatson, also, recommendations on how to better phrase the warning? [01:08] (or print it?) [01:08] it seemed OK to me [01:08] It comes out like: [01:08] ystem clock set to Januar [01:08] ield will be omitted from [01:08] l be disabled on this acc [01:08] ... [01:09] copy and paste failure [01:34] Hey, is this the right channel to ask about packaging a certain open source program? [01:36] nohup: #ubuntu-motu is better. [01:40] ScottK, what does motu mean? [01:41] It means that's a better channel to ask about packaging a certain open source program. [01:42] nohup: Masters Of The Universe. :) Packagers, though I'm not certain exactly what they do. [01:43] haha, thanks Snova. [01:45] nohup: https://wiki.ubuntu.com/MOTU [01:47] thanks akgraner [01:48] nohup: your welcome.. [01:50] * TheMuso likes Xubuntu's login artwork/layout change. === Sikon is now known as LucidFox === Snova_ is now known as Snova [02:40] TheMuso, your running Xubuntu? [02:41] cjwatson, if your still awake, I posted a revised debdiff, tested to make sure it works as expected, and testbuilt in pbuilder. I also made sure the warning one printed once :-) === pgraner is now known as pgraner-zzzz [02:48] NCommander: just looking at a few things a11y wise. === hyperair_ is now known as hyperair [04:22] cjwatson: looking [04:26] cjwatson: the only difference appears to be that myspell-en-us has iceape/icedove/iceweasel in the dictionary [04:27] cjwatson: looks like we could drop hunspell-en-us afaict [04:27] well there is also a file naming difference in /usr/share/myspell/infos/ooo/(blah)-en-us [04:29] cjwatson: 4 files changed, 7 insertions(+), 1 deletion(-) [04:29] cjwatson: that was after deleting the doc dir which had the debian changelog, etc [04:30] cjwatson: i messaged rene to see if he knows why it still exists as a package, doesn't seem to have any real use [04:30] one of the two probably should cease to exist, but i am not sure which one he would choose, heh [05:31] hi === bluesmoke_ is now known as Amaranth [06:13] Good morning [06:13] pitti: any thoughts on 346846 ? hal shows my esata luks partition, but I don't get prompted for it. *scratch head* [06:13] kirkland: I'll get to it today [06:14] pitti: oh! I wasn't expecting you to be up yet! :) [06:14] good morning. :) [06:15] slangasek: ah, I'm bitten by this as well; an iwlist is fairly harmless (as opposed to some ifdown/ifup hacks we did in the past), so I'm all for it [06:15] kees: good morning! early bird catches the worm :) [06:15] pitti: indeed! :) [06:15] and I still have a ton of stuff to do before I leave for the LF summit [06:17] kees: ah, you can reproduce it? [06:17] kees: is that only for esata, or also for USB disks? [06:17] pitti: yes. if I plug in this drive via USB, I am prompted. via esata, I'm not. [06:17] kees: od you get an icon on the desktop/computer place? [06:18] kees: my gut feeling is that it is detected as an internal, non-removable disk [06:18] kees: look at the lshal stanza, .hotpluggable/.removable [06:18] pitti: I don't get any icon for esata. (lshal shows the raw luks partition, though) [06:18] kees, do you work on update-manager? [06:19] ka6sox-work: nope, sorry. [06:19] pitti: I don't see those two items. [06:19] so guys [06:20] I put elevator=as on my kernel command line in Jaunty [06:20] pitti: I can't say if it worked in earlier alphas (as the original reporter says) [06:20] Jaunty now has ceased to behave like Windows Vista on a 486 with 32 megs of RAM [06:20] kees: these are on the device (sda), not on the partition (sda1) [06:20] i.e. it's actually usable and not lagging like hell [06:20] pitti: if I try "gnome-mount" from the command line, it always fails. [06:20] kees: storage.hotpluggable and storage.removable [06:20] pitti: ah! one sec [06:20] apparently CFQ is now total garbage. Should I file this as a bug? [06:21] pitti: har har: storage.hotpluggable = false (bool) [06:21] storage.removable = false (bool) [06:21] storage.removable.media_available = true (bool) [06:21] kees: that's it then [06:21] kees: can you please paste this to the bug? [06:22] pitti: the sde stanza? [06:22] yes [06:23] bluefoxicy: you'd proably get more traction on kernel performance in #ubuntu-kernel, during whatever counts as business hours [06:23] kees: does gnome-mount -vbd /dev/sde1 work? [06:23] pwnguin: possibly [06:23] kees: (please paste the output to the bug, too) [06:24] hm [06:24] rg.freedesktop.Hal.Device.PermissionDeniedByPolicy : org.freedesktop.hal.storage.crypto-setup-fixed auth_admin_keep_always <-- (action, result) [06:28] pitti: oh, dur. "sudo gnome-mount ..." worked [06:30] kees: are you watching bug 352779? Mind if I assign it to you for now? [06:30] Launchpad bug 352779 in dhcp3 "Bad MTU for eth0 in 9.04 amd64" [High,Incomplete] https://launchpad.net/bugs/352779 [06:31] kees: argh, DSL reconnect; did you say something after my "please attach hal debug output"? [06:32] sbeattie: sure, no problem. [06:32] pitti: yeah, I realized I needed to do "sudo gnome-mount ..." after seeing: org.freedesktop.Hal.Device.PermissionDeniedByPolicy : org.freedesktop.hal.storage.crypto-setup-fixed auth_admin_keep_always <-- (action, result) [06:35] kees: you shouldn't really [06:35] kees: it should ask you for admin password through policykit [06:36] pitti: it doesn't seem to do that -- it just wanted the luks password [06:38] kees: it works with sudo? [06:38] pitti: yup [06:38] kees: I'm interested in the hal output for both cases (sudo and user) [06:38] interesting [06:39] pitti: hal output from what? [06:39] kees: the hal debugging output [06:39] didn't that come through any more? [06:39] you mean the gnome-mount output? [06:39] kees: can you please do this again with a hal debu [06:39] gging output (https://wiki.ubuntu.com/DebuggingHal#How%20to%20file) and attach i [06:39] t? [06:39] oh! I never saw that. [06:40] kees: tomorrow I have to get up at 4:30 am, good time to reset my dsl router to have the reconnect in the middle of the night henceforth :) [06:41] kees: I just tried mounting an unencrypted internal partition as user, and it worked (through PK), so it seems the issue is only with luks encrypted ones [06:41] that sounds tractable to fix [06:41] cool. [06:41] kees: so, please submit the hal debugging output, for both non-sudo and sudo gnome-mount [06:42] kees: and also supply the output of "gnome-mount -vbud /dev/sde1" (-u -> unmount), which should work as normal user; if not, try again with root [06:42] okay -- is it sane to restart hal several times while I have Xorg running? [06:42] kees: yes, you can restart hal without problems [06:42] kees: but once in debugging mode you can just leave it running [06:42] no need to restart between above attempts [06:42] kees: just don't touch dbus [06:42] okay, let me collect that stuff. [06:42] heh [06:45] hello? [06:46] Even as we speak, ubuntu is downloading (utorrent, pretty good speed) and I may need just a little assistance [06:46] good morning [06:46] To set up the dual boot [06:47] Basically, there are two hard drives - one win xp and the other empty except for my data backup files [06:48] i partitioned the almost empty drive into the data backup (5 gigs) and the unused space [06:48] it would be nice if ubuntu would install into the unused part of the backup disk [06:48] will there be any problems? [06:49] Because it is going into only part of a drive it will probably be a 'manual install.' [06:50] from my previous experience with linux it needs three partitions. Still True? [06:50] showers: did you try asking in #ubuntu? [06:51] will have to do the iso burn thing first, and all that. The only thing which gave me trouble ... eh? asking in ubuntu, you say? Well, to be sure. [06:52] join/#ubuntu [06:52] join #ubuntu [06:53] #ubuntu [06:53] /join #ubuntu [06:53] of course. thanks [06:54] pitti: okay, everything attached. [06:57] bryce, tjaalton: will you guys take care of 352335 and bug 326050? [06:57] Launchpad bug 326050 in xserver-xorg-input-vmmouse "vmmouse is out of date" [Undecided,Confirmed] https://launchpad.net/bugs/326050 [06:57] bug [06:57] bug 352335 [06:57] Launchpad bug 352335 in xserver-xorg-input-acecad "FTBFS due to xserver-1.6" [High,Confirmed] https://launchpad.net/bugs/352335 [07:01] dholbach: timo has been afk due to ill children [07:01] dholbach: sure [07:01] hehe [07:01] back :) [07:01] wb :-) [07:01] ill children will almost certainly end up with an ill timo [07:02] * dholbach hugs the dynamic duo :) [07:02] Amaranth: maybe after the incubation time is over ;) [07:09] bryce, tjaalton: and bug 317127 too :) [07:09] Launchpad bug 317127 in xf86-input-evtouch "evtouch calibrate tool does not detect mouse position" [Undecided,Confirmed] https://launchpad.net/bugs/317127 [07:10] ivoks: do you know who usually takes care of ebox stuff? [07:10] ivoks: it seems the upstream maintainer is looking for a sponsor: bug 345150 and bug 350452 [07:10] Launchpad bug 345150 in network-manager-openvpn "network-manager-openvpn fails if "System setting" checked in Intrepid" [Undecided,New] https://launchpad.net/bugs/345150 [07:10] Launchpad bug 350452 in ebox-usersandgroups "custom LDAP ACLs are not set properly" [Undecided,Confirmed] https://launchpad.net/bugs/350452 [07:10] ivoks: he seems to be a good guy, knowing his way around [07:11] dholbach: why these bugs in particular? [07:11] bryce: they're all on the sponsors list [07:12] bryce: I guess because they have patches [07:12] ahh [07:12] dholbach: hm... [07:12] the FTBFS' should be synced, although they need a FFe [07:12] ivoks: sorry, the first one should have been bug 354150 [07:12] Launchpad bug 354150 in ebox-samba "samba tries to start TLS on unix socket" [Undecided,Confirmed] https://launchpad.net/bugs/354150 [07:12] hum, weird, I *just* went through harvest yesterday top to bottom sponsoring patches, odd I didn't run across those [07:12] hiya ttx [07:13] hey dholbach ! [07:13] ttx: do you know anything about bug 345562 and the progress there? [07:13] Launchpad bug 345562 in netbeans "Add important patches for NetBeans 6.5 in Jaunty" [Undecided,Confirmed] https://launchpad.net/bugs/345562 [07:14] dholbach: no, but I can have a look. [07:14] super [07:14] dholbach: server team does it, there's no one particulary responsible for it, iirc [07:14] ah ok [07:15] tjaalton: you doing evtouch and vmmouse both, or should I take one or the other? [07:15] bryce: I can take care of them [07:15] thanks [07:17] dholbach: javier is upstream, so i would trust his patches :) [07:17] ivoks: yeah, I noticed - so will you sponsor them? :) [07:17] dholbach: sure [07:18] I'm trying to get http://people.ubuntu.com/~dholbach/sponsoring/ down to 0 :) [07:18] we're doing quite good actually [07:18] dholbach: re:netbeans at first glance it looks relatively harmless but I don't know anything about netbeans... I know persia does [07:18] ttx: I think he's travelling atm [07:18] dholbach: ok. i'll put that on my TODO. [07:19] pitti: ok; if rtg & pgraner don't have a better idea how to fix it for release, then let's do that [07:19] * ttx is just back from a 3-day presence at the Paris SolutionsLinux expo [07:19] dholbach: so I have a large backlog. [07:19] slangasek: do you have time to work on that? I'm on the LF summit next week, and still have a ton to get done today [07:19] * dholbach hugs ttx [07:19] pitti: I can probably poke at it over the weekend; as I said, I was already pondering hacking it together for myself :) [07:20] ah, splendid [07:21] superm1: does bug 352572 make sense? [07:21] Launchpad bug 352572 in mythtv-status "Please move mythtv packages that depend on libmyth-perl (multiverse) to multiverse" [Undecided,New] https://launchpad.net/bugs/352572 === tkamppeter_ is now known as tkamppeter === hyperair1 is now known as hyperair === hyperair1 is now known as hyperair [08:04] cjwatson: not sure if you have noticed already, but grub-pc package is not on alternate CD images. Let me know if I should file a bug for this. [08:16] slytheri1: it's intentional to only include in on the DVD; does this cause a problem? [08:38] lifeless: Do you remember when I was complaining about evolution thrashing the disc for 30 minutes at a time, and you said (a) that there was a bug filed upstream and (b) that it was fixed in trunk? I can't seem to find the bug, and it's not fixed in Ubuntu :) [08:40] hi all [08:40] pitti: You there? [08:40] hi Unggnu [08:40] hi [08:40] Is it possible that apport doesn't mark the whole bug report private but only the private relevant parts like backtraces? [08:41] The problem is that often your bug report is marked as a duplicate but you can't see the original report because of the private tag [08:41] So it is still possible to add information for the duplicate reporter. [08:43] slangasek: I haven't yet tried installation yet. But since grub-installer is supposed to give an option to install grub2 in advanced mode, I thought it will cause problem if it is not included on CD. [08:44] pitti: What do you think? Should I add a feature request/bug report? [08:44] Unggnu: that would be nice, but unfortunately isn't possible with LP === slytheri1 is now known as onkarshinde [08:44] you can't make attachments private at all [08:44] pitti: atm? [08:44] if you know their URL, you can read them === onkarshinde is now known as slytherin [08:44] So a bug against launchpad? [08:44] Unggnu: right [08:45] ok, thx [08:45] if we had private attachments, we could redesign this to be much more friendly [08:47] tseliot: bug 320632> seems you did it, great job! Can you please connect with bryce to get this sponsored? [08:47] Launchpad bug 320632 in xfree86-driver-synaptics "tap-to-click and edge-scrolling broken in Jaunty" [Medium,In progress] https://launchpad.net/bugs/320632 [08:47] pitti: sure, I'll talk to him [08:49] just FYI I disabled upgrades to jaunty temporarely because of bug #354228 [08:49] Launchpad bug 354228 in python-central "package python2.6-minimal 2.6.1-1ubuntu8 failed to install/upgrade: " [High,Triaged] https://launchpad.net/bugs/354228 [08:51] TheMuso: You might be happy to learn that pulseaudio from the test PPA is no longer totally crazily crap. It seems to work fine, and not even make HDA Intel a world of crackling underruns. [08:51] slytherin: it /should/ automatically download from the network to install it [08:51] slytherin: if you don't have a network, then the DVD is the only way to get grub2 currently [08:52] pitti: https://bugs.launchpad.net/bugs/354345 [08:52] Launchpad bug 354345 in launchpad "Launchpad needs private attachments" [Undecided,New] [08:52] slangasek: hmm. I can understand, considering that only advanced users will install grub2. Are we targetting for grub2 to be default for karmic? [08:53] pitti, tseliot: done [08:53] bryce: awesome [08:53] bryce: thanks. I didn't think you were still awake ;) [08:53] slytherin: we don't currently have such a target, no; grub2 will need more attention yet before we'll be able to make it default, and no one's committed yet to making that happen [08:53] tseliot: pshaw it's barely 1am [08:53] hehe [08:54] slangasek: ok. [08:54] bryce: sounds like a good time to go to bed :) [08:54] * pitti hugs bryce [08:55] slangasek: Please do change texlive-bin, thanks for looking into it [08:55] lool: ok - done ;) [08:55] ooh, slangasek's up too, and he's my same timezone [08:55] ISTR Matthias had done some changes to texlive though [08:55] Oh no, it was djvulibre [08:55] bryce: yes, and I have to be up in 6 hours for a release meeting; I'm a masochistic idiot, what's your excuse? :) [08:56] same [08:56] I have to be up in 6 hours for a release meeting as well!! [08:56] :-P [08:56] lool: you'd better get to bed soon then === hyperair_ is now known as hyperair [08:58] lool: done today just for you... [08:58] def append_comment(self, message): [08:58] for m in self.bug.messages: [08:58] if m.content == message: [08:58] return [08:58] self.bug.newMessage(subject = "Re: "+self.title, content = message) [08:58] return True === agateau_ is now known as agateau [08:58] lool: what TZ are you in currently :) ? [09:01] bryce: \o/ [09:01] * lool hugs bryce [09:02] bryce: TBH I've been a bit annoyed by the rate at which the scripts were asking for useless stuff; I'm sure they'll improve and that'll eventually be history [09:03] mvo: I'm in Disneyland/Mickey + 2 [09:03] bryce, tjaalton: did you happen to see bug 349127? [09:03] Launchpad bug 349127 in mesa "Elisa displays video with greenish/purplish colors" [High,Triaged] https://launchpad.net/bugs/349127 [09:04] pitti: yes, I've got mesa 7.4 in my ppa [09:04] I mean the backported patches [09:04] lool: heh :) [09:04] tjaalton: I don't suppose 7.4 is targetted at jaunty? [09:04] pitti: it is [09:04] Uh [09:04] oh [09:04] I'd rather get it instead [09:04] lool: I'm in GreenTeaLang/Sencha [09:04] it's a bugfix release [09:05] tjaalton: this sounds like a high regression potential? [09:05] mvo: Sweet, received your order? :) [09:05] no it doesnt' [09:05] I was just looking at the backported patch [09:05] lool: yes, getting them tuned perfectly will take some time but I plan to keep at it [09:05] lool: yes - you too? [09:05] did I not send an email to the list about it? [09:06] mvo: No, and it's looking bad; order was refused and they don't pick up the phone so I couldn't switch credit card in time, it's going to expire today :-/ [09:06] tjaalton: I didn't see it [09:06] tjaalton: I haven't seen it, but I might have missed it (I'm not on ubuntu-x@) [09:06] tjaalton: don't think so [09:06] damn [09:06] I'm not on -x either [09:06] so, the backported patch looks reasonable to me [09:06] hehe [09:06] and it is confirmed to fix elisa [09:06] I think maybe I'm on -x by myself, that would explain the lack of replies to some of my emails ;-) [09:06] I mean to send it to u-d [09:07] here I've just been assuming everyone must be agreed ;-) [09:07] meanT [09:07] tjaalton: when is that scheduled to land? can we have it ASAP theN? [09:07] pitti: I also reviewed mesa 7.4 and agree it is worth a FFe on [09:07] also, that means I shouldn't bother to apply/test the backported patch then? [09:07] bryce: FF? I thought it was bug fix only? [09:07] pitti: sure, it's basically ready, I've just been adding some backported commits that have been verified to fix some bugs [09:08] ah, great [09:08] well, new upstream version [09:08] tjaalton: mind if you close the bug above in the changelog? [09:08] lool: oh :( [09:08] pitti: sure [09:08] great, thanks [09:08] tjaalton: new upstream versions by themselves don't need an ack; new features do [09:08] pitti: yes bug fix only; but whatever paperwork is required for a new version of a package, I +1 it for mesa 7.4 ;-) [09:08] does 7.4 also close the mythbuntu bug? [09:08] I don't think so [09:09] 7.4 from ppa was said not to fix that one [09:09] which bug was that? [09:09] (who's upstream for mesa these days? someone who knows what "bugfix only" means?) [09:09] tjaalton: bug 341898 [09:09] Launchpad bug 341898 in mesa "Mythtv frontend does not display any fonts" [High,Confirmed] https://launchpad.net/bugs/341898 [09:09] slangasek: brian paul @ vmware, they are pretty strict ;) [09:09] ok [09:10] still, taking a new upstream release that only manages to fix one of two release-critical bugs on the package, vs. just cherry-picking the fix we know and care about? [09:10] I proposed a patch that bumps the texture size on i965 and it was rejected from 7.4 [09:11] tjaalton: can I see that patch? [09:12] tseliot: it's in the ppa version [09:12] bryce: should a built in nvidia 6100 gfx card have a higher res than 800x600 using the nv driver or is it likely to be using the vesa mode? 00:0d.0 VGA compatible controller [0300]: nVidia Corporation GeForce 6100 nForce 405 [10de:03d1] (rev a2) id from lspci -vvnn [09:12] admittedly I'm still nervous about getting large changes in now, even if they are declared bug fix only [09:13] doko: Should python2.6's distutils really be inserting local/ even when it's nowhere near /usr? [09:13] pitti: I'll open a new tracker bug for it with all the confirmed fixes, diffstat and shortlog etc [09:13] slangasek: shipping ubuntu with a version number on mesa that is a stable version number will give people more warm fuzzies than if we shipped with an unstable version number + patches. For whatever warm fuzzies are worth, there's that ;-) [09:14] yeah, like um, hardy?-) [09:14] tjaalton: thanks [09:14] tjaalton: ok, thanks [09:14] davmor2: check your Xorg.0.log to see what driver is loaded [09:15] davmor2: in general if you're stuck at 800x600 it usually means either you booted vesa, or your monitor's EDID was invalid for some reason [09:15] tjaalton: Weird, that max texture size bump didn't seem too risky; it was even tested [09:15] bryce: where was the nv device list too I can check if it is listed in there too [09:15] davmor2: nv is fail, try nouveau [09:15] I was actually about to ask whether we'd get that fix [09:15] bryce: oh, 7.3 reads as an unstable version number in the case of mesa? [09:15] (Cause currently you can't have a big screen on the side of your laptop and use compiz) [09:15] davmor2: /usr/share/xserver-xorg/pci/ [09:16] slangasek: yes [09:16] slangasek: yes [09:16] lool: it might get in 7.4.1, but idr said it should need another commit which broke r300 [09:16] ah, well, in that case.. :) [09:16] bryce: ta I'll look at both of those [09:17] tjaalton is right that nouveau is a good option, however we're not officially supporting it yet, so it's still sort of buyer beware for now [09:17] RAOF does support it though :) [09:17] crazy boy that he is [09:23] bryce: Meh xorg.log and xorg.log.old both list nvidia and glx however the card id isn't listed in nv. Should I try adding it and do sudo dpkg-reconfigure -phigh xserver-xorg === seb128_ is now known as seb128 [09:25] davmor2: isn't it something similar to what I reported here (albeit with a different card)? http://www.mail-archive.com/xorg@lists.freedesktop.org/msg04430.html === hyperair_ is now known as hyperair [09:25] davmor2: have a look at Aaron's reply [09:25] oh, 6100 doesn't work [09:26] sorry [09:26] wrong model :) [09:27] tjaalton: 6100 doesn't work with nouveau? There are some kernel fixes there I'm considering pulling in. [09:28] RAOF: no, I meant -nv [09:28] tseliot: Ah makes sense [09:28] I filed a bug about GF7050 not being supported by -nv, but failed to remember the model [09:28] davmor2: Really, try nouveau. It's faster and more featureful than the binary nvidia driver. [09:28] davmor2: Well, barring 3d, of course :) [09:29] RAOF: uhm [09:32] RAOF: http://bugzilla.gnome.org/show_bug.cgi?id=564339 was one [09:32] which I patched [09:32] Gnome bug 564339 in Mailer "imap syncing performstoo much local I/O" [Normal,Unconfirmed] [09:35] pitti: so, there's bug 347171 already, I've updated it [09:35] Launchpad bug 347171 in mesa "[FFe] Allow mesa to be updated to 7.4" [Wishlist,Confirmed] https://launchpad.net/bugs/347171 [09:35] slangasek: ^^ [09:36] RAOF: but I can't right now find the other; it was linked from the lp bug I filed on evolution though, if you care to search for it [09:37] lifeless: Looks like your patch should be in Jaunty's package. [09:39] pitti, slangasek: oh and it seems to fix my problems on resume :) (bug 347871) [09:39] Launchpad bug 347871 in mesa "[LENOVO 7674E68] suspend/resume failure" [Medium,Triaged] https://launchpad.net/bugs/347871 [09:47] calc: ok, thanks; I was more wondering about dictionary compatibility than about the contents, I think [10:12] tracker's "about to index" notification message seems inappropriate [10:12] saying "you can pause it by clicking here" doesn't help much given the contextless nature of the new notifications [10:12] and unclickability too [10:30] Any USB/kernel expert around? Can you have a look at bug 348316? Seems to be a low-level USB problem. [10:30] Launchpad bug 348316 in linux "Printer (HWModel Name) May Not Be Connected" [High,Incomplete] https://launchpad.net/bugs/348316 [10:34] tkamppeter: try #ubuntu-kernel as well === asac_ is now known as asac [10:44] I need to do a split() with and re in perl, but also retain the text that was split on, is there a way to do this? [10:44] i.e. split on "[ \t]+" and get back the exact spacing that was used as well as the bits either side [10:46] james_w: put parens around the thing you're splitting on [10:46] If the PATTERN contains parentheses, additional list elements [10:46] are created from each matching substring in the delimiter. [10:46] ah, wonderful, thanks [10:58] mnemo: Thanks, but it seems that there is currently no traffic on #ubuntu-kernel. [10:58] :( [10:59] tkamppeter, the kernel team is at a sprint at the US eastcoast ... they will be up later [11:00] ogra, thanks, did not know that they are having a sprint now. [11:19] hi, anyone here maintain the grub package? I've added a branch to a bug 347790 to fix it last week. I've been testing it and it's working, but I don't know if it's the best approach. It is a problem with the UUID device name and splashimage path [11:19] Launchpad bug 347790 in grub "Splash image not shown when using device UUID as root" [Undecided,Confirmed] https://launchpad.net/bugs/347790 [11:22] juanje: use "aptitude changlog grub" to see how usually uploads it and contact one of those guys [11:22] mnemo: thanks [11:24] juanje: You could subscribe the ubuntu-main-sponsors to the bug too. [11:25] jpds: Thank, good idea. I will === hyperair_ is now known as hyperair [11:29] mnemo: actually I now the people who touch the package, the problem is nobody said nothing in more than a week and the bug is confirmed and make the splashimage feature fails, so for me it's quite important. [11:30] juanje: I'll look at it, thanks [11:30] cjwatson: Thanks to you :-) [11:31] juanje: please don't modify existing already-released changelog entries [11:31] -grub (0.97-29ubuntu51) jaunty; urgency=low [11:31] +grub (0.97-29ubuntu51guada1) jaunty; urgency=low [11:31] very confusing [11:32] cjwatson: sorry, this was for our ppa so we could use in the main time. I didn't mean to change for the patch :-/ Sorry [11:33] this all seems quite wrong though. There'll be all sorts of problems caused by putting a root command in there. [11:33] cjwatson: yes, I was looking for that problem (I'm still doing it) but i didn't find yet the place [11:34] juanje: oh, also, never use a file in debian/patches/ to patch files in debian/ [11:34] just change the file directly [11:34] ummm [11:36] cjwatson: ok, it was just because it was a script which will be installed on /usr/sbin/ not a debian file [11:36] (ubuntu_update_grub.diff does this, I know; that's a bug and not one to be imitated) [11:36] juanje: that doesn't matter, the fact is that it's in debian/ and not in the .orig.tar.gz [11:36] cjwatson: yes, that was the one I looked to make mine.. [11:37] ok [11:37] I undertand [11:37] ubuntu_update_grub isn't actually applied, it's apparently just kept there for future reference or something [11:37] yes, I saw it [11:37] I'll remove it since it's preserved in revision control [11:38] cjwatson: I guess that is better to avoid confusions like mine [11:40] RAOF: my fix is in yes [11:40] RAOF: there are other issues, and thats where I got bored [11:40] (done) [11:40] I'll get annoyed enough some day to come back to it [11:40] lifeless: I'd be happy enough with a workaround such as a recommendation for a better mail client :) [11:41] RAOF: I hear tinymail works [11:42] cjwatson: I was trying another approach in another branch. Doing it by fixing the real bug (splashimage should allow UUID paths), but I'm still looking in the code... :-/ [11:43] juanje: the syntax would be a bit tricky. What did you use? [11:43] cjwatson: syntax? what syntax? [11:44] for the path? [11:44] I didn't put any. The updated-grub did [11:45] juanje: in order to allow for opening images by UUID and path, the syntax of the splashimage command would need to be extended, would it not? [11:45] I just put the file in the right place (/boot/grub/splash.xpm.gz) and the update-grub did the work [11:46] ummm [11:47] and there is a fundamental problem with that because grub_open supports no syntax which allows UUIDs [11:48] cjwatson: yes, I saw it. But other files are opened with that with success. I think because they open first the device (or set the root device) and the open the file [11:49] cjwatson: well, I think... I'm not totally sure... [11:50] I'm talking about the syntax "(hd0,0)/foo/bar/baz" [11:50] if you mean the kernel and the initrd, then yes, they do so by first setting the uuid, and then opening a file relative to that [11:50] it would probably make sense to use 'uuid foo\nsplashimage /relative/path' [11:51] assuming that that actually works, mind :) [11:52] cjwatson: what I did in the branch was setting the root to the uuid device before (but in the menu.lst) and then putting just the relative path for the splashimage. And in that way works [11:53] juanje: there's a separate command for setting root by uuid [11:53] juanje: you should use that, not the 'root' command [11:53] cjwatson: I guess the thing is doing something similar, but in the code. Just before the grub_open, setting the uuid root [11:53] juanje: well, no, it wouldn't be necessary to do that in grub_open if it were done properly in update-grub [11:54] not strictly necessary anyway [11:54] cjwatson: yes, I know [11:54] ummm [11:54] but using the 'root' command in update-grub as a workaround is right out [11:54] you need to use the 'uuid' command [11:54] at least, if $grub_root_device is a UUID [11:54] cjwatson: well the documentation says it's almost the same command [11:55] lifeless: Hm. Tinymail (or, at least, the 'modest' client built on it) is certainly fast; it just doesn't actually work, though :) [11:55] and if you are not using uuid it will working anyway [11:55] "almost the same" is not "the same" [11:55] cjwatson: hehe, ok [11:55] juanje: the whole *point* of the exercise is to fix things for people using UUIDs [11:55] so saying "it'll work if you aren't using UUIDs" is a bit fatuous [11:56] it works right now with no changes if you aren't using UUIDs :) [11:56] cjwatson: yes, probably, no one uses non uuid path, but if what if this happen? [11:56] ok [11:56] you use the 'root' command for such cases [11:57] look at lines 799-806 of update-grub [11:57] RAOF: :) [11:57] or should I say :( [11:58] cjwatson: yes, know those lines, I used them [11:59] juanje: not properly, though [11:59] Keybuk: I'd like your opinion on bug 347370 (last comment) [11:59] ummm [11:59] juanje: your version of it never emitted a 'uuid' command [11:59] Error: Could not parse data returned by Launchpad: timed out (https://launchpad.net/bugs/347370/+text) [11:59] cjwatson: the case didn't work well for me [11:59] juanje: that needs to be made to work [12:00] you mean to change the "root" command there for the "uuid" one? [12:02] juanje: if the root device is (hdX,Y), it should produce a 'root' command. If it is a UUID, it should produce a 'uuid' command - just as in the lines I referred to above [12:02] cjwatson: I thought about it, but I didn't because what I told you before. but I guess you're right, it must be uuid because with other paths wont get into the case [12:02] yes [12:02] you are right [12:02] actually, if the root device is (hdX,Y), there is no need to produce a 'root' command, because the 'splashimage' command's syntax can already cope with that [12:03] that's why i didn't in that cases [12:03] actually, putting root comand was an error.... [12:03] in other words, if the root device is (hdX,Y), emit 'splashimage=(hdX,Y)/relative/path'; if the root device is a UUID, emit 'uuid foo-bar-baz' and 'splashimage /relative/path' [12:03] or splashimage=/relative/path I guess. I don't think it matters [12:04] so, the patch could be the same, but changing the root command for the uuid one, couldn't it? [12:04] yes, probably [12:04] ok [12:05] and changing directly in the update-grub, instead of using the debian/patches [12:05] yes [12:06] do you like i change the branch and readed? or you like to change it yourself? [12:11] pitti: if you want unmangled, use ID_FS_LABEL_ENC [12:11] juanje: I'd appreciate it if you could do it - I'm not going to have time to test changes and I have a depressing number of RC bugs of my own :/ [12:12] cjwatson: I've just attached patch for the current main branch [12:13] cjwatson: I'll testing again with this code and I'll write update on the bug [12:14] cjwatson: thank you so much for your time. I really appreciate. I know you're quite busy... [12:20] just for _once_, I'd like usb-creator to work [12:23] "invalid compressed format (err=2)" ? [12:24] I don't think that's from usb-creator itself. gzip or something? [12:25] cjwatson: it's from trying to boot the USB keys it's making today [12:25] (of 9.04 beta) [12:25] oh, right, that's the kernel [12:29] using trunk seems to have solved it [12:31] ooh, today London has moved to the North coast of France \o/ [12:31] let me see if I can do an upload [12:31] it has? it was in the right place for me [12:32] sassenfrassenmapprojections [12:32] hmm [12:32] stuck in a "The installer has detected that the following disks have mounted partitions: /dev/sdb" loop [12:33] err, is this beta or a daily? [12:33] Keybuk: there's nothing in usb-creator trunk that isn't in the beta [12:33] beta [12:33] could you try a daily please? [12:34] I want to make sure that both of those bugs are dead and gone [12:34] I'm using beta deliberately for the testing I need to do [12:34] I'm not sure whether I'll have time to play with a daily [12:34] heading to SF over the weekend [12:34] then I'd appreciate if you didn't scare me by talking about installer bugs we've already fixed? [12:34] sure, but I did *start* this by saying 9.04 beta ;) [12:35] ?! "Input/output error" now [12:35] I'm still confused about you talking about usb-creator beta vs. trunk, which AFAICS are identical [12:35] usb-creator in current jaunty didn't work for me [12:36] hmm [12:36] this is failing again due to squashfs errors [12:36] lp:~usb-creator-hackers/usb-creator/trunk is 0.1.15 [12:36] weird [12:36] why aren't these images working? [12:37] are you using some different trunk? I think Evan has moved it a couple of times [12:37] no, definitely the one you say [12:40] ArneGoetje: how come language-pack-kde-fr contains translation files? shouldn't they all be in language-pack-kde-fr-base? [12:40] dholbach, added a comment, that's for raising that [12:41] superm1: rock on! [12:42] Riddell: language-pack-kde-fr's purpose is to contain deltas on top of language-pack-kde-fr-base, to save us the expensive -base respin all the time [12:43] cjwatson: and isn't that post-release only? [12:44] Riddell: sometimes during a development release too, since the full export is expensive (days of runtime, IIRC) at any time. They'll be back down to size for final === ember_ is now known as ember [13:21] wgrant: where does it to this? [13:26] doko: I'm trying to get virtualenv working, but it's proving non-trivial becauuse python2.6 insists on sticking local/ after Python's prefix even when it's not in /usr. [13:27] wgrant: do you use python2.6_2.6.1-1ubuntu8? [13:27] doko: Yes. [13:28] Keybuk: is there a standard function for decoding that by any chance? [13:28] cjwatson: tested and updated the bug. Thanks for the help and the time :-) [13:29] pitti: it's just standard escaping no? [13:29] \x [13:30] Keybuk: right, I just wondered if there's some existing function to decode that, or whether I need to write it [13:30] unsure [13:30] wgrant: please update and rehcheck. this should address the problems. Had a discussion with Larry Hastings at PyCon, who emailed about these on the distutils-sig [13:31] doko: Update to what? 2.6.1-1ubuntu8 is the latest. [13:34] wgrant: hmm, I misread. do you use the package, or the virtualenv upstream directly. in any case please file a bug report. [13:48] mdeslaur: would you have an opinion on updating the lcms package to 1.18? [13:50] Riddell: I guess we should [13:50] Riddell: for jaunty [13:51] mdeslaur: trouble is I can't see a changelog [13:52] mdeslaur: oh here's a sort of one http://www.littlecms.com/whatsnew.htm [13:52] Riddell: heh...great changelog [13:52] Riddell: when I looked at 1.17 to 1.18beta2, it was mostly the security fixes, along with a few other things [13:53] mdke, thanks for that hack.sh in the interim re bug 353981. i'll just integrate that for now in new import target in my Makefile until rosetta is fixed [13:53] Launchpad bug 353981 in rosetta "File names of exported PO files are non-standard." [Undecided,New] https://launchpad.net/bugs/353981 [14:01] slangasek kees: Hey guys, would you take another look at bug 316756 when you get a chance? It's a conffile prompt for login.defs on upgrade to Jaunty; I figured out how to reproduce it. [14:01] Launchpad bug 316756 in shadow "conffile prompt on upgrade to jaunty" [Medium,Confirmed] https://launchpad.net/bugs/316756 [14:05] Riddell: bug 354493 [14:05] Launchpad bug 354493 in lcms "security update breaks lcms" [Undecided,New] https://launchpad.net/bugs/354493 [14:07] hi guys, I prepared an FFe request for smartpm (it's in main), it's here: https://bugs.launchpad.net/ubuntu/+source/smart/+bug/349866 I think it's complete. Who can I ping to take a look at it? [14:07] Launchpad bug 349866 in smart "Update smart to 1.2" [Undecided,New] [14:08] Keybuk: oh, if it's really just \x00 style, then of course there is a decoding function --- printf() :) [14:08] * pitti RTFS udev [14:09] pitti: heh [14:09] ahasenack: the release team are subscribed, so they'll get to it soon [14:10] james_w: ok, thanks [14:10] pitti: does printf really decode those? [14:10] $ printf 'Pitti\x20USB' [14:10] Pitti USB [14:10] I'm checking volume_id_encode_string() [14:11] pitti: I'd be worried about %s in the string [14:12] that's the shell printf surely? [14:12] cjwatson: hm, true that [14:12] meh, why can't I just get the label as it is.. [14:13] cjwatson: well, if you trust udev, you know there's no % in there [14:13] and yeah, what Keybuk said, in C \x is decoded by the compiler's lexer [14:13] or lexical analysis pass or whatever the proper name is :) [14:13] pitti: because labels can include \0, and C strings (and therefore udev's db) can't :p [14:14] hmm [14:14] actually those don't come from udev, they come from vol_id (blkid soon) [14:14] and anyone can overwrite them with a udev rule [14:14] ./extras/volume_id/lib/libvolume_id.c, yes [14:15] pitti: the ones you get from volume_id are *not* escaped or encoded [14:15] they're raw [14:15] you only get an escaped or encoded copy if you use udevadm [14:15] Keybuk: hal braindeadly calls udevadm info -e instead of just calling the volume_id_() functions for those [14:16] see, you're running a program intended to output for humans ;) [14:16] so it has to escape characters that can't be output [14:16] actually, it's pretty paranoid and just escapes everything [14:17] E:ID_VENDOR_ENC=ATA\x20\x20\x20\x20\x20 [14:17] there really is random crap in these strings ;) [14:17] mdeslaur, m4v: bug 354493 updated with FFe request [14:17] Launchpad bug 354493 in lcms "security update breaks lcms" [Undecided,New] https://launchpad.net/bugs/354493 [14:21] Riddell: I don't think we were affected by that bug, I didn't use that "untrusted" patch, I pulled the patch out of 1.18beta1 [14:21] m4v: did you get affected by the lcms update? [14:22] Keybuk: I'm writing a decode_escape() function now; can't be more than 10 lines anyway [14:22] mdeslaur: yes, as soon as it was updated [14:22] Riddell: great, I will try to update from your ppa [14:23] m4v: do you have steps I can use to reproduce the issue? [14:26] mdeslaur: only if you have koffice2 compiled from kde's svn, basically Krita asserted when opening any .kra file [14:27] * Riddell notes that koffice2 is in jaunty [14:27] pitti: that should go in libudev I reckon [14:27] alongside the encode one [14:27] would be handy [14:27] OTOH [14:27] Keybuk: if you are using libudev, you can just use the non-encoding functions in the first place [14:28] ah, i didn't know, that should work, just open krita, paint something, save as kra, and try to open it again, I'll try it mysql [14:28] pitti: things like the labels don't come from udev though [14:28] myself* [14:28] udev *gets* them encoded from blkid [14:28] and never decodes them itself [14:28] so a decode function would be useful [14:28] ah, I see [14:30] err, vol_id in this case [14:30] but the same holds true in the future [14:36] m4v: work for me with the version in jaunty. Do you have color profiles configured in it? [14:37] pitti: remember when joining a domain with likewise-open would break desktop things by aggressively restarting DBUS ? we fixed it by reloading instead... [14:37] pitti: but likewise-open5 *requires* (according to upstream) DBUS restart to pick up nsswitch changes [14:38] ttx: I don't, I haven't looked into likewise-open at all [14:38] mdeslaur, m4v: I confirm krita crashes using current lcms and doesn't with 1.18 [14:38] ttx: why woudl dbus be affected by an nsswitch change? [14:38] when opening a .kra file [14:39] mdeslaur: are you using krita-kde4 ? [14:39] Riddell: yep, I get it too, if you open krita from a console, you should see an assert [14:39] Riddell: oh, no, sorry [14:39] pitti: good question. Not restarting DBUS results in "Failed to initialize HAL" when logging in as a domain user [14:39] pitti: upstream says it's required for glibc to pick up the nsswitch change [14:40] http://lobugs.likewise.com/show_bug.cgi?id=17 [14:40] lobugs.likewise.com bug 17 in domainjoin-core "DBUS should not be restarted in ConfigureLogin.in" [Normal,New] [14:40] "DBUS is not able to resolve the user's id" [14:40] oh, for enforcing the policies [14:40] mdeslaur: not that i know of, i use the sRGB built-in (lcms internal) if that's what you mean. and I delete krita stuff in ~/.kde regulary [14:41] ttx: that's just an one-time problem after installation, no? [14:41] ttx: perhaps you should just trigger the 'reboot requried' notification in likewise's postinst then? [14:41] yes. And Windows requires to reboot as well. [14:41] pitti: I suppose yes. What is the proper way of doing that ? [14:41] hhhmm no. [14:42] pitti: it's a one-time thing after domain join, not package install. [14:43] pitti: but I have a script run (the one mentionned on http://lobugs.likewise.com/show_bug.cgi?id=17) on which I can execute things rather than restarting/breaking DBUS [14:43] lobugs.likewise.com bug 17 in domainjoin-core "DBUS should not be restarted in ConfigureLogin.in" [Normal,New] [14:44] pitti: so perhaps I could trigger the reboot required notification from there ? [14:44] ttx: sure === hyper is now known as hyperair [14:44] ttx: just call /usr/share/update-notifier/notify-reboot-required [14:44] pitti: sounds simple enough :) [14:45] Hello all [14:45] tkamppeter, ping [14:45] pitti: many thanks :) [14:46] facundobatista: I think you should probably just followup on bug 348316; Till reads it, and he needs some tests (especialy with older kernels) [14:46] Launchpad bug 348316 in linux "Printer (HWModel Name) May Not Be Connected" [High,Incomplete] https://launchpad.net/bugs/348316 [14:47] m4v: oh, yeah, I see the problem [14:47] Riddell: I was fixed between beta1 and beta2, I can either fix the patch, or we can go to 1.18 [14:48] w00t, both my build and krita-kde4 works with Riddell's lcms [14:49] pitti, ok, thanks === yofel_ is now known as yofel [14:57] mdeslaur: probably up to 1.18 is better, it seems is going be a requirement for koffice2 [14:58] pitti: won't notify-reboot-required only notify you if update-manager is running ? I need to ask for a reboot after the domain is joined (triggered by domainjoin-cli or domainjoin-gui) so update-manager is not running at that time. Anything I should/could plug into ? notify-send ? [14:58] ttx: update-notifier, not manager [14:58] m4v: ok, great [14:58] ttx: if you aren't logged into GNOME, you won't get it, right [14:59] mdeslaur: from koffice maillist, http://lists.kde.org/?l=koffice-devel&m=123874884601650&w=2 [14:59] pitti: I'll test some more, it doesn't seem to trigger on my test rig. === pgraner-zzzz is now known as pgraner [15:02] m4v: ok, let's go to 1.18 [15:02] pitti: the /var/run stuff is created but update-notifier doesn't trigger anything. Maybe it still sleeps. [15:05] mvo: ^ hmm [15:06] pitti: yep, running an apt-get afterwards triggers the notification. [15:07] so it's not really usable in my case [15:08] ttx: it needs a touch to /var/lib/update-notifier/dpkg-was-run too [15:09] ttx: its designed to be part of the upgrade process and that file is touched when the upgrade is finished [15:09] mvo: testing that, thx [15:29] cjwatson: i think they should be compatible in this case since they appear to be the same files in two different packages [15:29] Keybuk: would you mind eyeballing this? http://paste.ubuntu.com/143509/ [15:29] works well for me [15:29] calc: ok, thanks - can you take responsibility for changing hunspell based on the discussion? [15:30] cjwatson: hmm rene wants me to look at it again [15:30] (once you've agreed it etc.) [15:30] cjwatson: and he thinks that myspell-en-us should be the one going away [15:31] calc: right, if that's the case, hunspell's dependencies should change to list hunspell-en-us as the first alternative [15:32] ok [15:34] facundobatista: Hi [15:36] tkamppeter, hi, I was just about to offer you my PC to test the printer issue in #348316, but then I found that I need to try some of what you wrote there [15:49] Keybuk: I fixed a thinko in the UTF-8 validation, it's http://cgit.freedesktop.org/hal/commit/?id=97b023f94f1d79a19bc0489c0d167bdaebb765fd now [15:51] cjwatson, Good afternoon [15:52] NCommander: it's open in my browser :) looks fine, I just want to do a couple of final checks and then I'll upload it [15:53] * NCommander wonders when cjwatson installed telepathy and thus read my mind [16:00] cjwatson: do you remember that bug number? i need to add a few packages to it [16:02] mvo: are update-manager's dist-upgrades to jaunty re-enabled yet? [16:03] calc: bug 327821 [16:03] Launchpad bug 327821 in livecd-rootfs "residual config in myspell-en-us after fresh install" [Medium,Fix released] https://launchpad.net/bugs/327821 [16:04] cjwatson: ok thanks [16:05] seb128: wow, the retracer caught up and didn't crash \o/ *phew* [16:06] cjwatson: ok this seems to only affect hunspell and thunderbird, and thunderbird is not of the cd so isn't critical to fix before release [16:06] cjwatson: i'll fix up hunspell [16:07] thanks [16:07] plenty of time to fix tb still :) [16:07] yea [16:08] hello, I've something needs a bit intention [16:08] https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/251378 [16:08] Error: Could not parse data returned by Launchpad: The read operation timed out (https://launchpad.net/bugs/251378/+text) [16:08] lets say I don't have internet and I want to update my system [16:09] the synaptic generate download script worked for me fine when I had Dial-up connection [16:09] but what if someone has no connection at all [16:09] any one interested ? [16:12] pitti: excellent ;-) [16:15] cjwatson: done [16:22] mdeslaur: I'll upload lcms 1.18 then [16:23] Riddell: thanks [16:26] tkamppeter, ok, I tried everything on the mentioned bug (#348316 in lp), and now I can't even see my printer (see the bug for full details) [16:26] tkamppeter, just let me know anything you want to test [16:39] smagoun_: oh good! I can't tell you how many upgrade I've run trying to find that one. [16:39] facundobatista: Have you done "sudo aa-conplain cupsd"? [16:41] facundobatista: Did you unload the usblp kernel module and did you blacklist it? [16:41] kees: thanks for looking at it. I have an idea for a patch to system-tools-backends to stop it doing that. I fear I may not want to show it to you though [16:41] tkamppeter, yes to both [16:42] tkamppeter, in the other order, though (modified the blacklist file first, then unloaded the moldule) [16:43] facundobatista: That is all OK. [16:43] Did the module actually unload ("lsmod | grep usb")? [16:44] facundobatista: What is the output of /usr/lib/cups/backend/usb [16:44] tkamppeter, modules loaded: there's a usbhid, and the rest are all modules for usb sound [16:45] tkamppeter, but no usblp [16:45] facundobatista: Yes, then the module got correctly unloaded. [16:45] Can you run /usr/lib/cups/backend/usb now? [16:45] yes: [16:46] DEBUG: list_devices [16:46] DEBUG: usb_find_busses=2 [16:46] DEBUG: usb_find_devices=5 [16:46] and then it gives me a "symbol lookup error" [16:46] undefined symbol: _ppdGet1284Values [16:47] james_w: haha, I'm curious to see it, regardless. I figure I'll have to patch shadow to do a preinst change on the file itself. [16:47] Did you install all binary packages of the CUPS from my PPA? Especially also the new libcups package is needed. [16:47] kees: well the patch is sensible I think, it's what it implies about the existing code that worries me [16:48] tkamppeter, mmm... let me see... I just installed the .deb you mentioned [16:48] calc: I swear we had a conversation about when the next OOo upload was going to be, and now I can't find it in my logs at all... :) did that conversation happen, and what was the answer? :) [16:49] tkamppeter, oh, I didn't install any libcups... [16:49] facundobatista: Install also the new libcups2 package. [16:49] james_w: well, you already know my opinion of that code-base. :) [16:50] yeah [16:50] it's not as bad as the other issue thankfully [16:50] tkamppeter, what about libcupsimage2, and libcupsys2? [16:50] kees: bug 354378 is quite a fun one I found today [16:50] tkamppeter, cups-client? cups-common? [16:50] Launchpad bug 354378 in policykit "Deadlock when PAM_TEXT_INFO is used" [Unknown,Confirmed] https://launchpad.net/bugs/354378 [16:51] 'cos I'm sure you haven't got much to do and can spend time looking at random bugs :-) [16:51] They are not needed. All *cupsys* are even only transitional package which do not contain any files or maintainer scripts. [16:51] james_w: oooh, owchy. [16:52] heh, nah, I like knowing the reality of a situation. :) [16:52] tkamppeter, ok [16:53] kees: I also noticed that while the policykit design is pretty sane generally it does actually pass an unencrypted password over a file descriptor at one point [16:53] as you can see, the user in that bug had to redact it from the strace [16:53] is that a concern? It seems like it doesn't open too much of a hole. [16:53] well, as opposed to doing what with it? [16:54] james_w: well, a fd's not totally crazy. [16:54] any one can tell me who should I ask about this ? [16:54] #251378 [16:54] unless policykit is running as root, it has to pass it over a pipe to unix_chkpwd [16:54] https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/251378 [16:54] for unix auth [16:54] Launchpad bug 251378 in synaptic "Synaptic's Generate download script does not update package lists" [Undecided,New] [16:54] james_w: I mean, passwords float through the tty fds, so it's not much different [16:54] slangasek: yeah, I'm not sure there's an alternative, I thought it was worth asking [16:55] slangasek: in this case it passes it to a process running as root which can communicate with pam, so it's equivalent [16:55] facundobatista: Does CUPS now detect your printer? [16:55] james_w: hrm, that's... odd. :) [16:55] second-guessing PAM? [16:56] well; you have to do that if your process is non-root and not running as the user you want to auth [16:56] yeah [16:56] often it is, but not always [16:57] and it needs to add an entry to polkit's auth db anyway, which needs to be root controlled for obvious reasons [16:57] tkamppeter, yes! wee... [16:57] tkamppeter, let me see how it goes [16:57] ...searching for controllers... [16:57] selecting "Foomatic/foo2xqx" [16:58] sending test page print [16:58] printer state: "processing"... and nothing happens [16:59] it just stays there... [17:00] tkamppeter, and one process, from "lp" user, is taking 100% of one processor [17:03] facundobatista: what is the name/command line of the process ("ps auxwww | grep '^lp '")? [17:04] tkamppeter, that is strange... the command, or at least what appears in the ps or top is: [17:04] facundobatista: Looks like that thgis backend principally works but does not fix the bug. So it is really as I assumed, the backend is not the culprit. [17:04] "usb://HP/HP%20Laserjet.... 152 facundo Test Page 1 job-... [17:05] facundobatista: That is the USB backend, it tries to feed the data into the appropriate port of the kernel but the kernel does not let the data in. [17:05] tkamppeter, damn [17:06] tkamppeter, do you want me to comment something in the bug? [17:06] facundobatista: So your next step is to try running Jaunty wityyh the kernel of Intrepid. [17:06] facundobatista: Comment these results in the bug. So people who are not here on IRC in the moment (kernel developers perhaps) know what happened. [17:07] facundobatista: Did you update from Intrepid to Jaunty? [17:07] tkamppeter, question... when I boot, GRUB offers me two kernels: 2.6.28-11, and 2.6.27-11, but both as "Jaunty" [17:07] tkamppeter, yes I did [17:08] facundobatista: Then you did a fresh Jaunty installation and not an upgrade from Intrepid, or you played around with strange tools like computer-janitor. [17:08] tkamppeter, I upgraded, and didn't run the janitor [17:10] Strange that all the old kernels go away when you upgrade. [17:11] tkamppeter, don't remember what happened when upgraded from hardy to intrepid... [17:13] facundobatista: Perhaps you could do the following: Find the kernel package of intrepid on Launchpad and install it onyour system. It should not have dependencies or only dependencies on kernel components. All what you need to install should be packages with version numbers in their names, so nothing of Jaunty should get overwritten. If you reboot then, the old kernel should appear in the boot menu. [17:14] tkamppeter, ok, I'll try that === jdstrand_ is now known as jdstrand [17:16] slangasek: http://paste.ubuntu.com/143572/ look OK to you? there's only one difference in its output, and it's a bug in ruby's gettext parser :-) [17:16] tkamppeter, (but later) [17:16] cjwatson: [17:16] slangasek: (it misparses \\r in the middle of multibyte strings as \ \r rather than \\ r) [17:16] Riddell: mdeslaur: when lcms 1.18 will be available in jaunty repos? [17:17] cjwatson: looks good to me! [17:17] (and way better than the ruby looked :P) [17:17] slangasek: oh, the only difference is that it needs to be run on .mo rather than .po [17:17] ok, I'll upload it [17:18] cjwatson: ...which saves us a step, so. :) [17:19] m4v: Riddell uploaded it, so it should be on it's way once it's built...in the next hour or two maybe? === Nicke_ is now known as Nicke [17:19] cjwatson: does python's gettext module automatically give you utf8, or does it just happen to not be an issue? [17:20] mdeslaur: ah, thanks! :D [17:20] does it make sense trying to install gcc-snapshot (20090327-0ubuntu1) from Jaunty repos onto Intrepid? [17:26] slangasek: the ugettext method gives you a Unicode string [17:26] cjwatson: spiff [17:27] there are a few charset=EUC-JP .po files in there [17:27] * slangasek nods [17:39] any Qt maintainers/experts here? got a bug in Jaunty wrt font settings [17:40] alex-weej: Maybe #kubuntu-devel might be able to help. [17:40] jpds: ta === hyperair1 is now known as Guest69011 === hyperair is now known as Guest85121 === hyperair is now known as Guest14630 [17:58] slangasek: hopefully later today or by end of weekend at latest [17:59] ok [17:59] slangasek: i was holding off on the upload until after lp 2.2.3 came out wed night [17:59] ah, right [18:00] * calc wishes bugs were harder to file, keep getting duplicate bug reports, argh [18:01] calc: How about LP had a better U/I for moving people to accepting something is a dupe? [18:01] ScottK: that might help too... though the percentage of non apport bugs suggests they would still try to file bad bugs :\ [18:02] I think the current 'would you like to subscribe to one of these' approach is not an appealing alternative to filing a new bug. [18:04] Didn't update-manager used to keep its progress window open if you'd expanded the embedded terminal view? [18:04] It seems to have stopped doing that for me. === hyperair1 is now known as Guest2052 [18:33] Jaunty has version 2.4.12 of Openswan, but the current 2.4.x (which has security fixes) is 2.4.14. Aside from that there's a 2.6.21. Would it make more sense to grab last week's security patch and apply it to what we've got or to update to the latest release of the 2.4.x line? [18:34] maco: If it's bugfixes only, probably just update. [18:38] yep, memory leaks and security bugs [18:48] hi.. why is my newly installed 8.10 cant connect to the internet? what should I do? === xxx__ is now known as _iron [18:49] err [18:49] bye === nxvl_ is now known as nxvl [18:55] hi, I have seen in launchpad as well in package names that there is a hardy version 8.04.3 and 8.04.4 .. all my uptodate machines are 8.04.2 [18:55] is .3 and .4 planned? or virtual? [18:57] phaidros: have a look at the bottom of https://wiki.ubuntu.com/HardyReleaseSchedule [18:57] ah ic, thanks LaserJock [19:13] cjwatson, how'd your testing w/ my shadow patch go? [19:40] hi guys [19:40] where would I redirect bug 354682 ? [19:40] Launchpad bug 354682 in casper "Casper advance option for edubuntu" [Undecided,New] https://launchpad.net/bugs/354682 [19:40] maybe evan? [19:41] : Hi : I have some problems connecting to wireless network in some place : In 8.10 works fine, but in jaunty can't connect [19:42] gon: wrong place to ask. head to #ubuntu. [19:42] i mean #ubuntu+1 [19:44] ! [19:45] hyperair: we won't be able to help him much there either [19:45] BUGabundo: really? [19:45] lets see [19:45] BUGabundo: what be up anyway [19:46] if it is user stuff we can [19:46] if it is packages stuff, most of us in there won't be able to help much [19:46] which seem to be the case [19:46] does it really? [19:47] what seems to be the issue then [19:47] humm [19:47] he is using knetworkmanager [19:47] which is broken badddddd [19:47] * hyperair quickly backs away. [19:47] * hyperair hides in the corner [19:48] * hyperair waves a flag saying "network-manager-gnome banzai!" [19:48] eheh [19:48] pop up on +1 [19:48] all help is appreciated [19:48] but i've never even used kde before [19:48] well i ahve, but not more than a week. [19:48] never got past configuring it. [19:49] BUGabundo: what do you mean by "when booting with casper"? [19:49] I don't use it either [19:49] but I do help on anything users trow at me [19:49] LaserJock: humm the boot from CD/USB [19:49] BUGabundo: i would help, if my accounts exam isn't in 10 days ;) [19:49] isn't that casper? [19:49] casper's a friendly ghost [19:49] BUGabundo: from the Desktop CD, yes [19:49] * BUGabundo makes some voodoo and gets hyperair exams reschedule [19:50] BUGabundo: if only that worked =( [19:50] LaserJock: then that's what I'm trying to say [19:50] BUGabundo: what specifically does the F6 menu say? [19:50] Show extra options [19:50] like acpi off, etc [19:50] right [19:51] go buntu [19:51] and there is one that says "Edubuntu"? [19:51] one of them is for Edubuntu [19:51] but its badly worded [19:51] just says edu=on [19:51] how odd [19:51] no oned guess what that is [19:51] I ask on the bug to re-write it with [19:51] just Edububuntu [19:52] and then the Flag enabled by the user [19:52] LaserJock: does it makes any sense to you ? [19:52] not yet, no [19:53] if it is an option, just saying what it is, should be enough [19:53] no need for "edd=on" [19:54] is it edd or edu? [19:55] no sure now [19:55] you got me confused [19:55] eheh [20:01] bbl [20:16] hi [20:28] thiebaude: what intel chipset is it you're having problems with btw? (you can tell using "lspci -nn | grep VGA") [20:30] 00:02.0 VGA compatible controller [0300]: Intel Corporation 82815 Chipset Graphics Controller (CGC) [8086:1132] (rev 04 [20:30] i can log into gnome only using 2.6.24-24 generic kernel [20:31] ubuntu 9.04 works, but only with the older kernel [20:31] hmm, so its some sort of regression then :( [20:32] yea, i've had no problems with alpa's and beta's and i've been using ubuntu since 6.06 [20:32] i've had this 81815 since 6.06 [20:32] thiebaude: can you please open a bug in LP explaining this? [20:32] use the command "ubuntu-bug xorg" to file it [20:33] then it will attach lots of interesting data automatically [20:33] ubuntu web site says bug 304871 [20:33] Launchpad bug 304871 in xserver-xorg-video-intel "[i845G] Fatal server error: Couldn't bind memory for BO front buffer (Jaunty)" [High,Fix released] https://launchpad.net/bugs/304871 [20:33] ok [20:35] superm1: no worries :) === fabbione is now known as fabbione-vac [20:46] hey how do you base a distribution off of another distribution eg. ubuntu [20:46] I would like to use the init scripts and maybe apt-get to create a rolling release distro [20:50] IMHO ubuntu needs a rolling release distro to test really early development packages eg. kernel 2.6.29 [20:50] like debian's sid [20:50] pjwaffle: go try fedora [20:50] fedora is not rolling release [20:50] we need some time to stablize [20:50] try rawhide [20:50] I know they have rawhide but I use apt-get and debian packages [20:50] and then the next cycle begins again [20:50] for cutting edge use bzr or PPAs [20:50] and sid is not so driver-friendly [20:50] pjwaffle: ubuntu offers the ability to test mainline kernels and latest xorg bits though [20:52] well you know my question is how do you base off another distro? [20:52] I would consider myself an intermediate/early-experienced user [20:52] either use what is available to you or package your own newer versions [20:53] I mean do you just use cp and copy the init scripts to your chroot or what? isn't there a version control for the entire ubuntu distro? [20:53] any main sponsors here? I would like your opinion on bug #315679 - should I try to merge the new version of libmtp from Debian? [20:53] Launchpad bug 315679 in libmtp "Please merge libmtp 0.3.0-1ubuntu3 (main) to 0.3.6-1 from Debian (experimental)" [Wishlist,Confirmed] https://launchpad.net/bugs/315679 [20:54] well ok fine what is the ubuntu repo for the initscripts on bazaar [20:56] LaserJock: ping [20:56] BUGabundo: yeah? [20:56] how can I make the bug clear? [20:56] pjwaffle: unfortunately not everything is in revision control (yet) [20:56] you seemed to have some questions about it? [20:56] BUGabundo: that casper bug? it's invalid. [20:57] oh :( [20:57] edd has nothing to do with edubuntu [20:57] cjwatson: :( [20:57] that's what I was trying to figure out [20:57] ok that makes it clear [20:57] what is it then? [20:57] I couldn't see why there would be anything Edubuntu in the menu [20:57] I replied to your bug [20:57] * BUGabundo looks [20:57] pjwaffle: we hope that this will be rectified over the next release cycle or two, though [20:58] BIOS Enhanced Disk Drive Services 3.0 (EDD) [20:58] got it [20:58] still its bad wording, no? [20:58] pjwaffle: merges.ubuntu.com helps us to deal with the six-monthly merge from Debian [20:58] no need to have the ON there! [20:58] BUGabundo: it's advanced options. I don't care. [20:58] BUGabundo: the kernel option is literally "edd=on" [20:58] ok ok [20:58] then never mind [20:58] sorry for the noise [21:13] NCommander: uploaded [21:13] sorry for the delay [21:14] cjwatson, no problem === corge is now known as fdd [21:58] kirkland: I updated #352307 === yofel_ is now known as yofel [21:58] bug #352307 [21:59] Launchpad bug 352307 in ecryptfs-utils "update-notifier message about recording mount passphrase" [High,In progress] https://launchpad.net/bugs/352307 [22:00] kirkland: you probably cover the server use case already with update-motd? I'm not sure if kde supports this feature of update-notifier though [22:01] mvo: i don't ... we don't have per user messages in update-motd ... i'll need to think about this [22:01] * mvo nods [22:01] update-notifier-text [22:05] mvo: actually, for intrepid, we handled it in the alternate/server case in the installer [22:05] mvo: there was a page that popped up, and showed the user their password, and told them to record it [22:06] mvo: for some reason, that page isn't getting displayed in Jaunty [22:06] right, I remember this page I think [22:06] mvo: i've ping cjwatson about turning that back on [22:06] * mvo nods [22:09] james_w: is there actually a bug open for the g-s-t UID_MIN rewriting? [22:09] kees: nope [22:09] mvo: Do you think the nvidia workaround should be on by default? [22:10] kees: do you think a task on the existing bug would be appropriate, or a new bug? [22:10] Although I don't think the workaround is included in the packages right now... [22:10] james_w: probably a task, keeps it all in one place [22:10] james_w: which src pkg should I open it against? [22:10] system-tools-backends [22:11] Amaranth: which one? [22:11] james_w: okay, cool. assign it to you? [22:11] mvo: bug 269904 [22:11] kees: sure [22:11] Launchpad bug 269904 in nvidia-graphics-drivers-180 "Screen refresh problems with nvidia on intrepid" [Undecided,Confirmed] https://launchpad.net/bugs/269904 [22:11] mvo: It's a pretty simple patch but it causes a small performance loss === Snova_ is now known as Snova [22:12] mvo: http://launchpadlibrarian.net/23889138/compiz-fusion-plugins-main_0.8.2-0ubuntu2.debdiff is the relevant bit [22:13] Amaranth: I remember seeing the commit in git, but that does make everything pretty slow dosn't it. or is the nvidia HW fast enough to deal with this kind of syncs? [22:13] mvo: nvidia hardware is plenty fast to handle it, not sure how other systems will [22:14] mvo: I don't think there is that much of a slowdown but the only people that have tested it are nvidia users [22:14] I don't really have time to play with it until tomorrow but I can try it on intel then [22:14] I'm pretty sure we have the half-fix from aaron, this workaround a bit scary. also having it sounds fine [22:14] Just wanted to make sure you saw it [22:15] enable-by-default hmmmmm [22:15] Amaranth: please try [22:15] Amaranth: we could add more magic to compiz-manager to enable it only for peole with -180 [22:16] Amaranth: my intel system had a mainboard meltdown, I can test this at monday afternoon (then I should get a replacement) [22:17] Anyone has a jaunty debootstrap script? [22:17] Amaranth: thanks a lot for raising it! [22:17] gouki: I also just use mk-sbuild-lv, but that's pretty LVM/sbuild-specific [22:17] mvo: true, we already detect nvidia in there [22:17] mvo: I guess I've got a couple minutes, let me get it built [22:18] Amaranth: I apply the diff, having it is certainly good and will not do any harm [22:18] kees, I wanted to create a jaunty file system for user-mode linux. [22:19] gouki: hrm, in that case, I'd just use debootstrap directly [22:20] mvo: I've got it enabled now on X3100, seems fine [22:21] mvo: seems to make Xorg CPU usage go up a couple percent though [22:21] kees, but I still need the specific options for jaunty present on the /usr/share/debootstrap/scripts, right? [22:22] gouki: nah, just symlink intrepid to jaunty [22:22] they're mostly already symlinks. :) [22:22] mvo: should probably put out a call for testing after a package with the fix is uploaded, see if anyone notices problems with various hardware after a couple days use [22:23] Amaranth: right, I will just upload the fix with the enables "false" default for now so that people can at least enable it [22:23] Amaranth: and ponder about it some more later [22:24] kees, but there isn't even a hardy (nor intrepid, for that matter) script on the debootstrap package. :S [22:25] gouki: There are, they all link to hardy's. [22:25] gutsy's, actually [22:26] yeah, link to gutsy. [22:26] $ dpkg -L debootstrap | grep hardy [22:26] /usr/share/debootstrap/scripts/hardy [22:26] gouki: Are you using a really out of date debootstrap? [22:26] $ ls -la /usr/share/debootstrap/scripts/hardy [22:26] lrwxrwxrwx 1 root root 5 2009-03-19 17:17 /usr/share/debootstrap/scripts/hardy -> gutsy [22:27] maxb, I was under the impression I tested with debootstrap from jaunty, but that clearly isn't the case. [22:27] Well, thank you all very much for the help. :) [22:27] np [22:28] It's there indeed :) My bad. [22:34] Hey folks! What's the status on appending notifications for Pidgin? Any way I can help that along? [22:35] picklesworth: what kind of notifications [22:35] you mean like more than one at once? [22:36] ( Speaking of Pidgin, it's being hopelessly unstable today :/ ) === fdd is now known as moroi === davidm_ is now known as davidm === sabdfl1 is now known as sabdfl_home [23:15] mvo_: I think update-manager used to not auto-close its progress window if you display the embedded terminal - was this a deliberate feature? It seems to have broken. [23:15] maxb: there is a checkbox for this that should remember its state [23:16] maxb: assuming you mean normal update and not release upgrades ? [23:16] yes, normal updates. Where is this checkbox? I've not seen it! :-) [23:16] (ever!) [23:16] maxb: did you every switched it when running synaptic normally? [23:17] maxb: give me a sec, i check the name [23:18] maxb: /root/.synaptic/synaptic.conf - there is a option called "closeZvt" - what values does that have? [23:18] Not present in the file [23:19] on one of my machines, that is. Set to "false" on the other, but it still closed. [23:22] maxb: hm, odd. let me try to reproduce [23:25] maxb: heh :) turns out this was changed back in intrepid, the key to control it is /apps/update-manager/autoclose_install-window [23:25] * mvo_ has faulty memory [23:25] * maxb fires up gconf-editor [23:26] It's on... but not in my per-user gconf [23:27] Also, IIRC it didn't always close or always not-close - it depended on whether you expanded the Details terminal or not [23:27] oh, I see now what you mean. I don't think it was that clever, but actually that would be a good feature [23:27] * mvo_ is a bit tired already [23:28] How puzzling. Surely I can't have hallucinated this feature? :-) [23:28] * maxb boots intrepid for some comparative testing [23:34] maxb: let me know, but I will have to crash soonish. just poke me when I'm online again [23:36] Huh. It doesn't work on Intrepid either, which suggests I may have somehow managed to totally confuse myself [23:36] I will grab a colleague who's still running Hardy on Monday for further experimentation. === ember_ is now known as ember