=== lifeless_ is now known as lifeless [00:21] greg-g: sorry, that ETA was optimistic. i lost three hours due to a incorrect wiki entry. [00:21] an incorrect* [00:21] (now fixed, of course) [00:34] dtchen_: no worries [00:35] dtchen_: so, after last night, I have no sound, is there a way to make apt reinstall the sound modules? [00:37] greg-g: my favorite solution to that is to delete ~/.pulse-cookie, and restart X. [00:38] and then see if you have sound [00:39] Hobbsee: I can try that, but I'm not hopeful considering everything I did last night [00:39] greg-g: ahhh [00:39] * Hobbsee is unaware of what happened last night [00:40] greg-g: aptitude reinstall linux-image-$(uname -r) [00:40] or apt-get --reinstall install linux-image-$(uname -r) [00:40] testing new sound modules built by dtchen_, involved rm -rf sound/ under lib/modules/2.6.28-11-generic [00:40] correction: /lib/modules/2.6.28-11-generic/kernel/ [00:41] right :) [00:43] ahhh === ampelbein is now known as Ampelbein === jrib2 is now known as jrib === jrib is now known as Guest37472 === Guest37472 is now known as jrib === yofel_ is now known as yofel [02:36] greg-g: ETA 7 mins [02:39] dtchen: /me nods. [02:44] greg-g: http://kernel.ubuntu.com/~dtchen/ [02:47] one sec, phone [02:49] dtchen: just gotta dpkg it? no depmods or anything? [02:50] correct [02:50] cool. [02:51] if you're curious, you're running http://kernel.ubuntu.com/git?p=dtchen/ubuntu-jaunty.git;a=shortlog;h=refs/heads/pcm [02:55] wow, bleeding edge, 4 hours ago [02:55] correction, 3. [03:02] installed, restarting, testing. [03:11] dtchen: dude, you're a rockstar, it isn't crashing under the same test circumstances I used before [03:12] greg-g: ok, and this is with the shipped /etc/pulse/default.pa ? [03:12] i.e., with glitch-free disabled (you'll see load-module module-hal-detect tsched=0) [03:13] dtchen: correct. [03:13] excellent. [03:13] thanks very much for testing; i'll dent for more testers now [03:13] yay! [03:14] thank you very much for being on top of it. [03:14] how long it takes to configure it and how does the interface compare to windows xp [03:15] not long, and better. [03:16] what about the hassle of not having standard tools [03:19] tranceenergyUSA: that depends on the situation. [03:20] tranceenergyUSA: also, a better channel for this discussion would be #ubuntu-us or your Local Community team's channel, but #ubuntu-us is fine for now. [03:22] cool [03:22] thanks [03:22] folks === Ampelbein is now known as ampelbein [05:05] python-twisted is already the newest version. [05:05] >>> import twisted [05:05] ImportError: No module named twisted [05:06] that happened after apt-get upgrade [05:08] CarlFK: Check the output of dpkg -s python-twisted # and also dpkg -L python-twisted # maybe? Do they look sane? [05:12] jmarsden: http://dpaste.com/16801/ [05:12] juser@cp333:~$ python -c "import sys;print sys.path" [05:12] ['', '/usr/lib/python26.zip', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', '/var/lib/python-support/python2.6', '/usr/local/lib/python2.6/dist-packages'] [05:13] Hmmm.... you've got a Python that only looks in explicitly "2.6" places for libraries? [05:13] seems that way [05:15] I wonder if you need some special python-twisted for 2.6?? I'm not expert enough on the recent/current python transition to 2.6 to help with that. [05:17] juser@cp333:/usr/lib/python2.6$ sudo ln -s /usr/lib/python2.5/site-packages/twisted [05:18] lets see how well that works out... [05:18] ImportError: No module named zope.interface [05:18] swell. [05:22] Sounds like the whole python transition think just "got" you somehow... [05:23] You could try asking in #ubuntu-motu in case there is someone there who really knows all about the python 2.6 transition and what state it is in...? [05:23] But it's not really a support channel... [06:07] good morning === r0bby_ is now known as r0bby [06:15] dholbach: morning again :) [06:15] about bed time for me [06:15] hi mrooney [06:21] yo === tkamppeter_ is now known as tkamppeter [08:17] hey, im reading https://wiki.ubuntu.com/BugSquad/KnowledgeBase/Classes/Triaging right now.. and there is "Assigning bugs to the proper package." as one of the tasks for bug triaging [08:21] how can I assign correct package to bug.. when I'm not member of Bug Control team please? [08:26] dominiks: click the down arrow to the left of the entry in the "Affects" column in the table at the top of the report, then type the package name under "Package", or click "(Choose...)" for a search box. Fill out any other changes, then click "Save Changes". That works for me, and I'm not in the bugcontrol team. [08:28] thanks :) [08:29] i wasn't logged in Launchpad.. what a shame :p [10:55] hi [10:56] i have a problem with nfs and heimdal https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/343897 [10:56] Ubuntu bug 343897 in nfs-utils "heimdal brocken with nfs4" [Undecided,Confirmed] [10:56] have anybody a solution for my problem ? [10:58] Tuxist: from what I've read [10:58] nfs is broken in many places [10:59] i can't mount keberos crypted volumes [10:59] Tuxist: with nfsv4 on linux, don't you have to set fsid in /etc/exports? [10:59] no [10:59] it's is recomment ? [11:04] i have set fsid=0 whis no change of my problem [11:06] are you able to get nfsv4 working without heimdal? [11:07] what mount command did you issue? [11:07] http://pastebin.com/m420e815c [11:09] if you do 'mount -t nfs4 -o rw,sec=krb5p nfs.wehrwolf.local: /home' manually, does that work? [11:10] http://pastebin.com/m519e05ac [11:11] same error [11:12] pam ldap runs perfect only problems with nfs [11:12] and you had set fsid=0 in /etc/exports for /export/users on the server side and restarted the nfs daemons? [11:13] does it work without encryption? i.e. does 'mount -t nfs4 -o rw nfs.wehrwolf.local: /home' work? [11:13] it runs now thanks [11:14] i have forgotten to restart nfs-common [11:17] well, bah, I was going to (a) congratulate Tuxist and (b) ask him/her to close the bug, since it's working. [11:29] same issue after restart [11:33] nfs and heimdal [12:42] Crap... an update broke my sound. [12:43] Have we been getting any pulseaudio issues within the last 24 hours? [12:47] sectech: yes [12:47] know prob [12:47] I gets fixed and the next update breaks it [12:47] dan has a kernel patch for 64bits on his kernel repo [12:48] Ahhh... ok... [12:48] do you have a link? [12:48] I know quite a few Dans [12:55] was it an actual pulseaudio regression? I could always revert back to the previous version [12:55] sectech: try https://bugs.launchpad.net/bugs/330814 [12:55] Ubuntu bug 330814 in linux "snd_pcm_avail_update() returning absurd values causes PulseAudio to abort" [Low,Fix committed] [12:55] remember that not all audio bugs are dupes! [12:56] sectech: I tried it after yesterday update [12:56] without much luck! [12:56] I guess we can expect a lot of these report within the next little bit then [12:57] This is actually an intrepid system too [12:58] Lets see if this test kernel works [13:03] nopee... === _stink__ is now known as _stink_ === ampelbein is now known as Ampelbein === Ampelbein is now known as ampelbein === ampelbein is now known as goodkarma === goodkarma is now known as Ampelbein [14:22] Okay someone stating that a bug has been fixed in a future release is not really sufficient when the issue is in the current release. [14:22] It's great that the audio problem is fixed in Jaunty but intrepid is our current release and even if it wasn't it still is supported [14:37] sectech: When something is fixed in jaunty and the fix is important: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure . If the bug is minor and a backport is possible: https://help.ubuntu.com/community/UbuntuBackports#request-new-packages [14:47] Ampelbein, I don't actually have the patch though, the triager just set it to fix released with just the explanation that it was fixed in jaunty. [14:50] sectech: bug 330814? [14:50] Launchpad bug 330814 in linux "snd_pcm_avail_update() returning absurd values causes PulseAudio to abort" [Low,Fix committed] https://launchpad.net/bugs/330814 [14:52] Ahh there we go...that's the original one. === negonicrac is now known as Guest97645 === Ampelbein is now known as ampelbein [15:44] Boo [15:44] foo [15:44] moo [15:44] bar [15:46] :) [15:52] BugSquad noob question: How to triag bug, which was resolved by his reporter himself please? [15:53] dominiks: was it a configuration issue or something else? [15:53] bdmurray: yes [15:54] oii [15:54] bddebian: 4x ? [15:54] dominiks: in that case Invalid may be the best choice [15:54] You can check http://wiki.ubuntu.com/Bugs/Status for guidance [15:54] bdmurray: ok, thanks a lot for help [15:58] one more question.. after "invalidating" such bug.. it won't be googleable anymore right? in such case.. maybe it should go to FAQ's of some kind of knowledge base.. for other user's reference.. [15:59] BUGabundo: ? [16:03] dominiks: what is the bug number? [16:04] could anyone mark this as high priority, was hoping it would be corrected before jaunty release, thanks: https://bugs.launchpad.net/ubuntu/+source/sun-java6/+bug/291135 [16:04] Ubuntu bug 291135 in sun-java6 "Out of date java 6 plugin installed" [Undecided,Confirmed] [16:04] greg-g: https://bugs.launchpad.net/ubuntu/+bug/292805 [16:04] Ubuntu bug 292805 in ubuntu "macbook 3.1 - wrong layout on italian keyboard" [Undecided,New] [16:07] bdmurray: would something like that bug (misdetected keyboard by kernel) be something to report against the kernel? It seems that since there is that config option they know the issue fairly well and might not be able to work around it. [16:08] * greg-g goes to get lunch [16:09] bdmurray: yes, you are right [16:12] bddebian: you now have 3 echos! === Pici is now known as newnick === newnick is now known as Pici [16:20] BUGabundo: Ah nice :) [16:20] Pici: you are lucky that "newnick" is not taken eheh [16:21] BUGabundo: I was surprised [16:27] Pici: actually freenode and other networks should have some nicks reserved for that very purpose === yofel_ is now known as yofel === fader is now known as fader|lunch [17:19] Could somebody please set importance level to Wishlist for bug 345857? I wasn't able to do it myself... thanks. https://bugs.launchpad.net/ubuntu/+bug/345857 [17:19] Launchpad bug 345857 in ubuntu "[need-packaging] DOSBox Game Launcher" [Undecided,Confirmed] https://launchpad.net/bugs/345857 [17:19] Ubuntu bug 345857 in ubuntu "[need-packaging] DOSBox Game Launcher" [Undecided,Confirmed] [17:20] who can I nag for bug 268727? [17:20] Launchpad bug 268727 in netspeed "new upstream version of netspeed applet 0.15" [Wishlist,Confirmed] https://launchpad.net/bugs/268727 [17:20] need it to fix bug 335507 [17:20] Launchpad bug 335507 in netspeed "netspeed applet will not measure wired" [Undecided,New] https://launchpad.net/bugs/335507 [17:21] dominiks: done, thanks. [17:23] sbeattie: thank you === fader|lunch is now known as fader [18:02] BUG... grrr === ampelbein is now known as Ampelbein === bittin_ is now known as bittin- [19:06] mrooney: if you made a ppa of the patch for bug 310551 can you add a debdiff for sponsoring too? [19:06] Launchpad bug 310551 in workrave "workrave doesn't receive keyboard/mouse events" [Unknown,Fix released] https://launchpad.net/bugs/310551 === Ampelbein is now known as ampelbein === ampelbein is now known as Ampelbein === negonicrac is now known as Guest95361 [19:23] bdmurray: I can if you think it has value, although the commenter said he was going to patch debian and sync [19:25] mrooney: its up to you, he is the upstream developer so will probably get it done [19:48] Could somebody please set importance level to Wishlist for bug 345175? I wasn't able to do it myself... thanks. [19:48] Launchpad bug 345175 in ubuntu "[needs-packaging] libgnomedbmm - C++ wrappers for libgnomedb" [Undecided,Confirmed] https://launchpad.net/bugs/345175 [19:49] done [19:49] Thanks for helping, dominiks [19:50] charlie-tca: thank you [19:50] You are welcome [19:59] charlie-tca: it would have happened automatically [20:00] yeah? I didn't know that was set up now. [20:00] charlie-tca: yes, if something is tagged needs-packaging it'll get wishlisted automatically [20:00] oh.. i didn't know it either.. thanks for info [20:01] Thanks for that info. Things just get better and better. === Ampelbein is now known as ampelbein === bcurtiswx-mini1 is now known as bcurtiswx-mini [21:26] hi [21:26] I installed ubuntu 8.10 and am having a problem with internet download speed [21:26] it is very slow [21:29] amishgandhi: check ipv6 bug [21:29] on launchpad [21:29] for more help, please go to #ubuntu channel [21:29] that is more oriented for user help [21:29] thanks [22:11] anybody here with some c (and possibly lesstif) knowledge. I can prevent bug 124573 from happening (in nedit) but only by reversing an upstream patch of 4.5 years ago. [22:11] Launchpad bug 124573 in lesstif2 "xmgrace with LessTif crashes when Esc key is pressed on menu" [Undecided,Incomplete] https://launchpad.net/bugs/124573 [22:13] The issue is also upstream at https://sourceforge.net/tracker/index.php?func=detail&aid=1578451&group_id=8596&atid=108596 but upstream is nearly dead [22:13] Sourceforge bug 1578451 "Crash when pressing ESC in an open menu" [Pri: 5,Open] [22:13] paul_: if you'll generate a patch, we can get it into jaunty. [22:13] the patch is rather small [22:13] it is in sourceforge [22:13] ^^ [22:13] sf is blocked here [22:13] but I am not sure it is really clean [22:14] wait a moment [22:16] ok, i see it [22:16] yay for horkarounds [22:16] go ahead and submit it, please [22:17] I attached it to the bug report (bug 124573) [22:17] Launchpad bug 124573 in lesstif2 "xmgrace with LessTif crashes when Esc key is pressed on menu" [Undecided,Incomplete] https://launchpad.net/bugs/124573 [22:18] dtchen: can you have a look at it? Would appreciate some feedback. [22:18] i will later tonight [22:18] ok, please comment in the bug tracker than, I am nearly going to bed. [22:19] ok, ping me tomorrow if i haven't. [22:19] ok [22:21] just for your knowledge, I am also preparing a NMU for lesstif for Debian, solving some other issues as well [22:21] basically giving some love to lesstif === paul_ is now known as Elbrus [22:22] great, syncs are good [22:36] Hi. Anyone else want to confirm that the latest builds of python2.6-minimal have been built without zlib? [22:36] At least, on Jaunty they have. [22:38] barberio: How could someone test that? [22:39] Check to see if something that runs against python2.6 fails because of lack of zlib support? [22:42] barberio: do you have a specific example? That would help. [22:42] https://bugs.launchpad.net/ubuntu/+source/python2.6/+bug/346123 [22:42] Ubuntu bug 346123 in python2.6 "zlib missing from python-minimal" [Undecided,New] [22:43] deluge fails on start complaining about missing zlib. Poking around the python2.6 installed, it seems like there is no zlib support there. [22:52] sbeattie: are you testing it? [22:57] I *think* 2.6.1-1ubuntu3 was working fine, and had the expected zlib functions. Any way to compare the files that were in that package, with the ones in the current package, to see if there's obviously a missing ext or mod? [22:57] http://launchpadlibrarian.net/24106595/python2.6_2.6.1-1ubuntu3_2.6.1-1ubuntu4.diff.gz [22:58] from https://edge.launchpad.net/ubuntu/+source/python2.6 [23:00] That's changes in the source, not changes in the product binary packages. [23:01] Ah. Luckily, I still have the apt cache file. [23:04] Nope. ubuntu3 lacks a zlib extention too. [23:06] really? I've a fresh install from today here, deluged is working and python -c "import zlib" too [23:07] Which binary platform? [23:08] barberio, i386 [23:09] That's very odd. [23:09] * barberio checks around some more. [23:09] Okay, -c "import zlib" works out fine here too. [23:10] There must be something damaged in deluged. [23:10] ok, python -c "import zlib; zlib.compress('boo')" is a better testcase [23:17] Let's try downgrading deluge... [23:18] And now it works [23:19] Now to work out why deluge was throwing errors that made it look like python didn't have zlib support. === asac_ is now known as asac