[00:23] hi. i get a FTBFS for xserver-xorg-input-aiptek, buildlog: http://www.warperbbs.de/melting/readfile.php?file=andreas/xserver-xorg-input-aiptek_1.1.1-1build2_i386.build.gz , error: http://paste.ubuntu.com/141051/ [00:25] Ampelbein: at a glance, you are missing a build dependency of some sort. [00:25] Ampelbein: apt-file could help you track down the file you want, and the package its in. [00:25] TheMuso: just seen: http://launchpadlibrarian.net/24381721/buildlog_ubuntu-jaunty-i386.xserver-xorg-input-aiptek_1%3A1.1.1-1build2_FAILEDTOBUILD.txt.gz thats the official build [00:26] should i open a bug for this? [00:26] Ampelbein: not sure yet, let me think... [00:28] Ampelbein: I think a bug is only needed if you have a diff to fix it, but others may think differently. [00:29] TheMuso: i also think that's why those packages are not installable anymore. we changed xserver-xorg version and the old, compiled packages, conflict with those versions. [00:29] right [00:29] see bug #351076 [00:29] Launchpad bug 351076 in xserver-xorg-input-void "Package xserver-xorg-input-aiptek does not install (Januty beta)" [Undecided,New] https://launchpad.net/bugs/351076 [00:30] TheMuso: i'll be looking for the file and provide a diff [00:30] Ampelbein: thanks [00:30] Ampelbein: this bug was discussed on ubuntu-x@ earlier today. [00:31] bryce: oh, sorry. didn't see that [00:31] just joined half an hour ago [00:31] sbeattie: there are a few input drivers that won't build against xserver 1.6. on my list of things to fix.. [00:32] sorry, s/ubuntu-x@/#ubuntu-x/ [01:09] kees: around? [01:17] LaserJock: in and out, trying to get a ppc machine booted === jdong_ is now known as j-dizzle === j-dizzle is now known as jdong === Snova_ is now known as Snova [01:53] bryce: i think i found the issue, at least for the aiptek-driver, must look for the other drivers too. [01:53] Ampelbein: excellent [01:54] it seems that since ABI-Version 3 some function calls became obsolete [01:54] and of course the filename changed from xf86Version.h to xorgVersion.h [01:55] i will attach a patch for someone experienced to review though [02:01] bryce: can you give me some assistance? got the following warning from dpkg-shlibdeps :http://paste.ubuntu.com/141095/ [02:02] shouldn't shlibdeps check the "depends" and get the symbols from the libraries needed? [02:02] not sure [02:03] but Xfree, Xrealloc, xf86Msg, etc. are all extraordinarily standard calls that haven't moved or anything [02:04] Ampelbein: you might compare how linking is done in this driver with a working driver. maybe it's doing things in a wrong order or something [02:05] ok, will do that [02:22] bryce: a dependency was missing. but this could not have resulted in an actual error as those dependencies are installed with xorg anyway. but i added them nonetheless. [02:24] ok [02:26] bryce: now a package-naming question: currently the package is named 1.1.1-1build2, should i name 1.1.1-1build3 or rather 1.1.1-1ubuntu1, since this is a change not in debian yet? [02:26] 1.1.1-1ubuntu1 [02:27] thank you very much for helping! [02:32] Ampelbein: regarding missing dependencies: does the package list ${shlibs:Depends} on its depends line? [02:32] YokoZar: yes, it does [02:33] hmm, ok then. I'm still trying to figure out the cases where that misses things [02:36] Ampelbein: and thanks for investigating the problem! [02:51] bryce: bug #352083 [02:51] Launchpad bug 352083 in xserver-xorg-input-aiptek "FTBFS due to xserver-1.6" [High,Confirmed] https://launchpad.net/bugs/352083 [02:51] could you look over it and see if what i've done is ok? [02:51] sure [02:52] i'm a bit unsure because i usually use quilt or cdbs to add patches. here i added quilt, but before there was no patchsystem used. [02:52] so there are many changes not reflected. [02:55] Ampelbein: yes this looks perfect, thanks for adding a patch system, that's the correct way to do it [02:56] Ampelbein: this looks good to me, do you feel it to be ready for upload? I can sponsor for you if so. [02:57] bryce: don't know. the driver builds fine, but i don't have an aiptek handy to test if it works correctly [02:57] hmm [02:57] I tried pbuildering it but got an error [02:57] whuups. [02:57] my bad [02:57] bryce: Your posted debdiff can't possibly be correct. It doesn't include any debian/* changes for quilt. [02:58] let me doublecheck that the patch is applying [02:58] i forgot [02:58] debian/rules not changed [02:58] infinity: aha right [02:59] bryce: Also, sort of ironic that you told him that was the right way to do it. I tend to rey to discourage people from forking packaging from Debian (unless you intend to push the quiltiness back up to XSF) just to maintain a 3-line patch... [02:59] Ampelbein: do you want to post a new debdiff with that added or shall I? [02:59] i will do that [03:00] bryce: A 3-line inline diff is so much easier to merge than a bunch of extra goo in debian/* [03:00] infinity: tjaalton is going to incorporate the fixes for this and other input drivers that are failing to build and put into debian [03:00] s/tend to rey/tend to try/ [03:01] so shouldn't i use a patchsystem for that? [03:01] bryce: Kay. If all the debian/* changes are going upstream too, I retract my objection. I just spent too much time over too many years merging massive changesets that boiled down to "I wanted to fix a 5-character string, and I added 15 lines to debian/* to do it" [03:02] infinity: i'm sorry. i'm fairly new to this. just updated ubuntu-desktop-packages so far. [03:02] Ampelbein: Don't apologize. It's more of a religious thing than a strict policy. :) [03:02] infinity: in this case the fix Ampelbein is adding is already upstream at freedesktop.org, so he's essentially backporting it for us [03:02] Ampelbein: And if the people who will be dealing with this (bryce and tjaalton) think it's good, it's good. [03:03] infinity: when debian has a newer version incorporated, we can probably just sync. But meantime this will enable others to test the driver [03:03] bryce: Yeah. My usual argument is just that it makes merging with Debian a bit tougher. More chance for conflicts in control/rules/etc. [03:03] infinity: what Ampelbein is doing is good [03:03] bryce: But, not my domain, so I defer to you and tjaalton. [03:04] infinity: we're well accustomed to patch systems appearing and disappearing as needed for patch backports, so it's all good === Snova_ is now known as Snova [03:08] bryce: correct patch added. [03:10] note to self: alaways run "debuild -S -sd" after changing something [03:10] :-) [03:11] oh, you wanted a debdiff. [03:11] wait a second [03:14] debdiff attached [03:14] awesome, pbuildering [03:15] builds [03:15] hey guiz, I know this is a stupid, irrelevant, non-development question but..when we implement it,will plymouth work with a mobile radeon 7500? [03:15] i didn't figure out how to get rid of the missing symbols though. but they are in ALL previous builds [03:16] the missing dependency wasn't missing after all ;-) [03:16] Ampelbein: ok looks good. I added a mention of the rules changes in the changelog but otherwise looks good to go [03:16] Ampelbein: upload sponsored, thanks :-) [03:16] damn. forgot that. ok then, will look at the other xserver-xorg-input-* packages tomorrow [03:17] it's 04:16AM here. [03:17] have to work at 10, so 4 hours sleep have to be enough ;-) [03:18] bryce: thanks for all the help. and hanks infinity for the different view on the patch-things [03:18] s/hanks/thanks. [03:19] night Ampelbein [03:19] cu all. === TheMuso_ is now known as TheMuso [04:32] A [05:02] Quick question: are the patch tagging guidelines at https://wiki.ubuntu.com/UbuntuDevelopment/PatchTaggingGuidelines just comments manually inserted to the top of a debdiff, or are they meant to go into the patch file inside the package itself? [05:04] Nevermind it's almost surely the latter [05:07] YokoZar: It is the latter. [05:13] So, I've added two patches to the main sponsorship queue, but in return I've cleared two things from the universe queue ;) [05:23] Does that mean... [05:23] You've.. [05:23] OMG. [05:23] ZERO ENTROPY> [05:23] WORK DONE FOR NOTHING [05:23] ERROR IN MAIN DATABANKS. [05:37] is nautilus-actions not being maintained anymore upstream? i took a look at nautilus-act in GNOME's bugtracker and none of them are confirmed but all revolve around bug 341035 [05:37] Launchpad bug 341035 in nautilus-actions "[jaunty] %d parameter returns nothing" [Undecided,New] https://launchpad.net/bugs/341035 [05:38] i shouldn't say all of them. but a few of them. [05:44] heh yea the nautilus actions websites have not seen updates for at least a couple years. [05:50] oh it's a universe package, nm :-) [06:26] good morning [06:30] Hey dholbach! [06:30] good morning === fabrice_sp__ is now known as fabrice_sp [06:32] hi fabrice_sp! [06:49] Good morning [06:55] hum, why is pinentry-gtk2 suddenly installed on my machine? and gnupg-agent and gnupg and gnupg2, shouldn't gnupg and seahose be enough? [06:56] (just discovered when I had an ugly text box coming up for entering my gpg key) [07:00] dholbach: So thats why the GPG signing dialog box changed. :) [07:00] * TheMuso didn't really consider it, thought it was a change in gpg-agent or whatever got used. [07:00] TheMuso: I have no idea which upgrade pulled it in, but purging pinentry-gtk2 and gnupg-agent "fixed it for me" [07:01] still somewhat surprised about it and gnupg{,2} being around [07:05] Hi pitti, it seems you uploaded the debdiff in Bug #338553, without changing what you put in your comment. Is it normal? [07:05] Launchpad bug 338553 in graphviz "[jaunty] libgv-python: Depends: python (< 2.6)" [Medium,Fix released] https://launchpad.net/bugs/338553 [07:27] fabrice_sp: sorry, what do you mean? [07:28] dholbach: oh, I wondered about that yesterday [07:28] pitti: I didn't narrow down how that happenede [07:30] dholbach: gnupg2 recommends gnupg-agent [07:31] pitti: do you know why we have the two gnupgs? [07:31] dholbach: we have had them for ages [07:31] primarily for kde [07:32] but both installed? [07:32] purging gnupg2 would purge ecryptfs-utils and seahorse, hmm [07:33] a-haa [07:33] Package: libgpgme11 [07:33] Depends: libc6 (>= 2.8), libgpg-error0 (>= 1.4), libpth20 (>= 2.0.7), gnupg (>= 1.4.6-2), gnupg2 (>= 2.0.4) [07:33] that should be an |, I guess [07:33] also, why is a program a dependency of a library in the first place.. [07:35] I filed bug 352180 [07:35] Launchpad bug 352180 in gpgme1.0 "libgpgme11 pulls in both gnupg and gnupg2" [Undecided,New] https://launchpad.net/bugs/352180 [07:36] slangasek: ^ that's responsible for at least 1.3 MB CD space [07:36] ah, cool [07:37] a-ha [07:37] http://launchpadlibrarian.net/24055413/gpgme1.0_1.1.8-2ubuntu1_1.1.8-2ubuntu2.diff.gz [07:37] recent ubuntu specific change [07:37] pitti, depmod is failing to run with the new kernel (2.6.28-11.38) but apport says its not generating a report because "the error message indicates its a followup error from a previous failure". [07:41] pitti, Now its saying "No apport report written because MaxReports is reached already" [07:41] cody-somerville: can you please ping mvo about it? that's from libapt [07:41] Okay. [07:41] can an ubuntu-release member follow up on bug 351591? [07:41] Launchpad bug 351591 in libpcap "Please sync libpcap 1.0.0-1 (main) from Debian unstable (main)" [Undecided,New] https://launchpad.net/bugs/351591 [07:45] dholbach: done, but what's to be done on it from a release hat? [07:45] pitti: I thought it needs an ACK at this point, no? [07:46] dholbach: only freeze violations [07:46] ok [07:55] dholbach: new gpgme uploaded; thanks for pointing out [07:55] * pitti tosses more CD space to slangasek [07:55] * dholbach hugs pitti [07:55] WOOHOO! [07:56] * pitti hugs dholbach [08:00] tkamppeter_: rejected foo2zjs from intrepid-proposed, no bug number in changelog [08:09] nxvl: did you see my comment about aterm and the removal of /usr/bin/aterm? === tkamppeter_ is now known as tkamppeter [08:15] pitti, sorry, will re-upload. Bug number for you to see the report already now: bug 351630 [08:15] Launchpad bug 351630 in foo2zjs "[Intrepid] foo2zjs does not print with custom paper sizes" [Undecided,New] https://launchpad.net/bugs/351630 [08:16] pitti, new version uploaded. [08:19] pitti: For bug 348865 the real symptoms are from the packages I listed that build-dep on libgsasl7-dev. Any chance that rebuilds of those could be uploaded to -proposed? [08:19] Launchpad bug 348865 in gsasl "[hardy] libgsasl7-dev missing dependencies on libntlm0-dev, libkrb5-dev" [Undecided,Fix committed] https://launchpad.net/bugs/348865 [08:20] (the msmtp in -backports is what caused us to notice the bug initially) [08:20] can somebody moderate my mail on u-d-a? [08:21] tkamppeter: is that fixed in jaunty already? [08:21] dholbach: looking [08:21] thanks pitti [08:21] dholbach: the "МАССОВАЯ РЕКЛАМА"? [08:21] pitti: errrrrr, no :) [08:21] the Реkлама для Вашей фирмы then? [08:21] pitti: no [08:21] * pitti wonders why for some months we get 99% russian spam [08:21] pitti: something with Packaging Training? :) [08:22] for those who don't speak Russian, that means "Advertisement for your company" [08:22] at least you can't claim that they don't mark their spam appropriately [08:22] dholbach: nudged [08:22] pitti: gracias! [08:23] dholbach: de nada [08:23] ebroder: once the -proposed version is in? [08:24] ebroder: sure, if that's necessary, please explain in the bug and add tasks for the packages which need rebuilds; feel free to upload them already, we can accept them once the gsasl SRU is built and published [08:24] pitti, yes, it is fixed in Jaunty. Should I mark the main task of bug 351630 as "Fix Released" then? [08:24] Launchpad bug 351630 in foo2zjs "[Intrepid] foo2zjs does not print with custom paper sizes" [Undecided,New] https://launchpad.net/bugs/351630 [08:24] tkamppeter: yes, please [08:25] tkamppeter: rejecting again; there's still no bug number in the changelog [08:25] pitti, bug updated. [08:25] pitti: I'll open the necessary bugs, but I'm not MOTU so I can't target or upload. Who should I subscribe to the bugs to get them dealt with? [08:25] ebroder: motu-sru should already be subscribed, should be fine [08:25] Ok [08:26] pitti, in the notification I got there is a "(LP: #351630)", so I perhaps should send you the package by personal mail? [08:27] bug 351630 [08:27] Launchpad bug 351630 in foo2zjs "[Intrepid] foo2zjs does not print with custom paper sizes" [Undecided,New] https://launchpad.net/bugs/351630 [08:27] tkamppeter: perhaps you accidentally uploaded the previous package again? [08:27] pitti, I will retry and after that report a bug in LP. [08:27] tkamppeter: please look at the source.changes before uploading [08:27] it should have the (LP: #12345) in it [08:28] pitti, it is exactly that. [08:28] tkamppeter: ah, hang on [08:28] I have even verified the bug number with Ubotto [08:28] tkamppeter: do you still have an .upload file around? [08:29] Yes. [08:29] you need to delete this, otherwise dput will do nothing [08:29] I had done dput -f [08:29] and it showed that it uploaded files [08:30] hmm [08:30] let's just try it again then [08:30] I can simply raise the version number as a workaround for the LP bug [08:30] tkamppeter: no, don't [08:31] tkamppeter: ignore me [08:31] seb128: around? [08:31] I see the correct upload now [08:31] It always says [08:31] OK [08:31] mdke: hi [08:32] seb128: hi! I tried that fix for brasero and it works, but the debdiff is contaminated for some reason by the pot file for the help. I've attached it to bug 264314 anyway, let me know if you know why that has happened [08:32] Launchpad bug 264314 in brasero "Brasero documentation does not appear in Yelp search results" [Medium,Confirmed] https://launchpad.net/bugs/264314 [08:33] mdke: clean targets are buggy you probably did build clean and rebuild in the same directory [08:33] mdke: you can edit the debdiff by hand or remove the template manually if you want [08:33] seb128: aha. Ok, let me try [08:37] seb128: ok, revised debdiff posted to the bug [08:37] thanks [08:37] mdke: thank you [08:38] mdke: subscribe the sponsor team if you didn't, I will have a look later [08:38] seb128: done [08:49] pitti: oh - I forgot that en is the only language with language-support on the CD... that means splitting gnome-user-guide buys us even more space than I thought, too :) [08:50] yay, space [08:52] slangasek: hehe [08:52] even with the current dailies we have an impressive 11 MB (i386)/7 MB (amd64) free [08:52] add another 1.3 for the gnupg2 fix [08:52] yay [08:53] * slangasek preemptively adds more langpacks in :) [08:54] now just free up another 100 meg, and we're sorted for OpenJDK! [08:56] but didn't you know we have to add a whole bunch of otehr default wallpapers on? apparently that's just *so* important, according to the bug about it... [08:56] Hobbsee: heh [08:56] Hobbsee, well, whatever happened to monthly naked wallpapers, what's what i want to know! [08:57] directhex: they got moved to your friendly neighbourhood porn site, filtered by the Australian Minister for Censorship. [08:58] Hobbsee, i thought only dissident thought was on the censorship ministry's filter list [08:58] directhex: that too. There's a whole bunch of stuff on there that shouldn't be, it appears, from wikileaks [08:59] is that the same ministry for censorship that feels the best way to protect children from violent videogames is to outright refuse to classify 18-rated games as 18+, and instead release them as 15+? [08:59] pitti, slangasek: can we get a list of what language packs are on the CDs now and what else we could get with how much space? [08:59] directhex: i'm not sure. [08:59] They do refuse 18+ games, yes. I'm not sure it's the same department. [09:00] seb128: 'grep Languages ship live'? [09:00] (for the first part) [09:00] slangasek: right, thanks ;-) [09:01] still a short list, but looking better [09:01] knowing what we can get with more space will have to wait for another CD run with pitti's latest space-saving changes [09:02] ok [09:02] French is safe on i386 desktop, anyway. :) Still not on amd64 desktop yet [09:09] What causes...apt? dkpg? I guess I'm not sure which...to display the changelog entry and send mail to root@localhost? === thekorn_ is now known as thekorn [09:24] bryce: *wiping off a tear* Jesse Barnes' -intel patch turned my X from "several problems" into "work of perfection" [09:24] pitti: what patch? [09:25] pitti: does it fix intel crashing when closing an another session? [09:25] seb128: https://bugs.freedesktop.org/show_bug.cgi?id=19304#c41 [09:25] Freedesktop bug 19304 in Driver/intel "[i945 FBC] spontaneous black screen (major pipe-A underrun)" [Normal,Reopened] [09:25] seb128: I didn't have that problem [09:25] seb128: but I don't think so [09:25] ok [09:25] seb128: that patch fixes flickering in glxgears, and pipe underruns [09:26] seb128: I did several guest sessions etc. yesterday, no crashes for me [09:26] and so far it didn't freeze after suspend yet [09:26] lucky you [09:27] I can't use my laptop to do any user switching since jaunty [09:27] it crashes on session closing with exa [09:27] and on session opening with uxa [09:28] bryce: apparently the "fix pipe underrun" patch I previously applied was more like a hack (static watermark levels), current one computes them dynamically [09:28] seb128: is that bug upstream? [09:28] I get quite a good responsiveness from them [09:29] pitti: no, it's on https://bugs.edge.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/348428 but I will upstream it today if they don't [09:29] Ubuntu bug 348428 in xserver-xorg-video-intel "Swithing to another user and then to anything else, freezes laptop. Jaunty" [High,Confirmed] [09:30] I've added stacktrace for the exa and uxa crashes there [09:34] why does python suck so much compared to all other languages??? [09:47] bah, shouldn't have said this too loudly, X hung again after suspend [09:48] it wanted to catch you out again... [09:49] bah, not having suspend sucks [09:50] especially on planes and conferences [09:52] pitti, weren't you paying attention? jaunty boots so awesomely fast, you don't NEED suspend! [09:52] seb128: just read the bug (also the upstream one, which is linked now); I don't get that, no [09:52] directhex: now, if only we had session saving.. [09:52] pitti: ok [09:52] pitti, still broken on jaunty? [09:52] directhex: and "switch on" to "desktop" is still 2 minutes on my machine [09:52] pitti: we have on logout ;-) [09:53] seb128: session _saving_? [09:53] I'm still starting my gsession.sh script after logging in [09:53] but that only does half of the job [09:53] directhex: when you can boot in 3 seconds, tell me again that i don't need suspend [09:53] hyperair, try BeOS ;) [09:53] that's not ubuntu [09:53] pitti: yes [09:53] i want ubuntu damnit [09:54] pitti: thanks for landing that hal-info patch for me. [09:54] jamesh: you're welcome [09:54] now we just need portable media players running UME [09:55] pitti: ping [09:55] RicardoPerez: http://err.no/personal/blog/2006/Oct/10 [09:56] pitti: oh, sorry, you are right :) [09:56] pitti: bug #348225 seems not to be solved for me. translations are still inside .desktop files [09:56] Launchpad bug 348225 in synaptic "Remove inline translations from .desktop files" [Medium,Confirmed] https://launchpad.net/bugs/348225 [09:57] RicardoPerez: hm, worked on a local build [09:57] RicardoPerez: I assume the buildd chroots have an outdated pkgbinarymangler then [09:57] pitti: can I help in some way in order to fix it? [09:58] RicardoPerez: can you please reopen the synaptic/s-c-p tasks and say so? [09:58] pitti: right, they're already open [09:58] infinity, lamont: it seems our buildd chroots have an outdated pkgbinarymangler; can you please upgrade them to version 57? [10:01] pitti: They autoupgrade on build... [10:02] that's what I thought as well.. [10:02] pitti: That said, there's no mangler upgrade being done in recent builds, so it's up-to-date in the chroots... [10:04] pitti: Or not... *blink* [10:04] weird, I looked at the synaptic build log, and there's no trace of the new code [10:05] Oh, FFS. [10:05] pitti: Someone demoted it to universe... [10:05] pitti: On main builds, the chroots only have main in sources.list, so no upgrade. [10:06] pitti: Why on earth was pkgbinarymangler demoted? [10:06] WTH? [10:06] infinity: I have no idea [10:06] * pitti promotes [10:06] infinity: perhaps it appeared in component-mismatches, and someone was too eager with cleaning it up [10:06] I see pkgbinarymangler in universe, too [10:06] * pitti seeds [10:08] infinity: so once that's in main again, the chroots will upgrade them automatically? [10:08] pitti: Yup. [10:08] infinity: ok, thanks! [10:08] pitti: I'll freshen them during my work hours tomorrow anyway, but the auto-upgrading should work once it's republished to main. [10:09] Oh how I long for audit trails in soyuz, so I could tell WHO demoted it back in February. :/ [10:10] Thanks a lot to anybody helping to fix this bug :) [10:11] pitti: can I disturb you with another "fixed" bug, not fixed really? [10:11] RicardoPerez: sure [10:12] pitti: bug #207677, I still can't see the "System policy prevents modifying the configuration" message translated when I click on any Unlock button. [10:12] Launchpad bug 207677 in system-tools-backends ""System policy prevents modifying the configuration" shows untranslated" [Medium,Confirmed] https://launchpad.net/bugs/207677 [10:17] RicardoPerez: I got your bug mail from that, will follow up soon [10:17] pitti: Thanks very much! I stay tuned [10:18] see you all, thanks again, and bye! [10:29] time to do-release-upgrade [10:30] for the 7th time since it was installed with hoary === thekorn_ is now known as thekorn === asac_ is now known as asac [10:56] i DO with jaunty upgrades didn't sever network connectivity early on in the package installation [10:57] wish [11:13] ebroder: you have apt-listchanges installed, and configured to behave that way [11:16] http://qa.ubuntu.com/reports/bug-fixing/jaunty-fixes-report.html [11:16] I broke the 200 mark! [11:19] damn you [11:19] i have 10. 10 is loads! [11:19] we're 21 short of intrepid [11:20] * pitti throws the gauntlet to cjwatson [11:21] cjwatson: still weird, I had expected that we'd fix much more in jaunty :( [11:21] cjwatson: intrepid, is that including SRUs? [11:21] the kernel SRUs alone probably account for something like 70 bug reports [11:21] I'm not sure but I guess so [11:21] much more> yes :( [11:21] we still have a couple of weeks [11:27] bryce: I just updated 339091 with some new investigations, and linked to a kernel bug; is it even possible that the kernel DRM regression in 2.6.29rc6 is responsible for this? IOW, did we pull the DRM bits from head into our kernel? [11:29] pitti: it's possible [11:30] tjaalton: ah, thanks; I updated the kernel, fd.o, and LP bug with my findings [11:31] pitti: there were a few commits that were pulled from upstream, but they didn't solve vblank so it was disabled again in the DRI driver (mesa) [11:31] but the kernel commits remained [11:31] tjaalton: you mean the "trying to get vblank count for disabled pipe 1"? or the "Unknown parameter 6" thingies? [11:34] pitti: I don't know if they are related [11:36] is anyone objecting if i add armel to the list of arches in desktop for openoffice [11:36] * ogra slaps forhead several times for that silly oversight [11:36] (and indeed i need to upload -meta) [11:39] pitti: hm, the patches are from the intel stable patchset for the kernel, so removing them now might cause other problems [11:39] tjaalton: oh, I'm not suggesting we should ditch them; perhaps upstream can fix them [11:39] pitti: but you could try mesa 7.4 from my ppa, it seems to solve at least some of my problems [11:39] pitti: yeah, that should be the right approach :) [11:39] tjaalton: oh, sure [11:40] and we didn't pull any patches that weren't either in .29 or drm-next [11:40] tjaalton: I know, but someone else confirmed that the regression happened between 2.6.29rc5 and rc6 [11:40] in fact, it was the original reporter of http://bugzilla.kernel.org/show_bug.cgi?id=12778 [11:40] I did propose a couple of patches related to vblank, but decided to disable it instead, since upstream couldn't decide how to fix it properly [11:40] bugzilla.kernel.org bug 12778 in Video(DRI) "suspend regression from 29rc5 to 29rc6" [Normal,Needinfo] [11:41] yeah I saw that [11:41] maybe reassign it to jbarnes? [11:42] I don't think I'm eligible to assign bugs in bz.kernel.org.. [11:42] hmm ok [11:42] but try the new mesa first [11:43] trying your mesa now [11:43] thanks [11:43] thanks to you [11:46] ogra: no objection here [11:47] ok, already running ./update :) [12:25] I'm looking for an online gettext translation system. The Launchpad Rosetta project looks great but isn't Launchpad still closed source? Are there any plans to spin Rosetta off into a separate standalone application? Thanks. [12:25] firefly2442: try asking in #launchpad - launchpad including rosetta will be open-source in July (I think) [12:33] yep, by July - https://dev.launchpad.net/OpenSourcing [12:35] lool,ogra: with the latest jaunty UNR, I'm seeing gnome-do pop up unexpectedly on login. this wasn't happening before. are you already aware of it? === mcasadevall is now known as NCommander [12:42] mdz, i personally wasnt (StevenK cares for UNR) [12:44] mdz: Oh. I seeded it, but it popping up on login is unintended [12:45] StevenK, does it actually need to be installed ? sounds like something that could go into ship [12:45] ogra: I'd like it seeded ... [12:46] Which is why it was, actually. [12:46] ah [12:49] TheMuso: does Ara's latest comment in bug 301755 represent a new bug, or a recurrence of the same bug? [12:49] Launchpad bug 301755 in pulseaudio "Crackling noise after update to pulseaudio" [High,Fix released] https://launchpad.net/bugs/301755 [12:53] mdz: never seen that === thekorn_ is now known as thekorn [12:53] lool: I seeded gnome-do early my afternoon [12:54] StevenK: Shall we defer its addition to karmic? [12:54] StevenK: or is this something the upstream UNR folks care a lot about? [12:56] lool: It's something *I* care about [12:57] Do? [12:58] directhex: Do is Good [12:58] StevenK, what have you seeded it onto? [12:59] directhex: ubuntu-netbook-remix [12:59] oh, coolness! [13:00] so how long before dell are shipping netbooks with Do by default? :p [13:19] does the ubuntu buildd support packages in piped build-deps? [13:19] i.e. does "debianfoo | ubuntufoo" work, or does it have that dreadful debian "ignore everything after the pipe" issue [13:23] we use the first alternative that's installable [13:25] okay, good. and i'm not misremembering that debian uses only the first alternative, am i? [13:28] directhex: I believe that's still correct, and it certainly used to be the case [13:28] okay, cool, i can use that to work around a marginally borked transition and still allow syncing [13:30] cjwatson, oh, who's on the desktop team & organising things for UDS? [13:31] directhex: my guess would be rickspencer3 (when online) [13:31] directhex: or ask pitti [13:34] asac, was it you who mentioned that most of the bugs reported against gnome-power-manager are actually kernel problems? [13:35] mpt: i dont think so [13:35] i probably said that about networkmanager bugs ;) [13:35] ah, maybe :-) [13:36] Well, it looks like a similar thing is happening with notify-osd [13:36] mpt: bugs due to graphics driver issues` [13:36] ? [13:36] about metacity + compositing? or compiz? [13:37] No, but now that people are paying attention to the notification bubbles, they're reporting bugs about silly bubbles, and those bugs are actually in gnome-mount or pidgin-libnotify or network-manager or something else [13:37] mpt: yeah there is lot of component in those cases [13:38] asac: Oh! I had a silly question why the NM icon for UNR Jaunty is the blue bars, where as Jaunty -desktop uses green curvyness? [13:38] StevenK: green curvyness? do you use a green monitor ;)? [13:38] StevenK: seriously. i guess you use a custom theme in jaunty? [13:39] asac: Oh, the NM icon is dictated by the icon theme? [13:39] StevenK: they honur icon themes, yes. most don't overload the signal strength one, but you can just do it [13:40] asac: The green one I've seen is shiny, but the default one is pretty good too [13:41] StevenK: can you give me a screenshot of the green? [13:41] i always want to see new ideas [13:42] asac: I'll get one, the laptop is friends and is packed up [13:42] a friends, sigh [13:42] StevenK: ok. thanks! [13:48] are there any strong efforts to move to cdebconf? [13:49] jtholmes: back-burner but not strong. Why? [13:49] StevenK: it's reproducible 2/2 attempts here [13:49] mdz: Yup. I need to figure out how to silence it. [13:49] StevenK: is there an urgent need to add a new app to the default install three weeks before release? [13:50] cjwatson, just wondered as i was poking around in debconf and found out about cdebconf [13:50] mdz: It's a nice to have only [13:51] jtholmes: both of them are reasonably actively maintained in different ways. There's a long-term goal to switch to cdebconf but it's unlikely to be especially soon. [13:51] cjwatson, yes too much cross dependency in the whole debconf area [13:52] to move soon [13:54] jtholmes: not really, almost all the dependencies have been fixed [13:54] cjwatson, i know you are one of the main players in ubuntu wonder if you could look at bug 352348 and give me an idea where in debconf the problem is and i will attempt to fix it [13:54] Launchpad bug 352348 in ubiquity "weak password ubiquity yes/no button text incorrect" [Undecided,New] https://launchpad.net/bugs/352348 [13:54] jtholmes: the blocking issues are missing features in cdebconf itself === thekorn_ is now known as thekorn [13:55] jtholmes: nowhere in debconf at all [13:55] then where [13:55] jtholmes: ubiquity [13:56] yes but doesnt the button text come from debconf template file? [13:56] in qbiquity [13:56] sure, but that's like asking where in the C compiler is the bug in a C program :-) [13:57] ok i will poke around in the installer some more and see if i can locate the issue [13:57] no need really, it's a typo [13:57] that was supposed to be ubiquity/imported/yes rather than ubiquity/text/yes [13:58] jtholmes: fixed in my tree, thanks for the heads-up [13:59] cjwatson, where did you fix it what file? [13:59] file name [13:59] ubiquity/components/usersetup.py [14:00] thanks need to know more about installer [14:00] StevenK: /apps/gnome-do/preferences/core-preferences/QuietStart or -q in the autostart .desktop file should do it [14:01] * lamont is reminded yet again part of why he hates {c,}dbs. [14:02] wtf is the 'unpack and patch the source' target again? [14:02] * lamont goes grepping [14:02] jtholmes: http://bazaar.launchpad.net/~ubuntu-installer/ubiquity/trunk/revision/3152 [14:02] lamont: cdbs or dbs. which? [14:02] cjwatson: well, actually looking at two packages, they use one each [14:02] cjwatson, thanks [14:02] though for my use, debian/rules build + ctl-C does the trick [14:03] lamont: policy nowadays recommends 'debian/rules patch' so try that first (and also recommends debian/README.source). Older packages may not implement that yet [14:03] yeah - patch is no such target in both coreutils and libnss-ldap [14:05] lamont: cdbs should be apply-patches (I guess at least) [14:05] sistpoty|work: yep [14:05] ta [14:05] np ;) [14:06] somebody should fix cdbs to comply with policy [14:07] actually, simple-patchsys already does [14:07] simple-patchsys.mk:patch: apply-patches [14:07] heh, just saw this as well [14:08] as do dpatch.mk and patchsys-quilt.mk [14:08] tarball.mk doesn't. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485069 [14:08] Debian bug 485069 in cdbs "cdbs: suggested text to be referenced from README.source" [Wishlist,Open] [14:23] tjaalton: which bug? [14:24] nxvl: debian bug 518962 [14:24] Debian bug 518962 in aterm "incorrect use of update-alternatives" [Serious,Closed] http://bugs.debian.org/518962 [14:24] nxvl: removing it was wrong [14:25] tjaalton: no it wasn't [14:25] nxvl: please explain [14:25] aterm never shipped /usr/bin/aterm [14:25] but aterm-xterm [14:27] tjaalton: there is still a call to update-alternatives, there was just one that was wrong [14:27] nxvl: no, /usr/bin/aterm was correctly handled by aterm or aterm-ml [14:27] tjaalton: and it was breaking the debian policy [14:27] how so? [14:28] tjaalton: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509667#10 [14:28] Debian bug 509667 in terminator "terminator: incorrect use of update-alternatives" [Normal,Closed] [14:31] not relevant, since aterm (or any other package for that matter) doesn't ship a binary called /usr/bin/aterm [14:31] that u-a was just mistakenly copied from aterm [14:31] and makes no sense in terminator AIUI, but there was no reason to remove it from aterm [14:32] pitti: i got a whole bunch of emails from rosetta regarding messed up .po files from nautilus-share. what should i do about it? [14:32] We were unable to import your translations because you did not update [14:32] the time stamp in its header to state when you added your translations. [14:33] hyperair: nothing, it's an LP bug [14:33] ah i see [14:39] nxvl: so, the change should be reverted [14:39] tjaalton: feel free to do so [14:39] hi! [14:40] is someone working on language-suppport-translations-* round? [14:41] nxvl: ok, although I can't fix it in debian [14:41] freinhard: ArneGoetje [14:41] tjaalton: me neither, i'm not a DD [14:41] nxvl: and the package is orphaned ;) [14:42] yup [14:42] ArneGoetje: just did a update on kubuntu and wondered why i got some new gnome dependencies: does gnome-user-guide-* need to be in language-support-translations? [14:43] freinhard: which language? [14:43] ArneGoetje: all [14:43] -en, -de, ... [14:43] that should be a mistake [14:43] ArneGoetje: germa [14:43] yay [14:44] ArneGoetje: hmm. how else are we going to get the appropriate version of the GNOME user guide installed? [14:44] let me take a look [14:44] ArneGoetje: looks like "Ubuntu automatic language-pack builder" added it [14:44] except perhaps by adding it to language-pack-gnome-foo, but I don't think that's appropriate [14:44] we don't have gnome and kde variants of language-support-* [14:44] cjwatson: well, the gnome-user-guide should definetely not go to kubuntu, don't you think? [14:44] thanks freinhard for pointing this out. [14:45] rgreening, ArneGoetje at least the ChangeLog states that the lang-pack builder is the bad guy [14:45] exactly. Should be "|" with something to make it not a requirement. [14:45] ArneGoetje: sure, but that doesn't help to make sure that Ubuntu carries on working properly too [14:45] certainly gnome-user-guide-* could have |-deps on language-support-translations-foo [14:45] that's a hack but we've used the same hack elsewhere [14:46] slangasek: could you look at bug 352034? [14:46] Launchpad bug 352034 in dell "grub2 can no longer show chinese characters" [High,Confirmed] https://launchpad.net/bugs/352034 [14:46] the issue here is that adding this as is, will impact the CD/DVD size for Kubuntu and other non-gnome desktops [14:46] we are already having to lzma compress parts of KDE to fit. [14:47] rgreening: we understand the issue [14:47] cool :P [14:47] hmm, the |-deps won't help here since the package is big in itself [14:47] the problem is that right now we have no particularly good mechanism for this [14:47] getting into a situation where we are trading off CD space between Ubuntu and Kubuntu is not really going to help anyone :-) [14:48] cjwatson: the other issue is gnome user guide en provides no benefit to non gnome desktops and is a waste or resources [14:49] rgreening: you can stop beating the dead horse :-) [14:49] It's not dead jim... [14:49] :) [14:49] actually, gnome-user-guide-en is very small in itself [14:49] Size: 42874 [14:50] cjwatson: is the gnome-user-guide a requirement on the desktop, or optional (suggests)? [14:50] but it has additional deps [14:50] rgreening: yes I understand that [14:50] that's why I said "in itself" [14:50] ah. k. got it. I'll just lurk :P [14:51] ArneGoetje: it's a recommendation (i.e. removable), but it does need to be present in Ubuntu installations [14:51] the language split was to save space on Ubuntu CDs by allowing us to control which translations are present [14:52] cjwatson: can we add a suggests to language-pack-gnome-foo for this? [14:52] ArneGoetje: to what end? the installer will ignore that [14:52] ArneGoetje,slangasek: what do you think about moving the gnome-user-guide-LL dependency from language-support-translations-LL to language-pack-gnome-LL? [14:52] cjwatson: and recommends? [14:53] ArneGoetje: recommends would be fine I think, but why bother, it might as well be depends [14:53] oh, recommends would make it removable [14:53] cjwatson: if it should be removable? [14:53] I think it's fine in language-pack-gnome-LL on the grounds that it was previously part of the desktop anyway [14:53] so yes, I think that's probably the right answer here [14:54] awesome [14:54] it's suboptimal because really that stuff ought to be in language-support-* [14:54] you guys rock [14:54] but we can't make that flavour-specific [14:54] so this might bloat up the Ubuntu CD a bit again [14:54] I'm not sure how much [14:54] cjwatson: does it need to be on the CD? [14:55] ArneGoetje: the only way to make it not on the CD is to put it in language-support-* [14:56] actually, it is false that this will have a significant effect on CD size for Kubuntu [14:56] the only language-support-* that's on the Kubuntu CD is language-support-en [14:56] so that's only 1.5MB or so [14:56] cjwatson: how does the language-pack-gnome-LL package get pulled by the installer? I know we have some code in language-selector to pull those depending on the flavor, because we don't have depends. [14:56] oh, hang on, gnome-user-guide pulls in scrollkeeper and yelp. bah [14:57] ArneGoetje: language-pack-gnome-LL is selected per-flavour by preseeding, yes. There is no such mechanism for language-support-LL. [14:57] cjwatson: jupp, that's why i got concerned [14:58] cjwatson: can we just add the gnome-user-guide-LL to that? [14:58] ArneGoetje: isn't that what we were both suggesting above? :-) [14:58] cjwatson: ah, you were talking about the pre-seeding... I though a recommends to the package... [14:58] so the other approach would be to make the gnome-user-guide-LL packages depend on gnome-user-guide | language-support-translations-LL; that would still mean that Kubuntu users would get gnome-user-guide-LL (i.e. just the translations) installed if they ran the language selector post-installation, but they wouldn't get gnome-user-guide, scrollkeeper, yelp, etc. [14:58] ArneGoetje: we were both talking about a recommends [14:59] all in all, should add ~30MB [14:59] ArneGoetje: you asked how the installer selected language-pack-gnome-LL, and that's done by preseeding. This is orthogonal [14:59] cjwatson: I was actually thinking to hack lp-o-matic to add the recommends to the l-p-gnome-LL package... [14:59] ArneGoetje: yes, that's exactly what I was suggesting too ... [15:00] * cjwatson feels there is not a little bit of confusion here [15:00] freinhard: with |-deps on language-support-translations-LL, it would be a megabyte or so at most, actually. I agree that the current situation is a problem [15:01] but, since we were already including gnome-user-guide in the stock Ubuntu desktop, I think a recommends from language-pack-gnome-LL is fine in this particular instance [15:01] we may need to revisit that in the future [15:01] cjwatson: ok, never mind. :) [15:01] I sort of feel we ought to use special fields in the Packages file for all of this, rather than having a zillion metapackages [15:02] cjwatson: +1 [15:02] Package: gnome-user-guide-fr Language: fr/translations/gnome, or something better-designed [15:04] ArneGoetje: but yeah, in the meantime, can you make that langpack-o-matic adjustment to move gnome-user-guide-LL from l-s-t-* to l-p-gnome-*? [15:06] cjwatson: yes, I will ask pitti about that. [15:07] pitti, I have problems with bug 348316 and its duplicates. Seems that the USB stack of the current kernel has lost compatibility with the CUPS USB backend. [15:07] Launchpad bug 348316 in cups "Printer (HWModel Name) May Not Be Connected" [Undecided,Confirmed] https://launchpad.net/bugs/348316 === seb128_ is now known as seb128 [15:08] <\sh> guys, what was the magic for cdbs to tell cdbs "please add DEB_CONFIGURE_EXTRA_FLAGS=..." only when on arch != i386? [15:09] pitti, seems that half of the users get their printers detected but print jobs put the USB backend into an infinite loop (jobs never reach "Stopped" state or disappear). [15:09] \sh, you could conditionally declare DEB_CONFIGURE_EXTRA_FLAGS, no? [15:09] <\sh> cody-somerville: you mean standard make ifdef? [15:10] <\sh> yes..the easy way ,-) [15:10] ;) [15:13] <\sh> fixing google-perftools [15:14] slangasek: (never mind, I gave Mario a suggested workaround which I think should work) [15:25] hyperair: I usually ignore them [15:26] tkamppeter: hm, weird; I just upgraded my wife's computer to current jaunty, maybe I can reproduce it there [15:32] what are the chances that someone important actually decides the current 2.6.x intel drivers are too unstable and actually pull in 2.7 for a stable and smooth desktop, in time for jaunty? [15:33] I'm no X developer, but looking at the release schedule, zero? [15:35] <\sh> pitti: any clue on http://launchpadlibrarian.net/24382167/buildlog_ubuntu-jaunty-amd64.im-sdk_12.3.91-6.3ubuntu1_FAILEDTOBUILD.txt.gz ? telling dh_strip to not build ddeb packages? [15:35] pitti: heh. alright then =p [15:35] metellius: because 2.7 is the magical solution to all bugs? ;-) [15:36] metellius: new version usually bring fixes and other issues and required testing it's not that easy [15:42] there's a 2.7? [15:42] does it fix all the performance regressions? [15:43] tkamppeter: ah, saw your mail; did you try the new usb backend from 1.4? [15:49] hyperair: there's an RC, and it stabilized uxa completely for me [15:49] metellius: really? cool! [15:49] metellius: you compiled? [15:49] nope, got it from xorg-edgers [15:49] aah i see [15:49] cool [15:49] i should try it out [15:50] deb http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu/ jaun#ty main restricted universe multiverse [15:50] yes yes i know [15:50] s/#// [15:50] indeed [15:50] mmhmm [15:50] but i don't have a live system at the moment [15:50] my cdrw's gone [15:50] won't get detected [15:50] i'm so happy right now [15:50] it all just works [15:50] hahah [15:51] i'm more interested in knowing whether it fixes performance regressions [15:51] UXA didn't really fix the regressions for me [15:51] with 2.6 [15:51] i was getting framerates around 20FPS (intrepid gets 60FPS) for a game [15:52] it's playable, but everything moves so slowly [15:54] I don't dare start up a game right now, I need to enjoy the smooth desktop before I let a possible crash bring down the ride [15:55] tkamppeter: yes, happens for my samsung as well on jaunty [16:00] tkamppeter: I'll take the bug and look into it ASAP [16:06] cjwatson: ping, do you have a moment to follow up on the discussion last week about inheriting environment variables and file descriptors in landscape-client? [16:06] radix: sure [16:06] (about debconf) [16:06] cjwatson: okay, cool. so I've got it deleting DEBIAN_ and DEBCONF_ environment variables to avoid propagating those to further package installation processes, but I'm wondering about the file descriptor stuff you mentioned [16:07] cjwatson: you said that debconf opens some file descriptors which might be propagating to the child processes of the postinst script [16:07] (i think) [16:08] cjwatson: but I'm wondering if that's true. do you know how that file descriptor is being opened? it looks like bash makes sure most file descriptors are not passed on to child processes, but some -- for example those created with "exec 7< whatever.txt", do get propagated [16:08] /usr/share/debconf/confmodule opens fd 3 for communication from the "confmodule" (e.g. landscape-client.postinst) to the debconf frontend [16:08] it is created using 'exec 3>&1' [16:08] oh, look at that :) [16:09] I'm pretty sure that it isn't close-on-exec; I don't think a number of things would work if it were [16:09] hrmph. it's too bad that FD isn't cloexec. [16:09] ah [16:09] yes, it is a bit inconvenient [16:09] but really, it's good practice for daemons to close stray file descriptors on startup [16:09] yeah [16:09] it's just that figuring out how to do that with our existing daemonization code is becoming a bit difficult to do in time for jaunty :) [16:10] frex, Stevens recommends it (APUE p.417) [16:10] cjwatson: do you know if there's a bashism or perhaps some tiny C wrapper program that can do that for me? [16:10] superm1: I've just filed bug #352452, the fruit of a rather frustrating evening and morning. If you have any questions, I'm happy to answer them. [16:10] Launchpad bug 352452 in fglrx-installer "mere presence of fglrx on system prevents OS drivers from working" [Undecided,New] https://launchpad.net/bugs/352452 [16:10] like, "run-without-fds ./program"? [16:11] radix: not in that form, but if it's just fd 3, then you could start landscape-client with 3>&- [16:11] hmm [16:11] yeah, that doesn't sound too scalable :) [16:11] it's not, but there may not actually be all that many fds involved [16:11] (don't use exec here, btw, just put that redirection on the line where landscape-client is invoked [16:11] ) [16:12] right [16:12] well, I'll consider that. I'll also give another bash at implement proper FD closing in landscape-client [16:12] in principle, it's possible for somebody to use cdebconf, which opens a different set of fds [16:12] but not really in practice right now [16:13] cjwatson: okay, I've learned what I wanted to know. Thanks very much for your help! [16:13] you could look at /proc/$(pidof landscape-client)/fd to see whether which stray fds it has open [16:14] it'd be nice if I could determine whether a FD was inherited or opened in the current process, but I guess that's impossible [16:14] tjaalton: FYI, with your mesa I also got a hang a bit after resuming, it just completely messes up screen [16:15] the landscape-client startup code is a bit poorly factored; it opens some important FDs *before* daemonizing, apparently [16:16] abentley, there isn't any easy way to fix that since AMD provides replacement dri and glx libraries [16:17] superm1: Does disabling fglrx in "Hardware Drivers" remove those packages? [16:17] pitti: go intel.. [16:17] radix: you could probably close inherited fds before that, and before daemonising [16:18] radix: after all you've already forked once [16:18] it's not perfect but it would do for this purpose, wouldn't it? [16:18] hmm, probably [16:18] the main problem we have is that we try to report certain errors synchronously, I think [16:18] radix: doesn't help with the "where do stdin/out/err go?" problem of course, but perhaps you already deal with that in some other way [16:19] so there's a significant amount of code that happens before daemonization [16:29] superm1: My strong impression was that it does not, and I would never have hit up the X logs and apt if just disabling fglrx in "Hardware Drivers" (jockey?) had worked. [16:36] Is there some niver way than "`eval echo \\\$$c`" to get the value of a var named c in shell? [16:36] Sorry, of a var named $c [16:38] <\sh> holiday time...cu later :) [16:38] tkamppeter: argh no, seems I have a completely different bug [16:38] lool: as in... just $c? [16:39] sistpoty|work: No, rather ${$c} but that doesn't work [16:39] lool: ${!c} but that's a bashism [16:39] there's no nicer portable way [16:39] so eval ... hmm [16:39] cjwatson: thanks [16:41] well, you can cut down on the backslashes [16:41] "$(eval echo "\$$c")" [16:42] Right [16:42] I was at eval echo "\$`echo $c`" [16:42] which was just an useless use of `echo ` :) [16:45] * Keybuk has a *weird* Python issue [16:45] after upgrading from intrepid -> jaunty, nothing pythonic works until I dpkg-reconfigure it [16:46] is that related to that python bug in the topic? [16:46] I don't think so [16:47] pitti, does disable fglrx in hardware drivers remove xorg-driver-fglrx and friends? [16:47] or is it 'supposed to'? i think to abentley's point above it should [16:48] superm1: yes, it's supposed to [16:48] abentley, well was that on intrepid or jaunty? pitti when did it start doing it? [16:48] superm1: it never did *not* do it [16:49] superm1: what's the "& friends" part about? [16:49] superm1: removing the driver will only remove xorg-driver-fglrx [16:49] oh, and fglrx-kernel-source [16:49] should it kill something else, too? [16:50] no, i think that's sufficient. i'm just a bit perplexed how abentley hit this then if he tried to disable it in hardware drivers [16:50] Keybuk: I've been seeing parts of that. "pycentral pkginstall foo" is the critical missing bit it seems [16:50] james_w: it's missing from every single package then [16:50] not for me [16:50] because I can replicate it by picking on just about everything [16:50] >>> import fstab [16:50] Traceback (most recent call last): [16:50] File "", line 1, in [16:50] ImportError: No module named fstab [16:51] python-zopeinterface and python-twisted-core on two machines for me [16:54] cjwatson: any thoughts? [16:56] Keybuk: that sounds like something for doko [16:56] Keybuk: but if you mail the logs to me /var/log/dist-upgrade/* I can have a look [16:56] mvo: I didn't use the dist-upgrader [16:57] Keybuk: apt-get dist-upgrade? it should have /var/log/apt/term.log [16:57] but then our python tools tend to not write out a lot of useful output :/ [16:58] mvo: yeah, can't see *anything* in that [16:58] pitti, I did not try the new backend yet. Could you try it? [16:58] interestingly, none of the apparently affected packages were upgraded in the dist-upgrade [16:58] tkamppeter: as I said, I can't reproduce it, but I can test it, of course [16:58] tkamppeter: that's the one from 1.4? [16:58] oh, no, python-tz and python-openid both were - and they're both broken now [17:00] mvo: the dist-upgrader sadly never seems to work on my desktop [17:00] I install too many bits from PPAs, and by-hand backports from jaunty, and stuff :p [17:00] Keybuk: in what way does it not work? [17:00] Keybuk: oh, ok [17:00] mvo: this time it wanted to uninstall just about every package included ubuntu-minimal [17:01] Keybuk: *urgh* if you still have the logs of that (in /var/log/dist-upgrade/) then please mail it to me, it should not do that [17:01] mvo: looking at why, it's perfectly reasonable that it wanted to do that [17:01] I had a custom one installed that conflicted a few things :p [17:01] * Keybuk has later version of upstart on here, which has different packages [17:03] ~ [17:03] (ignore) [17:05] Keybuk: did the new python package get configured? [17:06] Keybuk: I think that currently it calls the rtupdate hooks, which are what are supposed to symlink modules around for the new version [17:15] is there any particular disadvantage in defaulting to having lots of loop devices available? we seem to default to 8, the maximum the loop module will create is 256 [17:16] (asking here in case it's a ubuntu thing) my compiz-enabled desktop switches workspaces whenever I scroll on an empty part of a gtkwindow i.e. the status area of the nautilus window [17:16] i can't remember this being the case in intrepid, and it's really annoying [17:17] pitti, I ran the killall gnome-settings-daemon and got 3 I could not kill should I still try running the extra command?? [17:18] Ng: does making lots of them available cause all the device nodes to be created at boot? [17:18] Ng: in any case I thought that nowadays new device nodes got autocreated somehow (I forget how) [17:19] cjwatson: if I reload the module with max_loop=256 I immediately get 256 /dev/loopN devices [17:20] I was just playing with something that uses a lot of loops and it complained that it couldn't get any more, but I'm doing horrible kernel mismatching (jaunty userspace, hardy kernel), so maybe that is preventing any automagic creation [17:23] cjwatson: hrm, even with jaunty at both ends of the chain I don't see loop auto-creation (tested with for i in $(seq 1 10) ; do mkdir /tmp/lala$i ; sudo mount -o loop ubuntu-9.04-beta-desktop-i386.iso /tmp/lala$i ; done) [17:24] pitti, bug updated [17:25] davidm: yes, please; do you have so many other running user sessions? [17:25] davidm: thanks [17:26] pitti, I have my user logged on "davidm" and guest and I ran the bit's in guest. Though I'm happy to log out of guest and only work in the "davidm" instance. [17:27] Ng: problem with max_loop=256 then is that it will have a noticeable effect on boot time. We saw this with tty devices too [17:27] Ng: I forget how device creation is supposed to happen, I thought losetup did it [17:28] davidm: if you do "ps ux|grep gnome-settings", do you have a running daemon? [17:28] davidm: either you have one which is unkillable, or you have none, and there's a d-bus problem [17:29] davidm: I have a meeting in 2, so I'll continue the Q&A tomorrow [17:29] I have 4 [17:29] pitti: what is the issue? [17:29] See screenshot attached to bug === fader_ is now known as fader|lunch [17:29] seb128: bug 352362 [17:29] Launchpad bug 352362 in gnome-settings-daemon "After upgrade to Jaunty Beta my machine shows different problems, , random high load, no meta key, etc." [Undecided,Incomplete] https://launchpad.net/bugs/352362 [17:30] davidm: all running as you? [17:30] Ng: at any rate, if you create the device nodes manually, it should work [17:30] yes [17:31] all as davidm according to ps ux [17:31] I can attach another screenshot if you like [17:32] cjwatson: ok [17:32] cjwatson: dpkg --configure -a does nothing [17:32] pitti, Now have 3 [17:32] Attaching a screen shot from davidm [17:33] davidm: screenshot> ps ux output should do [17:34] pitti, attached to bug now [17:38] davidm: will you be in SF next week, @LF summit? [17:39] superm1: I think at that point dpkg hadn't completed. I was dumb enough to run the installer in a vnc server. [17:40] abentley, okay well then for the common case - that someone removes it from jockey it does the right thing [17:40] pitti, Yes I will be arriving on Sunday night [17:41] I'll be at celf and LF summit [17:41] superm1: No, I couldn't get to jockey initially. Only after I'd apt-get-remove-purged the video driver could I even try jockey. [17:41] davidm: rock, I'll see you there; if I don't figure it out tomorrow, I can hack on your machine as a last resort? [17:41] I can carry my HD and laptop so you can indeed hack. [17:41] superm1: Sorry to change my story. It was late... [17:42] I'm going to go out a buy a new HD so I can get working on my presentation for CELF that I have to present. [17:42] ArneGoetje: you have an 855? [17:42] bryce: ^ [17:42] ArneGoetje: I read in the bug report that uxa and some other xorg.conf option would make it work [17:42] abentley, okay well still things are working as expected currently then. I don't believe there is any way to make the experience better since AMD is requiring their own libdri and libglx [17:43] pitti: I do [17:43] pitti: and I'm running uxa [17:43] davidm: urgh, 3 g-s-d's is certainly wrong [17:44] superm1: Well, there are heroic measures-- if fglrx is installed, remove it on upgrade, try reinstalling it, and if it doesn't work fall back to the OS drivers. [17:45] superm1: Even just removing it and telling the user they can try reinstalling it would be better, because bulletproof X would at least give them VESA. [17:45] Yes, I gather that, I have no idea how that happens, it's only from the upgrade, everything is working correctly from the liveCD beta, which is really confusing to me. [17:46] ArneGoetje: nice [17:47] bryce: ScottK said that i865 "just works", and if we could make the 855 use uxa, and disable dri on the 845, we'd at least have a non-breaking upgrade; is that possible? [17:47] pitti: no other config options set, just uxa. [17:47] pitti: one of the big problems I'm having trying to get 304871 closed is that the original reporter does not respond [17:47] bryce: well, if we have some other people with similar hw which can reproduce the bug and test the fix, that should be good enough? [17:47] so through the bug there have been multiple solutions proposed, some of which solve the issue for certain people, but not others. The original reporter never responds, so we never know if one of them would solve his problem. [17:48] in that context, the original reporter is proably not "more" special than the other responders with the same chipset? [17:48] pitti: so the point we're at now is chasing the lowest common denominator, which is looking like "nuke them all from orbit and let God sort them out" [17:48] heh [17:48] i.e. disable all features on 8xx [17:48] bryce: with xx == {45,55}? [17:49] which obviously is a poor solution, and is going to generate all manner of regression reports later [17:49] or do you have reports about 865 failures as well? [17:49] 865 too [17:49] ugh [17:49] is ppp_generic module missing in jaunty ? i googled about, and i got this http://archives.free.net.ph/message/20081226.221035.2367e95e.de.html [17:49] the problem is that given 3 people with 845, we get 3 completely different results [17:50] i need it to use a kernel firmware to connect ppp [17:50] bryce: that's as diverse with 855 as well? [17:50] pablo__: it's built into the kernel - you don't need a module [17:50] pitti: apparently. [17:52] pitti: normally, if this wasn't a targeted bug, I'd close the bug as expired since we've not heard from the original reporter, and ask others to file new bugs. [17:52] [cjwatson] i do not know very much, but i had a script that used that before. may be it was needed before [17:52] bryce: fwiw I didn't see that bug on a thinkpad X40 (855GM) [17:52] well, im sure it was [17:52] pablo__: yes, it used to be [17:52] bryce: but afaics there is quite some variation between machines with seemingly identical intel graphics chips [17:52] i realized when i got an error message [17:52] [cjwatson] i try to know why my connection script does not work [17:53] i can connect without some workarrounds [17:53] bryce: given how tangled it became, it's probably a good idea to split it up by hardware category anyway? [17:53] i have a usb connection [17:54] Ng: yeah 855 seems in better shape; it's 845/865 where we have more reporters of this particular problem [18:00] Does anyone know if you need to sign up for the packaging training sessions or whether you can just join the channel at the right time? [18:06] allquixotic: just join [18:07] allquixotic: or read the logs [18:11] hyperair: Thanks :) [18:11] allquixotic: np === mathiaz_ is now known as mathiaz [18:16] pitti: okay. The bug was opened against 845 originally, whereas all recent comments of "still problems" are from 865 users [18:16] pitti: there are also some 855 users who say the issue is fixed by use of the Legacy3D option (for which we have a patch) [18:17] pitti: so I think I'll put my patch in as the fix for 845, and split out the 865 and 855 issues to separate bugs. [18:17] then we can finally get this one closed [18:27] Caesar: what do you think of bug 74164? [18:27] Launchpad bug 74164 in dhcp3 "Request ntp-servers by default" [Wishlist,Confirmed] https://launchpad.net/bugs/74164 [18:28] Caesar: oh, hmm, that's Debian bug 407667, so it looks unintentional that this is missing [18:28] Debian bug 407667 in dhcp3-client "dhclient not requesting ntp-servers by default" [Unknown,Closed] http://bugs.debian.org/407667 [18:29] whats up with this lintian warning whenever i build a package: debian-changelog-file-is-a-symlink ? === fader|lunch is now known as fader_ [18:31] telexicon: ... well, apparently your debian/changelog file is a symlink :-) [18:31] it should be an ordinary file [18:31] cjwatson, well yeah i got that part :p but i didnt make it a symlink [18:31] its a multibinary from one source package and it symlinks the docs to the main dependency [18:31] run lintian-info and copy and paste the line from lintian's output into it [18:31] CDBS does it automatically [18:32] yeah, that's an ubuntu CDBS change [18:32] for space-saving reasons - you can ignore it [18:32] oh, that. well, it isn't your bug directly so you can ignore it. I think perhaps we ought not to do that for the changelog file though [18:32] not sure [18:33] what about, not symlinking copyright and changelog [18:33] and then symlinking everything else [18:33] you could do that in your package [18:33] I'm not sure why cdbs doesn't do that, but cdbs does not stop you controlling the contents of your own package [18:34] yeah thats true, id just have to go look all that up [18:34] actually, it would be better if cdbs symlinked the directories rather than the individual files, but IIRC there was some reason why that was problematic [18:34] cjwatson, yeah thats even what lintian suggests === Igorot is now known as Knightlust [18:58] i cant help but notice that http://brainstorm.ubuntu.com/idea/64/ pk ideas were set for jaunty but obviously are not happening. [19:06] is the goal to have all the packages use cdbs? [19:08] no [19:13] pitti: virtualbox-ose for amd64 on Hardy is still in the NEW queue: https://launchpad.net/ubuntu/hardy/+queue?queue_state=0&queue_text= [19:13] cjwatson, i made the change to usersetup.py in my release and it worked fine thanks for the info BTW always to glad to help out [19:14] pitti, are you arranging desktop related things at UDS? === jtholmes is now known as jth === jth is now known as jtholmes === Zic is now known as Guest12602 [19:36] cjwatson: Just a note that I'm pushing glibc_2.9-4ubuntu5.dsc which I've put up for review; it's the same as you reviewed earlier + a release commit [19:36] cjwatson: NCommander and myself tested; it would first segfault for NCommander, but he had unrelated issues on the system, his reinstalled system would work, and it worked fine on my babbage === pedro__ is now known as pedro_ === mathiaz_ is now known as mathiaz [20:16] anyone else working on bug 304871 ? [20:16] Launchpad bug 304871 in xserver-xorg-video-intel "[i845G] Fatal server error: Couldn't bind memory for BO front buffer (Jaunty)" [High,In progress] https://launchpad.net/bugs/304871 [20:19] http://www.yelp.com/biz/ubuntu-restaurant-and-yoga-studio-napa [20:20] pitti: just fyi, I saw corrupted attachments for apport reported bugs for bug #352134 and #350866 [20:20] Launchpad bug 352134 in r-base "package r-base-core 2.8.1-1 failed to install/upgrade: " [Undecided,New] https://launchpad.net/bugs/352134 [20:20] Launchpad bug 350866 in python-defaults "package python 2.6.1-0ubuntu7 failed to install/upgrade: " [Undecided,Incomplete] https://launchpad.net/bugs/350866 [20:22] can any one tell me how to use DRI ? [20:23] Folks in #ubuntu probably can :) [20:25] cody-somerville: never mind! i re-read the bug and copied a xorg from there [20:36] calc: what's the plan for OpenOffice.org on sparc? Are you going to try lowering the optimization level as cjwatson suggested, or are we going to drop it? [20:36] calc: if the first, that should happen very soon; if the latter, I'd prefer it happen soon anyway so I can get the stale deps off the component-mismatches report :) [20:38] calc: ah, actually, the most recent OOo failure on sparc is just a plain old syntax error in the code, somehow... [20:44] slangasek: hmm, looking [20:46] slangasek: yea it was the previous upload that ICEd apparently, but the log is no longer available for it [20:47] right - but now we have a syntax bug, surely that's easier to fix? :) [20:47] probably once that is fixed it will just ICE again but i will look at it [20:47] it pretty much NEVER builds on sparc regardless of what is done :\ [20:47] at one point i just had it disabled entirely on sparc but i apparently lost that on merge [20:48] i will check it out for my next upload [20:50] calc: ok, cool. is the next upload scheduled? [20:50] should be in a few days [20:50] i'm waiting until at least the next LP rollout to fix an issue that caused the ppc build to fail [20:51] aiui that is tomorrow [20:51] ok [20:53] pitti: bug #345531 needs some more attention from someone well-versed in hal [20:53] (subscribed you) [20:53] Error: Could not parse data returned by Launchpad: The read operation timed out (https://launchpad.net/bugs/345531/+text) [21:17] jtholmes: cool, thanks [21:17] lool: thanks, pulled === yofel_ is now known as yofel [21:23] brianchidester: one more favor to ask.. [21:23] awe: go for it [21:24] ( just realized i'm in the wrong room )...doh [21:24] awe: haha [21:38] cjwatson, sure i actually want to get a little more involved but have to learn where things r first [21:43] seb128: bug 352681 [21:43] Launchpad bug 352681 in nautilus "deleted files are not shown on Trash applet" [Undecided,New] https://launchpad.net/bugs/352681 [21:43] some guys on +1 just found out that files are not being shown on the trash applet [21:44] for a sec i though they were being really deleted [21:44] but no... they are on .local/share/Trash [21:46] BUGabundo: that's the directory the trash shows [21:47] cjwatson, i plan to join the QA meeting tomorrow, i really want to talk about a more structured regression testing environment so we can hopefully reduce bugs up front [21:47] seb128: yes, but the trash applet, after clicked is Empty [21:47] and even the applet is not updated with the Full icon [21:47] BUGabundo: what about the trash location in nautilus? [21:47] it wont open [21:48] when typed in nautilus trash:/// [21:48] your installation is screwed [21:48] liveusb [21:48] from today [21:48] and 2 days ago [21:48] not my system [21:48] could be liveusb specific [21:48] not me to 1st complain [21:48] obviously that works on a normal system [21:48] we would have noticed otherwise [21:48] maco is now debuging with other users on +1 [21:48] maco: cn u confirm? [21:48] well it's easy, gvfsd-trash is a gvfs backend [21:48] gvfs-ls trash: [21:48] huh? [21:48] oh [21:49] seb128: soemone with an installed system first reported it [21:49] and i just tested on 2 dailys images [21:49] gvfs-ls trash: [21:49] run that [21:49] BUGabundo's just the reproducer [21:49] what does it list [21:50] nothing [21:50] but theres a folder in /home/ubuntu/.local/share/Trash/files/ef === Igorot is now known as Knightlust [21:53] mine is not empty, but my nautilus is also not at the latest version [21:53] perhaps its the most recent nautilus update? [21:53] i dont know [21:53] seb128 will now that better [21:54] my system is broken (wont reach gdm) so i cant test tehre [21:54] just running liveusb to test some stuff and installing a new test machice [21:54] well dinner time for me [21:54] i'll look at it tomorrow [21:57] maco: iit's working fine on all my boxes and we got no bug until now [21:59] seb128: im installing updates to see if the workingness of my system changes after updates [22:02] seb128: empathy doesnt use the indicator applet yet, right? [22:02] no [22:04] maco: https://bugs.launchpad.net/bugs/340180 [22:04] Ubuntu bug 340180 in null "Please provide Empathy support" [Undecided,New] [22:05] i'm trying to make a list of apps that dont have indicator applet support but should [22:06] all the IRC and IM clients ;-) [22:06] and email clients [22:06] only evolution and pidgin use it now [22:06] er..shouldnt that bug be on "Empathy (Ubuntu)" not just "Empathy"? [22:06] Ryan added it to Gwibber [22:07] depend if you wish that upstream add that feature or it to be added by ubuntu [22:07] dont think that's packaged yet though [22:07] i thought since it's an ubuntu-specific experiment, it would go in the Ubuntu package [22:07] it could [22:07] you can open an ubuntu task for sure === azeem_ is now known as azeem === Snova_ is now known as Snova [22:25] maco: Liferea too. [22:30] tedg: for the "52 million unread items" messages? [22:30] maco: I practice RSS-zero ;) [22:53] maco: Also, atleast for mail, we've been doing an "unviewed" count instead of "unread." Kinda like how the liferea status icon works now. [22:54] tedg: i havent logged into gnome in a week or two, so i'm missing some context [22:56] maco: Basically for Evolution we're showing the count of messages that you have gotten since the last time your read an e-mail in Evolution. [22:57] instead of the total? [22:57] maco: Correct. Figuring that most people don't do inbox-zero, so if we required it, we'd have no users :) [22:58] hehe [22:59] yeah im always going "ok..i had 235 last time i looked...i think...so i got....127 new?" [23:00] Yeah, I've just given up counting. [23:00] ah! AFK meeting....late...bah [23:00] bye === Snova_ is now known as Snova === Snova_ is now known as Snova