/srv/irclogs.ubuntu.com/2009/12/11/#ubuntu-bugs.txt

=== yoasif_ is now known as yoasif
dtchenWeatherGod: WRT 483382, the X-Fi driver is known-broken00:19
dtchenWeatherGod: the specs are closed, so there is no easy way to fix the ALSA driver00:20
WeatherGoddtchen, so it is a regression?00:20
dtchenWeatherGod: also, from tinkering, I know that the controller has a lock-down mode00:20
dtchenWeatherGod: no00:20
dtchenit has never been supported in any Ubuntu release00:20
WeatherGodthe user never actually says if he ever had it working before00:21
WeatherGodI will double-check00:21
dtchenI can guarantee that it will never have worked in any stock Ubuntu release00:21
WeatherGod"lock-down" mode?00:21
dtchenJaunty's linux has a driver, and it was only slightly less broken than Karmic's linux-backports-modules-2.6.3100:22
dtchenhowever, Jaunty's lacks the necessary codec init and SSIDs to make it work00:22
WeatherGodis there anything that the OR can do to help improve the situation?00:23
dtchenWeatherGod: sure, get his/her card to a developer00:23
dtchenand/or punch Creative in the eyes00:23
WeatherGoduhm, besides that...00:23
dtchenwel, yes. compile alsa-driver stable (need dailies)00:24
=== dwg_ is now known as dwg
micahganyone know where the new PPA wiki page is?00:24
dtchencould also wait for Brad to get the git-compile infrastructure up and running00:24
WeatherGoddtchen, you mention SSIDs, is that something that he could contribute to help?00:25
dtchenWeatherGod: also, I'm referring to the ctxfi ALSA driver, not the ca0106 ALSA driver00:25
dtchenWeatherGod: his SSID is already in current HEAD00:25
WeatherGodok00:26
dtchenbeware the X-Fis: many of them are rebadged crappy Audigy LSes00:26
dtchen(meaning they're driven by ca0106)00:26
WeatherGodok, so blacklisting won't help?00:26
dtchenblacklisting what, snd-ctxfi?00:27
WeatherGodwell, which is it using?00:27
dtchenctxfi00:27
dtchensee above regarding "known-broken"00:27
WeatherGodbut, they are driven by ca0106 chip, right?00:28
dtchenperhaps I'm not explaining this well00:28
WeatherGodno, you are fine... this is getting to the very edge of what I understand00:28
dtchenlet's roll back the time curtain to when Creative wasn't playing tricks with marketing00:28
* WeatherGod gets popcorn00:28
dtchenso, we had the emu10k1 ALSA driver, developed under NDA, which drives the original SB Live! and Audigy 1 series00:29
dtchenso, we had the emu10k1 ALSA driver, developed under NDA, which drives the original SB Live! and Audigy 1 series00:30
dtchenerr00:30
WeatherGodok00:30
dtchenthen someone at Creative saw fit to release a stripped-down OEM version for Dell, with a largely-crippled controller, which a new ALSA driver was written for: emu10k1x00:30
WeatherGodthe x is for extreme, right :P00:30
dtchenno problem so far. Then low-cost, stripped-down versions of the Audigy were released under various marketing names, and they required a new ALSA driver: ca010600:31
dtchenthen Audigy 2s were released, and the same basic thread follows: the uncrippled ones are driven by emu10k1, the crippled ones are driven by ca010600:31
dtchensame for Audigy 400:32
dtchensame for X-Fi, until the actual release of the new DSP, which required a new ALSA driver that Creative wrote (closed-source)00:32
WeatherGodwhen you say driven, you mean the driver, or the chipset?00:32
dtchenI mean "load this kernel module to make it go bleep bloop"00:33
WeatherGodok00:33
dtchenso, as it stands, anything labeled "Live" has actually one of three drivers: emu10k1, emu10k1x, ca010600:33
dtchenanything labeled "Audigy" has two drivers: emu10k1, ca010600:33
dtchenanything labeled "X-Fi" has two drivers: ca0106, ctxfi00:34
WeatherGodok, makes sense so far00:34
dtchenCreative has also seen fit to play games with the SSID labeling, so we have to grab the codec SSID and revision00:34
dtchenwith most normal sound cards, we look at the PCI SSID, not the codec SSID, but it doesn't matter because they are identical00:35
WeatherGodoh, wait...00:35
WeatherGodso, for example...00:35
macodtchen: are you saying theyre not identical with creative?00:35
dtchenwith an increasing number of manufacturers, the differentiation is in the codec SSID, not the PCI SSID00:35
macoergh00:35
dtchenApple does this for all their iMac, Macbook*, etc.00:36
dtchenCreative does this00:36
WeatherGodsome Audigy cards need emu10k1 and others need ca010600:36
dtchenWeatherGod: correct00:36
dtchennever trust the label00:36
dtchenyou *must* look at the codec SSI -- not the PCI SSID -- to tell for certain00:36
dtchenthat's why we hate Creative and Apple00:37
WeatherGoddoes this have anything to do with "Sound Blaster compatible"?00:37
dtchenno00:37
WeatherGodok00:37
dtchen(end of lecture)00:37
macodtchen: thanks. good info :)00:38
WeatherGodso, what is the point of having different SSID for PCI and codec?00:38
macoWeatherGod: being jerkwads, i think00:38
dtchenno, it differentiates hw at the codec manufacturer's end00:38
dtchenI can understand the motivation00:38
dtchenit just makes developing quirks even more difficult00:39
dtchensuddenly we have to account for both PCI SSID and codec SSID00:39
dtchenand I've already seen several instances where Creative mixes them, and the wrong driver gets loaded00:39
WeatherGodcorrect me if I am wrong (I probably am), but wouldn't it be smarter to be able to query the hardware regardless of its interface type?00:39
dtchen?00:40
dtchenthe hardware *is* queried00:40
WeatherGodPCI00:40
dtchenare you referring to codec SSID?00:40
WeatherGodwell, I mean, is on-board sound using PCI?00:40
dtchenmost drivers are loaded based on modalias from PCI ID, yes00:41
WeatherGodagain, I am at the very edge of what I know (posssibly beyond)00:41
dtchenthen the driver looks at the PCI SSID for codec patching00:41
WeatherGodok, but what if some future sound card does not use PCI?00:41
dtchenwe use whatever info is provided by the subsystem00:42
yoasifi have a possible bug, but i don't know where to file it00:42
WeatherGodso, if PCI SSID isn't available, fall back to some other descriptor?00:42
dtchenWeatherGod: if PCI SSID isn't available, it isn't a PCI device00:43
yoasifbasically, all of the alpha-1 cds have the same name (ubuntu, xubuntu, kubuntu), which makes it a chore to seed all of them on bittorrent (or even to store them).... any ideas where to file this?00:43
dtchenthere's only one exception currently: C-Media USB devices00:43
dtchenand that's straightforward, because the modalias will match correctly00:43
WeatherGoddtchen, forgive me, I live in a little more of a fantasy world, but wouldn't it be ideal to be hardware agnostic?00:44
dtchenin an ideal world, I would be raising ponies and unicorns.00:45
WeatherGodwasn't HAL supposed to abstract all of these things out?00:45
WeatherGodI thought you liked kittens?00:45
dtchenof course I admire kittens, but in an ideal world I would be raising ponies and unicorns. And yes, to some degree, HAL made some of this easier.00:45
dtchenHAL cannot account for lazy manufacturers.00:46
WeatherGodis DeviceKit gonna be any better?00:46
WeatherGodand udev?00:46
dtchenagain, they cannot address lazy manufacturers00:46
WeatherGodat some level, it has to be dealt with, huh?00:47
dtchenyes. Some would argue it belongs in the driver; some would argue it belongs in a userspace table.00:47
WeatherGodwell, that was very informative00:48
WeatherGodthank you very much00:48
WeatherGodin the meantime, is there a webpage to guide the OR if he wishes to help?00:48
dtchenyes, http://git.kernel.org/?p=linux/kernel/git/tiwai/sound-2.6.git;a=blob;f=Documentation/sound/alsa/HD-Audio.txt;hb=HEAD00:50
dtchendriver hacking is fun, really!00:51
WeatherGoduhm, well... I will mention it... see how he takes to it...00:52
macodtchen: oh thats useful to know about00:53
WeatherGodprobably be more upset that "Ubuntu doesn't support Creative"00:53
* maco does a git pull00:53
dtchenWeatherGod: it's better couched as "Linux presently does not support your X-Fi very well.  You may have some luck uninstalling linux-backports-modules-alsa-$(uname -r) and compiling today's stable alsa-driver snapshot."00:54
dtchensnapshots are at google://people tiwai snapshot00:54
WeatherGodwas that a url?00:55
dtchenit can be converted into a correctly-formed URL00:55
macodtchen: how do i get merge conflicts and failures on alsa-kernel git when i havent modified it since the "git clone"?00:55
dtchen...alsa-kernel?00:55
dtchenmeaning from git.alsa-project.org ?00:55
dtchenyou should not track alsa-kernel.git. Always use sound-2.6.git00:56
macoyes00:56
macooh00:56
macowhere's that then?00:56
dtchenum, see above git url...00:57
macooh same place? ok then00:57
macodtchen: i still have a Grow A Pony if you'd like to start on that Pony&Unicorn farm...00:59
dtchenI have my own pony kthxbye00:59
WeatherGoddtchen... I just had a thought...01:02
WeatherGodSince the OR is using a VM, couldn't he change the configurations to make it appear that there is another kind of sound card01:02
dtchenirrelevant01:02
m3onh0x84hi all, what's top bug manager on ubuntu ?01:02
dtchenthe underlying host's audio card (well, the one he wants to use, anyhow) is not working01:03
macotop bug manager?01:03
WeatherGoddtchen, he is run a VM in Windows01:03
WeatherGodit works in Windows01:03
WeatherGods/run/running/01:03
m3onh0x84maco, bug manager so everybody almost use :D01:03
macohuh?01:03
macowhat do you mean bug manager?01:04
m3onh0x84bug manager popularest01:04
WeatherGodmust be bad translation01:04
dtchenWeatherGod: no, it still doesn't work.01:04
macoWeatherGod: i think so01:04
dtchenWeatherGod: the kernel in the guest doesn't have a working driver for his desired audio device01:04
WeatherGodhe is probably looking for something like mantis01:04
macoooo01:04
macom3onh0x84: we use bugs.launchpad.net01:04
WeatherGoddtchen, but, couldn't the VM present to the guest an emulated device?01:05
WeatherGodI have seen something similar with video cards01:05
WeatherGodnever tried that trick, though01:05
dtchenWeatherGod: I suppose so, but that would be considerably more development work than just using his ens137101:06
m3onh0x84maco, but when networking is disable . So how to save bug to report when restart network ?01:06
dtchen"(Bug reports can be written to a file with apport-cli.)"01:06
dtchensee ubuntu-bug(1)01:07
WeatherGoddtchen, I will present the OR with this info, and let him decide what to do01:07
nigel_nbhggdh: are you around?02:08
hggdhnigel_nb: yes02:37
nigel_nbneed a little help with bug 494758 and bug 48333502:38
ubot4Launchpad bug 494758 in evolution "Evolution incorrectly reports dates in the near future" [Undecided,Incomplete] https://launchpad.net/bugs/49475802:38
ubot4Launchpad bug 483335 in rhythmbox "Rhythmbox 0.12.5 cannot start playback of Last.fm after pausing " [Low,New] https://launchpad.net/bugs/48333502:38
hggdhlooking02:39
WeatherGodcan someone with regular gnome please test bug 129396?02:40
ubot4Launchpad bug 129396 in metacity "New windows are put in the background" [Wishlist,Invalid] https://launchpad.net/bugs/12939602:40
WeatherGodI have UNR, and maximus is probably skewing my tests02:40
hggdhnigel_nb: re. the Evolution one: (1) I do not believe Evo is prepared to say you received an email tomorrow (even more because it is a contradiction in terms, until we can time-travel, at least). So, this *is* a bug02:43
hggdh(2) Evo does not allow for editing the headers. In fact, no email client i know allows for it. BUT02:44
=== dous_ is now known as dous
hggdhthe user can simply 'vi ~/.evolution/mail/local/Inbox' -- assuming the email is in the inbox) and edit it as needed02:44
nigel_nbhggdh: the first one is a bug? can we even consider it?02:45
hggdhyes, the result is obviously wrong02:45
hggdhand systems with screwed-up clocks are everywhere02:46
hggdhI do not remember ever hearing about this upstream, so I guess we will not find an existing bug there -- a new one will be needed02:47
nigel_nbhggdh: but does it really matter?02:50
nigel_nbi mean until time travel is invented I dont think I'll really need it02:50
hggdhno we will not. But Tomorrow is wrong02:50
hggdhand this is the point -- wrong output02:51
nigel_nbah02:51
nigel_nbgot it, will file one upstream02:51
nigel_nband I'll add your suggestion about editing headers02:51
hggdhthank you. As soon as you add in the upstream link I will mark it triaged02:52
hggdhnow for the rithmbox one -- what is your question?02:52
nigel_nbanyway to get the fix to karmic?02:53
hggdhWeatherGod: unfortunately I am on the road, and do not have access to another system to run metacity02:53
WeatherGodwell, does it happen with compiz?02:53
nigel_nbWeatherGod: checking with compiz02:53
hggdhnigel_nb: yes. It can be proposed for Karmic. It will help a lot if the patch is backported into Karmic's version02:54
nigel_nbWeatherGod: no problem with karmic, focus goes to newly opened window02:54
nigel_nbhggdh: can you teach me how? got enough time?02:54
hggdhnot now, no. But I can give you an idea of the process02:55
nigel_nbthe thing is a simple patch is not the issue02:55
nigel_nbin karmic, its 0.12.5, and in lucid its 0.12.602:55
WeatherGodnigel_nb, was that with Karmic, or Jaunty?02:55
nigel_nbWeatherGod: karmic02:55
WeatherGodthanks02:55
nigel_nbWeatherGod: no problem :)02:56
WeatherGodI  will make a note of that in the bug report02:56
hggdhnigel_nb: yes, this is a new, er, release, as far as Karmic is related02:56
hggdhthis is the point -- we would need a SRU02:56
hggdhStable Release Update02:56
nigel_nbdoes this bug warranty it?02:56
nigel_nbI read about SRU yday02:57
hggdhthis means the patch fixing the issue has to be backported from 0.12.6 into 0.12.5 (perhaps requiring other patches, perhaps requiring rebase)02:57
nigel_nbwhich I hav absolutely no clue of how to do :(02:57
hggdhwe would not put 0.12.6 into Karmic, unless there is a very clear, critical, and needed reason for that02:58
hggdhso, then how to do it:02:58
hggdh1. look at the changelog for 0.12.6 -- see if you can zero in the fix02:58
hggdh2. go to http://git.gnome.org/rithmbox (supposing rithmbox is gnome), and find the fix02:59
hggdh3. extract it02:59
hggdh4. get the source for 0.12.5 (Karmic) hint: use 'pull-lp-source rithmbox karmic'03:00
hggdhtry to apply the fix03:00
nigel_nblemme try it out, just for educational purpose03:01
hggdhof course, 'try to apply the fix' is the crux03:01
nigel_nbI dont think this warrants a fix * right * now03:01
nigel_nbnot really critical, just dont pause03:01
hggdhI also do not think, personally, it is a critical issue03:01
hggdhwhich is to say, a SRU request would probably be refused03:02
nigel_nball of this is just for learning, seems like a fairly small app03:03
nigel_nbjust want to learn fixing at least the bitesize ones03:03
dtchenif it's a contained, minimal fix, it will be a good candidate03:03
hggdhmight be a simple thing to do, yes, and then good for learning03:03
hggdhyou will want to read https://wiki.ubuntu.com/PackagingGuide and other related pages03:04
WeatherGodis there a command to un-hug a bug?03:05
WeatherGodI accidentially did a hugday close for the wrong bug03:05
nigel_nbWeatherGod: go to the wiki manually03:05
dtchennigel_nb: can you verify that enabling crossfading works around this bug?03:05
nigel_nbdtchen: the rhythmbox one?03:05
dtchennigel_nb: if it does, then look at upstream commit 2221a3885edb753013fbb6119ae3f092ee5698b503:05
* WeatherGod grumble grumble03:05
dtchennigel_nb: yes03:05
* nigel_nb goes and checks03:06
dtchenthis is gnome #49904803:06
ubot4Gnome bug 499048 in playback "Filter insertion and removal on non-xfade backend is not robust." [Normal,Resolved: fixed] http://bugzilla.gnome.org/show_bug.cgi?id=49904803:06
hggdhWeatherGod: unhugging was not considered for the hug-tools... you will have to unhug manually03:06
dtchenmeaning, I'm referring to that bug; I haven't done the grunt work of chasing whether it's the relevant bug for that symptom03:07
hggdhnigel_nb: even if an SRU is refused, you can always publish the fixed rithmbox in your PPA03:09
nigel_nbdtchen: I think its a different issue.  This bug is only with online radio03:09
nigel_nbordinary play works without any issues03:09
dtchenreally? I can reproduce that bug with ordinary play.03:09
nigel_nbhuh?03:09
dtchenbut, I trust you to do the work. :-)03:10
nigel_nbhehe, you rhymbox is broken dtchen03:10
nigel_nbit works great for me, I pause and play it often03:10
dtchenit could well be and thus could well need an SRU03:10
macodtchen: can i borrow your computer to record voiceovers for screencasts nigel_nb made for Ubuntu User Days?03:10
macodtchen: my sound is b0rked, as you know03:10
dtchenno, I don't know how your sound is b0rked03:11
dtchenyou just hand-waved; we never sat down to troubleshoot it03:11
macoyou dont know how, but you know that it is :P03:11
macophonon says it couldnt use pulseaudio, falling back to empty string03:11
macoi haz no devices :)03:12
dtchenI'll be home in about 45 mins03:12
macook03:12
dtchencurrently supper is calling03:12
* nigel_nb cheers03:12
macowhere you going? merge and sticky are closed...03:12
dtchenI'm just about finished eating (down the street)03:13
WeatherGoddtchen, if  supper can call you, I think you have bigger problems03:13
WeatherGodlike, hunting it03:13
nigel_nbhahaha, good one WeatherGod :P03:13
* WeatherGod nods03:13
dtchenI'm currently *eating* and patching sound/pci/hda/patch_analog.c, so I doubt that's the issue.03:14
nigel_nbdtchen: do me a favor, keep reminding maco to slow down (please ;))03:15
nigel_nbI mean when she's recording03:15
macoahahaha03:15
maconigel_nb: he's seen me do public speaking03:15
nigel_nbmaco: I know, so he should have an idea ;)03:15
dtchenthen you're lucky you didn't get me; I just skip entire steps hoping the audience read up beforehand03:15
nigel_nboh oh03:16
macoand you show pictures of crying babies to represent users03:16
dtchenit's appropriate. All we [users] do is whine.03:16
WeatherGod"rabble, rabble, rabble!"03:17
WeatherGodsorry, my mind went to South Park for a second03:17
dtchennigel_nb: just ask her to practise signing as she speaks03:18
nigel_nbdtchen: how does that help ? ;)03:18
dtchenshe can't sign as fast with her hands, so her speech slows03:18
WeatherGoddoes she know ASL?03:19
dtchenwe both know some signed English and a very tiny bit of ASL03:19
nigel_nbdtchen: I made sure the screencast is very slow (really slow)03:20
nigel_nbthat should help ;)03:20
WeatherGodneat03:20
WeatherGodmy vocabulary is very weak, and I haven't used ASL in years, but I keep meaning to pick it back up03:21
* nigel_nb just learned what ASL is03:22
WeatherGodnigel_nb, do you think that bug 455241 is the exact opposite of bug 12939603:22
ubot4Launchpad bug 455241 in compiz "New windows steal focus" [Undecided,New] https://launchpad.net/bugs/45524103:22
ubot4Launchpad bug 129396 in compiz "New windows are put in the background" [Low,Fix released] https://launchpad.net/bugs/12939603:23
nigel_nbit sounds so03:23
WeatherGodso, which is the bug?03:23
nigel_nbthe bug is not a bug I think03:23
WeatherGodhow zen03:23
nigel_nbWeatherGod: someone is missing some option, a tick mark, a checkbox03:24
nigel_nbwhere to open a new window03:24
WeatherGodactually, looks like the "Steals focus" one is not quite the opposite03:25
WeatherGodthey modified the same setting that the other report modified, to no avail03:25
WeatherGodand it is from windows coming up that is instantiated from other sources03:26
WeatherGodthe other bug report dealt with new windows opening from a particular application03:27
nigel_nbwhat we need is both people launching from the same source (probably terminal)03:27
nigel_nbI think so :\03:27
WeatherGodwell, I think there might be different expectations, maybe?03:27
nigel_nbnow, its actually a mess03:28
WeatherGodif you start a program, and then while it is loading, you go back  to work elsewhere03:28
WeatherGodwhat do  you want to stay where you are?03:28
nigel_nbwhen I'm working on gedit03:28
nigel_nband I launch firefox03:28
nigel_nbits mostly because I *want* to work on firefox03:28
macoWeatherGod: my senior design project is a program to teach sign languages that i'd like to eventually get put into the KDE Education Suite03:28
nigel_nbso how is it a bug? (just shooting in the dark)03:28
WeatherGodmaco, make me a tester03:29
WeatherGodI would love to help you on that03:29
WeatherGodnigel_nb, consider a program that takes a bit to load...03:29
macoim gonna need people from all over to help make videos of the signs used outside the US, as i just know BSL's vowels and Ausland's "forget"03:29
WeatherGodand then I switch back to a terminal to type stuff...03:30
WeatherGodI hate it when that program jumps back in front of my typing03:30
WeatherGodmaco, I 'know' ASL only03:30
dtchen(it isn't a problem if you use the right window manager!)03:30
WeatherGodand even that is from years ago03:31
macodtchen: theyre talking about a bug in a window manager silly :P03:31
macodtchen: but yes i was just thinking "i <3 my tiling window manager"03:31
WeatherGoddtchen, ok, but what rational is it that lets a program initiated before a focus change change the focus back?03:32
macobeing the newest window03:32
WeatherGodright... but I am talking from the "crying babies" perspective03:32
WeatherGodto them, it is "annoying"03:33
dtchenif you want that last program to pop up a modal, then that's one use case03:33
WeatherGod?03:33
dtchene.g., I set an alarm to fire off when some task completes, then switch focus to another window03:33
nigel_nbI'm hungry, off for breakfast guys, catch y'all in 30 mins03:34
WeatherGodttyl03:34
dtchennote that I'm not condoning such a use case as being common or even valid03:34
dtchen(valid in my book, that is)03:34
WeatherGoddtchen, so, do we want the modal to steal focus?03:34
dtchenmodals always steal focus03:34
WeatherGodjust about to say that03:34
dtchenhowever, I don't know if the intent is to have the window act as a modal does03:35
dtchenI would say that that behavior in the context of non-modal is a bug03:35
WeatherGodright, it isn't (that's why they are different)03:35
dtchenit annoyed me enough that I switched window managers completely03:35
WeatherGodwhich are you using?03:35
dtchenawesome or xmonad03:35
WeatherGodI heard of awesome... I am sure there is some sort of snide joke I could use03:36
dtchenI think it was created as a snide aside03:37
WeatherGodhaha03:37
dtchenanyhow, yeah, that would be a bug in my book03:38
WeatherGodI would like to actually show people how easy and attractive Ubuntu can be03:38
WeatherGodok03:38
WeatherGodI will update that description a bit and set it to confirm03:38
WeatherGodactually, should probably move it off of compiz03:40
WeatherGodmove it over to gnome-desktop03:40
micahghggdh: do you know anything about fast tracking the apport fix?03:49
WeatherGoddtchen, in the context of what we were talking about before, what do you think about bug 47682703:53
ubot4Launchpad bug 476827 in filezilla "Filezilla "file has changed" dialogue steals focus (dup-of: 455241)" [Undecided,New] https://launchpad.net/bugs/47682703:53
ubot4Launchpad bug 455241 in gnome-desktop "New windows steal focus" [Undecided,Incomplete] https://launchpad.net/bugs/45524103:53
WeatherGodI don't think it is a dupe03:53
dtchenI think they're both compiz, but you'd need to ask the OR to verify with metacity03:58
WeatherGodbut, are they the same problem?03:58
WeatherGodor is FileZilla using a modal, maybe?03:59
WeatherGodcan I get a second opinion on bug 371452?04:29
ubot4Launchpad bug 371452 in compiz "Zoom locks on password prompt" [Low,Invalid] https://launchpad.net/bugs/37145204:29
WeatherGodat the very least, I think it should not be labeled as "Invalid", but rather "Wont FIx"04:30
WeatherGodalthough, I would like to think there was still a way to deal with this properly04:30
hggdhmicahg: the easiest way is to add in comments in the bug stating it was tested04:44
micahghggdh: I didn't test it04:44
hggdhcan you give me again the bug@?04:44
hggdhbug#04:44
hggdhI did04:44
micahgbug 47651304:44
ubot4Launchpad bug 476513 in apport "/etc/default/apport comment outdated" [Low,Fix committed] https://launchpad.net/bugs/47651304:44
hggdhmicahg: done. If we can get somebody else to check on it, better04:48
micahgWeatherGod: do you want to test an apport fix?04:48
WeatherGodsure, what do I need to do?04:48
* WeatherGod looks at bug report04:49
micahgcheck out the bug above, there should be a test case, you need to enable -proposed during the test case to install an updated version of apport04:49
micahgWeatherGod: just follow the steps in the test case in the description and report if it works or not04:49
hggdhmicahg: I am going to bed, I *must* wake up early tomorrow04:50
WeatherGodI am on Jaunty04:50
micahgWeatherGod: oh, ok, nevermind04:50
WeatherGodgood night04:50
micahghggdh: ok, thanks04:50
WeatherGodsorry04:50
hggdhg'night to all04:50
=== dous_ is now known as dous
echotoneI cant install 9.10. I am using the alternate cd and it may install but then it runs and i get a black screen. any thoughts?07:59
Kage_Jittaiechotone: I got a idea, try the alternate CD08:00
Kage_Jittai:(08:00
cheekowhy alter nate cd08:00
cheekowhts tht08:00
cheekocoz i have live cd08:01
Kage_Jittaicheeko: the alternate CD is the same thing as the live CD, but it doesn't load to a GUI, it uses a older console installer08:01
cheekoKage_Jittai: just like knoppix 208:02
cheekooption08:02
nperryBug 217485 - patch has been attached upstream but its been sat there since jan 2009, If i attach patch to Ubuntu would somone patch it for us then we'll push that upstream?09:37
ubot4Launchpad bug 217485 in pgp4pine "stack smashing detected" [Undecided,New] https://launchpad.net/bugs/21748509:37
Dakon<Dakon> I would like to help with bug 470695 in case anyone is interested09:52
Dakon<Dakon> this is most likely either just the KGpg icon hidden in systray (because KGpg is inactive)09:52
Dakon<Dakon> or this one https://bugs.kde.org/show_bug.cgi?id=19848309:52
ubot4Launchpad bug 470695 in kdeutils "Kgpg doesn't run by default" [Undecided,New] https://launchpad.net/bugs/47069509:52
Dakon<Dakon> the hidden thing is explained in comment #2 there09:52
ubot4KDE bug 198483 in general "No system tray icon for KGpg after "Close" button is clicked" [Normal,Assigned]09:52
nperryDakon: I dont think any of those two bugs are related10:02
Dakonthe user says there is a KGpg process running so he must see it10:03
nperryHe says its running then it closes10:03
nperryAfter the window popped and closed10:03
Dakonbut he still sees the process so it must be somewhere10:03
Dakonwhich usually means it hides itself in systray (which is the default)10:04
Dakonin KDE 4.3 systray hides inactive processes which many users are not aware of10:04
nperryTo be honest, i use Gnome10:05
nperryIm just trying to find an online man page to see what -k actually does!10:05
Dakonkgpg --help -> it directly opens the keysmanager10:05
Dakonif you only start it by "kgpg" and systray is enabled it will just go into systray and not show up any window10:06
nperryRight..10:07
nperryBut this still is the thing, If I run "ps -e" while the tab is there I do see a kgpg process running until the tab disappears.10:07
Dakonso the process isn't there anymore if the tab is closed?10:07
nperrySo the process stops when the 'tab' goes10:07
nperryIs how i read that10:07
Dakonok, that would indeed be something different10:07
Dakoncan you reproduce this behaviour?10:08
DakonI've never tried KGpg on Gnome ;)10:08
nperryLet me see if it'll allow me to install without all of kde :P10:08
Dakonit should only pull in kdelibs and kdepimlibs10:09
Dakonif not your packager did something wrong ;)10:09
nperryIndeed it did :)10:09
nperrySetup wizard popped fine for me.10:10
DakonOnce you are done with that I think you need to quit KGpg and try again10:11
Dakonsetup wizard will not show up again then10:11
nperryFrom the looks of it i reckon its not a bug, because kpgp runs at start up in the background and its hidden10:16
nperryso -k brings up the keymanager10:16
nperrywithout a flag it fails becuase there is an instance already running10:16
nperrythe other process will be at the top of ps -e becuase its at startup10:17
nperrySo i think the the kmenu should be -k by default to bring up the instance at startup10:18
nperryrather then try and open a new one10:19
nperryDakon: what do you reckon?10:23
Dakonwould make sense10:27
Dakonif I start it with the menu I want to do something with it, i.e. have a window10:28
Dakonbrb10:28
=== dwg____ is now known as dwg
David-Tis there any way to draw attention to bug #493772 (which causes boot failures in lucid with / on mdadm), as it has an extremely easy fix, but seems to be lost in the noise...14:06
ubot4Launchpad bug 493772 in mdadm "mdadm + initramfs-tools fail to boot" [Undecided,New] https://launchpad.net/bugs/49377214:06
greg-gDavid-T: if you are confident that it is reproducible and your patch is the right way (or, close to the right way) to fix it, I would let Keybuk know in #ubuntu-devel14:27
David-Tgreg-g: ok, thanks.14:32
bddebianBoo14:55
=== thekorn_ is now known as thekorn
mr_steveWhat's the word on notifications in Lucid? notify-osd is intentionally in some kind of debug/dev mode, right?17:04
mr_steveFor example, bug #49553317:05
ubot4Launchpad bug 495533 in notify-osd "notify-osd strange lines shown in bubble" [Undecided,New] https://launchpad.net/bugs/49553317:05
thekornmr_steve, yes, that's correct, this is not a bug, it is intentional.17:15
thekornse the changelog entry on https://edge.launchpad.net/ubuntu/+source/notify-osd/0.9.24-0ubuntu217:15
thekorns/se/see17:15
mr_stevethekorn: thanks, I thought that was the case, just wanted to confirm. Lots of bugs being filed about it.17:16
thekornmr_steve, really? seems like notify-osd only has two bug 495138 and yours17:19
ubot4Launchpad bug 495138 in notify-osd "Notify-osd Not displaying correctly" [Undecided,New] https://launchpad.net/bugs/49513817:19
thekornthat's at least what a quick search gave me17:19
mr_steveperhaps "lots" is an overstatement, but I think I've seen at least three. One was filed against the wrong package I think17:19
mr_steveI've been a bit out of touch with triage lately, starting school soon, keeps me distracted.17:20
thekornmr_steve, are you marking them as invalid?17:21
thekornor should I take this action17:21
mr_steveGo ahead; the only one I actually touched I just commented that I was fairly certain it was not a bug. Now that I've confirmed it I can handle them better17:22
thekornmr_steve, okidoki, thanks for pointing this out17:22
=== yoasif_ is now known as yoasif
nperryi believe bug 493384 - could somone check this bug please - My first bug im triaging :)17:36
ubot4Launchpad bug 493384 in nvidia-graphics-drivers-173 "xorg crashes at start with nvidia drivers. Karmic Koala. Nvidia Drivers." [Undecided,Invalid] https://launchpad.net/bugs/49338417:36
nperryI cant see aything that would be causing this in setup17:37
micahgnperry: you should have added usplash the package not usplash the upstream17:38
nperryOh have i :s my bad!17:38
micahgnperry: you could have just changed the package from nvidia to usplash17:38
WeatherGodnperry, that is a common mistake, I noticed that I was doing that a few weeks ago17:38
micahgyep, it's a little confusing in LP17:38
nperryFixed :)17:39
WeatherGodyeah, and to add another Ubuntu package, you need to use "Also effects distribution"17:39
WeatherGodrealized that last week17:39
nperryI was adding project17:39
WeatherGodyeah... I did that for the longest time17:40
micahgnperry: yeah, this doesn't look like usplash since the user gets all the way to X load17:40
yofelthis sounds like bug 49148317:40
ubot4Launchpad bug 491483 in gdm "Since failsafe-x was enabled in karmic it starts if gdm is disabled and kdm is used. (low graphics mode error)" [High,Fix released] https://launchpad.net/bugs/49148317:40
nperryBut when usplash is disabled it didnt happen17:40
yofelhm17:40
technovikingWhat should I file a bug againist if I have menu issue in Ubuntu17:41
WeatherGodwhat sort of menu issue?17:41
* micahg needs to remember to read the whole bug :)17:41
* micahg is going to defer due to a lack of knowledge about usplash17:42
technovikingWeatherGod: double enties under System Preference and Administration17:42
nperrymicahg: I had a look through some triaged x bugs but none of them match 100%17:42
technovikingWeatherGod: in Lucid17:42
WeatherGodusing gnome?17:43
technovikingyes17:43
WeatherGodwell, that would likely be a configuration issue17:43
WeatherGodso, Ubunut-meta, maybe?17:43
WeatherGodUbuntu-meta17:43
WeatherGodnot exactly sure...17:44
nperrytechnoviking: Ive got a feeling there is a bug already for it17:44
technovikingnperry: does not matter, a reboot fixed it.17:45
micahgnperry: it looks like you have all the info based on the debuggin page17:45
micahgnperry: what do you think the next step is17:45
nperryI was going to suggest lucid to him, but i dont think thats the best next step17:48
micahgnperry: no, it's probably not at this point17:48
nperryWhat would you suggest?17:51
micahgnperry: to have it marked triaged :)17:52
micahgnperry: once all the information is collected, we hand the bug off to the developers17:52
nperrywow, take my virinity :P17:52
nperry*virginity17:52
micahgnperry: my question for you is what importance should I set?17:53
nperrylow17:53
nperryAs noone else is having the problem17:53
micahgnperry: well, importance is estimated impact, not just what we've seen, but I agree Low since there is an easy workaround17:54
mewseslolis it just to post a question in this channel or do you need some sort of permission?17:54
micahgmewseslol: if it's a question about FILING a bug, then you can post or if it's a question about a bug you've already filed, support questions should go to #ubuntu17:55
mewseslolmicahg: thx17:55
nperrymicahg: Sounds good to me17:56
micahgnperry: done...nice job!17:58
WeatherGodmicahg, does anybody still use the bugHelper script?17:59
nperrymicahg: Thanks, time to move onto my next :)18:00
* micahg doesn't know what a bughelper script is WeatherGod18:00
WeatherGodin the Bug Squad knowledgebase: https://wiki.ubuntu.com/BugHelper18:00
yofelWeatherGod: not that I know of, maybe ask bdmurray18:01
bdmurrayWeatherGod: for what?  pedro uses it for hug days18:01
WeatherGodok, I was wondering if it was still a useful tool18:02
bdmurrayWeatherGod: for a very limited subset of things18:02
thekornWeatherGod, I'm not sure how good it is working after all the launchpad changes18:02
WeatherGodbecause it doesn't work on Fedora systems for a very stupid reason18:02
thekornWeatherGod, I started a new version of bughelper some time ago, using the launchpad API18:02
thekornhttps://code.edge.launchpad.net/~bughelper-dev/bughelper/bughelper-ng18:03
micahgfascinating18:03
bdmurraythekorn: how is that doing?18:03
thekornbut i did not manage to finish work on it yet18:03
WeatherGodthekorn, does it depend on being in a Ubuntu environment?18:04
thekornbdmurray, the bughelper tool is mostly ported, some more complicated options like searching by last user who made a comment is still not implmented18:04
nperryAm i right in saying rhythmbox is no longer being maintained?18:04
thekornWeatherGod, I don't think so, you just need launchpadlib and a few standard python packages18:04
WeatherGodok, because the original bughelper used apt_pkg to gather the version number18:05
thekornI'm pretty sure the new version is not using apt_pkg anymore18:06
WeatherGodwell, I will try it out18:06
thekornWeatherGod, super, I'm looking forward to get your bugreports about this tool ;)18:07
thekorn...and maybe someone with some python skills would like to work on it ;)18:08
micahgnperry: who said that?18:08
thekornor someone who would like to learn python, of course18:08
WeatherGodwell, I have my trusty rat book right next to me18:09
WeatherGodI might be able to lend a hand18:09
pedro_WeatherGod, bug 494748 , guess that's for you18:10
ubot4Launchpad bug 494748 in ubuntu "Posted for Weather God! Trying to Analyze Sound Problem! " [Undecided,New] https://launchpad.net/bugs/49474818:10
WeatherGodheh18:10
nperrymicahg: I though i read it somwhere on a mailing list18:10
micahgnperry: no, it looks like it's maintained still18:14
nperryI think WeatherGod has already been sub'ed to it :)18:15
WeatherGodyeah... looks like he tried to submit some more info by email, and it bounced or something18:15
WeatherGodand so he posted a new bug report... dunno18:16
micahgWeatherGod: you need to have a PGP key registered with LP to post by email18:16
WeatherGodah, that would explain a lot18:17
=== yofel_ is now known as yofel
micahgWeatherGod: https://help.launchpad.net/Bugs/EmailInterface18:18
macono18:19
macoyou can comment without pgp18:19
macoyou just cant change bug status/importance/package/subscribers/etc without signing the email18:19
macohehehe that IS a funny bug report though18:19
macoat least from the subject line18:19
WeatherGodyeah, gonna mark it as a dupe of the original18:19
micahgWeatherGod: if the new one has more info, mark the old one a dupe of the new one18:20
WeatherGodno, it just has some output from a command we asked him to run... besides we ended up figuring out his problem anyway18:20
WeatherGodthat was the whole lecture yesterday by dtchen18:21
malevhi everybody! Yesterday I've sent a message to a user that reported a bug and today he answered me. apparently confirming the bug. should I mark it as confirmed? https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/45197418:22
ubot4Launchpad bug 451974 in fglrx-installer "Black video minimizing Totem window" [Undecided,New]18:22
WeatherGodwell, maybe Triaged?18:25
WeatherGoddon't know why fglrx-installer is involved, though18:26
WeatherGodI would, actually, ask him to try another video player18:26
WeatherGodto see if the problem is limited to totem or all video players18:26
malevWeatherGod. Oks! I'll do that. One more thing I can't triage, I don' have that option.18:27
WeatherGodright, you are just like me... a newbie18:27
WeatherGodwe have to earn that option18:27
malevWeatherGod, haha It looks like!18:28
WeatherGodthe more experienced people in this group can check over your triaging work, to make sure there is enough info18:28
WeatherGodand then they can mark it as such18:28
malevBut it seems that you've been here for a long time, isn't it?18:28
WeatherGodonly a month18:28
WeatherGodmaybe month and a half18:29
macowhich bug?18:29
macoim in bug control18:29
malevbug control? what's is that?18:29
WeatherGodbug 45197418:29
WeatherGodis ubot4 broken again?18:30
ubot4WeatherGod: Error: Could not parse data returned by Launchpad: timed out (https://launchpad.net/bugs/451974)18:31
WeatherGodmalev, bug control is the group that have extra permissions18:31
WeatherGodthey are the mentors18:31
maconot necessarily18:31
WeatherGodtrue, but all mentors are bug control18:32
macobug control are people who've passed a simple test showing they know how to triage18:32
macosome of us chooes also to be mentors18:32
maco*choose18:32
WeatherGodthere is a test?18:32
malevtest???? mmm like in college?18:32
malev:D18:32
macowhen you apply to bug control you have to answer questions18:32
macoi think 5 of them18:32
WeatherGodah, ok18:32
WeatherGodmalev, how much coffee have you had today?18:33
WeatherGodno, better question...18:33
WeatherGodhow much sugar did you put into it?18:33
malevI've just wake up... yesterday I have a geat nigigt! :D18:33
macoand i think the 5th is "show 5 bugs youve triaged and tell what importance youd set them to and why"18:33
macothen a few current bug control mentors review your answers, and if they're satisfactory bdmurray makes you a member18:33
WeatherGodmaco, good to know... in case I ever want to take on that level of responsibility18:34
WeatherGodnext semester is gonna be insane for me... so I don't know how much time I can devote18:35
malevWeatherGod, what're you studing?18:35
WeatherGodI am a PhD student in Meteorology18:36
WeatherGodI also run the servers for my research group18:36
malevWeatherGod, cool!! I'm applying for a PhD in MEMS18:37
WeatherGodMEMS?18:37
malevMicro-Electro-Mechanical Systems18:37
WeatherGodso, nanomachines?18:38
malevsomething like that18:38
WeatherGodneat18:38
malevwell folks! I'm gonna get something to eat. I'll see you in a while.18:39
hggdhbeing in bug-control just gives up authority to set a bug triaged and to set Importance18:40
hggdhthere is not much more than that18:40
hggdhs/gives up/gives you/18:40
WeatherGodthekorn, re: bughelper-ng, why are you using bootstrapping?18:42
WeatherGodI thought distutils.core does all of that stuff now18:42
WeatherGodhggdh, gotcha18:43
=== ding__ is now known as ding
hggdhanother thing that is expected from -controllers is to direct and help begining triagers18:44
thekornWeatherGod, hmm, that's a long story, but basically I like things like having an isolated test environment, being able to run a interactive session with the current state of the branch18:44
thekornWeatherGod, so I don't need to do some weird symlinking or mangling with PYTHONPATH18:44
thekornand most importantly: the time when I started bughelper-ng virtualenv was broken on karmic18:45
thekornso I had no other choice ;)18:45
WeatherGodI think setuptools now does that18:48
WeatherGodhttp://ianbicking.org/docs/setuptools-presentation/18:48
WeatherGodnot sure, I haven't tried it, though18:49
nperrymicahg: Do you mind looking into this one please, bug 495322 - I believe everything is there which is needed18:51
ubot4Launchpad bug 495322 in linux "Kernel Oops - unable to handle kernel paging request at ff0e0300 ; EIP is at __ticket_spin_lock+0x8/0x20" [Undecided,Incomplete] https://launchpad.net/bugs/49532218:51
WeatherGodthekorn, I don't think anything succeeded in my build test18:54
micahgnperry: seems good, what importance?18:54
thekornWeatherGod, do you have some scripts in bin/18:55
WeatherGodthekorn: bughelper, buildout, python, test18:55
thekornWeatherGod, looks good, try running bin/bughelper --help18:56
thekornwhich should give you a local instance of the bughelper tool18:56
nperrymicahg: low because i reckon its hardware related but medium because its random restarts and not a easy word around18:56
thekornbin/test runs the test suite18:57
WeatherGodhaha.... it does depend on dpkg-query to get the version number18:57
thekornWeatherGod, you don't have dpkg-query?18:57
WeatherGodI am on Fedora18:57
WeatherGodI use Fedora for work, and Ubuntu for home18:58
thekornWeatherGod, but, looking at the code, it should not break if dpkg-query is not there18:58
thekorncan you post me the traceback?18:58
=== yofel_ is now known as yofel
WeatherGodhere in the forum or what?18:59
thekornWeatherGod, paste.ubuntu.com18:59
micahgnperry: since it locks up the system, I'm going to mark it high...see https://wiki.ubuntu.com/Bugs/Importance18:59
thekornWeatherGod, oh right, I can reproduce your error19:00
WeatherGoddidn't know ubuntu had a pastebin19:00
thekornWeatherGod, let me fix it19:00
WeatherGodok19:00
micahgnperry: done19:01
nperrymicahg: Thankyou :)19:01
micahgnperry: thank you :)19:01
thekornWeatherGod, I just pushed a fix, 'bzr pull' and it should work for you19:03
WeatherGodthen I just do another bootstrap or what?19:03
WeatherGodthekorn: http://paste.ubuntu.com/339417/19:07
WeatherGodoh, wait19:07
WeatherGodok, I thought I had launchpadlib19:07
WeatherGodlemme double-check19:08
thekornright19:08
thekornI don't think you have it installed19:08
WeatherGodmaybe I did it on my other machine...19:08
WeatherGodbut, then again, I do have hugday tools working19:08
WeatherGoddoesn't it use that?19:09
WeatherGodok, I probably didn't install it19:10
thekornWeatherGod, no, hugday-tool is not using launchpadlib19:10
=== markus_ is now known as thekorn
WeatherGodthekorn, I got everything downloaded, and the tests were successful19:30
thekornsuper19:33
WeatherGodthanks for the help, I'll let you know how it goes19:34
thekornthank you19:35
=== jsalisbury_ is now known as jsalisbury
=== Pici` is now known as Pici
=== jsalisbury_ is now known as jsalisbury
malevhola muchachos! hi everybody! I have a bug that I think is ready for triage. But I'm not able to do that. Can anyone make it for me.20:06
malev the bug is; https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/45197420:06
ubot4Launchpad bug 451974 in fglrx-installer "Black video minimizing Totem window" [Undecided,New]20:06
* micahg is looking malev20:07
micahgmalev: idk...someone else should look at this20:09
micahghggdh_: you available to look at a bug?20:09
malevmicahg, what is idk?20:10
micahgmalev: i don't know20:10
malevmicahg, haha oks! thanks20:10
* micahg doesn't know enough about compiz20:10
nperrymalev:20:13
nperryMore debugging needs to be done i reckon20:13
hggdh_micahg: yes20:13
=== hggdh_ is now known as hggdh
malevnperry, so, what do you suggest?20:14
nperrymalev: https://wiki.ubuntu.com/DebuggingCompiz20:14
nperryGive the Advanced instructions20:14
malevoks, but ... you think the user would be able to do all that? for exampla, that about running with a debbuger.. :s20:15
nperryIt is advanced but i would see it needed by devs ( hggdh feel free to step in if you think im wrong, I'm a newb to :) )20:17
* hggdh is still trying to open the bug20:18
malev[joker mode=on] hggdh looks like you're using a dial-up connection [joker mode=off]20:19
hggdhI wish... it would be faster :-( This is the customer-provided wifi access for external contractors... full of controls and bandwidth limitations20:21
nperryI dont miss dialup20:24
nperryRight im off for this evening, have a good one guys :)20:26
nperrythanks for your help today malev!20:26
malevgood by nperry20:26
WeatherGodhuh, that was weird20:27
WeatherGodfor a while, it looked like everyone in this group exited except for a couple of other users20:28
WeatherGodI had to completely disconnect and then reconnect to get back20:28
WeatherGodgo figure20:28
hggdhon this totem bug -- I run the free ATI drivers (radeon) and Compiz, so the OR should be able to also do it20:29
hggdhbut the OR also ran some tests that seem to tie this to XVideo, so... a good option is to ask on the X channel20:30
malevhggdh, ... I don't understand...20:30
malevwhat is or?20:31
macooriginal reporter20:31
hggdhmalev: the OR stated that s/he cannot test on the free X drivers because s/he is running compiz. This is not enterely correct. You *can* run Compiz, but it will be more restricted in terms of effects20:32
hggdhhey maco, long time!20:32
malevhggdh, oks!20:33
macohggdh: i havent gone anywhere...20:33
macohggdh: though ive probably been a bit more on the sponsorship end of bugs20:33
malevso, do you reccomend me to ask about this in the xchannel of ubuntu?20:33
macothatd be #ubuntu-x20:33
hggdhno, it's I that have been here like a firefly...20:34
WeatherGodhggdh, do you happen to remember those update-manager bugs I was dealing with that were related to server overloads?20:34
hggdhmalev: yes, this is the channel. Please ask.. and wait with patience20:34
malevhggdh, oks! I'm taking care of it. don't worry20:34
WeatherGodmalev, LOTs of patience20:34
hggdhWeatherGod: yes, I think so. The 404s, right?20:34
WeatherGodyeah, do you want to see what I came up with?20:35
hggdhyes20:35
WeatherGodok, in searching, I came across three categories of issues20:35
WeatherGodhang on, gotta load them up20:36
WeatherGodok, the first category (although one of the dupes might need to be moved) is where users described what seemed to be basic server overload20:37
WeatherGodall of these happened around the same time20:37
WeatherGodI duped them all to bug 46408720:38
ubot4Launchpad bug 464087 in update-manager "Upgrade to Kubuntu 9.10 failed because site became unavailable" [Undecided,New] https://launchpad.net/bugs/46408720:38
WeatherGodthe second class of bugs happened at a much wider span of time over the past few months20:39
WeatherGodand these are 404s20:39
WeatherGodI duped them up to bug 48940320:39
ubot4Launchpad bug 489403 in update-manager "Update Manager experiences problem upgrading to '9.10'" [Undecided,New] https://launchpad.net/bugs/48940320:39
WeatherGodthe last class is interesting, and happened around the time of Karmic release20:40
WeatherGodI found 4 (maybe 5 cases) of "Hash Sum mismatch" and it seems that the local mirror did not get their files synced before being made available as a mirror20:41
WeatherGodI synced these up to bug 46343520:41
ubot4Launchpad bug 463435 in update-manager "I was notified that upgrade was available, but it was not ready" [Undecided,New] https://launchpad.net/bugs/46343520:41
hggdhOK. and?20:42
malevhi folks! I'm comming back with answers from the ubuntu-x channel.20:42
hggdhmalev: shoot ;-)20:42
malevthey say: "fglrx is buggy with respect to having compositing and xvideo at the same time"20:42
hggdhheh20:42
malevfglrx is known to have problems with compositing and xvideo20:42
malevthe problem is fglrx20:42
hggdhyes. Bad20:43
malevsad20:43
hggdhwe will depend on ATI/AMD to fix it20:43
hggdhWeatherGod: and?20:43
WeatherGodwell, that is the result of me scouring the update-manager bugs for issues regarding the last release20:44
micahgis ATI's bugtracker private?20:44
malevso, I think I'm gonna reply this to the user. But, what about the bug? should I change the status to invalid?20:44
hggdhmalev: ask the OR to try Compiz with a free X driver -- hopefully there is one for his/her board -- and report back. Also tell the OR what you found (and consequences)20:44
WeatherGodhggdh, I think we can use this as evidence of needing better mirror management for Lucid release20:44
micahgWeatherGod: they took the PPA builders and used them as mirrors for release20:45
malevhggdh, oks! I'll do that.20:45
WeatherGodmaybe even better behavior by update-manager to find an alternate mirror in the middle of the download process20:45
hggdhWeatherGod: I agree. Now, could you retitle the bugs so that indicate the type of issue they are dealing with?20:45
WeatherGodok20:45
* hggdh is listening to Beethoven's 9th, it is getting difficult to type while swinging with the orchestra20:46
WeatherGodwhich one was the 9th symphony?20:47
hggdhthe choral -- Oh Freunde, etc, etc20:47
WeatherGodok, I can't get numbers straight in my head20:48
WeatherGodnot familiar with that one20:48
hggdhthe only symphony that has a chorus20:48
WeatherGodthat's what I was wondering, cause I didn't know he did any20:48
hggdhand a fabulous bass (in von Karajan's second recording)20:48
WeatherGodnice20:49
hggdhalthough for me it is all sound, I cannot distinguish voice from instruments most of the time...20:49
hggdhI *know* it is a voice, I just cannot understand it20:50
WeatherGodreally good a capella groups can get that good20:50
WeatherGodI heard a rendition of some of Pink Floyd's songs from Dark Side of the Moon that was hard to believe to be all voice20:51
WeatherGodthere it is again!20:54
hggdhmicahg: just for grins, fresh out of SANS: http://isc.sans.org/diary.html?storyid=7732&rss20:58
micahghggdh: means that mozilla messaging will probably release an update to TB221:04
hggdhyeah. Anyway, I wonder about enigmail for tb321:04
micahghggdh: maybe this weekend :)21:04
hggdhbut I am not affected  byt this issue on TB2)21:05
micahgfirst I have to get TB3 into lucid21:05
micahgthen fix the dev files21:05
micahgthen push enigmail21:05
hggdhagreed21:05
WeatherGodhggdh, I think I cleaned up those three21:06
WeatherGodbug 46408721:06
ubot4Launchpad bug 464087 in update-manager "Upgrade to Karmic failed because site became unavailable during distribution release." [Undecided,New] https://launchpad.net/bugs/46408721:06
WeatherGodbug 48940321:06
ubot4Launchpad bug 489403 in update-manager "Update Manager errors out on 404 Not Found rather than trying another mirror" [Undecided,New] https://launchpad.net/bugs/48940321:06
WeatherGodbug 46343521:06
ubot4Launchpad bug 463435 in update-manager "I was notified that upgrade was available, but the local mirror was not ready" [Undecided,New] https://launchpad.net/bugs/46343521:06
hggdhWeatherGod: this last one is the hash checksum error, correct?21:07
WeatherGodright21:07
hggdhwould it be a good idea to title it so, then?21:07
WeatherGodgood point21:07
hggdhthank you. Sometimes I *do* have good point, although in a sparse way21:08
WeatherGod"Hash Sum mismatch error during Karmic release"21:09
WeatherGod?21:09
hggdhI think just "update errors out with hash sum mismatch", or similar21:09
hggdhthis is not specific to Karmic21:09
hggdhbeen around for quite some time21:09
WeatherGodok21:10
hggdhanyway, I think this is, at the bottom, a race condition, and we will never be completely free of it21:10
WeatherGodbut, update manager could handle it better by going elsewhere21:11
WeatherGodalso, couldn't better design of mirror distribution improve this21:11
WeatherGodmaybe incremental changes to the Packages list21:12
hggdhthe problem with mirror distribution is that is it a volunteer service21:14
WeatherGodwhoot!  Nouveau is gonna be officially part of linux 2.6.33!21:14
WeatherGodwell, what about the P2P methods I heard about?21:14
hggdhand each can have a different update schedule21:15
hggdhbut, perhaps, something like torrenting might help21:15
WeatherGodthat's true, but a mirror shouldn't advertise pacakges that it doesn't have yet21:15
WeatherGodthat's why I am thinking that an incremental update to the Packages list as the mirror syncs would be best21:16
hggdhthis is true (and is the 404s). They should first update the packages, then the lists21:16
WeatherGodor, to do snapshotting21:16
WeatherGodactually, a lot of those 404s are still 404s21:16
hggdh<sigh/>21:16
WeatherGodso, maybe their package lists were bad or errored?21:16
hggdhperhaps21:16
WeatherGodbut, snapshotting should definitely be a possible approach21:17
hggdhbut it is clear we could profit from a different approach21:17
hggdhyes21:17
WeatherGodserve out the snapshot while updating the package repo21:17
WeatherGodalthough, that might have problems when finished21:17
hggdhand try different mirrors if it fails on one21:17
WeatherGoddefinitely try different mirrors21:18
hggdhstill, problems are possible21:18
WeatherGodright, as with all race conditions21:18
hggdhwe will be exchanging a known issue with a brand new, unknown one :-)21:18
WeatherGodbut we can certainly try to make Lucid release as smooth as possible21:18
WeatherGodespecially since it will be a LTS21:18
WeatherGodheh21:19
WeatherGodwell, just allow for better fail-over, and you shouldn't be any worse than before21:19
hggdhwell, sort of. Every provider in the wild internet every so often hits the timeout issue21:19
WeatherGodyeah, but then the Update Manager could make for a nice, friendly message for handling that21:20
WeatherGod"Don't Panic"21:20
hggdhindeed, and this is something under *our* control,21:20
WeatherGodyes21:20
hggdhwell, "don't panic, and grab a towel"21:21
WeatherGodthat might be too long...21:21
WeatherGod:P21:21
hggdhbut the towel is the most important piece ;-)21:21
hggdhbrb21:21
=== YoBoY` is now known as YoBoY
WeatherGodanyone got ideas for bug 49560322:03
ubot4Launchpad bug 495603 in upstart "/var/log/messages is recieving messages 100+ messages a second (since Dec 7, 2009 (last update)) "Dec 11 13:38:47 taylor-laptop kernel: [103577.453350] CPU0: Temperature/speed normal" " [Undecided,New] https://launchpad.net/bugs/49560322:03
awardleDoes anyone know what a orange alert is? It's written in bug 49567722:15
ubot4Launchpad bug 495677 in linux "I was adding a user when I noticed the orange alert. System did NOT crash." [Undecided,New] https://launchpad.net/bugs/49567722:15
Flannelawardle: Does the box that pops up include an orange warning icon or something?22:18
awardleI don't know, it's in a bug report that I was trying to triage22:19
Flannelawardle: right, the description says "I saw the instructions below this box" which told the reporter to do the ubuntu-bug -p thing, perhaps "this box" is the orange alert he's referring to?22:20
awardleThe orange alert is the logo for apport22:21
joaopintohow do I link a debian bug report from an LP bug ?22:30
bdmurray"also affects distribution"22:31
awardleon the bug page click "Also affects distribution"22:31
joaopintoawalton_, bdmurray tks22:33
WeatherGodhehe: I have no clue how this guy got his problem22:38
WeatherGodbug 49555322:38
ubot4Launchpad bug 495553 in gdm "Screen origin shifted to center, screen wraps" [Undecided,New] https://launchpad.net/bugs/49555322:38
joaopintois there a special procedure to file a bug against a translation ?22:44
awardleIs the translation for a product that uses lp for translations?22:47
joaopintoit's for software-center22:50
=== dwg_ is now known as dwg___
joaopintoI guess it does22:50
awardlejoaopinto: do you know what the translation should be22:51
joaopintoawalton_, yes22:52
joaopintoFree Software is translate fo free as in gratis, not as in libre22:52
joaopintotrasnlated22:52
WeatherGodwow, that's a glaring mistake22:54
WeatherGodgotta run... seeya all later22:55
awardleSorry, what language do you want to change?22:59
yoasifhey guys, i have a weird gnome-panel bug that only happens in my user profile -- if i click on the menu, it segfaults, also if i do alt-f2, it segfaults. in a new user profile, i see none of these issues -- what is the easiest way to remove the settings for the panel but keep the layout?23:01
joaopintoawalton_, portuguese23:01
awardlejoaopinto: Try going to https://translations.launchpad.net/ubuntu/karmic/+source/software-center/+pots/software-center/pt/+translate23:03
awardlejoaopinto: Also my name is awardle not awalton_23:04
dogatemycomputerGreetings.   I am working on bug #492810 .   Pedro Villavicencio asked the reporter to follow instructions found here here: http://wiki.ubuntu.com/DebuggingProgramCrash23:16
ubot4Launchpad bug 492810 in nautilus "Nautilus uses 100% cpu after downloading torrent" [Medium,Incomplete] https://launchpad.net/bugs/49281023:16
dogatemycomputerThe instructions tell the reporter to import debug symbol archive signing keys using this command:  "gpg --keyserver keyserver.ubuntu.com --recv-key 428D7C01 5E0577F2"23:17
hggdhdogatemycomputer: what can we do for you?23:17
dogatemycomputerAttempts to import those signing keys fail.23:18
dogatemycomputerthe error is 'gpgkeys: HTTP fetch error 6: Couldn't resolve host 'keyserver.ubuntu.com'.23:18
hggdhdogatemycomputer: can you pastebin the output of the import key run?23:18
hggdh!pastebin23:18
ubot4For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from  command line | Make sure you give us the URL for your paste - see also the channel topic23:18
dogatemycomputerahhh..  sorry hggdh.23:19
hggdhalthough I suspect you are running it under your own userId; it should be run as root. If this is the case, just preppend 'sudo ' to the command23:19
dogatemycomputerhttp://paste.ubuntu.com/339566/23:19
dogatemycomputerOkay..  here is the sudo..23:20
hggdhnope it is a name server resolution error23:20
dogatemycomputerhttp://paste.ubuntu.com/339567/23:20
dogatemycomputerhggdh:  I figured as much.23:20
dogatemycomputerhggdh:  Are you saying this is my client failing to properly resolve the name or the server has been moved and the incorrect IP is being provided to the client?23:21
hggdhdogatemycomputer: now you have Yet Another Issue (TM) ;-)23:21
hggdhdogatemycomputer: I just tried to get to k.u.c, and it failed the same23:21
dogatemycomputerhggdh: I just find it frustrating when people point users to documentation that clearly fails.23:21
dogatemycomputerhggdh:  So..  file a bug report?  :-)23:21
awardlewhen I tried I could get to k.u.c fine23:22
dogatemycomputerPlease define k.u.c.?  What does that mean?23:22
dogatemycomputer(sorry for my ignorance)23:22
hggdhdogatemycomputer: please keep in mind that these documents can always be updated.23:23
hggdhkeyserver.ubuntu.com (easier to write k.u.c)23:23
dogatemycomputerahhh..23:23
hggdhsorry23:24
awardlehggdh: Can you ping23:24
dogatemycomputerawardle: are you saying that you are able to fetch the keys from the k.u.c?23:24
awardledogatemycomputer: Yes23:25
hggdhawardle: ping gets no response23:25
dogatemycomputerawardle: can you provide the IP address of the keyserver then?   That may be a temporary solution to a more permanent problem?23:25
dogatemycomputerawardle: unless there is some reason why it would work for you but fail for us?23:25
hggdhhum. Now I could get to it...23:26
awardledogatemycomputer: Its 91.189.94.17323:26
dogatemycomputerawardle: I graduated from "cannot resolve" to "error 7, failed to connect"23:26
hggdhdogatemycomputer: heh. give me two minutes23:27
dogatemycomputerhggdh: okay.. now it is responding..23:27
dogatemycomputerhggdh:  strange..23:27
hggdhdogatemycomputer: try 'sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 428D7C01 5E0577F2'23:29
hggdhand, if it works fine, I will update the wiki23:29
dogatemycomputerhggdh: works fine..23:30
dogatemycomputerhggdh: for some reason.. the current code started working too.. even thought it failed the first several times.23:31
hggdhdogatemycomputer: good, one less peeble in the way23:31
hggdhthis may have been a temporary issue on k.u.c, then23:31
dogatemycomputerhggdh: hahahaha..   well..  I think that's how you move the proverbial mountain..23:31
hggdhwell, indeed, one peeble at a time23:31
dogatemycomputerhggdh: well.. thanks for the help!   Now i'm going to go try to help the customer.    I hope you have a great weekend!!23:31
hggdhdogatemycomputer: same to you. Anything, holler, someone will help you23:32
yofelcan  someone set bug 407779 to triaged? thx23:38
ubot4Launchpad bug 407779 in software-properties "no manual entry for add-apt-respository" [Undecided,Confirmed] https://launchpad.net/bugs/40777923:38
hggdhyofel: done. I adjusted the bug title and the package23:43
hggdhno, not the package23:43
hggdhtitle and importance23:43
hggdhyofel: thank you, BTW23:44
yofelyou're welcome23:49

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!