[00:51] Guys, I'm suddenly not sure about bug 808498 [00:51] Launchpad bug 808498 in gnome-terminal (Ubuntu) "default LS_COLORS are annoyingly unreadable (affects: 1) (heat: 8)" [Undecided,Confirmed] https://launchpad.net/bugs/808498 [00:52] It's either an opinion, or a tiny design fix [00:52] what do you think? [01:01] Well, serves me right for late-night bug management. [01:02] Do drop me a line; I'd like some feedback on my bug gardening skills. === pedro_ changed the topic of #ubuntu-bugs to: Ubuntu Bug Squad - next meeting 8/11/11 | http://wiki.ubuntu.com/BugSquad | Documentation: http://wiki.ubuntu.com/HelpingWithBugs | Want to report a bug? Read https://help.ubuntu.com/community/ReportingBugs | User support (not related to triage) is in #ubuntu [13:31] why do I see 'launchad bug tracker' confirming bugs these days? [13:33] om26er, http://blog.launchpad.net/bug-tracking/automatic-confirmation [13:35] pedro_, reading, thx :) [13:35] yw === bambee_ is now known as bambee === deryck is now known as deryck[lunch] [17:16] jibel: bug 802409. Did you notice that on previous versions or just oneric? [17:16] Launchpad bug 802409 in update-manager (Ubuntu) "Do not propose to dist-upgrade without a network connection (affects: 1) (heat: 158)" [Undecided,New] https://launchpad.net/bugs/802409 === deryck[lunch] is now known as deryck [18:14] Ampelbein: thanks for the idea regarding search-bugs and all of ubuntu [19:16] RedSingularity: what's going on in bug 798529? [19:16] Launchpad bug 798529 in update-manager (Ubuntu) "package update-manager-kde 1:0.150.2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 139 (affects: 1) (heat: 8)" [Undecided,Incomplete] https://launchpad.net/bugs/798529 [19:17] RedSingularity: specifically what are you trying to find out? [20:03] bdmurray: I was looking for the state of that package he has. I meant to ask for the output of 'dpkg -s update-manager-kde' Not sure why I used 'apt-cache' :/ [20:03] RedSingularity: right but why? [20:04] bdmurray: TermLog was showing a config error with that package. [20:04] Setting up update-manager-kde (1:0.150.2) ... [20:04] Segmentation fault [20:04] dpkg: error processing update-manager-kde (--configure): subprocess installed post-installation script returned error exit status 139 [20:05] It looks to me like it crashed [20:06] * RedSingularity looking [20:07] bdmurray: hmmm, but it was in the process of installing, correct? [20:08] RedSingularity: yes update-manager-kde was in the process of installing and something crashed - what we really need is an apport-crash report not an apport-package report [20:09] Thank you for taking the time to report this bug and helping to make Ubuntu better. Reviewing your log files attached to this bug report it seems that a package failed to install due to a segmentation fault in application being used by the package installation process. Unfortunately, this bug report isn't very useful in its current state and a crash report would be much more useful. Could you try recreating this issue by enabling appo [20:11] bdmurray: you're obviously not using an IRC client that handles the IRC character limit properly :P (you got cut off "by enabling appo...") [20:11] I have no limits! [20:11] heh [20:12] bdmurray: I believe I was going to have the user reconfigure the package with 'dpkg' and see if it cleaned it up. It seemed like an isolated case to me. I will ask for the crash log though. [20:12] There are a surprising number of segfaults during package installations [20:13] Best way would be to enable apport? No other quick command to temporarily run a apport service? [20:13] 'sudo service apport start force_start=1' and then trying to install the same package again? [20:14] bdmurray: and thats it! ;) [20:14] we don't people on stable releases enabling apport! [20:15] suprising = 143 so far [20:16] bdmurray: that number just for natty? [20:17] no all releases [20:19] bdmurray: having the user run that command will take him through the steps for a new report? If so you think its better to close the original or just dupe the 2? [20:20] new report, as update-manager is not what crashed [20:20] (IMO) [20:20] RedSingularity: no they'll need to repeat the operation too [20:21] RedSingularity: here is the complete comment [20:21] http://paste.ubuntu.com/650212/ [20:22] bdmurray: ok thanks. Doing it now. [20:26] yofel: What package assignment would be more appropriate in that case? [20:26] well, there are 3 things that can possibly crash looking at the postinst script: pycompile, which, dash. So one if them depending on the crash report (apport will assign it) [20:27] *one of them [20:32] yofel: which log are you reading that from? [20:33] no log, the log said " update-manager-kde (--configure): subprocess installed post-installation script" -> post-installation script is /var/lib/dpkg/info/update-manager-kde.postinst (here for you to read: http://paste.kde.org/100309) [20:34] so 3 things can crash: pycompile from line 6, which from line 5, or the shell itself [20:35] yofel: ohhhh ok. I never looked at that before. Thanks much! [20:37] RedSingularity: tip, for non-crash errors in the scripts (like exit status 1 which tells you nothing), it helps to add '-x' to the first line for debugging as that'll print what the script does. (ONLY for debugging, and mostly if you can reproduce it yourself) [20:37] since that requires editing of the script, nothing the general user should do [20:40] yofel: so the -x would go under #!/bin/sh ? [20:40] under that line i mean [20:41] either add 'set -x' or use '#/bin/sh -x' [20:41] er, '#!/bin/sh -x' [20:43] And then run the program again or just execute the script manually? [20:44] manually would be best, or run dpkg --configure. dpkg -i would overwrite the script again. (so debugging failures on install can be tricky :/) === yofel_ is now known as yofel [23:18] Hello! I'm new to debugging and just had a quick question. I've been using the Bug's need a bugwatch site to find some low hanging fruit to get started (http://reports.qa.ubuntu.com/reports/launchpad-database/unlinked-bugwatch.html) and as I go through them I want to check off the ones that don't have an appropriate upstream bug link in the comments...what is a good way to do that?