[Bug 314212] Re: Apport unable to report crash - urlopen error timed out

2009-01-18 Thread Markus Korn
I'm wondering how this is related to bug 309307. To me it looks like this error is catched in UserInterface.file_report() (in apport/ui.py). This method is calling crashdb.upload() which is using this storeblob method of launchpad. -- Apport unable to report crash - urlopen error timed out htt

[Bug 309307] Re: apport fails to file bugreports

2008-12-29 Thread Markus Korn
Aethralis: this is another bug in launchpad. As a workaround, wait a few seconds and refresh the page, you should see the "Report a bug"-page then. -- apport fails to file bugreports https://bugs.launchpad.net/bugs/309307 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 314212] Re: Apport unable to report crash - urlopen error timed out

2009-01-19 Thread Markus Korn
** Also affects: launchpad Importance: Undecided Status: New -- Apport unable to report crash - urlopen error timed out https://bugs.launchpad.net/bugs/314212 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mai

[Bug 314212] Re: Apport unable to report crash - urlopen error timed out

2009-01-19 Thread Markus Korn
I'm able to reproduce this timeout in about 1 out of 10 times when using apport on intrepid and on jaunty. This timeout happens on launchpad.net/+storeblob this is why I added a task for launchpad. I think as a workaround it makes sense to add a "try again" button to apport, or automatically try

[Bug 309307] [NEW] apport fails to file bugreports

2008-12-18 Thread Markus Korn
Public bug reported: Binary package hint: apport Trying to report a bug with apport-cli or ubuntu-bug results in a "***Error Network problem". I'm not sure if this is an issue in apport or in launchpad, and I personally hope it is not a problem with py-lp- bugs ;) Markus % LANG=C apport-cli -f

[Bug 309307] Re: apport fails to file bugreports

2008-12-18 Thread Markus Korn
The problem seems to be either launchpad or py-lp-bugs. The .info() object returned by calling https://launchpad.net/+storeblob does not contain a 'X-Launchpad-Blob-Token' entry, so storeblob.upload() returns None, and this result in an AssertionError in apport. result of print result.info() in st

[Bug 309307] Re: apport fails to file bugreports

2008-12-18 Thread Markus Korn
Also affects: python-launchpad-bugs Importance: Undecided Status: New ** Changed in: python-launchpad-bugs Importance: Undecided => High Assignee: (unassigned) => Markus Korn (thekorn) Status: New => Fix Committed ** Changed in: apport (Ubuntu) Status: New =>

[Bug 309307] Re: apport fails to file bugreports

2008-12-19 Thread Markus Korn
ok, cool, I'm fine with a solution on launchpad's side, we have to remember to revert my "fixes" in the py-lp-bugs branches -- apport fails to file bugreports https://bugs.launchpad.net/bugs/309307 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 342839] Re: python-nose-10.3.1 incompatibility with python-2.6 in jaunty

2009-03-17 Thread Markus Korn
*** This bug is a duplicate of bug 337585 *** https://bugs.launchpad.net/bugs/337585 ** This bug has been marked a duplicate of bug 337585 doesn't work with python2.6, TypeError: unhashable type: 'ContextSuite' -- python-nose-10.3.1 incompatibility with python-2.6 in jaunty https://bugs.l

[Bug 337585] Re: doesn't work with python2.6, TypeError: unhashable type: 'ContextSuite'

2009-03-17 Thread Markus Korn
** Changed in: nose (Ubuntu) Status: New => Confirmed -- doesn't work with python2.6, TypeError: unhashable type: 'ContextSuite' https://bugs.launchpad.net/bugs/337585 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bug

[Bug 336032] Re: apport-collect crashed with TypeError in settimeout()

2009-03-17 Thread Markus Korn
*** This bug is a duplicate of bug 336067 *** https://bugs.launchpad.net/bugs/336067 This is a bug in python-httplib2 (bug 336067) which has been fixed in python-httplib2 0.4.0-0ubuntu2 ** This bug has been marked a duplicate of bug 336067 python-httplib2 needs a patch for Python2.6 suppor

[Bug 344961] Re: hugday crashed with ValueError in close_bugs()

2009-03-18 Thread Markus Korn
** Visibility changed to: Public -- hugday crashed with ValueError in close_bugs() https://bugs.launchpad.net/bugs/344961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://l

[Bug 329698] Re: hugday crashed with Please run 'hugday current --remember' or give a date in get_url()

2009-03-18 Thread Markus Korn
Marked as won't fix, feel free to reopen if this still needs to be discussed ** Changed in: ubuntu-qa-tools (Ubuntu) Status: New => Won't Fix -- hugday crashed with Please run 'hugday current --remember' or give a date in get_url() https://bugs.launchpad.net/bugs/329698 You received this

[Bug 329698] Re: hugday crashed with Please run 'hugday current --remember' or give a date in get_url()

2009-03-18 Thread Markus Korn
Hi afujihara, thanks for this bugreport, unfortunately I was not subscribed to this bugreport so I did not notice your issue. For me this is a documentation issue, this hugday current --remember is essential if you would like to run `hugday list` or `hugday close`without the `--day` option

[Bug 344961] Re: hugday crashed with ValueError in close_bugs()

2009-03-18 Thread Markus Korn
Hi Paul, thanks for this bugreport. Obviously the hugday tool does not like two entries with the same bug id on one hugday. This is a bug, because theoretically one bug can have multiple tasks and so listed in different sections on one hugday. But in this case the question is: "why is this one (w

[Bug 344961] Re: hugday crashed with ValueError in close_bugs()

2009-03-18 Thread Markus Korn
fixed in the attached brach and filed merge proposal: https://code.edge.launchpad.net/~thekorn/ubuntu-qa-tools/fix-344961-in- multiple-sections-329698-avoid-crashes/+merge/4638 -- hugday crashed with ValueError in close_bugs() https://bugs.launchpad.net/bugs/344961 You received this bug notificat

[Bug 329698] Re: hugday crashed with Please run 'hugday current --remember' or give a date in get_url()

2009-03-18 Thread Markus Korn
fixed in the attached brach and filed merge proposal: https://code.edge.launchpad.net/~thekorn/ubuntu-qa-tools/fix-344961-in- multiple-sections-329698-avoid-crashes/+merge/4638 -- hugday crashed with Please run 'hugday current --remember' or give a date in get_url() https://bugs.launchpad.net/bu

[Bug 339591] Re: "/cups/filter/foomatic-rip Failed" Ubuntu 9.04 Printer

2009-03-19 Thread Markus Korn
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately we can't fix it without more information. To get this information, please: 1.) remove pending printing jobs 2.) unplug your printer 3.) do a full update of your jaunty system 4.) plug in you printer a

[Bug 339591] Re: "/cups/filter/foomatic-rip Failed" Ubuntu 9.04 Printer

2009-03-19 Thread Markus Korn
marking fixed as of the last comment ** Changed in: cups (Ubuntu) Status: Incomplete => Fix Released -- "/cups/filter/foomatic-rip Failed" Ubuntu 9.04 Printer https://bugs.launchpad.net/bugs/339591 You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-03-20 Thread Markus Korn
this issue is unrelated to the linux kernel, closing the linux task ** Changed in: linux (Ubuntu) Status: New => Invalid -- python-virtualenv doesn't work with Python 2.6.x https://bugs.launchpad.net/bugs/339904 You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-03-20 Thread Markus Korn
Thank you for reporting this bug, I'm able to reproduce this bug on my jaunty system ** Changed in: python-virtualenv (Ubuntu) Status: New => Confirmed -- python-virtualenv doesn't work with Python 2.6.x https://bugs.launchpad.net/bugs/339904 You received this bug notification because you

[Bug 338988] Re: virtualenv crashed with DistributionNotFound in resolve()

2009-03-20 Thread Markus Korn
Hi, thanks for reporting this bug. the issue described in your last comment is tracked as bug 339904 Based on the statement in your last comment and my own observation I'm closing this bugreport, virtualenv --version works in an up-to-date jaunty system. Markus ** Visibility changed to: Public

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-03-20 Thread Markus Korn
I'm going to work on an update for this package over the weekend ** Changed in: python-virtualenv (Ubuntu) Assignee: (unassigned) => Markus Korn (thekorn) Status: Confirmed => In Progress -- python-virtualenv doesn't work with Python 2.6.x https://bugs.launchpad.net

[Bug 336039] Re: get_request_token throws a TypeError

2009-03-02 Thread Markus Korn
This looks like a bug in the python-httplib2 version in jaunty to me, and seems to be unrelated to launchpadlib. ** Also affects: python-httplib2 (Ubuntu) Importance: Undecided Status: New -- get_request_token throws a TypeError https://bugs.launchpad.net/bugs/336039 You received this

[Bug 336039] Re: get_request_token throws a TypeError

2009-03-02 Thread Markus Korn
without knowing what bug 336067 is exactly about, python-httplib2 seems to be broken in python2.6 looking at the upstream patch shows changes in the set_timeout related code -- get_request_token throws a TypeError https://bugs.launchpad.net/bugs/336039 You received this bug notification because

[Bug 336039] Re: get_request_token throws a TypeError

2009-03-02 Thread Markus Korn
*** This bug is a duplicate of bug 336067 *** https://bugs.launchpad.net/bugs/336067 ** This bug has been marked a duplicate of bug 336067 python-httplib2 needs a patch for Python2.6 support -- get_request_token throws a TypeError https://bugs.launchpad.net/bugs/336039 You received this b

[Bug 326019] Re: package update-manager 1:0.87.30 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2009-02-12 Thread Markus Korn
** Changed in: update-manager (Ubuntu) Sourcepackagename: None => update-manager -- package update-manager 1:0.87.30 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1) https://bugs.launchpad.net/bugs/326019 You received

[Bug 326136] Re: package xulrunner-1.9 1.9.0.3+nobinonly-0ubuntu1 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive

2009-02-12 Thread Markus Korn
** Changed in: xulrunner-1.9 (Ubuntu) Sourcepackagename: None => xulrunner-1.9 -- package xulrunner-1.9 1.9.0.3+nobinonly-0ubuntu1 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive https://bugs.launchpad.net/bugs/326136 You received this bug notification because

[Bug 319496] Re: _usr_bin_adept.0.crash ubuntu 9.04 new bug

2009-02-12 Thread Markus Korn
Hi robs-startrek, thank you for taking the time to report this bug, however this bugreport is missing some details. Can you please describe this crash a bit more? Can you reproduce this bug, and if so, how? Thanks, Markus ** Changed in: adept (Ubuntu) Sourcepackagename: None => adept -- _usr_

[Bug 318503] Re: typo: Translation of Space-Key in systemsettings/hotkeys wrong (German)

2009-02-12 Thread Markus Korn
** Changed in: language-pack-kde-de-base (Ubuntu) Sourcepackagename: None => language-pack-kde-de-base -- typo: Translation of Space-Key in systemsettings/hotkeys wrong (German) https://bugs.launchpad.net/bugs/318503 You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 323174] Re: encrypted-private should be encrypt-home

2009-02-12 Thread Markus Korn
** Changed in: installation-guide (Ubuntu) Sourcepackagename: None => installation-guide -- encrypted-private should be encrypt-home https://bugs.launchpad.net/bugs/323174 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs m

[Bug 323809] Re: package libc6 2.8~20080505-0ubuntu7 failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2009-02-12 Thread Markus Korn
** This bug has been marked a duplicate of bug 328225 package libc6-dev 2.8~20080505-0ubuntu8 failed to install/upgrade: fork fehlgeschlagen: Cannot allocate memory ** This bug is no longer a duplicate of bug 328225 package libc6-dev 2.8~20080505-0ubuntu8 failed to install/upgrade: fork fe

[Bug 323802] Re: package xterm 235-1ubuntu1.1 failed to install/upgrade: package xterm is not ready for configuration

2009-02-12 Thread Markus Korn
*** This bug is a duplicate of bug 324469 *** https://bugs.launchpad.net/bugs/324469 ** This bug has been marked a duplicate of bug 324469 package xterm 235-1ubuntu1.1 failed to install/upgrade: package xterm is not ready for configuration -- package xterm 235-1ubuntu1.1 failed to instal

[Bug 325805] Re: Medion AMD Turion 64x2 Runs HOT (CPU idle temp 46 deg C)

2009-02-12 Thread Markus Korn
I'm not sure, but looking at the crash report it seems to be caused by firefox-3.0. ** Changed in: firefox-3.0 (Ubuntu) Sourcepackagename: None => firefox-3.0 -- Medion AMD Turion 64x2 Runs HOT (CPU idle temp 46 deg C) https://bugs.launchpad.net/bugs/325805 You received this bug notification bec

[Bug 326101] Re: package libxine1-bin 1.1.15-0ubuntu3.1intrepid1 failed to install/upgrade: package libxine1-bin is not ready for configuration

2009-02-12 Thread Markus Korn
*** This bug is a duplicate of bug 323073 *** https://bugs.launchpad.net/bugs/323073 ** This bug has been marked a duplicate of bug 323073 package libgtk2.0-dev 2.14.4-0ubuntu2 failed to install/upgrade: paketet libgtk2.0-dev är inte redo för att konfigureras -- package libxine1-bin 1.1.

[Bug 326070] Re: systemsettings crashed

2009-02-12 Thread Markus Korn
Hi sputnik, thank you for reporting this bug. Unfortunately we cannot help you with this bug because you are using a package from launchpad PPA which is not officially supported by ubuntu. Please use the version in the ubuntu repositories and try to reproduce this bug there. If this is reproducib

[Bug 319713] Re: url time out on sending bug reports

2009-02-13 Thread Markus Korn
This is most likely a duplicate of bug 314212 and should be fixed on an up-to-date system. -- url time out on sending bug reports https://bugs.launchpad.net/bugs/319713 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mail

[Bug 327992] Re: Please upgrade to ubuntu-qa-tools 0.1.1

2009-02-11 Thread Markus Korn
** Attachment added: "ubuntu-qa-tools_0.1.1.debdiff" http://launchpadlibrarian.net/22496254/ubuntu-qa-tools_0.1.1.debdiff -- Please upgrade to ubuntu-qa-tools 0.1.1 https://bugs.launchpad.net/bugs/327992 You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 262589] Re: Seahaven cheats :) wont play queen to king

2008-08-29 Thread Markus Korn
Hi Gerard, quote from the rules of this game: "Cards in the Tableau are built down by alternating color." You get the complete rules by pressing F1 So it is not a bug accorfing the rules of this game. Markus ** Changed in: gnome-games (Ubuntu) Status: New => Invalid -- Seahaven cheats

[Bug 247430] mass closing of bugs fixed by 0.10

2008-08-29 Thread Markus Korn
closing this bug fixed by 0.10 ** Changed in: terminator Status: Fix Committed => Fix Released Target: 1.0-beta => None -- terminator needs to depend on libgtk2.0-bin https://bugs.launchpad.net/bugs/247430 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 261098] Re: DoRxHighPower(): RF_ZEBRA, Upper Threshold: 99 LOWER Threshold: 70

2008-08-29 Thread Markus Korn
I've no more messages like this on intrepid, but instead there is a lot like: $ tail /var/log/syslog Aug 29 17:55:11 ubuntu NetworkManager: [1220032511.647935] periodic_update(): Roamed from BSSID 00:0F:B5:E5:C7:68 (korn_home) to (none) ((none)) Aug 29 17:55:17 ubuntu NetworkManager: [122003

[Bug 239007] Re: clue file for bugs without a package

2008-06-10 Thread Markus Korn
My first idea is that this is related to bug 129341 and especially to bug 109547. However I need to think about this a bit because solving this will result in changing big parts of the clue-file infrastructure. Markus ** Changed in: bughelper (Ubuntu) Status: New => Confirmed -- clue fil

[Bug 236370] Re: ccsm checkboxes bug

2008-06-12 Thread Markus Korn
*** This bug is a duplicate of bug 234157 *** https://bugs.launchpad.net/bugs/234157 Steps to reproduce this bug: * open ccsm * choose any plugin to configure * activate this plugin on the left column of the preference-view * go back to the main window * state of checkbox left to the plugin i

[Bug 236370] Re: ccsm checkboxes bug

2008-06-12 Thread Markus Korn
*** This bug is a duplicate of bug 234157 *** https://bugs.launchpad.net/bugs/234157 reproduced in hardy with ii compizconfig-settings-manager 0.7.4-0ubuntu2 ** Changed in: compizconfig-settings-manager (Ubuntu) Sourcepackagename: compiz => compizconfig-settings-manager -- ccsm checkbo

[Bug 236370] Re: ccsm checkboxes bug

2008-06-12 Thread Markus Korn
*** This bug is a duplicate of bug 234157 *** https://bugs.launchpad.net/bugs/234157 changed package to compizconfig-settings-manager ** This bug has been marked a duplicate of bug 234157 ccsm checkbox -- ccsm checkboxes bug https://bugs.launchpad.net/bugs/236370 You received this bug no

[Bug 228343] Re: Ctrl-Alt-Tab no longer moves focus between panels with compiz

2008-06-12 Thread Markus Korn
I can confirm this bug. However I think the real bug here is that the default keybindings of compiz overwrites a default keybinding in the gnome desktop. Workaround: * open gconf-editor * change the value of /apps/metacity/global_keybindings/switch_panels ** Changed in: compiz (Ubuntu)

[Bug 227600] Re: "Halo" around windows

2008-06-12 Thread Markus Korn
Thanks for reporting this bug. This bug might be a duplicate of bug 186382 (added tag 'likely-dup') Markus ** Tags added: likely-dupe -- "Halo" around windows https://bugs.launchpad.net/bugs/227600 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 227600] Re: "Halo" around windows

2008-06-12 Thread Markus Korn
*** This bug is a duplicate of bug 186382 *** https://bugs.launchpad.net/bugs/186382 ** Tags removed: likely-dupe -- "Halo" around windows https://bugs.launchpad.net/bugs/227600 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-03-23 Thread Markus Korn
unassigned myself as python-virtualenv fails to build on jaunty and I don't have enough packaging skills to fix this. Will report a separate bug about this. ** Changed in: python-virtualenv (Ubuntu) Assignee: Markus Korn (thekorn) => (unassigned) -- python-virtualenv doesn

[Bug 347203] [NEW] python-virtualenv FTBS on jaunty

2009-03-23 Thread Markus Korn
Public bug reported: Binary package hint: python-virtualenv I'm unable to build python-virtualenv on jaunty. The problem seems to be that there is a hardcoded "usr/bin/virtualenv" in debian/rules, this works fine for versions of python < 2.6, but with python2.6 'python setup.py install' seems to

[Bug 347203] Re: python-virtualenv FTBS on jaunty

2009-03-23 Thread Markus Korn
** Attachment added: "last_operation.log" http://launchpadlibrarian.net/24247738/last_operation.log -- python-virtualenv FTBS on jaunty https://bugs.launchpad.net/bugs/347203 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu

[Bug 347203] Re: python-virtualenv FTBS on jaunty

2009-03-23 Thread Markus Korn
debian/rules of python-virtualenv for completeness ** Attachment added: "rules" http://launchpadlibrarian.net/24247880/rules -- python-virtualenv FTBS on jaunty https://bugs.launchpad.net/bugs/347203 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 339904] Re: python-virtualenv doesn't work with Python 2.6.x

2009-03-25 Thread Markus Korn
** Changed in: python-virtualenv (Ubuntu) Status: In Progress => Confirmed -- python-virtualenv doesn't work with Python 2.6.x https://bugs.launchpad.net/bugs/339904 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 349480] Re: Orca stopped working with the latest updates

2009-03-27 Thread Markus Korn
Dependencies.txt shows you have python2.6 2.6.1-1ubuntu5 installed, this package is known to break a big number of python applications (bug 349467). I think there is a big chance this is not a bug in orca, but in python. Can you please wait until the fixed version of python has been published (2.

[Bug 349336] Re: Ambiguous wording in confirmation alert box

2009-03-27 Thread Markus Korn
** Changed in: computer-janitor (Ubuntu) Status: Confirmed => Triaged -- Ambiguous wording in confirmation alert box https://bugs.launchpad.net/bugs/349336 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing li

[Bug 349480] Re: Orca stopped working with the latest updates

2009-03-27 Thread Markus Korn
*** This bug is a duplicate of bug 349467 *** https://bugs.launchpad.net/bugs/349467 Thanks for posting this traceback, it is really a duplicate of bug 349467. I'm marking it as such now. ** This bug has been marked a duplicate of bug 349467 Many python programs fail with: "undefined symbo

[Bug 120854] Re: hostname manpage should warn about other implementations

2009-03-28 Thread Markus Korn
Hi Dave, thank you for taking the time to report this bug. however we cannot fix this in ubuntu itself. If you still think this is an issue, please contact the author of the tool or the author of the man pages (see the manpage of hostname for further details). Thanks, Markus ** Changed in: hos

[Bug 354336] [NEW] [jaunty] python-ldtp should depend on imagemagick

2009-04-03 Thread Markus Korn
Public bug reported: Binary package hint: ldtp To take a screenshot of one window python-ldtp is still using `import` from imagemagick. So python-ldtp should either depend on imagemagick or this should also be implemented in pygtk/wnck (use wnck to get geometry of a window and pass this to the gt

[Bug 357719] Re: GPM should have user profiles

2009-04-08 Thread Markus Korn
** Changed in: gnome-power-manager (Ubuntu) Status: New => Confirmed ** Changed in: gnome-power-manager (Ubuntu) Status: Confirmed => New -- GPM should have user profiles https://bugs.launchpad.net/bugs/357719 You received this bug notification because you are a member of Ubuntu Bu

[Bug 264644] Re: zsh autocompletion not working correctly

2009-04-09 Thread Markus Korn
Hi Wesley, thanks for reporting this bug. and working on a fix. Unfortunately I'm not able to reproduce such issues with the latest version of zsh. can you please * check if you can still reproduce this bug * and if so give detailed information how to reproduce this one (e.g. is it "vi" or "vi

[Bug 222146] Re: Segfaults with Python 2.5

2009-04-09 Thread Markus Korn
Hi Shane, thanks for reporting this bug and for working on a fix. However I'm not sure if this bug is still reproducible with the latest version of python-cdb, can you please try to reproduce this bug with an updated installation of your ubuntu system. If this bug is still reproducible, can you p

[Bug 343257] Re: Add libpoppler4 package to Suggest field

2009-04-09 Thread Markus Korn
fixed in the current version (0.2.1-3) in jaunty (see bug mentioned in comment #2) ** Changed in: poppler-data (Ubuntu) Status: New => Fix Released -- Add libpoppler4 package to Suggest field https://bugs.launchpad.net/bugs/343257 You received this bug notification because you are a membe

[Bug 345137] Re: nis should recommend nscd

2009-04-09 Thread Markus Korn
Unmarked attachment as patch, as a result of comment #5 -- nis should recommend nscd https://bugs.launchpad.net/bugs/345137 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https:/

[Bug 222146] Re: Segfaults with Python 2.5

2009-04-10 Thread Markus Korn
Set to Triaged based on the last comment ** Changed in: python-cdb (Ubuntu) Status: Incomplete => Triaged -- Segfaults with Python 2.5 https://bugs.launchpad.net/bugs/222146 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubu

[Bug 263701] Re: [intrepid] Cannot save a WiFi connection "System-Wide"

2008-09-01 Thread Markus Korn
*** This bug is a duplicate of bug 255839 *** https://bugs.launchpad.net/bugs/255839 ** This bug has been marked a duplicate of bug 255839 0.7 N-M "system setting" does not work -- [intrepid] Cannot save a WiFi connection "System-Wide" https://bugs.launchpad.net/bugs/263701 You received t

[Bug 261098] Re: DoRxHighPower(): RF_ZEBRA, Upper Threshold: 99 LOWER Threshold: 70

2008-09-03 Thread Markus Korn
Hi Leann, thanks for your detailed follow-up. This `printk("DoRxHighPower()")` -issue looks like it's worse a SRU process, but IMO with a low priority as it does not really do any harm. I'm going to do some tests with the recent alpha today and check wifi and NetworkManager again, but my feel

[Bug 397906] Re: blank cd-r not detected [Karmic]

2009-07-12 Thread Markus Korn
Confirmed, given the fact that there is already another user reporting this bug ** Changed in: linux (Ubuntu) Status: New => Confirmed -- blank cd-r not detected [Karmic] https://bugs.launchpad.net/bugs/397906 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 396531] Re: bughelper crashed with TypeError in __init__() - Read only attribute

2009-07-21 Thread Markus Korn
in: python-launchpad-bugs Importance: Undecided => High ** Changed in: python-launchpad-bugs Status: New => Triaged ** Changed in: python-launchpad-bugs Assignee: (unassigned) => Markus Korn (thekorn) ** Attachment added: "test.py" http://launchpadlibrarian.n

[Bug 396531] Re: bughelper crashed with TypeError in __init__() - Read only attribute

2009-07-22 Thread Markus Korn
This issue should be fixed in lp:python-launchpad-bugs now ** Changed in: python-launchpad-bugs Status: Triaged => Fix Committed ** Changed in: bughelper Status: Confirmed => Invalid -- bughelper crashed with TypeError in __init__() - Read only attribute https://bugs.launchpad.net

[Bug 399429] Re: [LENOVO 2764CTO] suspend/resume failure

2009-07-14 Thread Markus Korn
** Changed in: linux (Ubuntu) Status: New => Won't Fix ** Changed in: linux (Ubuntu) Status: Won't Fix => New -- [LENOVO 2764CTO] suspend/resume failure https://bugs.launchpad.net/bugs/399429 You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 416952] Re: Package not in repo

2009-08-21 Thread Markus Korn
Hi Jon, thanks for reporting this, but you are using an unofficial mirror of the ubuntu archive, so we cannot do anything about it. It seems this mirror is out of sync. Best is to directly contact the maintainer of this mirror. Markus ** Changed in: ubuntu Status: New => Invalid -- Pac

[Bug 385248] Re: [karmic] bad .desktop file: /usr/share/app-install/desktop/pauker.desktop

2009-06-09 Thread Markus Korn
** Changed in: pauker (Ubuntu) Status: Confirmed => Triaged -- [karmic] bad .desktop file: /usr/share/app-install/desktop/pauker.desktop https://bugs.launchpad.net/bugs/385248 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 386035] [NEW] crash in gtk.RecentInfo.get_application_info()

2009-06-11 Thread Markus Korn
Public bug reported: The following code crashes for me reproducible: ### import gtk recent = gtk.recent_manager_get_default() for info in recent.get_items(): last_application = info.last_application() application_info = info.get_application_info(last_application) ### With someth

[Bug 386035] Re: crash in gtk.RecentInfo.get_application_info()

2009-06-11 Thread Markus Korn
adding code to the description does not seem to be a good idea, so here is the reproducer as an attachment ** Attachment added: "reproducer.py" http://launchpadlibrarian.net/27787991/reproducer.py -- crash in gtk.RecentInfo.get_application_info() https://bugs.launchpad.net/bugs/386035 You rec

[Bug 386035] Re: crash in gtk.RecentInfo.get_application_info()

2009-06-11 Thread Markus Korn
** Attachment added: "terminal.log" http://launchpadlibrarian.net/27787956/terminal.log ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/27787958/Dependencies.txt -- crash in gtk.RecentInfo.get_application_info() https://bugs.launchpad.net/bugs/386035 You received thi

[Bug 386035] Re: crash in gtk.RecentInfo.get_application_info()

2009-06-11 Thread Markus Korn
log of a valgrind run. mar...@thekorn .../zeitgeist/zeitgeist.datasource.recent % G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --log-file=valgrind.log python reproducer.py ** Attachment added: "valgrind.log" http://launchpadlibrar

[Bug 386035] Re: crash in gtk.RecentInfo.get_application_info()

2009-06-11 Thread Markus Korn
** Bug watch added: GNOME Bug Tracker #585458 http://bugzilla.gnome.org/show_bug.cgi?id=585458 ** Also affects: pygtk via http://bugzilla.gnome.org/show_bug.cgi?id=585458 Importance: Unknown Status: Unknown -- crash in gtk.RecentInfo.get_application_info() https://bugs.launchpad.

[Bug 57901] Re: Edgy - two icons of the mounted partitions on the desktop

2006-08-27 Thread Markus Korn
*** This bug is a duplicate of bug 57701 *** ** This bug has been marked a duplicate of bug 57701 [edgy] gnome shows duplicated mounts -- Edgy - two icons of the mounted partitions on the desktop https://launchpad.net/bugs/57901 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https

[Bug 57701] Re: [edgy] gnome shows duplicated mounts

2006-08-27 Thread Markus Korn
** Bug 57901 has been marked a duplicate of this bug -- [edgy] gnome shows duplicated mounts https://launchpad.net/bugs/57701 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58558] Re: "Places" entries show twice

2006-09-02 Thread Markus Korn
*** This bug is a duplicate of bug 57701 *** I can confirm this bug. For me the dublicated icons are not only in the places menu of Nautilus but also on the desktop and any other file-chooser/SaveAs-Dialog, that is why I marked this bug as duplicate of #57701 and #57901 ** This bug has been mar

[Bug 57701] Re: [edgy] gnome shows duplicated mounts

2006-09-02 Thread Markus Korn
** Bug 58558 has been marked a duplicate of this bug -- [edgy] gnome shows duplicated mounts https://launchpad.net/bugs/57701 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 156132] Re: 'update-manager' packag 'E:Malformed line 48 in source list /etc/apt/sources.list (URI parse), E:The list of sources could not be read.'

2007-10-23 Thread Markus Korn
Thanks for reporting this bug, could you please attach your 'sources.list' (/etc/apt/sources.list) Markus -- 'update-manager' packag 'E:Malformed line 48 in source list /etc/apt/sources.list (URI parse), E:The list of sources could not be read.' https://bugs.launchpad.net/bugs/156132 You rece

[Bug 156404] Re: unable to parse milestone bug listings

2007-10-24 Thread Markus Korn
Hi Brian, this error is expected, currently py-lp-bugs is able to parse per package bug lists like [1] and personal bug lists like [2]. But I agree having the ability to parse every thinkable bug list would be nice to have. Unfortunately the general structure of the parsing modules {html,text}_

[Bug 153270] "check CD for defects" is not working

2007-10-16 Thread Markus Korn
Public bug reported: live session test - Ubuntu Desktop amd64 (20071016): When I try to start "check CD for defects" from the boot-menu of the live-cd my monitor goes off ("No signal"). According to the LEDs of my PC there seems to be access to the cd-drive and cpu-activity. I think the checking

[Bug 153280] booting livecd: screen turns off

2007-10-16 Thread Markus Korn
Public bug reported: Binary package hint: usplash live session test - Ubuntu Desktop amd64 (20071016): While booting in a live session the monitor turns off ("No signal") but gnome starts without problems. * I'm using a Geforce 8600GT and a VGA screen (trough a DVI->VGA adapter) ** Affects: u

[Bug 153380] Re: xchat crashesehile trying to search the channellist

2007-10-16 Thread Markus Korn
** Attachment added: "gdb-xchat_2.txt" http://launchpadlibrarian.net/10050063/gdb-xchat_2.txt -- xchat crashesehile trying to search the channellist https://bugs.launchpad.net/bugs/153380 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 153380] Re: xchat crashesehile trying to search the channellist

2007-10-16 Thread Markus Korn
** Attachment added: "strace-xchat.log" http://launchpadlibrarian.net/10050064/strace-xchat.log -- xchat crashesehile trying to search the channellist https://bugs.launchpad.net/bugs/153380 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact fo

[Bug 153380] Re: xchat crashesehile trying to search the channellist

2007-10-16 Thread Markus Korn
** Attachment added: "valgrind-logs-xchat.tar.gz" http://launchpadlibrarian.net/10050066/valgrind-logs-xchat.tar.gz -- xchat crashesehile trying to search the channellist https://bugs.launchpad.net/bugs/153380 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 153380] xchat crashesehile trying to search the channellist

2007-10-16 Thread Markus Korn
Public bug reported: Binary package hint: xchat xchat crashes for me reproduceable: * open the channellist * put "ubuntu" in the search field and press "enter"/OK while the channellist is still downloading sometimes I have to press "enter"/OK twice ** I'm using gutsy RC ** Architecture: amd64 *

[Bug 153380] Re: xchat crashes while trying to search the channellist

2007-10-16 Thread Markus Korn
** Summary changed: - xchat crashesehile trying to search the channellist + xchat crashes while trying to search the channellist -- xchat crashes while trying to search the channellist https://bugs.launchpad.net/bugs/153380 You received this bug notification because you are a member of Ubuntu Bu

[Bug 153280] Re: booting livecd: screen turns off

2007-10-17 Thread Markus Korn
I attached the "/etc/usplash.conf" of the live session. The values are not specified! Markus -- booting livecd: screen turns off https://bugs.launchpad.net/bugs/153280 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bug

[Bug 153280] Re: booting livecd: screen turns off

2007-10-17 Thread Markus Korn
** Attachment added: "usplash.conf" http://launchpadlibrarian.net/10052027/usplash.conf -- booting livecd: screen turns off https://bugs.launchpad.net/bugs/153280 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 153280] Re: booting livecd: screen turns off

2007-10-17 Thread Markus Korn
** Changed in: usplash (Ubuntu) Status: Incomplete => New -- booting livecd: screen turns off https://bugs.launchpad.net/bugs/153280 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 153607] Re: boot splash can't display on X31

2007-10-17 Thread Markus Korn
** Changed in: usplash (Ubuntu) Sourcepackagename: None => usplash -- boot splash can't display on X31 https://bugs.launchpad.net/bugs/153607 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@

[Bug 153621] Re: ubuntu usplash not working

2007-10-17 Thread Markus Korn
** Changed in: usplash (Ubuntu) Sourcepackagename: None => usplash -- ubuntu usplash not working https://bugs.launchpad.net/bugs/153621 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.

[Bug 149387] Re: evolution black icon on compose email

2007-10-05 Thread Markus Korn
But IMHO this drop-down should be grayed out in plain-text mode. -- evolution black icon on compose email https://bugs.launchpad.net/bugs/149387 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bu

[Bug 149698] [Gutsy] flash buttons are not working

2007-10-05 Thread Markus Korn
Public bug reported: Binary package hint: flashplugin-nonfree The user interaction in general is broken. Steps to reproduce this issue: 1.) open a random movie in youtube.com 2.) click the stop button - stay with the mouse cursor over the movie 3.) try to click the play button again (or any ot

[Bug 149699] Re: GNOME taskbar not appearing after login w/Compiz on

2007-10-05 Thread Markus Korn
*** This bug is a duplicate of bug 147943 *** https://bugs.launchpad.net/bugs/147943 Thanks, this particular bug has already been reported. Feel free to continue to report any other bugs you may find. ** This bug has been marked a duplicate of bug 147943 [MASTER] broken initial stacking (w

[Bug 123933] Re: BugList should return a set of int, not string

2007-10-08 Thread Markus Korn
closed the Bug Helper task as invalid, will try to explain the problem for bughelper in a new bugreport soon Markus ** Changed in: bughelper Status: New => Invalid -- BugList should return a set of int, not string https://bugs.launchpad.net/bugs/123933 You received this bug notification

[Bug 150631] [testbug] please ignore

2007-10-08 Thread Markus Korn
Public bug reported: this is a testbug, please ignore ** Affects: ubuntu Importance: Undecided Status: Invalid ** Changed in: ubuntu Status: New => Invalid -- [testbug] please ignore https://bugs.launchpad.net/bugs/150631 You received this bug notification because you are

<    1   2   3   4   5   6   7   8   >