[00:03] kwwii: bug 286677, FYI [00:03] Launchpad bug 286677 in human-theme "[regression 0.28.3] /usr/share/themes/Human/gtk-2.0/gtkrc:273: Unable to locate image file in pixmap_path: "panel_bg.png"" [Medium,New] https://launchpad.net/bugs/286677 [00:04] (might not be as high as Medium, I don't know if it has other consequences) [00:06] cjwatson: dooh, another stupid mistake [00:07] cjwatson: easy to fix, silly to make, I made the source package from the wrong dir [00:07] cjwatson: fixed first thing tomorrow [00:07] and I am kicking myself in the butt for not noticing [00:07] kwwii: thanks [00:08] kwwii: might not make RC at this point, what's the consequence of that? [00:08] we could probably slip it into final if the change is really easily reviewable [00:08] cjwatson: if it causes a noticeable error somewhere it is worth fixing [00:08] oh, I agree [00:09] and the fix is really easy, just remove the crap I added trying to work around the panel background stuff [00:09] I was just wondering if it would cause the desktop to visibly explode or anything [00:09] I know exactly what I did, I just made the source package from the wrong dir [00:09] really, really dumb on my part [00:09] mkdir empty && cd empty && dh_make? ;-) [00:10] anyway, bed [00:10] superm1: ~/WHAT? [00:10] cjwatson: well, I did change things after that change...more like re-applying the changes I added today to the bzr repo and making new source packages [00:11] this really makes me sorry for the work pitti did including it...he trusted me (I did not notice any problems but my system is so messed up in the meantime I doubt it notices anything) [00:11] I hope he is has as much patience as I do time to make mistakes [00:12] cjwatson: thanks very much for noticing this and bringing it to my attention [00:12] I will fix it asap [00:20] cjwatson: here is a new source package which fixes my (stupid) mistake: [00:20] http://sinecera.de/human-theme_0.28.4_source.changes [00:22] kwwii: A debdiff with the changes would help a lot [00:24] StevenK: the only difference is that I removed one definition of the panel bg (which I also forgot to add to bzr and therefor the problem) [00:25] I can recreate the old stuff (already changed it locally and added it to bzr) [00:25] if it is really important [00:26] I'll take care of this first thing tomorrow [00:26] in fact, I noticed I made the same mistake twcie [00:26] twice [00:27] ignore that url, I will fix it tomorrow and include a debdiff [00:27] sorry for the wasted time [00:31] lamont, ah sorry :) ~/.asoundrc [00:31] ta [00:32] slangasek, i'm not convinced debian/shlibs.local will resolve this, as indicated by: http://paste.ubuntu.com/60304/plain/ [00:33] ah, superm1 [00:34] ugh [00:34] * NCommander twichs [00:35] * NCommander checks the libstdc++ source package [00:35] well it provides the appropriate shlibs [00:35] but it's in universe and wont be available at package build time [00:35] so debian/shlibs.local was hopefully going to work around as necessary [00:36] superm1, why do you need such an old libstdc++ ? [00:37] i dont, but AMD seems to think their library does [00:37] gotta work around their mess unfortunately [00:37] Is this a multiverse package we're talking about? [00:37] it's multiverse, but should be in restricted [00:37] I assume no source [00:37] once this is sorted out, the source package will be restricted [00:37] and the binary will be multiverse [00:38] yeah no source :( [00:38] (why is it in multiverse?) [00:38] Argh [00:38] What is it specifically? [00:38] graphics driver and some acceleration libraries [00:38] Oh [00:38] More ick [00:38] the driver will be in restricted, the libraries in multiverse [00:39] If its just premade binaries, why does it need to build depend, you can explicately set the depends if shlibs can't find it for some reason [00:39] or is it half source available, half no-source? [00:40] StevenK: the debdiff does not offer anything..the only change is two lines in two gtkrc's [00:40] ^- superm1 [00:41] NCommander, well it doesn't need build depends, but the shlibs should be checked dynamically because they can change release to release [00:41] NCommander, (and actually have in the past) [00:41] but i'm not sure why shlibs.local isn't overriding like it should be in this case [00:42] Simply build-dep on the non-dev package [00:42] That will get the .shlib file installed from libstdc++3, but prevent gcc 3.3 from being pulled in [00:43] Its probably the sanest solution of the bunch [00:43] NCommander, well the problem is that all of gcc-3.3 is in universe [00:44] OH! [00:44] The restricted package is the one tha thas the issue [00:44] The only sane thing you can do is to promote libstdc++3 by itself. If the driver depends on it, I don't think you can work around that [00:45] well the idea was that the "source" package would live in restricted, and its binary graphics driver would too. this library would be in multiverse and thus allowing libstdc++5 to be in universe still [00:46] StevenK, cjwatson: debdiff is apparently supposed to be run on the dsc files? I tried it with the debs but that spits out nothing [00:46] superm1, *twich* [00:48] NCommander, yeah. but this shlib-deps problem aside, it'd be a "functional" solution [00:48] StevenK, cjwatson: whereas the debdiff for the dsc files is this: http://sinecera.de/human_theme.debdiff [00:48] which shows the necessary changes [00:48] superm1: tjaalton reviewed it; I think it needs tested/validated first to make sure it does indeed fix the issue [00:48] Can a package from main/restricted create binaries in universe/multiverse? [00:48] superm1, thats against Debian policy for instance ... [00:48] superm1: if you could test it and report that it does solve the issue, that would help [00:49] (well, main/non-free, you can do main/contrib) [00:49] bryce, would you mind pushing it to a PPA? [00:49] superm1: there was a small alteration timo suggested, to make it only pick -vesa on non-ppc, etc. that should be easy enough to add [00:49] NCommander, well slangasek said that would be okay to do. [00:50] NCommander, and actually i know of a package i already touch that does something like that [00:50] NCommander, the lirc source package is in main, and has a library in main. it has a few binary packages in universe however [00:50] point taken [00:51] NCommander: If any binary is in Main, the source needs to be in Main, but unneeded binaries can and should be in Universe. [00:51] NCommander, so these points aside, that error i posted, do you see anything blatant that stands out about what's wrong with that method of working around this? [00:51] NCommander: See the Sendmail package for an example. [00:51] superm1, give me a minute [00:52] I normall have issues groking shlibs files in general [00:52] * NCommander whacks superm1 [00:52] wait [00:52] * NCommander unwhacks [00:56] StevenK: is that debdiff good enough? (/me is just learning deb packaging, it is an honest question) [01:04] NCommander, so perplexing eh? [01:05] superm1, what happens when you add -v to dpkg-shlibsdeps? [01:05] http://paste.ubuntu.com/60316/ [01:05] Uh [01:06] * NCommander figured it out and promptly smacks superm1 [01:06] shlibs.local requires the library to be installed [01:06] gah. [01:06] It won't work if libstdc++5 isn't installed [01:06] well that's counterproductive then [01:07] shlibs.local is designed to solve a very specific problem :-) [01:07] NCommander, okay well then I think the only solution is to hardcode the shlib dependencies, and -xlibAMD when running dpkg-shlibdeps [01:07] agreed? [01:45] superm1: -Ldebian/shlibs.local should be unnecessary and may be confusing it [01:46] slangasek, i added that because it wasn't working [01:46] slangasek, but it's the same behavior without it there [01:47] superm1: hmm. ok, then it's failing because it wants to find the library first before honoring the shlibs; grr, I don't think it did that before buxy rewrote it [01:47] slangasek, well in any case, this library only has two shlibdeps anyhow, libc6 and libstdc++5. will just have to watch in the future if that changes [01:48] ok [01:48] i caught another problem with ia32-libs similar by messing with this though, so it was a good exercise [01:48] i'll push it up [01:48] sounds good [01:48] anyone know why the manpages-posix-dev package is in multiverse? <- cjwatson ? [01:50] kirkland: it's in non-free in Debian and probably wasn't revisited? [01:50] slangasek: yeah, hasn't been touched in ~3 years [01:51] okay, it's not hurting anything ... just dealing with some wonkiness for the manpage repository [02:56] lool: Did you see there's a gedit-plugins upload pending? Is it one we want? [04:32] If I want to send a patch of GNU screen to Ubuntu official package, what should I do? (just porting new function from FreeBSD) [04:42] rascov, https://wiki.ubuntu.com/Bugs/HowToFix might be a good place to start. [04:44] rascov: also, #ubuntu-motu (cfr topic) ;) [04:45] persia Chipzz: thanks :) [04:48] rascov: though the changelog mentions CVS head was merged at Jun 02, 2008 [04:49] dunnow how recent that new function is [04:52] In Ubuntu, is there a person like port maintainer or commiter in FreeBSD ? [04:55] rascov: In Ubuntu it's mostly done on a team basis rather than specific people for specific packages. [04:59] Should I contact the team if I wish to add a new function ? [04:59] rascov: Generally the best thing is to file a bug against the package with your patch. [05:03] Hey, has nvidia-glx-96 been updated to actually work with Xserver 1.5? [05:05] It seems jockey is recommending nvidia-glx-96 to someone, and I thought we'd stopped doing that on the basis that it won't work. [05:09] ScottK: I see, thanks [05:15] superm1, bryce: also, the patch should be verified to not force vesa when not using an xorg.conf [05:15] In fact, why are the nvidia-glx-{96,78} in the archives at all? [05:16] Are we hoping nvidia will release a drivers that support 7.4 and we can push them in? [05:18] "they are working on it" [05:18] or something like that [05:19] correct quote would be; aaronp: "I'm working on it" [05:19] but who knows when that happens [05:21] Indeed. What do we _do_ about this? [05:22] * tjaalton twiddles thumbs [05:22] There are currently two large packages in the archives which do nothing but break 3d. [05:22] I think they are waiting there for an SRU [05:25] RAOF: xserver-xorg-video-radeonhd isn't one of those packages is it? [05:26] just like fglrx was going to wait for an SRU if it ever came [05:26] ScottK: No; that can only break 3d for people with ATI cards; nvidia-glx breaks it for _everyone_ :P [05:26] Ah. [05:27] And that driver also has the advantage of a possibility of working. [05:27] Because there was a user, who I generally consider reliable, who reported 1.2.3 working with 3D [05:28] I don't know if our mesa is new enough for that, but I believe the very latest radeonhd _ [05:28] + mesa + drm _does_ do 3d. [05:41] radeon/radeonhd for r5xx has had 3d since mesa-7.1, and we have 7.2 [05:49] good morning [05:52] tjaalton: Really? Cool. You learn something new everyday :) [05:53] And forget it just as quickly, sadly. [05:58] doko: do you haven an idea about this: [05:58] Setting up five-a-day (0.58~hardy1) ... [05:58] pycentral: pycentral pkginstall: not overwriting local files [05:58] pycentral pkginstall: not overwriting local files [06:25] dholbach: "not overwriting local files" is a hint [06:28] StevenK: maco was having these problems in #ubuntu-bugs [06:28] five-a-day is trying to install files that already exist [06:30] StevenK: it was an upgrade :) [06:31] Hum [06:51] Argh, libcamel in NBS again? [07:20] kees: ping? [07:22] StevenK: upload the reverse-deps and we can make it go away? :) [07:24] kees: please let me know (via email.. i guess you are deeply asleep) if you need patches for CVE-2008-4192, CVE-2008-4579 and CVE-2008-4580 [07:25] kees: the fixes upstream are extremely simple but i just don't have time to look into all the packages in Ubuntu [07:28] slangasek: Plotting to === thekorn_ is now known as thekorn [07:48] Good morning [07:48] <\sh> moins pitti :) === tkamppeter_ is now known as tkamppeter [07:48] Morning pitti [07:49] morning [07:49] ScottK: I have no idea about gedit-plugins; I saw some discussion around it on #ubuntu-desktop yesterday [07:51] ScottK: http://paste.ubuntu.com/60403/ [07:51] Now you know as much as I do [07:53] pitti: Could you be tempted to approve my linux-lpia upload? :-) [07:55] kirkland: ok, I'll reply in the bug [08:01] kirkland: done [08:01] StevenK: why doesn't linux-lpia simply depend on linux-firmware instead of shipping a copy? [08:01] isn't that exactly what it does? [08:01] pitti: It does [08:02] pitti: sorry, just accepted linux-lpia-meta [08:02] StevenK: ah, then the changelog is confusing [08:02] slangasek: no problem, I was just curious about what it actually does [08:02] It meant the binary packages linux-lpia{,compat} [08:03] * StevenK looks at the NBS list for libcamel [08:03] StevenK: you mean you moved the dependency to another package? [08:03] pitti: It moved from linux-lpia to linux-image-lpia, to mirror what linux-meta does [08:04] StevenK: right, that makes sense [08:05] lool: libvisual-plugins pulls in jack, that needs to be dropped when moving it to main [08:06] if someone could sponsor an upload for bug 286829 I'd be grateful [08:06] Launchpad bug 286829 in ubuntu-docs "Please update ubuntu-docs from bzr" [High,New] https://launchpad.net/bugs/286829 [08:06] kwwii: no problem; well, I didn't upload it completely blindly, I built, installed, and restarted my session, and it still looked okay :) [08:07] kwwii: anyway, you need to tell me what this bug is actually all about; to me, it just looks like if someone used the temporarily broken package with the wrong file name "Darkroom", he'd get that on upgrade [08:07] pitti: Ok [08:07] kwwii: looking at your new package now [08:08] StevenK: libcamel NBS> eww GNOME 2.24.1 [08:08] pitti: Yes. [08:09] StevenK: libtotem-parser is part of gnome, so seb128 will do that himself [08:09] it's already done [08:09] but we should do that evolution-jescs thing [08:09] slangasek: oh, great [08:09] * StevenK removes totem from his list [08:10] My no-change rebuild of evolution-jescs builds [08:11] Just waiting for mail-notification and I can upload them [08:11] though it was done a bit later than the rest of the stuff in main, so there was an intervening CD run that's oversized because it has two copies of libcamel on it :-P [08:11] Hah [08:12] kwwii: I added (LP: #286677) to the changelog, please do in bzr, too; before I upload this, can you please explain why the bg_pixmap definition was introduced, and why removing it is the right thing? [08:13] slangasek: how tight is CD space at the moment? the recent build i did of the new version of ubuntu-docs is 1.7MB bigger than the version in the archive [08:15] slangasek: if that's a problem, we'd have to look at reducing the package [08:15] pitti, slangasek: Both my no-change rebuilds build locally, uploading them. [08:17] mdke: we have approximately zero space for new stuff - why are the docs so much bigger suddenly? === viviersf{gone} is now known as viviersf [08:17] slangasek: basically, ubuntu-docs ships translations which are 40% translated or more, that means that in the import of translations I did from Rosetta, people have made a lot of progress on translation [08:17] slangasek: we can try adjusting the figure of 40% upwards in order to reduce the package [08:18] mdke: and they're not shipped in separate binary packages? [08:18] slangasek: no, it's all in ubuntu-docs [08:18] mdke: what this comes down to is that in order to find you 1.7MB of free space on the CDs for the doc translations, I would have to drop langpacks [08:19] that doesn't sound like a winning trade to me [08:19] pitti: How can I debug why CK run in Xsession.d doesn't set DISPLAY or active? [08:19] slangasek: I guess we should try and see how big ubuntu-docs works out with shipping translations which are 50% complete, rather than 40% [08:20] reallistically, a 40% complete documentation pretty much requires the reader to understand English anyway.. [08:20] yes, I wouldn't have a problem with going up, even to 60% [08:20] I thought for that reason we set the bar to like 70% earlier? [08:20] but yeah, I'm fine with adjusting it to min(sanity,cd space) [08:21] it's always been 40% in previous releases, mainly to encourage translations, but if there is an issue with disk space, it makes sense to increase it [08:21] StevenK: is $DISPLAY actually set in 90consolekit? [08:21] slangasek: unfortunately, ubuntu-docs takes about an hour to build and I have to go to work, but I will leave it running a couple of test builds at 50, 60, and 70% [08:22] pitti: Lemme check [08:24] slangasek, pitti: I guess I'll drop the request for sponsoring until that further investigation is done [08:25] pitti: Yes, it is set [08:25] pitti: As in, stuffing a echo "$DISPLAY" > /tmp/foo in 90consolekit results in :0 [08:27] morning people [08:56] james_w: the CK fix sounds like an excellent SRU candidate [08:56] StevenK: hm; then I'm afraid this needs a gdb session [08:57] StevenK: let me try it here with the Xsession.d script [08:57] pitti: if it's not RC material then I agree. [08:57] pitti: Bug 285054 updated [08:57] Launchpad bug 285054 in Ubuntu Intrepid "Can't mount USB keys in xinit sessions" [High,Incomplete] https://launchpad.net/bugs/285054 [08:57] james_w: we could upload it right after RC, too [08:58] hey james_w pitti [08:58] * pitti hugs seb128, great GNOME marathon yesterday! [08:58] * seb128 hugs pitti, thanks [08:59] StevenK: a-haa! XDG_SESSION_COOKIE is already set [08:59] pitti: that's your call. I would appreciate review and testing, as I'm not completely confident [08:59] pitti: we still have some slots for non-CD updates today? [08:59] hey seb128 [08:59] great work on .1 :-) [08:59] seb128: -> slangasek; but since most of main is on the DVD, the answer might be "no" [08:59] ah DVD [08:59] pitti: Right [08:59] pitti: Now to figure out why it's set [09:00] yes, those big evil fat CD things [09:00] slangasek: hey [09:00] * slangasek waves [09:00] so I'm not clear what we should do from now [09:00] StevenK: how do you start X? [09:00] pitti: Via startx [09:01] StevenK: from an init script? [09:01] pitti: I'm pretty sure it's the xinit support i'm pointing at in the bug report [09:01] pitti: An upstart script [09:01] StevenK: Check out xinit from git and see whether they merged support for CK [09:01] it should be reverted from xinit, it can not work from there [09:01] StevenK: the only other thing that creates sessions I'm aware of is libpam-ck-connector [09:01] slangasek: will some updates be accepted after rc and should we work on SRUing now? [09:01] lool: yes, I agree; wasn't aware of that [09:02] but there shouldn't be a PAM session in upstart scripts or init scripts, so that wouldn't be it [09:02] I commented as such in the upstream bug, but I bet they merged the patch nevertheless [09:02] slangasek: the new pidgin (changelog on http://developer.pidgin.im/wiki/ChangeLog) for example [09:02] seb128: some will be accepted after RC, to be sure; including the bits of GNOME that haven't made it through yet [09:02] pitti: Actually we use "su" [09:02] slangasek: ok thanks [09:02] lool: ! [09:02] So there might be a pam session [09:02] lool: that uses PAM [09:02] Maybe we want to use su - -l [09:03] No [09:03] pitti: is pam-ck the default nowadays? [09:03] lool: yes [09:04] ohh [09:04] that's probably the issue then [09:04] /etc/pam.d/common-session [09:04] sessionoptionalpam_ck_connector.so nox11 [09:04] eww, seems weechat doesn't like tabs [09:04] Then we can simply clear the CK session when launching startx; env ignore or seomthing [09:05] StevenK: Try with env -u XDG_SESSION_COOKIE in the upstart job [09:05] lool: that would be a working hack, I just wonder why ck-connector should be made more clever [09:05] lool: Geh? In which bit? [09:05] pitti: Hmm what we would need is for the Xsession.d script to check whether there's a running CK session and provision the DISPLAY info in it [09:06] Instead of just considering presence/abscence of a running session [09:06] right [09:06] since we're going to start a new one for a different tty [09:06] StevenK: /etc/event.d/session; use env -u XDB... between su and startx [09:08] Hm. That didn't seem to help, and I still have XDG_SESSION_COOKIE in the env dump [09:08] * StevenK forcibly restarts the job [09:12] lool: "env -u XDG_SESSION_COOKIE; startx -- -br" doesn't look to help [09:13] StevenK: Without ; [09:14] That seems to give me a session that sets x11-display [09:14] StevenK: is it active? [09:15] Yes [09:15] * StevenK checks if he can mount a USB key [09:16] I can! \o/ [09:16] pitti: Does that hack not make you ill? [09:18] StevenK: It's not exactly aesthetically pleasing, but *shrug*, if it works :) [09:19] StevenK: my preferred solution would be to fix 90consolekit to call ck-launch-session if there's an existing cookie which does not belong to an X11 one [09:19] but mapping cookies to sessions isn't possible as normal user [09:20] so we'd need some proper support for this in CK itself [09:20] james_w: ah, that CK test case works tremendously well [09:21] pitti: Sure, so this is a last-minute OMG-it-works-ship-it hack [09:22] StevenK: absolutely fine for me [09:28] StevenK: Hmm where do you say you get this? in mid? [09:28] StevenK: it's not supposed to pull libpam-ck-connector [09:28] It's derived from minimal, not desktop-common [09:28] lool: Yes [09:28] StevenK: Is this a recent install, or an upgraded system? [09:28] lool: This is the most recent daily [09:29] I think it's worth fixing it for systems with libpam-ck-connector (like mine, I use startx!) [09:29] libpam-ck-connector is installed [09:29] StevenK: Weird, any rdeps? [09:29] Oh consolekit [09:29] Yup [09:30] We probably shouldn't fiddle with that [09:30] Well I seriously think we don't need it in mid/mobile [09:31] But that's not a fix, and it's late to drop it in this cycle anyway [09:31] StevenK, lool: FWIW, I'm fine to drop the Recommends: libpam-ck-connector from consolekit [09:31] pitti: I think it should be downgraded in next cycle [09:31] As to allow us not to pull it [09:32] lool: *-desktop pulls it in already anyway [09:32] Yup [09:32] lool: depends; if we upload james_w's patch soon, we can as well drop it [09:32] pitti: what's the patch? bug #? [09:33] lool: bug 269651 [09:33] Launchpad bug 269651 in consolekit "console-kit-daemon crashed with SIGSEGV in g_str_hash()" [High,In progress] https://launchpad.net/bugs/269651 [09:37] Nice one [09:50] pitti: Could you be convinced to accept ubuntu-mid-default-settings and contacts in unapproved? [10:06] StevenK: done [10:09] pitti: Danke [10:11] pitti: hey, I'm having second thoughts about not installing the wacom.fdi by default.. people seem to be more upset about not being able to use their stylus OOTB than making it more complicated to get the full functionality working (eraser/cursor etc). So reverting the change would fix bug 282203, ok to upload? [10:11] Launchpad bug 282203 in wacom-tools "Wacom tablet hotplug is no longer enabled by default" [Wishlist,Triaged] https://launchpad.net/bugs/282203 [10:20] StevenK: please close bug 285054 manually, it didn't have a package attached [10:20] Launchpad bug 285054 in Ubuntu Intrepid "Can't mount USB keys in xinit sessions" [High,Incomplete] https://launchpad.net/bugs/285054 [10:21] tjaalton: you can upload, but I can't accept it right now; this needs to wait until after RC [10:21] tjaalton: also, I'm not sure whther this kind of change is appropriate now; we had the current setup for quite a while, so changing it now might introduce other regressinos? [10:22] * pitti actually likes the term "regressino" as a "small regression" [10:22] pitti: it was changed since beta [10:23] pitti: also, bug 261977 is reviewed and fix committed [10:23] Launchpad bug 261977 in dell "nv is chosen even if it doesn't support the card" [Undecided,Confirmed] https://launchpad.net/bugs/261977 [10:23] but post-RC is fine [10:24] tjaalton: ok, ok; worth discussing then, can you please upload and subscribe ubuntu-release? [10:24] tjaalton: 261977> nice, thanks; will go in post-RC, too [10:25] pitti: sure, will do [10:29] pitti, abogani asked me if http://paste.ubuntu.com/60432/ would be an acceptable debian/copyright for l-r-m-rt. WOuld you accept that, or do you want something more traditional? [10:30] persia: ah, it has the madwifi license/copyright now, good; WDYM with "more traditional"? [10:31] persia: the ltmodem copyright isn't entirely clear, but then again our main l-r-m isn't either [10:31] so, good enough for me [10:31] pitti, I can't find any license reading the source for ltmodem. In good news, AnAnt is finalising a dkmx+modass compatible multiverse package to let us drop that for jaunty. [10:32] Thanks. I'll upload. For reference "more traditional" would be something following http://lists.debian.org/debian-devel-announce/2006/03/msg00023.html [10:33] persia: ah, ok; let's not be too fussy about it [10:34] uploaded. [10:51] mvo: does the screensaver now actually work for you? I just get a black screen [10:54] pitti: it did in my tests, let me double check [10:57] pitti: what screensaver is checked in your screensaver preferences? [10:57] pitti: what card/driver? [10:57] mvo: "Weltraum" [10:57] mvo: 945GM/intel [10:58] mvo: in the screensaver prefs, the preview works fine, but ctrl+alt+l or gnome-screensaver-command -a just give me a black screen [10:58] mvo: it doesn't immediately return any more, so the "does not activate" part is indeed fixed === asac__ is now known as asac [11:15] pitti: I just tested on my nvidia system and it seems to be ok. but I'm upgrading my intel system as we speak [11:28] pitti: Sure, closing [11:30] pitti: hm, seems to work for my intel system, strange [11:30] pitti: I keep a open eye on the bugreports [11:32] mvo: ok, thanks for testing [11:35] pitti: could you please run "gnome-screensaver --debug --no-daemon" and sent me the output ? that might give me a clue [11:35] (you probably have to kill the running one fist) [11:36] mvo: http://paste.ubuntu.com/60453/ is after killing, starting in debugging, and gnome-screensaver-command -a [11:37] mvo: oh, maybe it's because my original CK session was ruined (I did some CK debugging and killed it several times) [11:38] mvo: I'll try it again with a good session in a bit [11:40] pitti: thanks! the line "[gs_job_start] gs-job.c:446 (12:35:58): No command set for job." looks a bit supicious [11:40] pitti: that looks like for some reason g-s-s thinks that it does not need to start a screensaver (or can not?) [11:45] where has the bluetooth services control gone? [11:46] the new bluetooth preferences from bluez 1.8 is missing the services tab [11:46] and there's no discoverable way to enable file transfers now [11:47] alex-weej, Which flavour? [11:47] 8.10 [11:47] alex-weej, Flavour, not release. [11:47] Ubuntu [11:47] e.g. Mythbuntu, Xubuntu [11:47] Ubuntu Original, Organic, Full Fat [11:49] alex-weej: I see that too [11:49] Oh. RIght. I suspect that's bug #283064. [11:49] Launchpad bug 283064 in gnome-bluetooth "intrepid: bluetooth can not receive files" [Undecided,New] https://launchpad.net/bugs/283064 [11:49] persia: but also things like i can't set up input devices or anything [11:50] alex-weej, That's surprising. Try clicking the bluetooth applet : it should open the device wizard. [11:51] i have already "set up" the weejPhone [11:51] so it doesn't show up in the list [11:52] setting it up again just says it was successfulyl set up [11:52] no way to configure anything [11:52] as an input device, audio device, network device [11:52] What are you trying to configure? [11:52] anything. like an input device. [11:52] Ah, it is supposed to auto-detect that from the capabilities available. If your device supports multiple capabilities, and it doesn't work, file a bug. [11:53] hm, i can start the remote control on my device and use it fine [11:54] it just seems weird that there is no way to configure any of this [11:54] it's all-or-nothing [11:56] It's supposed to just work. === LucidFox_ is now known as LucidFox [13:00] * StevenK selectively empties [13:00] Err [13:00] * StevenK selectively empties NBS [13:01] morning StevenK [13:01] * StevenK waves === davmor2 is now known as davmor2_lunch === hunger_t is now known as hunger [13:21] mvo: still no screensaver love with a fresh session [13:21] pitti: could you give me the gconftool-2 -dump /apps/gnome-screensaver/ please? [13:21] pitti: does it work without compiz? [13:21] asac: hi. I attached a patch to bug #286421, could you see about it soon. it's the only visible menu i18n problem in default installation at the moment. [13:21] Launchpad bug 286421 in network-manager-applet "[8.10] nm-connection-editor menu item untranslatable" [Undecided,New] https://launchpad.net/bugs/286421 [13:22] asac: the deadline for translations is on Thursday, so before that it should get uploaded, imported to Rosetta (hopefully fast now) and translated by people [13:22] mvo: http://paste.ubuntu.com/60492/ [13:24] mvo: works in guest session with metacity [13:26] Mirv: hmm. i will see what i can do [13:26] have to do a few things. then will look [13:29] asac: ok. [13:29] does anyone else have two "Screen saver" entries in system -> prefs? I just noticed that xscreensaver also has an entry there [13:30] (the patch fixes the problem for me, I build packages at PPA) [13:30] pitti: There's a bug about it [13:30] pitti, I have two. [13:32] Which was dealt with by slangasek [13:34] StevenK: seed change? [13:34] pitti: 5.07-0ubuntu2 upload of xscreensaver. [13:35] hm, which I have [13:35] evand, cjwatson: looks like ubiquity still doesn't work on the post-wubi install stage, it just shows a blank block [13:35] StevenK: ah, that won't work for updates [13:35] * pitti purges xscreensaver [13:36] Riddell: sounds like bug 285626, which we have been unable to reproduce directly? [13:36] Launchpad bug 285626 in ubiquity "blank window on livecd with "Install" boot option" [Undecided,New] https://launchpad.net/bugs/285626 [13:36] Riddell: do you have a kwin crash in /var/log/installer/dm? [13:36] or indeed /var/crash [13:36] pitti: Is there something to be done for updates? [13:36] cjwatson: mm, yes [13:37] StevenK: I don't think we can; conflicting to it would be wrong [13:37] pitti: I advise caution when responding to that guy on launchpad-users. He's the one who writes bug reports with 2000 word paragraphs while drunk, and insists that people keep breaking into his computer before he finishes the installation. [13:38] pitti: albert damen found out why evdev stole the joysticks on 64bit systems: https://bugs.freedesktop.org/show_bug.cgi?id=18150 [13:38] pitti: He's also grand master of filing bugs which mention at least 12 different things that might be bugs, but are too vague and separate for it to be clear. [13:38] Freedesktop bug 18150 in Input/evdev "evdev detects non-existing button as mouse button" [Normal,New] [13:38] wgrant: I had my reply halfway typed before I realized that it was utter , so then I just finished it quickly [13:38] wgrant: thanks for the warning [13:38] tjaalton: ooh [13:39] pitti: so applying it to the driver should fix joysticks (but not x-x-i-j though, but it's not that important IMHO) [13:40] I didn't realize it was an amd64-only problem.. [13:40] tjaalton: hah! nice catch [13:41] so it rotated 1 << something into oblivion before casting it to 64 bit [13:41] pitti: He might also send some OpenDocument presentations to you soon, most of which reference screenshots in /tmp, and apparently prove the problems which he has so far failed to describe. [13:41] pitti, Nice find. THanks. [13:42] pitti: ok to milestone this? [13:42] And he keeps accusing eBay people of tampering with his RAM. [13:42] tjaalton: please do; feel free to upload, so that it's ready in the queue right after RC [13:42] pitti: yep [13:52] wgrant: do you still have the bzr mplayer hardy source? [13:54] stefanlsd, Isn't it still in bzr history on LP? [13:55] seb128: can you remind me how I run the retracer on a .crash file by hand? [13:55] the maze of twisty scripts on ronne is confusing me [13:55] persia: somehow the hardy branch got messed up and couldnt be synced, and consequently was deleted. so wanted someone with it to repush it [13:56] cjwatson: there is no easy way I think, usually that's 'log into the retracer, copy the cookie, use apport-retrace there' [13:56] stefanlsd, Ah. I see. Never mind. [13:56] I've already downloaded the .crash file and copied it onto ronne; do I have to have it talk to LP? [13:57] alternatively I suppose I could arrange for the retracer to attack the bug [13:57] cjwatson: do you try to get a stacktrace or do you try to get it retraced the standard way? [13:57] cjwatson, If you have a local .crash file, just call apport-retrace foo.crash with the right dbgsym packages installed. [13:57] cjwatson: ie do you debug why a retracing is not working or do you just want a stacktrace? [13:57] well, the latter is fine but the former is what I actually want :) [13:58] persia: I don't really feel like installing all of KDE in order to get a stacktrace [13:58] it's from somebody else's system, not mine [13:58] cjwatson, "local" to ronne, I was guessing. [13:58] cjwatson: log into the corresponding retracer and use apport-retrace there [13:59] the tools seem to be out of date - they run dchroot -c gutsy ... /hardy.tar.gz [13:59] cjwatson: ie, apport-chroot login chroots/intrepid.tar.gz [13:59] apt-get install wget [13:59] wget your .crash [13:59] apport-retrace .crash [13:59] apport-chroot isn't installed in the base [13:59] just screen -r [13:59] and attach whatever retracer you need [13:59] nor in the intrepid chroot [14:00] you can ctrl-C a running instance [14:00] err, screen -r what? === davmor2_lunch is now known as davmor2 [14:00] screen -r on ronne [14:00] it'll list the retracers availables [14:00] There is no screen to be resumed. [14:01] ssh ubuntu-archive@ronne.ubuntu.com? [14:01] Its offical [14:01] oh, ubuntu-archive [14:01] My flight is booked for UDS Jaunty [14:03] * ogra curses the new panel sliders ... why did they decide that using cursor keys for brightness and volume shouldnt work anymore [14:09] pitti: we have a problem where ath5k works on some machines (eeepc) and madwifi on others (samsung q1) with same pci id. Can jockey handle a case of platform specific quirks on what module to blacklist based on platform being loaded on? [14:11] amitk: is there a way to tell one arch from the other? [14:11] (for jockey) [14:12] amitk: e.g. telling lpia from 386 [14:12] tseliot, Except that it's not arch-specific. The same problem happens on different i386 installs with different devices with the same pci id. [14:13] persia: ok, is there a way to tell one device from the other then? (e.g. with lspci) [14:14] tseliot, Well, I suppose one could look for textual clues in the strings, but with an identical pci id, I wouldn't be surprised if those matched mostly. [14:14] * persia doesn't have an affected device, but has seen lots of discussion [14:20] tseliot: dmidecode info perhaps [14:22] persia, amitk: ok, maybe dmidecode could do it (it has to be run as root though). Any links to bug reports related to this problem? [14:23] ogra, Did you file a bug about this already? [14:23] persia, ? [14:23] * ogra reads backlog [14:23] Q1 wireless [14:23] persia, yes [14:24] ogra: link? [14:24] persia, bug 284354 [14:24] Launchpad bug 284354 in linux-lpia "AR2424 on Samsung Q1 loads both ath_pci and ath5k modules" [High,Triaged] https://launchpad.net/bugs/284354 [14:24] *** RC candidate images are up - http://iso.qa.ubuntu.com - please help test. coordination in #ubuntu-testing *** [14:25] tseliot: bug #182489 for the eee pc [14:25] Launchpad bug 182489 in linux-restricted-modules-2.6.24 "Atheros wireless (AR5007) not working on various laptops, including the ASUS Eee PC" [High,In progress] https://launchpad.net/bugs/182489 [14:25] hmm [14:25] * tseliot has a look at the bug reports [14:26] * ogra would know which driver is used now ... [14:26] * ogra blacklists ath_pci [14:27] * amitk ships ogra with every ubuntu-mobile download [14:27] err ... [14:27] s/would know/would like to know/ [14:28] :) [14:28] ... rebooting === njpatel is now known as njpatel_away [14:32] amitk, ok, usual prob, with ath_pci blacklisted NM doesnt see any network, iwlist doesnt see any network ... creating one manually pointing to my essid just ends in NM not being able to connect [14:33] lsmod shows: ath5k, mac80211m led_class and cfg80211 being loaded atm [14:34] *mac80211 [14:34] i have a wlan0 interface though [14:34] switching that now and will then install lbm [14:35] ogra: ack. let me know if lbm improves things. [14:35] pitti: you around? [14:37] amitk, what would be the sideeffect of lbm being in the image in case that works ? any negatives you could imagine ? [14:38] ogra: it isn't 'supported' [14:38] amitk, well, -mobile and -mid are built from universe :) [14:40] ogra: also, sometimes it can contain updates for other modules that might not be desired for a particular device [14:40] ogra: do lshal and lshw show anything about the network device(s)? [14:40] hmm [14:40] tseliot, the ids that are in the bug [14:42] pitti: I uploaded bacula which drops mt-st to a suggests since Im pretty sure no one has a tape drive on the server team however I should be getting one eventually [14:42] amitk, hmm, apt doesnt seem to know linux backport modules [14:42] interesting... atleast it is found on the q1 [14:44] Riddell: I don't suppose you could get me the kwin crash file? [14:44] Riddell: the one in the bug is with a slightly older version and I don't seem to be able to retrace it [14:44] amitk, not for me [14:45] ogra: apt-cache search linux-backports-modules [14:45] WFM [14:45] cjwatson: ok, give me a minute or four [14:45] ta [14:45] cjwatson: but do you think the kwin crash is the cause? kwin recovers and the window manager crashing shouldn't affect the applications [14:46] amitk, ah, udate helped :) [14:46] *update [14:46] kirkland: back from lunch, hey! [14:46] pitti: heya, so i was posting about the ecryptfs/gdm issue [14:47] pitti: as far as the installer goes, ecryptfs-setup-private is only in the server installer (as far as i understand) [14:48] kirkland: and in the alternate one [14:48] pitti: right, i mean "not the graphical ones" === The_Company is now known as Company [14:48] pitti: and i couldn't find a particular package to "conflict" with... [14:48] kirkland: right, ubiquity only offers autologin, not ecryptfs setup [14:49] kirkland: no, it shouldn't conflict package-wise, but option-wise [14:49] kirkland: I thought d-i would offer autologin [14:49] ok, lbm installed, blacklisting ath_pci again [14:49] pitti: hmm, not that i've ever seen [14:51] Riddell: I'm not sure, it's just the obvious difference between non-working and working ... [14:51] kirkland: hm, so this issue seems to be pretty moot then [14:52] d-i doesn't offer autologin right now [14:52] pitti: i agree... i was "passing the buck" to you :-) [14:52] amitk, success ! [14:52] pitti: i can add a one-liner to the command line dialog [14:52] pitti: that says that it won't work with auto-logins [14:52] kirkland: well, it's still an issue when you manually set up ecryptfs with an autologin system [14:52] pitti: but that seems pretty friggin obvious to me [14:52] ogra: \o/ [14:53] kirkland: but I really don't think we can solve this principal difference [14:53] pitti: i'm hoping to have a python-gtk gui for Jaunty [14:53] s/difference/conflict/ [14:53] amitk, loaded are: ath5k, lbm_cw_mac80211, lbm_cw_cfg80211 and led_class [14:53] pitti: there's some community contributed code to that effect [14:53] kirkland: actually [14:53] kirkland: is there anything in ~/Private if it's not mounted? [14:54] pitti: a symlink [14:54] kirkland: it would be nice to have README.txt there which says "If you can see this, run this command" kind of explanation [14:54] kirkland: and that file could also point out things like automount [14:54] ogra: sounds like lbm should be installed by default in the -mobile image [14:54] pitti: actually, that's pretty much what's there [14:54] pitti: ln -s /sbin/mount.ecryptfs_private "$MOUNTPOINT"/"THIS DIRECTORY HAS BEEN UNMOUNTED TO PROTECT YOUR DATA -- Run mount.ecryptfs_private to mount again" [14:54] kwwii: when I select the Darkroom (he he) theme, the panel doesn't change background colour? [14:54] amitk, i'm a bit scared about the modules you mentioned that might come in additionally [14:54] kirkland: hm, so how about adding the autologin explanation there? [14:55] pitti: i think you're right... replace that symlink with a small readme of FAQ [14:56] ogra: it is usually for new hw enablement. We used it to provide alsa backports for Hardy. No plans to do that for intrepid yet. [14:56] kirkland: oh, the symlink idea is nice as well, though [14:56] pitti: right now, it's just an "informatively named" symlink to the binary that will try to mount your data again [14:56] amitk, *yet* :) [14:56] pitti: it doesn't work in the autologin case, though [14:56] kirkland: hm, that provides clickable mounting which is nice indeed [14:56] thats the scary part :) [14:56] pitti: that's the idea ;-) [14:57] ogra: i know. lbm will never have guarantees. But lets see if this motivates rtg to backport all this into the kernel by default [14:57] pitti: because your login passphrase never made it into your keyring, the clicky after autologin doesn't work [14:57] kirkland: ah, it uses gnome-keyring? [14:57] pitti: no [14:57] amitk, is there a kernel update planned before release ? [14:57] pitti: the kernel keyring [14:57] oh, that keyring, sure [14:57] * ogra wouldnt have thought so [14:58] cjwatson: http://muse.19inch.net/~jr/tmp/_usr_bin_kwin.999.crash [14:58] ogra: yes [14:58] thanks [14:58] pitti: the pam_ecryptfs module takes your login passphrase, decrypts ~/.ecryptfs/wrapped-passphrase, and adds the decrypted key to your kernel keyring, which is used to mount [14:58] * ogra prepares boxes of german beer to send to rtg to bribe [14:59] or even to BenC1 :) [14:59] ?? [14:59] ogra prepares boxes of german beer to send to rtg to bribe [14:59] :) [14:59] BenC1: something about sending free beer your way ... nothing important ;-) [15:00] ogra: I'm not sure what you're asking for, but for boxes of german beer, I'll do just about anything [15:00] kirkland: so the GTKish solution would then detect that and ask you for your password? [15:00] BenC1, apparetnly the lbm ath5k solves all our probs in mobile and amitk told me there is another kernel upload planned before release :) [15:00] There is? [15:00] pitti: well, my 2 cents are "Hell no! There's no good reason why you'd want to have encrypted data, that automatically gets decrypted if you login" [15:00] so i was hoping german beer could get it in :) [15:01] pitti: sorry, "if you auto login without a password" [15:01] * BenC1 is surprised to hear another kernel upload is planned for RC [15:01] kirkland: hm, maybe you misunderstood me [15:01] BenC1, RC != release [15:01] i just want it fixed in final [15:01] pitti: oh, my bad... [15:01] and adding lbm to the seed smells a bit risky [15:01] ogra: I would suspect that it would be post release then :) [15:02] though that would be my fallback for mobile [15:02] oh [15:02] well, that leaves me with lbm then [15:02] pitti: basically, someone filed a bug and submitted some decent, beta code that would act as a python-gtk front end for ecryptfs-setup-private [15:02] Keybuk: nope, setting a panel bg just causes a bug in the about panel and stuff so although we include a bg I did not set it in the theme itself [15:03] kirkland: if clicking on that magic symlink would pop up a dialog which explains what's going on and asks me for my password, and then mounts ~/Private, why whould that be bad? [15:03] pitti: ooooooh..... [15:03] kirkland: leaving aside security aspects of how to design the dialog, and how to implement it in general [15:03] pitti: sure, that sounds find [15:03] fine, even [15:03] kirkland: just how it would loook to the user [15:04] pitti: the user could do it, by running ecryptfs-insert-wrapped-passphrase-into-keyring, and then mount.ecryptfs_private [15:05] pitti: but those are both CLI's, no GUI (yet) [15:06] kirkland: wrap it into gnome-terminal -e :-P [15:06] TEH ULTIMATE GUI [15:06] pitti: cool.... how well does that work for KDE? [15:06] :-P [15:06] kirkland: x-terminal-emulator [15:09] kirkland: Thanks for thinking of us. [15:10] kwwii: that's a shame [15:10] it makes setting the theme kinda ugly [15:10] ScottK: :-) [15:10] pgraner: Around? [15:10] pgraner: When is the first intrepid-updates kernel? [15:11] pgraner: We're basically stuck for the ath5k/madwifi situation with some hardware, and lbm isn't an option [15:11] lool: talk to amitk he is working on that issue [15:13] pgraner: but you know about updates schedule :) [15:13] pgraner: nice try [15:13] pgraner: 16:07 < amitk> lool: dunno. ask pete [15:13] stack overflow people [15:13] pitti: is there something simple that i can use to prompt for a password? [15:13] pitti: graphically? [15:14] kirkland: you can probably abuse gksu, or at least libgksu === BenC1 is now known as BenC [15:14] amitk: I thought you were going to get that fixed up for release, no? I haven't looked at updates yet... [15:14] pitti: i thought about gksu, but i'd need it to feed me the password [15:14] kirkland: what about zenity? [15:14] pitti: oh, wait [15:14] --print-pass, [15:14] kirkland: gksu --print-pass [15:15] tseliot: is zenity better across gnome/kde/xfce? [15:15] pgraner: it works with lbm. I am currently diffing the in-kernel ath5k code with lbm ath5k to see how big [15:15] pgraner: I understand we don't have any new kernel upload anymore [15:15] kirkland: no, I guess not. There's a kde equivalent too [15:15] lool: we DO have a kernel upload, maybe not before RC [15:15] amitk: Ok; good news then [15:16] kirkland: gksu -p -m "Foobarize your system" works quite well indeed [15:16] tseliot: pitti: okay, i'm straying much further away from the server, and from intrepid responsibilities, i fear ;-) [15:16] pgraner, the question is simply will we have another kernel upload before final [15:16] kirkland: heh, yes; let's keep all this for jaunty [15:16] pgraner, where the fixed ath5k could be included [15:16] pitti: i'll revisit then [15:16] kirkland: sounds like these desktop guys should handle that [15:16] oh, wait... [15:16] pitti: :-) [15:17] ogra, lool, amitk: I'll know more later today [15:17] amitk: The solution of pushing an ath5k update in the RC is good for me; otherwise, I recommend disabling ath5k for everybody until it works for everybody; I'm not sure the claims that it worked for some eeepc users in some network configs are enough to have preference for athh5k and break wifi for others [15:17] Riddell: what can/should we do about virtualbox-ose and kde upgrades? my suggestion would be to have "virtualbox-ose-legacy" that can read the old snapshots and make the default of the debconf question to not fail [15:17] s/in the RC/after RC [15:17] Otherwise, I can also imaging including a fixed ath5k in the first intrepid-updates kernel if taht's early enough [15:17] *imagine damn [15:17] lool: NAK. madwifi _doesn't_ work for some people, but ath5k works. So disabling it is not an option. [15:18] lool, hard to upgrade on mobile devices that *only* have wlan though === njpatel_away is now known as njpatel [15:18] amitk: I'm only suggesting to disable it for some PCI ids [15:18] amitk, mdwifi only doesnt work if *both* modues are loaded [15:18] Did you get reports that madwifi wouldn't work on these PCI ids? [15:18] I know madwifi regressed in terms of hardware support, but I have yet to read that it affected the Q1U's PCI ids or, the eepc's [15:18] lool: bug 182489 [15:19] *eeepc [15:19] Launchpad bug 182489 in linux-restricted-modules-2.6.24 "Atheros wireless (AR5007) not working on various laptops, including the ASUS Eee PC" [High,In progress] https://launchpad.net/bugs/182489 [15:19] the real prob is that one doesnt replace the other apparently and you need to manually have to maintain a blacklist file [15:19] but if we have the fix and another kernel upload will happen it should definately go in === dholbach_ is now known as dholbach [15:20] amitk: not the same pci ids [15:21] amitk: Anyway, let's first exhaust the option of updating ath5k post RC which might make everybody happy and is probably one of the options requiring the least amount of work [15:21] tjaalton: oh, is bug 271138 really that easy? [15:21] Launchpad bug 271138 in xorg "mouse and keyboard unresponsive when gdm first runs" [High,Confirmed] https://launchpad.net/bugs/271138 [15:22] lool: ack, looking at the ath5k diff now [15:22] Thanks :-) [15:22] pitti: for some it is [15:23] pitti: but the other bug is just weird [15:24] tjaalton: libhal_ctx_init() failure is weird anyway and a bug by itself, but I hope it's just a followup effect of having all these bogus input.keymap properties [15:27] pitti: right, it's a likely candidate [15:30] liw: the RC images still have systme cleaner in apps -> system tools; are you aware of that? would be really good to fix that for the final [15:34] why is the spell checker in Thunderbird lobotomized? It redlines all kinds of stuff that is obviously correct. Is it because the language selected is en_ZA? [15:34] pitti, I know, I'm working on an update [15:35] TheMuso: which package is the ubuntu-studio gtk theme in? [15:36] erm, skip that I found it [15:44] mvo: will that work? it sounds like hassle [15:44] kirkland: kde has kdialog [15:44] Riddell: cool, thanks :-) [15:45] pitti: jockey-kde doesn't seem to do very much for this broadcom wifi [15:46] Riddell: it doesn't show any drivers, or enabling them doesn't work? [15:46] pitti: it shows a driver but clicking Activate just results in it being greyed out and nothing else apparantly happening [15:46] Okay, I'm taking the bait. rtg: Why are you en_ZA? [15:47] hey tedg1 [15:47] Riddell: hm, can you please start it from a terminal? does it throw an exception? [15:47] Good morning pitti [15:47] tedg1: dunno, but I switched it to en_GB as soon as I noticed. This was a clean install, and I chose Boise as my timezone. [15:48] pitti: no nothing on stdout [15:48] (or stderr) [15:48] rtg: Exactly, because en_GB make so much more sense for Boise. :) [15:49] Riddell: ok; does it show b43 or wl? [15:49] Riddell: and do you get a progress bar at all? [15:49] tedg1: well, its not like there are a wealth of choices. [15:50] though, there is an option to download more dictionaries. [15:50] pitti: it says "Broadcom STA wireless driver" [15:50] pitti: no progress bar [15:52] Riddell: there is no progress bar it should just work after a reboot. Did for me anyway. [15:53] Riddell: it is hassle :/ [15:53] slangasek: disabling FTRACE is gonna cause an ABI bump. Are you OK with that? [15:53] Riddell: is this on kubuntu? [15:54] interesting. I have a possibly broken usb memory stick that when inserted kills compiz, gnome panel, and possibly more [15:55] or else my desktop machine is acting weirdly for other reasons [15:56] davmor2: yes [15:56] mvo: I'd be tempted just to release note it if it's trouble [15:56] give me a few minutes I'll see if I can reproduce it on my laptop [15:57] Riddell: does jockey-gtk work for you? [15:58] tseliot: that was my next idea [15:59] Riddell: if it does, then I'll see if I can find the problem in the kde ui and possibly fix it [16:02] perfectly repeatable: insert key, system goes haywire. oh well, I'll debug that later [16:08] tseliot: jockey-gtk works fine [16:09] Riddell: ok, I'll have a look at the code and see what I can do [16:09] tseliot: good luck [16:12] Riddell: does Jockey work for you with other drivers (if you use other proprietary drivers)? [16:12] Riddell: try it once close jockey then open jockey and try it again [16:13] tseliot: I don't use other proprietry drivers [16:13] davmor2: doesn't help === fta_ is now known as fta [16:14] ok [16:14] worked on live like that for me. [16:14] tseliot: I'm installing it I got nvidia gfx and broadcom wifi [16:15] davmor2: and sometimes you don't get any progress dialog, right? [16:16] tseliot: not with the wifi I think is installed to quickly and I don't think it downloads the driver I always do with nvidia [16:17] davmor2: aah, maybe the driver is already available in the linux-restricted-modules [16:18] tseliot: it's the broadcom sta (dell/canonical) driver iirc [16:18] ogra, cjwatson: as for bug 276317, should there even be something like "edubuntu netboot"? I thuoght edubuntu was just an addon CD nowadays? [16:18] Launchpad bug 276317 in edubuntu-meta "Intrepid: Netboot. Edubuntu meta doesn't include things like OO.o or FF" [Undecided,New] https://launchpad.net/bugs/276317 [16:19] davmor2: ok, this should help me track down the problem. [16:19] I've commented on the bug [16:19] there's no intrinsic reason not to test it using netboot but it's not all that valuable [16:19] tseliot: ah, I just discussed it with Riddell in /query; seems we should be able to reproduce this wiht a fake modalias, since it seems to be a problem of -kde, not with particular hardware [16:19] pitti, i havent touched edubuntu since hardy, but edubuntu-desktop clearly depends on ubuntu-desktop so it should be installed [16:19] edubuntu-desktop does not in fact Depends: ubuntu-desktop [16:19] although you should certainly install it [16:20] Depends: ubuntu-desktop, atomix, edubuntu-artwork, edubuntu-artwork-usplash, gcompris, gcompris-data, gnome-icon-theme-gartoon, gpaint, kalgebra, kalzium, kanagram, kbruch, khangman, khelpcenter4, kig, kmplot, kpercentage, kstars, ktouch, ktuberling, kturtle, kwordquiz, libpcre3, marble, parley, step, tuxmath, tuxpaint, tuxpaint-data, tuxpaint-stamps-default, tuxtype, xaos [16:20] oh, sorry, yes [16:20] thats what i get from apt-cache show edubuntu-desktop [16:20] I assumed it was in alphabetical order and only looked at the end ;-) [16:20] ah :) [16:20] pitti: yes, I was thinking of adding some new test to the test suite [16:20] I suppose it's possible that Recommends aren't getting pulled in [16:20] mvo, why was the "compiz doesnt blank screen" bug closed ? i still see it on all devices [16:20] tseliot: once we figure out where the problem is, that would be great, yes [16:21] pitti: tseliot: I just tried on live cd I got it to go green but if memory serves you need a full reboot for it to activate completely [16:21] davmor2: for wl? yes [16:21] davmor2: alternatively, some rmmoding of all b43 and ssb stuff, and modprobing wl [16:21] pitti: well broadcom sta :) [16:21] davmor2: yes, that's the "wl" kernel module [16:22] mvo, fully upgraded [16:22] davmor2: where's the edubuntu netboot test procedure? [16:22] but it doesnt show up on https://bugs.launchpad.net/ubuntu/intrepid/+bugs so i assume its been closed ? [16:23] works fine on Ubuntu just waiting for the kubuntu install to finish so I can try it there shouldn't be long [16:23] cjwatson: http://iso.qa.ubuntu.com/qatracker/result/2054/170 is the tracker details [16:23] heno: I think we should take edubuntu netboot off the tracker. Do you agree? [16:24] ++ [16:24] davmor2: doesn't exactly go into much detail on "select a distro flavour to install" - that isn't a canned selection in the installer [16:24] cjwatson: https://wiki.ubuntu.com/Testing/Cases/NetbootInstall is the test case [16:24] cjwatson: agree [16:24] tough it would be intresting to know why the dependency isnt properly fulfilled [16:25] ogra: should d-i install recommends? [16:25] heno, afaik [16:25] davmor2: how did you select it? [16:25] it's only the recommended packages of ubuntu-desktop dropping out [16:25] yes, d-i should install recommends [16:26] the edubuntu-desktop-addon task doesn't include the edubuntu-desktop metapackage [16:26] that might be relevant [16:26] cjwatson: standard install until it gets to selection and it is in the list along with edubuntu-kde desktop [16:27] davmor2: you need to select Ubuntu desktop too [16:27] when is iso.qa going to get openid? [16:28] davmor2: this is sort of a bug and it ought to work without that, but it isn't worth spending time testing it [16:28] cjwatson: but it pulls in the majority of gnome correctly it's only certain packages that are missing [16:28] davmor2: yes, I know. [16:28] davmor2: really isn't worth our time working on it at this point [16:28] :) [16:29] I just test it ;) [16:29] heno and I agree that you should stop :) [16:29] * heno nods [16:29] it's an interesting bug and there's clearly something wrong in the internals, but the actual use case isn't one we care deeply about [16:30] ah, the bug is that tasksel invokes apt-get with --no-install-recommends [16:30] it almost always doesn't matter because the tasks are generated with recommends included [16:31] np's [16:31] but it happens to matter in this case [16:32] pitti: I don't think #214041 has been fixed in hardy-updates, as the worklog on the bug suggests [16:32] Could you take a look please? [16:33] davmor2: ok, committed a fix for post-intrepid just for the hell of it [16:33] :) [16:33] thanks [16:33] tseliot: right kubuntu installed now [16:34] good [16:35] mvo, bug 278112 is clearly not fixed for me anywhere [16:35] Launchpad bug 278112 in xorg-server "Screensaver doesn't start" [Medium,Fix released] https://launchpad.net/bugs/278112 [16:35] mvo, and amitk just reorted the same [16:35] *reported [16:36] Riddell: http://muse.19inch.net/~jr/tmp/_usr_bin_kwin.999.crash is 403 [16:36] Riddell: could I have it back? :) [16:36] mvo, ogra: Confirm here too. The screen starts nodding off to blankness and comes right back. kinda like me during class, but that's a different concern :) [16:37] jdong, lol [16:37] jdong, please comment that on the bug so mvo is aware [16:37] (not about your shool habits but about the non fixage :) ) [16:41] tseliot: I think it might be the trigger for policykit [16:41] davmor2: why do you think so? [16:41] i'll paste the output it's been called but I get not window [16:42] ok [16:42] is there any way to really debug why livecd dumps to busybox initramfs ? [16:42] <\sh> pitti: do you have a moment? [16:44] <\sh> zul: ping you were the last one who touched mysql-server in hardy...for updates [16:44] <\sh> zul: I think I found a serious regression [16:44] \sh: ??/ [16:45] tseliot: http://paste.ubuntu.com/60569/ [16:45] <\sh> zul: check this out :) [16:45] <\sh> zul: http://paste.ubuntu.com/60570/ [16:46] <\sh> zul: paste number one of mysql-server 5.0.51a-3ubuntu5 (before applying 5.0.51a-3ubuntu5.1) [16:46] tseliot: I'll double check it with nvidia [16:46] davmor2: ok, thanks [16:47] mvooooooooooo [16:47] mvo: http://people.ubuntu.com/~pitti/tmp/upgrade-note-description.png :( [16:47] <\sh> zul: http://paste.ubuntu.com/60571/ [16:47] \sh: just ask, please, busy with dozens of things ATM [16:47] meeeeep [16:47] I wonder if that was my fault [16:47] tseliot: same thing [16:47] <\sh> zul: paste number two with mysql-server 5.0.51a-3ubuntu5.1 applied...same database structure, different data inside, but you get the point [16:47] cjwatson: it's all your fault [16:48] Keybuk: thpppppppppt [16:48] <\sh> pitti: I'll work with zul on it, because he touched it last , thx anyways :) [16:48] oh, wait, you're not a manager now :p [16:48] plz I am stuck in busybox initramfs :/ [16:48] Caesar: it was supposed to, but of course you could experience a different bug [16:48] \sh: okay, danke [16:49] <\sh> zul: the result is totally different...first paste is correct, second not, but second is in -updates ,-) [16:49] davmor2: can you install policykit-gnome and try again? [16:49] np's [16:50] davmor2: ? [16:50] no probs [16:50] ah, the apostrophe confused me a bit [16:50] pitti: I'm sort of inclined to blame intltool ... [16:51] mvo: filed as bug 287046, for tracking [16:51] Launchpad bug 287046 in update-notifier "interactive upgrade hooks description shows all translations" [Undecided,New] https://launchpad.net/bugs/287046 === smarter_ is now known as smarter [16:53] pitti: I mean in terms of package versions [16:53] Did the right version actually get in? [16:53] tseliot: that worked but it looks ugly as hell :) [16:54] pitti: ^^ [16:54] Caesar: yes, but ages ago [16:54] pitti: hmm [16:54] davmor2, Riddell: argh, it seems that the kde .desktop file doesn't actually start it as root [16:55] davmor2, Riddell: (no policykit in KDE); can you try to start it as root? [16:55] pitti: policykit is installed I just installed policykit-gnome [16:55] I mean a PK auth agent [16:56] pitti: I'll try it now [16:57] looks like it might work pitti need to reboot first 2 ticks [16:58] pitti: don't mind me, I can't read diffs properly [16:58] Caesar: ah, *phew* :) [17:01] We've got another issue we'll try to get fixed upstream [17:02] pitti: Riddell: kdesudo jockey-kde seems to work fine [17:02] I was using sudo [17:04] Riddell: I just installed the nvidia driver with no issues :( [17:04] Riddell: does it work if you install policykit-gnome and launch jockey-kde without sudo? [17:04] davmor2: that's a happy face sentence :) [17:05] tseliot: dunno that computer is in the middle of an upgrade test just now [17:05] will need to wait ten minutes [17:05] looks like single-line translated strings in intltool-merge are just screwed [17:05] Riddell: it was meant to be a confused face but I hit the wrong button :) [17:05] Riddell: ok, let me know [17:05] intltool-debian handles that file slightly better but not by a whole lot (it at least manages to translate Description but still screws up Name) [17:06] tseliot: did for me :) [17:07] davmor2: thanks to you we have found a bug. Maybe Riddell is affected by a different bug? We'll see [17:07] what bug did davmor2 find? [17:07] this is all rather confusing because po-debconf gets it riight [17:07] right [17:08] tseliot: Riddell found it I was just confirming it :) [17:08] pitti, was cups in hardy recently updated ? i have ltsp users complaining it broke jetdirect printing [17:08] james_w: I think it's a matter of policies [17:09] james_w: we have a bunch of other programs that listen on localhost by default [17:09] * RainCT wonders if anyone here happens to know how .desktop and similar files are translated [17:10] ogra: could you please attach the log from "gnome-screensaver --debug --no-daemon" ? and attach the version of xserver-xorg-core? and ensure that the xserver got restarted? === davmor2 is now known as davmor2_tea [17:10] RainCT: usually they have a .in which has _Name= and _Comment= [17:10] mathiaz: sure, I understand and probably agree with the policy, just given the reporter I just wanted to make sure it was given some attention. [17:10] RainCT: intltool understand those correctly [17:10] jdong: could you please do the same please as the stuff that I just asked ogra about? (two lines above)? [17:11] james_w: right - I think I'll post a quick answer to state that we've heard their concerns [17:11] mvo, yes, i can, but as i i said before it behaves the same if i purge gss [17:11] ogra: hm, that sounds like its a different issue then [17:11] james_w: and given the current position in the release cycle, we won't look into the issue within the next two weeks [17:11] seb128: Do you happen to have some example of how to get the strings from there into the POT and how to generate the final files (not involving Makefiles :))? [17:11] mvo, it works if i xset -dpms or disable gpm [17:11] ogra: and without compiz its all good? [17:11] or disable compiz, right [17:12] ogra: or the same with/without compiz? [17:12] hmmmm [17:12] RainCT: list the source in the potfiles and run intltool-update [17:12] mvo, it goes away if i uncheck the gconf option mentioned in the bug though [17:12] ogra: the unredirect fullscreen wndow? [17:13] ogra: what video card/driver? [17:13] ogra: see https://edge.launchpad.net/ubuntu/+source/cupsys; there was a security update [17:13] mvo, intel 945GM on my lappie ... [17:14] jdong: is that a intel card for you too? [17:14] mvo, same on the Q1 [17:14] ogra: thanks, I have a intel system here (i965) I can try wit hthat [17:14] ogra: could you do a recursive gconf unset for g-p-m and see if that helps? [17:14] nope, not yet [17:15] pitti, hmm, nothing strikes me as jetdircet related [17:15] ogra: no, it isn't; they are all pretty low-profile [17:15] yeah [17:15] is there something i can use in ecryptfs-setup-private to validate a user's login password? something that they can run as themself [17:15] ogra: ok, thanks. I check it out after dinner [17:16] kirkland: unix_chkpwd may do the trick [17:16] jdstrand: awesome, thanks [17:17] lool: so, for elisa -bad, we'd need to drop the recommends on -ugly and libvisual-plugins; any alternatives to that? [17:17] kirkland: you plan to call it from within ecryptfs-setup-private? [17:18] jdstrand: yes. [17:18] jdstrand: see bug #259631 [17:18] Launchpad bug 259631 in ecryptfs-utils "Cannot open Private directory after a reboot" [Undecided,Incomplete] https://launchpad.net/bugs/259631 [17:18] kirkland: ok-- check gnome-screensaver for an example of how to use it [17:18] jdstrand: users are entering their login password (twice, mind you) incorrectly [17:19] jdstrand: and moaning about encrypted private not being mountable [17:19] heh [17:25] jdstrand: grep -r unix_chkpwd on the gnome-screensaver source doesn't turn up any hits [17:25] jdstrand: nor does pam_unix [17:28] kirkland: src/gs-auth-helper.c [17:29] * calc wishes he had a faster connection [17:29] downloading isos takes a long time :\ [17:29] kirkland: ext_run() [17:30] kirkland: the source has 'PASSWD_HELPER_PROGRAM' which ends up being unix_chkpwd for us [17:30] jdstrand: hmm [17:30] kirkland: you'd likely want to do the same since you're an upstream [17:30] jdstrand: can i do something like this in shell? [17:30] jdstrand: sure [17:30] jdstrand: but ecryptfs-setup-private is shell code [17:31] jdstrand: running unix_chkpwd from the command line get's a slap on the wrist [17:31] kirkland: oh yeah (I keep forgetting which is shell and which is C) [17:32] kirkland: it has to be invoked correctly, and is careful not to put the password on the command line [17:32] (which ends up in proc) [17:32] jdstrand: right [17:33] kirkland: I messed with that from shell a while ago, and ended up writing a small C program for it [17:34] is there some command line utility to manage /etc/gdm/gdm.conf [17:34] cody-somerville, does /cdrom/dists/intrepid/universe exist on xubuntu CDs ? [17:34] (or rather dists/intrepid/universe) [17:35] ogra, for live or alternat? [17:35] cody-somerville, alternate, i'm trying to fix a ltsp build failure without breaking xubuntu :) [17:35] since i need universe in xubuntu but dont have it on ubuntu CDs [17:45] kirkland: one option for you is to write a small C wrapper for unix_chkpwd and accept input from stdin, then you could do 'echo pass | wrapper ...'. this is safe for us because 'echo' is a shell builtin for dash and bash [17:45] jdstrand: k [17:45] jdstrand: i'll have a look at that [17:46] kirkland: beyond that, I don't have anything otoh [17:46] jdstrand: thanks, this helps [17:49] ScottK & StevenK ping [17:55] pitti / slangasek, tjaalton mentioned that the nv chosen when it shouldn't be bug was going to be a post-rc fix. is there anything that i'd be able to do in helping test the fix or verify it's not breaking that would allow it to go in at RC instead? [17:56] mvo: are the language-selector changes I just committed OK, do you think? [18:07] can you do an inverted status search? [18:07] eg -TRIAGED to get all but triaged bugs? [18:08] calc: advanced search has a checkbox for each status [18:08] superm1: it's not a matter of testing, it's a matter of respinning CDs [18:08] oh ok so i just have to check each one except for what i want to leave out? [18:08] pitti, ah, that's too bad then. === elliot_ is now known as elliot [18:09] well inverting wouldn't really work well anyway because it would show closed bugs, heh [18:10] cjwatson: do you know why c-m insists on guile-1.6? I don't see why autogen would pull it in, it b-deps on guile-1.8 only [18:10] pitti: As I was saying, we need to promote libvisual-plugins [18:10] Will file a MIR for it and review it [18:11] You already hinted we need to change it first [18:11] lool: right, if it drops jack, all is well [18:11] lool: is dropping the -ugly recommends ok? [18:14] cjwatson: ooh, you attacked #287046 already? wonderful! [18:14] dendrobates: i have confirmed slangasek's grub fixes.... install to LVM works fine in today's server ISO [18:14] l [18:14] cjwatson: looks perfect, thanks a lot for looking into it! [18:14] NCommander: pong [18:16] pitti: autogen/ia64 only [18:16] pitti: (dependency, not build-dep) [18:16] cjwatson: ah, ok; so I'll just ignore it [18:16] mvo: should I upload this, or is there likely to be more language-selector stuff to come? [18:17] cjwatson: please upload it, I have nothing for language-selector pending right now [18:19] cjwatson: do you have any idea why po-debconf should recommend: libmail-sendmail-perl ? [18:20] * pitti just went through all the perl stuff in c-m and boiled it down to four anchors [18:20] $ dpkg -L po-debconf | xargs grep Mail::Sendmail [18:20] /usr/bin/podebconf-report-po:eval q{use Mail::Sendmail;}; [18:20] podebconf-report-po pulls in a few bits [18:20] libmail-box-perl too [18:21] oh, podebconf-report-po; I didn't really see a link between debconf i18n and mailing, that's id [18:21] s/id/it [18:21] I couldn't really decide what to do with those myself [18:23] who can approve uploads for CD fixes ? [18:23] (whom do i have to talk to for an ltsp-client-builder fix that breaks alternate ?) [18:23] ogra: is it OMGbreakingeverything? [18:24] pitti, it is "breaks ltsp builds completely" [18:24] ogra: respinning is *very* expensive, so everything which isn't essential for installation -> post-RC [18:24] hmm [18:24] that wont get us any ltsp tests though [18:24] fix is trivial http://paste.ubuntu.com/60602/ [18:24] hm, argh [18:24] but i suppose its fine after RC worst case [18:24] ogra: that affects kubuntu alternates, too? [18:25] can it be let through so that it gets in in case another respin reason shws up ? [18:25] all alternates apart from xubuntu [18:25] the original fix went in to support xubuntu-artwork-usplash on non CD builds [18:26] I don't see it in the queue [18:26] its not uploaded yet [18:26] i wanted to ask first :) [18:26] ogra: it should be uploaded either way [18:26] oki [18:26] * ogra does [18:27] did anyone else note weird focus behavior with alt-tab ? [18:28] i often end up having the focus on a different window than the one in front after alt tabbing [18:28] ogra: ok, let's do it then [18:28] * pitti disables alternates in tracker [18:30] pitti: is the retracer working? it looks like bug 286915 has no symbolic trace yet [18:30] Launchpad bug 286915 in update-notifier "update-notifier crashed with SIGSEGV" [Undecided,New] https://launchpad.net/bugs/286915 [18:30] (6h old) [18:31] ogra: ubuntustudio is not affected either, I suppose? [18:31] pitti, i dont think they have ltsp [18:31] pitti, and mythbuntu uses universe [18:31] ogra: ok, just ubuntu and kubuntu then [18:32] right [18:33] ogra: hm, how did that change since beta? === davmor2_tea is now known as davmor2 [18:33] pitti, it was fixed after beta [18:35] ogra: apparently not then? [18:35] 5.1.28-0ubuntu1 [18:35] had the fix, it regressed in beta [18:35] ogra: I mean the fix you just uploaded, http://launchpadlibrarian.net/18772938/ltsp_5.1.29-0ubuntu3_source.changes [18:36] it was working in beta (due to being regressed from hardy for teh whole cycle), the fix was uploaded on oct 11th (sfter beta) [18:36] *after [18:37] that was bug 281196 [18:37] Launchpad bug 281196 in ltsp "xubuntu won't build without the universe repo defined in 000-basic-configuration in the Ubuntu plugins folder" [Undecided,Fix released] https://launchpad.net/bugs/281196 [18:38] pitti, between the upload and today nobody tested ltsp builds from CD [18:38] ogra: ok, you are 100% sure about the fix? [18:39] it works fine for non CD builds but due to the fact of universe not being on ubuntu CDs it breaks there [18:40] pitti, i havent tested it myself, i'm up to my ears in -mobile tests but i'm sure the --components main,restricted sets the right options for ltsp-build-client [18:40] since that was the default until we added the xubuntu fix [18:40] pitti: I also had a look at the debdiff and I'm pretty sure it'll fix bug 287098 [18:40] Launchpad bug 287098 in ltsp "LTSP fails to install from Ubuntu Alternate" [Undecided,New] https://launchpad.net/bugs/287098 [18:40] ogra: is there an easy way to test it ? (other than rebuilding a cdimage) [18:41] oh, this bug shuold have been mentioned in the changelog [18:41] pitti, it was filed after my upload :) [18:41] pitti: I opened the bug after ogra uploaded the fix [18:41] ogra: accepted, please close the bug manually then [18:41] ah, heh [18:41] will do, thanks [18:46] ogra: I closed the bug [18:47] thanks :) [18:48] Riddell: did you get the jockey thing sorted? [18:48] lool, seb128: something broke in libv4l/cheese -- gstreamer v4l doesn't seem to work any more. [18:54] cjwatson: ah, libmail-sendmail-perl has no further dependencies and 0 bugs, I'll just review and promote it [19:01] pitti, given the RC DVD hasn't been created yet (AFAIK), will it be possible to adjust the components for the pieces of fglrx pre-rc so that it can now get included on that RC DVD, or will that need to be post-rc too? [19:01] superm1: that should be possible, since it will be a while until we can actually build DVDs [19:01] slangasek: ^ ok for you, too? [19:02] yes, that's ok with me [19:02] that needs to be re-seeded somewhere? [19:02] superm1: is it already seeded? [19:02] pitti, no it's not seeded yet. we were waiting for it to be in the right component before breaking the DVD again [19:06] superm1, slangasek: moved to restricted [19:07] erm, hang on [19:07] 2008-10-21 18:07:06 WARNING 'fglrx-installer' has no binaries published in intrepid [19:07] WTH? [19:07] check NEW [19:07] oh, NEW [19:07] the library was moved into it's own binary package [19:07] right, that [19:08] NEWed to multiverse [19:09] superm1, I see you resolved your library issues [19:09] NCommander, well just the workaround that you and I discussed yesterday to not use dpkg-shlibdeps [19:10] superm1, its an ugly situation [19:10] superm1: ok, I think I sorted out the remaining overrides (fglrx-modaliases -> main, libamdxvba1 -> multiverse, rest -> restricted) [19:10] pitti, well fglrx-amdcccle doesn't need to be restricted i dont think. it's equivalent for nvidia (nvidia-settings), where's that live? [19:11] superm1: main :) [19:11] pitti, ah okay :) [19:11] superm1: it's GPL and needed for both universe and restricted pacakges [19:12] superm1: so what should we seed? jockey-common already pulls fglrx-modaliases [19:12] so just fglrx-kernel-source and xorg-driver-fglrx ? [19:12] do we need xorg-driver-fglrx-dev ? [19:12] tseliot: ^ [19:12] pitti, i think just xorg-driver-fglrx [19:12] that will pull in fglrx-kernel-source [19:12] the -dev doesnt need to be seeded [19:13] ah, indeed [19:13] and it Recommends: fglrx-amdcccle [19:13] so that needs to be in restricted, too [19:14] ok, seeding done [19:15] okay thanks [19:34] mvo, I fear I don't know python-apt (libapt?) well enough to understand how your suggestion on dealing with the Synaptic pin settings ("lock package") should be done; do you have further advice? [19:35] top [19:35] ww. [19:41] infinity: do you have a magical stick to tell king and terranova "nah, I don't actually want this DVD livevs any more" and cancel it? [19:44] kees: Weird, I tested yesterday and it worked [19:44] ogra, tjaalton: I'm skeptical of accepting the fix for bug #282203 at this stage; it's my understanding that hotplug doesn't work well for tablets no matter what you do, and it sounds like re-adding the fdi will cause regressions for users on upgrade [19:44] Launchpad bug 282203 in wacom-tools "Wacom tablet hotplug is no longer enabled by default" [Medium,Triaged] https://launchpad.net/bugs/282203 [19:44] kees: both with cheese 2.24.0 and 2.24.1 [19:44] kees: It breaks for you? [19:44] tjaalton: so I don't think that really qualifies for a two-days-before-RC accept [19:45] kees: Works just fine here [19:48] slangasek: well, regression when upgrading from hardy, yes [19:49] slangasek: if they use more than just the stylus [19:49] tjaalton: which I understand the kind of users who have tablets tend to do :-) [19:50] liw: did my snippet not work? [19:50] mvo, cache._depcache.ReadPinFile("/var/lib/synaptic/preferences") [19:50] mvo, that works, but what do I do next? [19:50] slangasek: yeah, your call :) [19:51] liw: that should be all required, no? [19:53] mvo, my code (based on your initial code) checks for isInstalled, installedDownloadable, candidateDownloadable, and _pkg.VersionList -- based on those, it still determines that the package is cruft [19:53] kees: Could you check your upgrade logs and see which package regressed here? I'm using libv4l 0.5.1 BTW [19:57] lool: hrm, after a full update and reboot, it seems fine. [19:57] lool: I must have seen some kind of intermediate breakage. [19:57] pitti: Supposedly, gstreamer-plugins-ugly is just to play the format supported only by plugins in this package; I'm downgrading to suggests as well [19:57] lool: sorry for the false alarm :P [19:58] pitti: yes, we don't need the fglrx -dev package [19:58] superm1, pitti: from what I remember amdcccle is proprietary [19:58] if I want to programmatically sort a list of kernel packages into order by version number, and they follow the linux-image-$VERSION pattern, I can just sort the package names, right? [19:58] tseliot: yes, the question was just about restricted vs. multiverse [19:58] kees: Some people seemed to say that the cam would only work once [19:59] kees: I suspect it needs clean shutdown or something [19:59] tseliot: it's in restricted now, since xorg-driver-fglrx recommends it [19:59] lool: ok, thanks; so that, promote libvisual-plugins, and drop jack from the latter is the way to go now? [19:59] pitti: jack is shlibs borkeness I think [20:00] pitti: yes, it should stay in restricted [20:01] liw: hm [20:01] liw: let me update the code [20:01] pitti: I mean, good choice [20:01] pitti: What's the path between libvisual and jack? bdeps? [20:02] I don't like removing jack this late, it could break ubuntu studio or something [20:03] Actually the bdep is suspicious, I see references to jack in the upstream code, but no dep [20:03] lool: yes, it b-deps on it; curiously enough it doesn't seem to *binary*-depend on jack [20:04] Yeah, I suspect the configure check fails for some reason [20:04] looking at build log [20:04] lool: works multiple times for me, even after a -9 kill. [20:04] checking for LIBJACK... yes [20:05] pitti: I think it simply isn't installed [20:05] drwxr-xr-x root/root 0 2007-11-26 11:44:10 ./usr/lib/libvisual-0.4/input/ => no jack [20:06] lool: ah; so removing the b-dep now wouldn't actually change anything [20:06] hello, everybody. I've found out some intresting bug and will be very appreciate, if someone else check it, because i'm not sure, that someone else have this issue - http://bugs.launchpad.net/ubuntu/+bug/287134 :-) [20:06] Launchpad bug 287134 in ubuntu "In "Intrepid" beta for correct password enough only 8 correct chars" [Undecided,New] [20:06] pitti: it never goes into input/jack for some reason [20:07] SUBDIRS = $(build_input_plugins) [20:07] hm, who can prod the retracer? bug #286915 has no backtrace and it would be nice to have one [20:07] Launchpad bug 286915 in update-notifier "update-notifier crashed with SIGSEGV" [Undecided,New] https://launchpad.net/bugs/286915 [20:07] Input plugins : alsa mplayer => no jack [20:08] ia, I cannot reproduce that [20:08] I got to run a friend to the train station; be back after lunch [20:08] pitti: I'm kind of WTF, build_input_plugins="" is reset in configure.ac for no apparent reason [20:08] pitti: Anyway, will report to Debian and will remove bdep [20:08] lool: splendid, thanks [20:09] lool: I'm somewhat grateful about this bug, though, since it allows us to drop it without changing runtime behaviour :) [20:09] lool: I'll review libvisual-plugins for MIR after dinner [20:10] pitti: Yeah, incredible coincidence :) [20:10] pitti: I'm dropping libesd0-dev bdep for the same bug... [20:11] pitti, post rc, i'm going to have an extra hook to add for bluetooth stuff that's used in pm-suspend. would you rather see it land in the bluez package for now as a patch, or in the pm-utils package as a patch? I'm been waiting for the pm-utils maintainer to ack it before i brought it up, but it's looking like that might not happen in time [20:29] pitti: Frankly libvisual-plugins is not the cleanest; I got lintian errors and last upload in Debian was a year ago (albeit there's no reported bugs and it's the latest upstream version), the upstream site is more or less broken [20:30] mvo: Synaptic Quick Search is fixed. Thank you :) [20:30] dashua: excellent, thanks for testing it :) [20:30] Np [20:34] i have a problem, that after i hibernated my computer, it stopped starting with acpi mode on [20:47] slangasek, well, its a "at least something that works" approach i'd say [20:48] ogra: you're saying that it's better to handle it through evdev? [20:48] er, s/evdev/hotplug/ [20:48] well, hal-input is the future [20:48] so you would have at least something that works with the desired model [20:49] but it would still be a regression for hardy users; there's no reason we need to ship every available bit of the "future" in a release, if it gives an inferior user experience [20:49] i plan to put up a howto for touchscreen users for which i havent gotten evtouch data yet to create .fdi files, i assume that could be extended for wacom users and how to set up your device [20:50] though for touchscreens *everything* is an improvement to the former situation ... [20:50] the prob is that the actual regression is between gutsy and hardy [20:51] for wacom [20:51] howso? [20:51] we shipped all the tablet default sections in gutsy, they were dropped because users without wacom devices complained about the warnings in the xorg logs [20:52] so hardy didnt ship any default sections for wacom users and they had to set them up theirselves [20:52] ok, but anyone who had configured their tablet manually in X for hardy is now going to have it broken again if we enable this fdi file [20:52] right [20:52] wb seb128 [20:53] which imho wuld be ok if we offer a way to show them how to adapt to the new config [20:53] slangasek: ping [20:53] ogra: "offer" how? release notes? [20:53] we might as well leave the package as it is and release note everything, I think [20:53] pgraner: moo [20:53] release notes pointing to a howto that explains how to create a fdi file [20:53] hi RainCT [20:54] well, the trasition will have to happen anyway, we just postpone the prob [20:54] slangasek: we need to upload one more kernel to address some last min issues, rtg is ready any time, wanted to make sure it was cool with you before we proceeded [20:54] and with the request to users to file their created .fdi files jaunty would have all data available early [20:55] slangasek: not an abi bumper, just some regression cherry picks and a few device enablers that are isolated and not a big risk [20:55] ogra: the problem only exists because we have incomplete support for these devices via hotplug, and should be resolved for jaunty; we can do that just as well without breaking the hardy->upgrade path for users... [20:55] pgraner: which last-minute issues? [20:55] slangasek, well, currently all i hear is that it doesnt work on upgrades either [20:56] seb128: I've added .ephy-extension.in to po/POTFILES.in but running "intltools-update -p" doesn't include the strings for _Name nor _Description from it into the .pot. Any idea what could be wrong? (It's up on lp:epiphany-extensions-extra, if you want to look). [20:56] juliux is a typical candidate here btw [20:56] ogra: I'd like some solid confirmation of that in the form of a bug report [20:56] ogra: I'm not going to risk breaking the upgrade path based on hearsay [20:56] juliux ^^^ mind adding info to the bug ? [20:56] pitti, slangasek: on ubuntu-docs, shipping translations with 70% translation or more results in a package size of 2.9MB (as against 2.3MB the current archive version). How does that sound? [20:56] slangasek: XFS barrier support, intel G45 motherboard support [20:57] RainCT: I'm not a libtool wizard and I've other things to debug but it might use the filename, you said that was a .desktop before [20:57] hm? [20:57] slangasek, i personally wasnt involved in tablets at all i only looked after touchscreens, i'm wiling to do so for jaunty though but wasnt aware o wacom probs until very recently [20:57] pgraner: do you have a bug number for that latter issue? Anyway we are at this point not going to be able to get it in for RC without a lot of pain; I'm not happy with the idea of pushing a new kernel between RC and final either, but probably will if that's what we have to work with [20:58] pgraner: there are also a number of other targeted and milestoned linux bugs, such as bug #259157 and bug #284354 - are those in progress somewhere? [20:58] Launchpad bug 259157 in network-manager "[MASTER 0.7 regression] atheros/madwifi and orinoco drivers not supported" [High,Triaged] https://launchpad.net/bugs/259157 [20:58] Launchpad bug 284354 in linux-lpia "AR2424 on Samsung Q1 loads both ath_pci and ath5k modules" [High,Triaged] https://launchpad.net/bugs/284354 [20:58] seb128: I said ".desktop and similar files" :) [20:58] slangasek, at least the second one ws discussed in the kernel team meeting today [20:59] RainCT: dunno what is similar to a .desktop, what I said was for a desktop before [20:59] slangasek: 259157 won't happen before RC ath5k is a mess upstream and we don't have good answer other than it is going to go as is and we'll hopefully get it cleaned up in a update [21:00] seb128: that it also has Name and Description entries, and epiphany-extensions is doing it like that too (but using autotools) [21:00] * ogra likes to note that he is massively unhappy about that we wont release ubuntu-mobile with working wireless for most mobile users that way [21:00] pgraner: will 259157 happen /after/ RC, then? if so, I think we're better off with a single kernel upload for the lot, instead of breaking our necks to get one in pre-RC and then having another post-RC [21:00] slangasek: 284354, amitk is working on it [21:00] seb128: uhm, renaming it to .desktop.in works [21:00] *it works [21:01] slangasek: not for awhile, thats why we wanted to get these in before [21:01] seb128: well, go debug your stuff, I'll see if I get it working :) [21:01] seb128: thanks [21:02] mdke: I believe all the images can spare 600k at this point, yes [21:03] Function `cairo_pdf_surface_create_for_stream' implicitly converted to pointer at /build/buildd/gtk+2.0-2.14.4/modules/printbackends/lpr/gtkprintbackendlpr.c:212 [21:03] stupid gtk2.0 [21:03] slangasek: I'm trying 75% to see if that will squeeze a bit more out, I think that's a fair percentage to go up to [21:03] gtk+2.0, that is [21:03] mdke: feel free, but I think 600k is already something we can live with (after the last round of pruning that pitti had to do :/) [21:04] pgraner: "not for a while" as in, you believe 259157 is now SRU material? [21:04] slangasek: thanks very much. I'll give 75% a try and then re-ask for sponsoring of the upload [21:05] slangasek: yep, there is not a solution upstream or much we can do ATM. rtg wants to hold off until a better solution develops [21:05] pitti: I pushed a bunch of libvisual-plugins uploads, as I got hooked into fixing it's packaging; I think the package is quiet upstream and in Debian, working decently in its current version, and not risky security wise, so I think we can promote it as being relatively pure logic; the two inputs currently enabled are alsa and mplayer, so I think there's no high risk here [21:07] slangasek: I showed my (3 lines) changes to the release notes to pitti and he said that they looked good. The grammar should be ok too: https://wiki.ubuntu.com/IntrepidReleaseNotes#nVidia%20%22legacy%22%20video%20support [21:12] <[diablo]> good evening #ubuntu-devel [21:12] <[diablo]> guys, could anyone please tell me the name of the script that is (iirc) from Dell for rebuild nvidia drivers [21:12] slangasek: for the Intel G45 https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/285572 [21:12] Launchpad bug 285572 in xserver-xorg-video-intel "X freezes right after login when using EXA on G45 machine" [High,Triaged] [21:13] [diablo]: hi, there's #ubuntu for support [21:13] slangasek: this is a two part patch one goes in X, that bryce has put in X, the other is needed in the kernel [21:13] is there a VM somewhere that runs the automated unit tests nightly? [21:13] [diablo]: it's DKMS [21:13] <[diablo]> RainCT, nod... [21:13] bryce: can you confirm pls? [21:13] <[diablo]> sorry [21:14] <[diablo]> thanks tseliot ! cheers dude [21:18] tseliot: I'm not keen on suggesting in the release notes that users should run grep commands to find out if their system supports SSE [21:19] tseliot: isn't it possible to enumerate the systems that don't support SSE? [21:19] slangasek: what do you mean by enumerate? [21:19] tseliot: list [21:20] ogra: did you see amitk's comments in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/284354/comments/7 [21:20] Launchpad bug 284354 in linux-lpia "AR2424 on Samsung Q1 loads both ath_pci and ath5k modules" [High,Triaged] [21:20] slangasek: aah, writing a list of all the CPUs which don't support SSE [21:20] tseliot: i.e., "486, Pentium, Pentium Pro, and AMD-whatsit", or similar [21:20] pgraner, that has a lot of potential for post release breakage in it [21:20] the list of SSE-less CPUs that work with Ubuntu is fairly short, isn't it? [21:21] rtg: ping [21:21] hmm? [21:21] pgraner, i'd like to avoid shipping lbm as a default package if possible [21:22] so here is the issue for bug #284354 [21:22] slangasek: ok, I think it can be done. I'll let you know when it's ready [21:22] Launchpad bug 284354 in linux-lpia "AR2424 on Samsung Q1 loads both ath_pci and ath5k modules" [High,Triaged] https://launchpad.net/bugs/284354 [21:22] mobile wants to blacklist ath5k [21:22] Are the ISO images of the alternate CD of the stable version (8.04) updated regularely? [21:22] but same pci id is working with ath5k for eee pc users [21:22] rtg: 259157.... slangasek was asking on timeframe, I told him after GA due to upstream issues, sound right? [21:23] amitk, well, correctly said, mobile would like the driver from lbm in the default kernel image [21:23] pgraner: the X fix for 285572 is in the unapproved queue, yes [21:23] TheFiller: they're updated as part of point releases, on an approximately 6-month cycle [21:23] amitk: what will they use for their WPA solution? [21:23] pgraner: yes [21:23] ogra: that can't happen the diff is too big [21:23] slangasek: not sure I was told that bryce was adding it in via amitk [21:23] rtg: nothing, since there is no madwifi module in wpasupplicant [21:24] TheFiller: this applies to 8.04 because it's an LTS (long-term support) release, it's not true of other Ubuntu releases [21:24] slangasek: Thank you. Does this also hold true for the 'normal' desktop CD? Or is this updated more often? [21:24] pgraner: that was a statement, not a question :-) [21:24] TheFiller: the same. [21:24] amitk: which means LBM (if they want WPA) [21:24] slangasek: Thank you [21:24] pgraner: slangasek: so we are good for the 285572 then [21:25] slangasek: sorry my bad then [21:25] rtg: correct [21:25] seb128: about bug #285695, I guess the change he did is that one you suggested to him (rename ~/.local) [21:25] ogra: seriously, why would you want to default to supporting only wep? [21:25] Launchpad bug 285695 in nautilus "Nautilus asks for user password when launched" [Low,Incomplete] https://launchpad.net/bugs/285695 [21:25] amitk, ?? [21:25] amitk: well, I haven't agreed to accept the changes yet before RC; I'm not keen on having to reroll all the CDs /again/ for this [21:26] amitk, with the ath5k from lbm everything works flawless [21:26] RainCT: rigjht, I was just asking in case he had a look to what setting exactly there is creating the issue [21:26] amitk, currently by default two drivers are loaded for the same device [21:27] ogra: ath5k in lbm is ok. but it is _NOT_ going to be integrated into the kernel [21:27] amitk, right, but i dont see a sane way of intregrating lbm in the default seeds [21:27] amitk: btw, an 'ubuntu-8.10-beta' milestone for this bug is definitely unrealistic at this point :-) [21:27] so going by that assumption, your only choice is madwifi [21:27] slangasek: oops. [21:27] which is the current default [21:28] slangasek, modprobe timeshift :) [21:28] its the kernel team you deal with ;) [21:29] rtg, BenC1: hm, CDROM_DRIVE_STATUS is evil in the intrepid kernel (bug 283316); you don't happen to know about this, and whether this is considered a bug or a feature? [21:29] Launchpad bug 283316 in hal "intrepid - ejected dvd media is inserted right back in" [High,In progress] https://launchpad.net/bugs/283316 [21:30] amitk, i'll discuss it with lool but i think we agree that we would be unhappy of carrying lbm as a dep of any of the meta packages [21:30] the change wouldnt happen before RC anyway [21:31] pitti: I noticed you have to be pretty quick. [21:31] amitk, pgraner: when was the decision made to target this bug to intrepid? it looks like the first follow-up from the kernel team was about 10 hours ago; if this had been discussed with the release team sooner we could have planned to include it in the CD pulse that we're halfway through at the moment, now I instead have to evaluate whether this change alone justifies rerolling everything or else waiting to batch it with other pending fixes [21:31] ogra: noted. And kernel team agrees that shipping a new ath5k at this stage is not a option because all the drivers will have to be bumped up to match the headers required by new ath5k [21:31] all solutions apart from getting teh working driver from lbm into mainline are resulting in releasing a broken wlan support for final [21:31] rtg: I was just told about it today; my laptop's external CD drive can't mechanically close, so I never noticed myself so far [21:32] which is very odd as it will lose us people from the community which was our (or rather my) main focus for this release with the mobile image [21:32] amitk, pgraner: also, is EXA default on this hardware? [21:32] s/on this hardware/with this driver/ [21:32] pitti: same here (no mechanical door) [21:32] slangasek: it was brought to my attention a few hours ago. So not a long time has passed. And the patch seemed fairly simple and straight-forward [21:33] slangasek: but I would be willing to pull it from the kernel release if it is causing major headaches. [21:33] rtg: so given that the documentation says that there is a possible CDS_TRAY_OPEN, I'd consider this a bug [21:33] amitk: the question isn't whether the patch is straightforward; there's a larger picture here [21:33] pitti: I do have a couple with drive motors somewhere. I'll test it. [21:34] slangasek: agreed. I didn't see that picture and stand rebuked. [21:34] amitk: re-rolling all the CDs for a kernel fix is costly when we're this close to RC; it costs us time for the actual builds, and it also costs us testing resources [21:35] pitti: I remember a patch to the eject package awhile back. I wonder if that messed something up. [21:35] rtg: no, it's not related to that [21:36] slangasek: yes, exa is the default. i'm not sure it's relevant to the bug though. [21:36] rtg: I updated the bug title and added a comment [21:36] rtg: I'm looking for an upstream bug now, and try to find the commit that changed it === BenC1 is now known as BenC [21:40] rtg, BenC: oh, do we use a different kernel driver for CD-ROMs in intrepid? ide-cd vs. some SCSI emulation thingy? [21:41] pitti: its possible, I haven't followed the SCSI layer very closely. [21:42] pitti: there's ide-cd and sr_mod, but they both use cdrom.ko for low level, IIRC [21:42] ide-cd.ko exists in hardy, but not in intrepid [21:42] amitk, pgraner: ok, please go ahead with the linux upload with those two fixes (285779 and 285572); I haven't decided yet whether to accept those packages before RC, but I will definitely try to if the opportunity presents iself [21:42] itself [21:42] slangasek, btw, if you're considering rerolling the rc, I'm in favour. [21:43] We forgot to update our docs so everything still says 8.04 [21:43] Well, we didn't forget, we were waiting on someone but they didn't come through [21:43] cody-somerville: I assume you mean xubuntu? We can do individual rerolls with much less pain [21:43] BenC: there is a related commit (not for this bug, though) which seems to indicate that ide-cd and SCSI use different ioctl implementations: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=210ba1d1724f5c4ed87a2ab1a21ca861a915f734 [21:43] slangasek, aye [21:44] BenC: is there an update to linux-firmware in the pipe for the copyright problem? [21:44] cody-somerville: are the fixed docs uploaded? :) [21:44] slangasek, Okay. I'm going to sponsor NCommander's upload once it is ready and then I'd like to reroll Xubuntu. [21:44] pitti: hmm...well, unless something changed in sr_mod between hardy and intrepid, nothing should be different [21:44] cody-somerville: ok - the actual reroll will probably be held until we have a decision on the kernel stuff [21:45] pitti: I doubt many people were using ide-cd in hardy [21:45] slangasek: ack [21:45] slangasek: I might have something partial done...tracking down all this firmware is difficult [21:45] slangasek: you'll get some other baggage in the kernel upload for free. I pulled in the stable tree updates from 2.6.27.2 a couple of days ago. [21:45] BenC: ah, so we were using sr_mod in hardy, too? that's a good data point [21:46] BenC: understood... :) Even if you don't think you'll have it all tracked down for final, please plan to upload at least a partial fix [21:46] pitti: Oh yeah, most ATA controllers were handled by libata and not ide.ko as far back as feisty [21:46] slangasek: deadline? [21:47] BenC: Sunday, for best results [21:47] slangasek: No problem then [21:53] BenC: hm, I'm a bit lost then; above git commit was actually the last change to sr_ioctl.c, and it happened in January (thus hardy should have it) [22:00] superm1: having the patch in pm-utils is fine, at least for intrepid (if upstream refuses it, we have to re-negotiate it) [22:02] pitti, okay, i've put the debdiff on a bug and subscribed ubuntu-release for now then, and i'll plan to upload after rc and someone on release looks at it [22:10] <[Relic]> What do you do if a fix has been submitted but seems only to work in 32bit versions and not 64bit version of 8.04 (an LTS fix)? [22:18] [Relic]: complain about it on the bug report [22:27] j #ubuntu-de-offtopic-offtopic [22:27] sorry :/ [22:32] cjwatson: ubiquity changelog is still UNRELEASED for the version uploaded yesterday, I'll change that to intrepid and assume there's no other changes that havn't been committed [22:32] Riddell: who uploaded it? [22:32] Riddell: please get them to commit [22:33] asac: since the kernel team says their side of 259157 is not fixable prior to release, is it possible to get the driver tweaks back into NM in that same timeframe? [22:34] kwwii: ubuntustudio-look is the source package. [22:34] cjwatson: you're in the changelog line [22:34] Riddell: surely not. https://lists.ubuntu.com/archives/intrepid-changes/2008-October/009050.html says Evan uploaded it [22:34] ah, but it was evand indeed [22:34] Riddell: besides I bind all my bzr checkouts so I don't generally have this problem ;-) [22:36] Riddell: in future I really prefer it if commits don't happen until after this is done properly so that tags are accurate [22:36] call me anal if you wish :) [22:36] but the way you did it means that there is no possible correct location for the tag [22:36] cjwatson: I didn't know ubiquity had tags [22:37] Riddell: debcommit -r sets them automatically [22:37] slangasek: no ... there are no driver tweaks for atheros [22:37] in NM [22:39] asac: so without the kernel fix available, our only other option is release notes? [22:39] slangasek: i lengthy explained that in the kernel team meeting [22:40] asac: sorry, I need the less-lengthy explanation for RMs that are juggling very sharp CDs :-) [22:41] Riddell: can I uncommit this, tag it properly, and put your change back at the end? [22:41] slangasek: short version: for ath NM tweaks cannot be added back in a reasonable time. [22:41] asac: ok - release-noting then, thanks [22:41] cjwatson: sure [22:42] slangasek: i suggested to the kernel team to gather feedback and blacklisting ath5k for those that we know that work with ath_pci in a SRU [22:42] ok [22:42] for those == pci ids [22:42] unfortunatley we have no detailed infos what ids those are [22:44] cjwatson: bug #204272> my investigations lead me to believe we have a horrible, horrible thread race somewhere in gstreamer/pulse, I haven't updated the bug at all because I don't have anything conclusive and am not even sure my crash is the same one [22:44] Launchpad bug 204272 in pulseaudio "totem-gstreamer crashed with SIGSEGV in pa_stream_write()" [High,Confirmed] https://launchpad.net/bugs/204272 [22:48] slangasek: uploaded linux_2.6.27-7.13 [22:49] I'm fleeing for awhile. I'll check back in a few hours. [22:49] rtg: thanks [23:04] Riddell: done (you'll need bzr pull --overwrite if you're branched, though I think if you're using a checkout then bzr up should be enough) [23:05] Riddell: I used arcane trickery to uncommit but then merge back the uncommitted change, so it shows as a branch [23:05] well, I suppose I could just have done branch+uncommit+commit+merge but I didn't ;-) [23:06] cjwatson: thanks, hope that didn't cause you too much trouble [23:06] no trouble [23:07] I just find it useful to have all the "i"s dotted close to release so that we can do accurate archaeology if need be :) [23:11] kirkland: have you seen bug #285269? [23:11] Launchpad bug 285269 in grub "grub error 15 after intrepid-beta install" [Undecided,Confirmed] https://launchpad.net/bugs/285269 [23:13] slangasek: that definitely seems like a bug [23:13] evand: ^- [23:13] the code below handles boot_device that way ... [23:14] slangasek: cjwatson: Hauke wrote 17 minutes ago that it's fixed for him in 20081021.3 [23:14] er [23:14] how did that happen? :) [23:14] kirkland: he's describing a different problem [23:14] silly people conflating bugs [23:14] right [23:14] erg [23:15] I've cranked the bug up to triaged/high/ubuntu-8.10 [23:15] ah, is that why my attempt to approve the nomination is hanging [23:15] could be :) [23:16] I'll see if I can reproduce [23:16] cjwatson: i'm trying here [23:17] slangasek: cjwatson: the beta iso's were busted for me too... i reported and fixed that last week [23:17] busted how? [23:17] anyway, the convert_to_uuid stuff wasn't added until somewhat post-beta [23:17] cjwatson: see the last couple of grub/mdadm patches you sponsored for me [23:17] ok [23:18] but forget about LVM/md, that isn't what this bug is describing [23:18] cjwatson: okay, i'm testing now [23:18] if you read the description [23:18] it's talking about perfectly ordinary block devices, but you just happen to have a separate /boot [23:19] slangasek: is this "release-note for RC, fix for final" territory or will you want to squeeze a fix into RC somehow? [23:19] cjwatson: the former [23:20] thought so [23:21] tseliot, pitti: girlfriends laptop now reinstalled with a hardy->intrepid upgrade and jockey-kde is working better, it offers me broadcom STA and b43 and ATI drivers [23:22] tseliot, pitti: ATI and b43 resulted in a blank warning dialog, STA installed and is working well [23:22] Riddell: you ran jockey-kde through sudo? we still need to fix the .desktop file to make it work through the menu [23:22] evand, cjwatson: bug #280515 was fixed in grub-installer, wasn't it? [23:22] Launchpad bug 280515 in grub "Flash drive boot - menu.lst errors" [Undecided,New] https://launchpad.net/bugs/280515 [23:22] Riddell: blank??? With some button? [23:22] Riddell: blank warning dialog? that sounds bad [23:23] pitti: I ran it through the systray icon [23:23] Riddell: yes, that works (I fixed that recently to go through kdesudo) [23:24] Why is mapivi 0.9.1 rather than mapivi 0.9.7 is added to the universe repository of intrepid? They differ a lot: http://mapivi.sourceforge.net/mapivi.shtml#news [23:24] the .desktop file needs vmvmvmvmvmvmvmvm [23:24] no, it doesn't [23:24] it needs X-KDE-SubstituteUID=true [23:25] Riddell: did you try installing policykit-gnome? [23:26] slangasek: sounds like 282037 [23:26] slangasek: oh, it's only bug 282037 if the install was *from* a flash drive [23:26] Launchpad bug 282037 in ubiquity "grub-installer defaults to (hd0) which is the installation medium in the case of USB installs" [High,Fix released] https://launchpad.net/bugs/282037 [23:26] slangasek: it ought to have been fixed by the addition of UUIDs [23:27] cjwatson: i have reproduced the problem here [23:28] tseliot: yes [23:28] cjwatson: slangasek: shall I test the proposed fix? http://launchpadlibrarian.net/18655689/xxxx [23:28] tseliot: currently it says I should restart for the ATI driver, so I guess I'll do that [23:28] looks reasonable ^ [23:28] Riddell: and are you getting a blank dialog with some button or what? [23:29] Riddell: e.g. a blank progress dialog [23:30] cjwatson: I thought that's what the "not CD image" comment meant, but it's of course ambiguous [23:30] kirkland: yes, please test && commit [23:31] slangasek: commit? [23:31] kirkland: to the grub bzr tree? [23:31] * kirkland doesn't have commit access, but i'll put it somewhere mergable [23:33] oh, right [23:33] do that then :) [23:33] tseliot: I rebooted, now I have both broadcom STA and ATI drivers enabled (it no longer offers me b43) [23:33] tseliot: if I click to disable ATI driver it just disabled the top listwidget and nothing much happens [23:33] tseliot: I suspect the blank error dialogue was from when i had no network [23:34] Riddell: yes, that's likely to be the cause but the dialog shouldn't have been blank [23:35] Riddell: and you should've seen a progress dialog when removing the driver too. Have you ever seen a progress dialog in jockey-kde (in intrepid)? [23:35] tseliot: yes, when installing broadcom STA [23:37] Riddell: hmm... ok I'll do some testing tomorrow so as to see if I can reproduce the problem. Thanks for your feedback [23:37] kirkland: the comment change in http://launchpadlibrarian.net/18655689/xxxx is bogus; the rest should be OK [23:39] cjwatson: i'm trying to figure out the best way to test this, since this is in a deb, not a udeb [23:40] BenC: I reported the CD-ROM ioctl bug upstream, let's see whether someone finds something [23:40] cjwatson: i'm not sure you've shown me that -fu yet [23:40] kirkland: 'sleep 3600 || true' after the apt-install block in /usr/bin/grub-installer, then edit the code in /target/usr/sbin/update-grub, then kill the sleep process [23:40] kirkland: install; mv /boot/grub/menu.lst{,.bak}; update-grub -y? [23:40] or that [23:40] s/then edit/wait for the installer to reach the sleep, then edit/ of course [23:41] cjwatson: slangasek: thanks, i'm on it [23:52] ScottK, I did plan to become a formal backporter. jdong already said yes, pending MOTUship [23:58] cjwatson: slangasek: test successful [23:58] cjwatson: slangasek: regression testing required? [23:59] kirkland: regression-testing> test that it also DTRT with a single-partition install? :) [23:59] slangasek: let me push a bzr branch, and then i'll test that