/srv/irclogs.ubuntu.com/2009/03/06/#ubuntu-bugs.txt

mrooneybdmurray: the apport hook API seems like it could be cleaner00:34
bdmurraymrooney: hmm?00:34
mrooneyfor example instead of having to import * from apport.hookutils and then doing attach*(report)00:35
mrooneywhy not just do something like report.attach_hardware()00:35
greg-gdon't change it! I just spend time writing one for gwibber! ;)00:35
greg-gs/spend/spent/00:36
mrooneygreg-g: I didn't say drop support for the old style :)00:36
mrooneybut it seems like those methods belong on the report object00:36
mrooneyseems more coherent ot me00:36
greg-ghardest part was figuring out how to remove passwords from a txt file00:36
greg-gisn't pitti the author of apport?00:37
mrooneysbeattie: around by any chance?00:37
bdmurrayyeah00:37
sbeattiemrooney: what's up?00:37
mrooneysbeattie: oh great! can you take a quick peek and see if bug 338476 is a dupe of that other one, bug 33651200:38
ubottuLaunchpad bug 338476 in cups "[Jaunty] CUPS Cannot Detect Printer" [Undecided,New] https://launchpad.net/bugs/33847600:38
ubottuLaunchpad bug 336512 in cups "HP Deskjet F4180, Brother 5250DN not detected as printer on Jaunty" [Undecided,Confirmed] https://launchpad.net/bugs/33651200:38
mrooneysbeattie: it sounds like potentially the same thing where you can install it fine by manually going through00:39
sbeattiemrooney: yep, looks the same to me, feel free to dupe it with 336512. Thanks.00:40
mrooneysbeattie: okay, thanks!00:40
crashsystemshttps://bugs.edge.launchpad.net/ubuntu/+source/gnome-control-center/+bug/33850201:14
hggdhand?01:15
ubottuUbuntu bug 338502 in gnome-control-center "gnome-appearance-properties crashed with SIGSEGV in g_closure_invoke()" [Undecided,New]01:15
=== Flare183 is now known as Drayton
=== Drayton is now known as Flare183
pedro_charlie-tca: nice work on the hug day ;-)02:05
charlie-tcaThank you02:05
=== asac_ is now known as asac
harrisonycan i get my membership in ubuntu-bugcontrol renewed - LP:harrisony (just got the email and reminded me what fun i had triaging bugs :))05:33
dholbachgood morning06:23
YoBoYgood morning06:45
=== ogra_ is now known as ogra
jsquaredhowdy -- I think I found a bug, but I can't figure out what package to report it under12:21
jsquaredwhat's the best way to figure that out?12:22
jsquaredspecifically, the bug manifests itself in the administrative password entry dialog in Gnome under Ubuntu 8.10 whenever you need to do administrative tasks12:23
persiajsquared, Is that maybe gksu?12:25
jsquaredpersia: I'm not sure -- I can't tell if it's a problem with gksu specifically or with whatever draws password text boxes (gtk?)12:27
jsquaredoh... just realized I didn't tell you what the bug was12:27
persiaDoesn't matter.12:27
jsquaredbasically, if you enter Unicode text mode, the wrong number of characters is underscored when you're typing12:28
persiaI'd recommend reporting against gksu.  If the bug is actually in a lower-level library, then that task can be added as the bug is investigated.12:28
jsquaredokay. thanks persia!12:28
jsquaredhuzzah, first Ubuntu bug filing12:28
jsquaredcan I get someone to confirm this? (8.10, Gnome) https://bugs.launchpad.net/ubuntu/+source/gksu/+bug/33872712:44
ubottuUbuntu bug 338727 in gksu "Unicode entry mode displays incorrectly in gksu password dialogs" [Undecided,New]12:44
seb128jsquared: not confirming on jaunty12:49
seb128jsquared: that widget is a standard gtkentry no reason for it to be buggy specifically in gksu12:49
jsquaredweird12:50
jsquaredthanks seb128!12:50
seb128you get the issue?12:51
jsquaredyeppers12:51
jsquaredoh, not on jaunty, no12:51
jsquaredon intrepid12:51
seb128you don't get it in gtk-demo?12:51
jsquarednot sure what that is -- just noticed it this morning when I started using Gnome instead of KDE12:52
seb128gtk-demo is a binary name12:52
seb128or try in any gtk app which has a text entry12:53
jsquaredoh, normal text entry works fine12:53
jsquaredin Gtk apps12:53
seb128gksu uses a normal text entry12:53
jsquaredjust *password* text entry doesn't work fine12:53
seb128try running sudo app and see if you get the issue12:53
jsquaredgksudo or sudo?12:53
seb128whatever12:54
seb128the goal is to run the application under sudo12:54
seb128the wrapper doesn't make a difference12:54
seb128to see if that's user specific12:54
seb128you run your app as your user12:54
seb128but gksu is an admin tool12:54
seb128though the ui might be running as your user12:55
seb128dunno, works for me on jaunty and as said that's a classic widget, weird that gksu behaves differently12:55
seb128and I didn't know that it was possible to have unicode chars in your user password ;-)12:55
jsquaredhow do I flush my sudo privileges?12:55
jsquaredit doesn't prompt me, I think I authenticated too recently12:56
persiasudo -k12:58
jsquaredyeah, I definitely get it with "sudo synaptic"12:58
seb128where? in synaptic?13:00
seb128and sudo gtk-demo?13:00
jsquaredno, in the password box that pops up to request permission13:00
seb128sudo is a command line tool in doesn't display any dialog13:01
jsquaredsorry, *gksudo synaptic13:01
jsquaredwhat repository is gtk-demo in?13:02
jsquaredah, it's part of gtk2.0-examples13:03
jsquaredseb128: I can't seem to find a gtk-demo demo that will show me a password-mode text box13:06
seb128try with a normal entry13:08
jsquaredjust to be clear, there's no problem with normal Gtk text boxes, only when they're set to password mode13:08
jsquaredtried it again, I get the expected result13:09
seb128try "zenity --entry --hide-text"13:09
jsquaredyeah, that has the same erroneous behavior13:09
seb128so it's a gtk bug13:10
seb128try LC_ALL=C zenity ...13:10
seb128if that's buggy in english too that was likely a gtk bug13:10
jsquaredalso erroneous13:10
seb128and since that works on jaunty I would say it's fixed in jaunty13:10
jsquaredneat13:10
seb128don't bother opening a bug we will not a backport for a such small change13:11
jsquaredah, actually I was already told to open a bug earlier in here13:12
jsquaredshould I close that one?13:12
jsquaredhttps://bugs.launchpad.net/ubuntu/+source/gksu/+bug/33872713:12
ubottuUbuntu bug 338727 in gksu "Unicode entry mode displays incorrectly in gksu password dialogs" [Undecided,New]13:12
persiaYes.  Close that bug as "Fix Released" with a comment that the behaviour seems to be fixed in Jaunty.13:15
jsquaredpersia: Okay. should I move the package too since that seems to have been incorrect?13:16
persiajsquared, That's best practice, yes.13:17
jsquaredpersia: which package contains the actual gtk controls?13:17
persiaThat keeps a nice documentary record in case anyone else finds it.13:17
persiaI'd think it was libgtk2.0-common, but I'm just guessing.13:18
jsquaredhm.. that doesn't seem to be a package I can pick13:19
jsquaredah. "'libgtk2.0-common' is a binary package. This bug has been assigned to its source package 'gtk+2.0' instead."13:20
persiaRight.13:20
jgoguenwhen triaging, I can't change the Importance, so is it better to leave it Undecided and wait for someone on bug-control to change, or is it better to come in here with a list of bugs and ask someone to confirm that I have chosen the right Importance and then have them change it?13:43
persiajgoguen, The latter.13:43
jgoguenpersia: thanks :)13:44
jgoguenI'd like to start with bug 224105, I think it's Medium13:53
ubottuLaunchpad bug 224105 in thunderbird "Thunderbird freezes on downloading mail" [Undecided,Confirmed] https://launchpad.net/bugs/22410513:53
YoBoYhi15:16
bddebianBoo16:01
=== ubott2 is now known as ubottu
qenseIs the Anjuta dependency problem for amd64 caused by a packaging delay or is it a bug?17:02
maxbWhat is the problem?17:03
qensethe new package overwrites a file that's also in  libgbf-1-217:05
qenseI'm talking about Anjuta 2:2.25.90217:05
qenseit replaces the old 2.24 one17:06
qenseoops17:06
qenseit's dinner time here17:06
qenseI'm sorry, I'll return here later. I really got to go17:06
=== lacqui_ is now known as lacqui
qenseback17:36
=== fader is now known as fader|lunch
=== bac is now known as bac_afk
=== jussio1 is now known as jussi01
tx2650Hi. How can I tell Intrepid to download the old (2.6.24) Hardy kernel?19:10
greg-gyou will have to install that manually, but there will most likely be a fair amount of issues if you just do a replacement of kernels19:12
andresmujicatx2650:  clean your apt-cache, backup your source.list, then change intrepid with hardy, then update your cache then install the hardy kernel, then recover your original source.list, clean your cache, and update again.  CAREFULLY19:13
andresmujicathe idea is not install any package diferent from kernel.  but what greg-g says would be true.  however i've made some successful tests (i needed a domain0 kernel.. only at hardy)19:14
greg-gbasically, doing that is NOT supported by Ubuntu and you won't be able to file any bugs if something doesn't work.  But...19:15
greg-gmore power to you if you want to do it.19:16
tx2650what kind of issues are we talking about? Will some progs stop to work, will there be just some warnings etc..?19:16
greg-gif certain hardware interactions are written to work with features from a newer kernel then they may not work19:18
=== Mez_ is now known as Mez
=== fader|lunch is now known as fader
tx2650sounds like the safest thing to do is to backup and reinstall19:19
tx2650ok, tnx for the advices19:19
andresmujicaohh yes, that could be messy.. always choose the safest path or the more confortable for you :)  good luck tx265019:28
tx2650tnx19:28
=== paul_ is now known as Elbrus
tx2650another thing: what`s with cpufreq on em64t? No support in Hardy or Intrepid?19:34
=== bac_afk is now known as bac
=== fddfoo is now known as fdd
hggdh_charlie-tca, I give up on the PPA thingy20:17
charlie-tcaDoes seem more difficult than it should be, for sure.20:19
charlie-tcaThanks for trying, I appreciate your effort20:20
hggdh_it does not make sense. Malone does not support it right now, but the people that answered seem to be having a knee-jerk reaction, and not really thinking it through20:20
charlie-tcaI know. I don't know how to get people to think about it rationally20:23
hggdh_perhaps we should propose opening a sf.net project called Ubuntu PPA bugs. This might make them more happy20:23
* hggdh_ is frustrated20:23
charlie-tcaIt just shouldn't be that difficult.20:23
hggdh_and the hell of it is that -- twice -- I proposed involving LP devel; and -- twice -- I got answered that it would be better to get LP devel involved... which makes me think they did *not* read all20:25
charlie-tcaI agree. I don't think they are taking time to read it, they see half a sentence, and it sets them off.20:25
charlie-tcaThey are not taking any time to see what else is written20:26
hggdh_yes. Sic tempora gloria mundi, and all of that20:26
charlie-tcaWell, give it a day or two, and see what develops.20:27
charlie-tcaAt the rate we're going, it will be a dead issue20:27
hggdh_heh. I am, right now, in the mood of giving it eternity -- which is to say, I give up20:27
charlie-tcaI can't yet, but I don't see any point if fighting the same voices over and over, either.20:28
hggdh_hah! I *know* now what I did wrong. I should have answered with *ONE* single, small sentence ;-)20:28
charlie-tcaI tried that, it's like I forgot to respond20:30
seb128hggdh_: what is the issue?20:35
seb128hggdh_: there is clearly a lack for ppa bug tracking right now20:35
charlie-tcaThat is the issue, seb12820:36
seb128hggdh_: but that doesn't mean the corresponding ubuntu component should be abused, I don't want to get bugs on ubuntu packages for every ppa patches version around I don't know about20:36
seb128charlie-tca: that's is a legitimate concern but nothing to be frustratred about20:36
seb128that's just not there yet and require work20:36
hggdh_seb128, I agree. The point is: where else to record the bugs?20:37
hggdh_hum20:37
seb128there is just no place right now20:37
hggdh_could we open a new project on LP called "PPA"?20:37
hggdh_so if there is no place, then we should do nothing?20:37
seb128you could but who would want to subscribe to the bug for all the ppa existing?20:38
seb128well, I just say I've no good idea until launchpad does it right20:38
seb128abusing the ubuntu tracker is clearly not good20:38
hggdh_I agree. Waiting for LP to catch up is also not the answer. So we need a middle term somewhere20:39
seb128I've no good idea for that as said20:40
seb128out of using the answer tracker20:40
seb128or mailing whoever does upload to the ppa20:40
bdmurrayMaybe it would be a good idea to see if how many ppa bug reports there are before deciding if it really is a problem.20:40
hggdh_these are already two options20:40
seb128neither being very good20:41
seb128the answer tracker would scale though20:41
hggdh_better than the "No WAY, and no alternatives20:41
seb128there is a difference between uploads done to track a bug fix for an ubuntu issue20:41
seb128and uploads to make available crack of the day svn versions20:42
hggdh_yes, and I pointed this out in my reply20:42
seb128I'm fine getting feeback on bug fixes20:42
seb128but I don't want to get bugs for svn cracks uploaded to a random user ppa somewhere20:42
hggdh_+1. Abuses should be curbed...20:42
hggdh_the answers would also fail in identifying the issue as a PPA issue, though20:43
=== hggdh_ is now known as hggdh
hggdhbdmurray, how can we identify PPA bugs currently? This would be indeed a good idea20:51
hggdhthat is, if there are any...20:51
bdmurrayhggdh: I'm running a query now, I'll let you know what I find20:52
hggdhthanks20:53
* charlie-tca thanks bdmurray too20:55
=== fdd is now known as pricolici
bdmurraysbeattie: re 338507 you can file bugs w/ apport to staging21:04
bdmurrayhggdh: looks like ~25 for February based of the word "~ppa" in the description21:11
bdmurray6 for March so far21:11
hggdhso not really an issue, although most people do not open PPA bugs21:11
charlie-tcaSo if there are so few, why would they need to be marked invalid?21:12
sbeattiebdmurray: hrm, so I see. It would be nice if apport-collect had a --help option and/or would take a command line arg rather than an environment variable.21:12
bdmurrayRight not an issue from 2 perspectives - it wouldn't clutter bug lists and we won't run into them much21:12
bdmurraysbeattie: ubuntu-bug?  I was thinking adding a commented out line to crashdb.conf would help21:13
bdmurrayand then documenting that line somewhere21:14
sbeattiebdmurray: apport-collect's manpage suggests that if the APPORT_STAGING environment variable is set, it will use staging.21:16
bdmurrayhmm, pitti only mentioned crashdb.conf to me21:16
bdmurraysounds like some testing is in order21:17
bdmurrayhggdh: Another thing to take into consideration is I don't think there is a way to get from ppa package version to person / team associated with that21:23
hggdhbdmurray, I agree. We really would need LP devs to step up. Meanwhile, PPAs are more and more used to test fixes, and we need a way to have the PPA owner aware of issues21:25
bdmurrayhggdh: I don't understand your first sentence.  What I mean is that if we have this "0.13-0ubuntu0~ppa1~intrepid1" - we've no idea whose ppa it is from.21:26
seb128charlie-tca: <charlie-tca> So if there are so few, why would they need to be marked invalid?21:28
seb128charlie-tca: because people having a ppa for <something> are not subscribe to the ubuntu <something> component21:28
seb128charlie-tca: and because the ubuntu maintainter for <something> doesn't know about the ppa version and doesn't care about thing he or she doesn't know21:28
hggdhbdmurray, heh. I mis-expressed myself. I understand that, and this is the link we currently miss.21:28
charlie-tcaThanks, seb12821:29
seb128you're welcome ;-)21:29
charlie-tcaIf they are subscribed and take the bug, is it okay to use it?21:29
hggdhand, as seb128 pointed out, we should not mark a bug against an official package21:29
seb128the ubuntu maintainer still might not want to get emails about issues for things he's not working on21:29
hggdhyes indeed21:30
charlie-tcaThat does make sense21:30
seb128we lack the media to channel those bugs21:30
hggdhpretty much like the upstream fixes I every so often put available for Evolution21:30
seb128but as said abusing the ubuntu component is poor workaround21:30
seb128better to email the maintainer or use the answer tracker imho21:30
hggdhthey are not Séb's issue, but mine, and upstream21:30
seb128the answer tracker is for support and not bugs21:30
hggdhthere is a point here: right now we either abuse LP, or the answer track...21:31
bdmurrayI'm thinking Invalidating and tagging so the ppa maintainer could find them is the right idea until there is a way to find out whose ppa the package is from21:31
seb128I would say that somebody uploading to a ppa is working personnaly on the thing uploaded21:32
seb128so using direct email is okish21:32
hggdhseb128, +121:32
hggdh(or the team -- see FFox, and others)21:32
hggdhwhat about just adding a sentence in the PPA description to directly email the author?21:32
hggdhlike: "Please do not open LP bugs against these PPA packages -- they will be summarily invalidated; instead, please email the author."21:33
bdmurrayhggdh: where would people see this?21:34
hggdhbdmurray, nowhere, since nobody actually goes to the PPA URLs... but at least we are trying21:34
bdmurrayheh21:34
hggdhand, when we close invalid, we add this to the reason. Standard responses...21:35
charlie-tcaBetter than what we are now doing, I think.21:35
hggdhthat is the point. We will not get the ideal scenario anytime soon, but at least we will be getting somewhere21:36
hggdhjust a policy change, right now21:37
charlie-tcaevery little bit helps.21:38
crashsystemsFor some reason right-clicking the indicator applet does not pull up the context menu necessary to remove it (I accidentally added an extra applet). Is this a feature or a bug?21:58
LaserJockbdmurray: just read your apport post. Do you imagine there's influence from 1) workflow bugs 2) people filing bugs on machines other than the one experiencing the bug and 3) apport isn't intuitive to find22:00
bdmurrayLaserJock: 1) is less than 10% of the volume22:01
LaserJockbdmurray: ok, I wasn't sure how much. I didn't think it'd be too much22:02
=== charlie-tca is now known as charlie-tca_
bdmurrayLaserJock: 3) could be - the motiviation for the post was to educate people22:03
LaserJockyeah, I just never think to, I just use a LP +filebug URL22:03
=== charlie-tca_ is now known as charlie-tca
LaserJockbdmurray: anyway, good post and thanks especially for the stats.22:08
bdmurrayLaserJock: no problem, I hope to see the March numbers go up! ;-)22:08
LaserJockbdmurray: is there any way to separate out how many of the apport bugs are the automatic crash ones?22:09
LaserJocki.e. how many people are actually thinking "I need to open a bug, I know, I'll use apport" as opposed to something crashed and apport just came up22:10
bdmurrayThey are already separated, apport-crash is used for crash reports and those are initially private so don't hit the ubuntu-bugs mailing list.22:11
LaserJockbdmurray: ok, so those weren't included in your stats?22:15
bdmurrayLaserJock: that's right apport-bug are only the ones reported by "Help -> Report A Problem" or ubuntu-bug not crashes and not package upgrade problems22:16
LaserJockwow22:17
LaserJockthen I'm actually impressed by 10-13%22:17
LaserJockI would have guessed much lower22:17
andresmujicabdmurray: enlight me please, when a user faces a bug (and never before has faced one,) how do the user knows about reporting at launchpad ?22:29
bdmurraymaybe? http://www.ubuntu.com/community/ReportProblem22:31
bdmurrayor the release notes22:31
bdmurrayor the help menu in the application22:31
andresmujicaok, maybe we could find a way to make that less technical for the final users.. maybe an screencast showing how to report the bug using apport..  i'm thinking about the experience of reporting a bug...  and the usefulness of their report..22:44
bdmurraya screencast is a great idea!22:44
dtchen(we should probably have screencasts for a bunch of different workflows)22:45
bdmurrayOne thing I was curious about was making them easier to edit as UIs change22:45
bdmurrayRather than rerecording the whole thing22:46
dtchenif you aim for a short 'cast, e.g., 2 minutes, it wouldn't be too bad just to rerecord whichever portion changed22:48
andresmujicai was trying to do that but couldn 't do it.. bad video editing skills22:50
bdmurrayandresmujica: wrt bug 297890 there are some issues with bug watches not updating22:55
ubottuLaunchpad bug 297890 in cheese "on photo capture cheese blanks the screen until logout" [Undecided,Confirmed] https://launchpad.net/bugs/29789022:55
harrisonybdmurray, can i poke you to get my ubuntu-bugcontrol status renewed - https://edge.launchpad.net/~harrisony22:58
bdmurrayharrisony: you should be set23:00
andresmujicayeap23:04
andresmujicathat was filippo asking about.. i hadn't look at it yet...23:04
andresmujicatalking about bugcontrol i've recently apply for it.. :)23:05
andresmujicaso i wonder if bdmurray had the chance to take a look at the application...23:06
bdmurrayandresmujica: If I found that bug and it was in your app...23:06
andresmujicaduh23:08
bcurtiswxbdmurray: bug triagers have to ask on a more frequent basis, questions to bug reporters , along the lines of ubuntu version and package reported version... What im wondering, is why isn't this information gathered in the initial bug report? (i think apport collects this), but manual reports don't.23:25
bcurtiswxor anyone who feels like responding :)23:25
bdmurraybcurtiswx: How would it be collected?23:28
charlie-tcaI'm starting to think the version is not always needed, unless you are going to backport the fix23:28
dtchenhacktick: please assign bugs to `linux' *not* `alsa-driver'23:28
dtchengrr23:28
bcurtiswxbdmurray: the initial questions in a manual report should ask the user the version of ubuntu and the version of the package effected for the bug(if they know)23:29
charlie-tcaThere used to be a set of questions on the reporting page, in launchpad, that did state it was needed. Didn't seem to help much, though23:29
bdmurrayThe "Ubuntu guidelines:" on https://edge.launchpad.net/ubuntu/+filebug-advanced ?23:30
charlie-tcaThat's it. Doesn't seem like most reporters think that is important, though23:31
bdmurrayA surprising number of bug reports are reported from https://bugs.edge.launchpad.net/bugs/+filebug where they don't get the Ubuntu guidelines.23:33
bcurtiswxbdmurray: charlie-tca: that informations requested at the bottom.  And i believe most people, who are trying to file a bug quickly, won't bother to read that... i think it should be changed and moved to a text field in the top section.. this way bug reporters can have that information available, since most of the time we have to wait a day or two at least for the persons response23:33
bdmurrayWhich is really unfortunate but I believe its being worked on.23:33
bcurtiswxmaybe even make it a required field.. (at least the ubuntu version, i can understand a bug reporters that don't know the package involved)23:36
charlie-tcaKeeping in mind, people already refuse to file bugs because it is too much work to file it in launchpad.23:37
bcurtiswxcharlie-tca: i think thats the same with a lot of bug maintainers23:39
bcurtiswxi.e. gnome, debian23:39
charlie-tcaThe more boxes you create, the more work it becomes23:40
bcurtiswxwell, maybe on submit grab that information from submitters computer?23:40
charlie-tcaDoesn't that defeat the purpose, of it?23:40
charlie-tcaI like that idea, if it is possible.23:41
bcurtiswxbdmurray: ^^23:41
bcurtiswxif they choose a package.. then maybe we can grab the version number on submit too23:41
bdmurrayI seem to recall some talk of writing a Firefox extension that'd grab some information and prepopulate the field in LP.23:42
bcurtiswxbdmurray: is it too much of a security/infringement to have launchpad do this on submit.. no extensions/plugins needed23:43
bdmurraybcurtiswx: I've no idea - maybe check with the LP devs?23:56
bcurtiswxbdmurray: will do23:56

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