[Bug 1797920] Re: sweethome3d does not start in ubuntu 18.10 cosmic

2018-11-03 Thread Stefan Wagner
After installing the newest snap, sweethome3d runs again. Used sudo snap install sweethome3d-homedesign to install it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1797920 Title: sweethome3d does

[Bug 1585434] Re: ecryptfs_decrypt_page: Error attempting to read lower page; rc = [-4]

2018-03-13 Thread Stefan Wagner
I see the same bug on 16.04.3 LTS (xUbuntu): DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS" without a crash in my logfile. For /var/log/syslog.5.gz 385 times in one minute, for most of the other logfiles no entry, today 3 entries (all

[Bug 1751501] [NEW] Window not resizeable without reason

2018-02-24 Thread Stefan Wagner
Public bug reported: When I start the update manager (Xubuntu 16.04.3 LTS), it opens with a list of packages to update. Only about 10 or 20 of them are visible. The List is scrollable, but not resizeable. AFAIK, GUI-Programs can ask the Desktop, how large it is, and should automatically

[Bug 1442050] Re: (colord:832): Cd-WARNING **: failed to get session [pid 690]: Unknown error -2

2018-02-23 Thread Stefan Wagner
I can confirm this bug too: (colord:1154): Cd-WARNING **: failed to get session [pid 2091]: Kein passendes Gerät bzw. keine passende Adresse gefunden] linux version: uname -a Linux tux201t 4.4.0-112-generic #135-Ubuntu SMP Fri Jan 19 11:48:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux Ubuntu

[Bug 1300398] Re: Thunar don't refresh directory on content change

2018-01-12 Thread Stefan Wagner
I'm curious, since I have the same problems in combination inkscape/thunar and thought it was a pure thunar problem, but it obviously isn't. I created a textfile a1.txt, while thunar is open, iconview activated and order by modification time descending, so that the most recent file is on top.

[Bug 1422453] Re: Enhance feedback of missing argument to -exec

2017-05-20 Thread Stefan Wagner
Did you notice, that you need a blank before the plus sign? $ find . -name pom.xml -exec grep '' {}+ $ find . -name pom.xml -exec grep '' {} + For example, if find finds the files a/pom.xml and b/pom.xml, it will try to build the exec part as: $ grep '' a/pom.xml b/pom.xml+ instead of $ grep

[Bug 1433097] Re: enhance -exec option documentation of find with extra hint about command tails and counter-example

2017-05-20 Thread Stefan Wagner
This is an opinion, not a bug, IMHO. ** Changed in: findutils (Ubuntu) Status: New => Opinion -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1433097 Title: enhance -exec option documentation

[Bug 515404] Re: find should understand "size -100K" aswell as "-size -100k"

2017-05-20 Thread Stefan Wagner
Sorry, but that's just an opinion, not a bug. A small k is the standardized shorthand for 1000. K is Kelvin. M is Mega while m is meter. ** Changed in: findutils (Ubuntu) Status: New => Opinion -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 585648] Re: find regex does not work properly

2017-05-20 Thread Stefan Wagner
Not a bug, see comment #1. ** Changed in: findutils (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/585648 Title: find regex does not work properly To manage

[Bug 366665] Re: find wont use .bashrc alias

2017-05-20 Thread Stefan Wagner
As described in the comment below, this is not a bug, but intended behaviour of find. It can be avoided by the right parameter settings. I suggest this Bug is invalid. ** Changed in: findutils (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a

[Bug 366665] Re: find wont use .bashrc alias

2017-05-20 Thread Stefan Wagner
P.S.: Sorry about the failing code-tags, and the missing explanation of -c parameter: -c tells the bash, that it shall execute the following commands. The linebreak was unintendet. find -type f -name "*.mp3" -exec bash -l -O expand_aliases -c "mp3gainB {}" ";" -- You received this bug

[Bug 366665] Re: find wont use .bashrc alias

2017-05-20 Thread Stefan Wagner
The -exec param of find is executed by find, not by the bash, and find doesn't look into your aliases. This is expected behaviour. Find won't neither execute bash functions. And it does not allow redirection like such: $ find -exec ls {} > /dev/null \; You have to invoke bash as a login shell

[Bug 1223049] Re: file save dialog cripples dirnames while having much space

2013-12-10 Thread Stefan Wagner
Well, thanks, but I'm using Xubuntu 12.04 LTS and don't plan to update to an intermediate version. If you say the issue is fixed for newer versions, I believe you. Will there be a backport? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 943195] Re: xpdf.real crashed with SIGSEGV in GooHash::hash()

2013-10-23 Thread Stefan Wagner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23.10.2013 08:10, Matthias Andree wrote: This needs to be backported to precise, too. Confirm! - -- Don't visit my blog: http://demystifikation.wordpress.de -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG

[Bug 1223049] Re: file save dialog cripples dirnames while having much space

2013-09-11 Thread Stefan Wagner
@Dmitry Shachnev, #3: Pardon, that was an usage error of mine, then. I didn't intend to mark it as xpdf-error and thought I selected gedit as target. But I went into to launchpad via an xpdf-error, that is true. Thanks for reassignment. -- You received this bug notification because you are

[Bug 1223049] [NEW] file save dialog cripples dirnames while having much space

2013-09-09 Thread Stefan Wagner
Public bug reported: See screenshots and german rant here: http://demystifikation.wordpress.com/2013/09/09/dat-dial/ DISTRIB_ID=Ubuntu DISTRIB_RELEASE=12.04 DISTRIB_CODENAME=precise DISTRIB_DESCRIPTION=Ubuntu 12.04.2 LTS Gedit 3.4.1 Xubuntu 12.04 LTS When opening a file, the file open - Dialog

[Bug 659771] Re: find does not handle -size parameter 1 correctly

2013-09-09 Thread Stefan Wagner
OK - After a second thought, I come to the conclusion that it might be better to keep it the way it is. Sometimes you search for files bigger than x, sometimes smaller than x and rarely exactly x, but maybe sometimes for small sizes for exactly X rounded to current measurement (4G, 4M, 4K for

[Bug 659771] Re: find does not handle -size parameter 1 correctly

2013-09-09 Thread Stefan Wagner
OK - After a second thought, I come to the conclusion that it might be better to keep it the way it is. See #5 https://bugs.launchpad.net/ubuntu/+source/findutils/+bug/659771/comments/5 ** Changed in: findutils (Ubuntu) Status: Confirmed = Opinion -- You received this bug notification

[Bug 1223049] Re: file save dialog cripples dirnames while having much space

2013-09-09 Thread Stefan Wagner
** Attachment added: Screenshot File open dialog (total, showing unused, wasted space) https://bugs.launchpad.net/ubuntu/+source/xpdf/+bug/1223049/+attachment/3811870/+files/datei-oeffnen-gek%C3%BCrzte-Verzeichnisse.png -- You received this bug notification because you are a member of

[Bug 1084461] Re: xpdf segfaults on every single pdf

2013-09-09 Thread Stefan Wagner
Maybe duplicate of: https://bugs.launchpad.net/debian/+source/xpdf/+bug/943195 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1084461 Title: xpdf segfaults on every single pdf To manage

[Bug 1181243] Re: crash on opening a particular file

2013-07-24 Thread Stefan Wagner
With xpdf_3.02-12ubuntu2nopoppler0_i386.deb I opened many files successfully on ubuntu, but the ubuntu-xpdf-version is broken for no apparent reason and crashes with every file I test. Xpdf is a very lean viewer and starts very fast to name a reason why to use especially xpdf. -- You received

[Bug 943195] Re: xpdf.real crashed with SIGSEGV in GooHash::hash()

2013-07-02 Thread Stefan Wagner
@Andrew Tonks: Until David tells us the details, I can recommend xpdf_3.02-12ubuntu2nopoppler0_i386.deb for x32 which is an older version which works for me. I guess it is easy to find. With dpkg -i xpdf_3.02-12ubuntu2nopoppler0_i386.deb it should be installable. -- You received this bug

[Bug 1084461] Re: xpdf segfaults on every single pdf

2013-04-26 Thread Stefan Wagner
Isn't this a duplicate of https://bugs.launchpad.net/ubuntu/+source/xpdf/+bug/888362 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1084461 Title: xpdf segfaults on every single pdf To manage

[Bug 1093665] Re: 'next' button icon points up

2013-01-20 Thread Stefan Wagner
Also affects me, Thunderbird 17.0.2 from Xubuntu 12.04. Note that the button swaps its shape when hovering - it then points down (unlike the 'previous' button, which doesn't change its shape). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 943195] Re: xpdf.real crashed with SIGSEGV in GooHash::hash()

2012-12-01 Thread Stefan Wagner
On a 32- bit Intel system, the 12.04 (LTS) version of xpdf crashes. Imho, there should be a fix for the LTS-version, but I would be interested in workarounds (beside using evince or something) too. Opening xpdf without any file works, but opening a file - any pdf-File - and Segfault (isn't this a

[Bug 943195] Re: xpdf.real crashed with SIGSEGV in GooHash::hash()

2012-12-01 Thread Stefan Wagner
I tried the suggested version from Ursulinhas webpage without much hope, since it dates from Published on 2011-05-02, and I'm using 12.04, which is labelled 3.02 too. But that works like a charm! What prevents a fix from 11/05 to move into the version from 12/04, which is - from the name - the

[Bug 1015342] Re: Tools/manage tools/shortcuts: More help while defining shortcuts

2012-06-20 Thread Stefan Wagner
Okay - slowly understanding the system and intention . Bug 678460 at https://bugzilla.gnome.org/show_bug.cgi?id=678460 . Offtopic: This bugreporting system needs reworking too, if bugreporting should be made simple and people should be encouraged to do it again. As it stands now, I can't

[Bug 1015342] [NEW] Tools/manage tools/shortcuts: More help while defining shortcuts

2012-06-19 Thread Stefan Wagner
Public bug reported: I enjoy much the possibility to define my own tools, and combine them with shortcuts. I admit that it wouldn't be wise to redefine the mosts often used ones like Ctrl-C, Ctrl-V. However, I often write programs in Scala or Java and like to compile and run them by hotkeys. I

[Bug 1015342] Re: Tools/manage tools/shortcuts: More help while defining shortcuts

2012-06-19 Thread Stefan Wagner
** Also affects: gedit Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1015342 Title: Tools/manage tools/shortcuts: More help while defining shortcuts To

[Bug 1015342] Re: Tools/manage tools/shortcuts: More help while defining shortcuts

2012-06-19 Thread Stefan Wagner
** Tags added: confirmation customiization hotkey shortcut usability -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1015342 Title: Tools/manage tools/shortcuts: More help while defining shortcuts

[Bug 659771] Re: find does not handle -size parameter 1 correctly

2011-11-22 Thread Stefan Wagner
I consider this a bug, too. The reason to not threat it as a bug might be, that you don't want a file to match -1M and +1M if it is exactly 1M, but how often do you have a file of exactly 1M? If you did a dd-command with testdata, or a split perhaps. -- You received this bug notification

[Bug 888646] [NEW] package squeak-vm 1:3.9.8-3ubuntu3 failed to install/upgrade: Versuche, »/usr/bin/squeak« zu überschreiben, welches auch in Paket squeak 1:3.9.8-3ubuntu3 ist

2011-11-10 Thread Stefan Wagner
Public bug reported: 1) lsb_release -rd Description:Ubuntu 10.04.1 LTS Release:10.04 2) apt-cache policy squeak-vm squeak-vm: Installiert: 1:3.9.8-3ubuntu3 Kandidat: 1:3.11.3+svn2147-1ubuntu1 Versions-Tabelle: 1:3.11.3+svn2147-1ubuntu1 0 500

[Bug 888646] Re: package squeak-vm 1:3.9.8-3ubuntu3 failed to install/upgrade: Versuche, »/usr/bin/squeak« zu überschreiben, welches auch in Paket squeak 1:3.9.8-3ubuntu3 ist

2011-11-10 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/888646 Title: package squeak-vm 1:3.9.8-3ubuntu3 failed to install/upgrade: Versuche, »/usr/bin/squeak« zu überschreiben, welches auch in Paket

[Bug 872424] Re: package onboard 0.93.0-0ubuntu4 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872424 Title: package onboard 0.93.0-0ubuntu4 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872432] [NEW] package python-evolution 2.30.0-0ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: happened while upgrading from xubuntu 10.04.3 to 10.04.4 LTS. Might be of interest: There are bad sectors on the harddrive - maybe they where involved in the problems? I don't know. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: python-evolution 2.30.0-0ubuntu1

[Bug 872432] Re: package python-evolution 2.30.0-0ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872432 Title: package python-evolution 2.30.0-0ubuntu1 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872424] [NEW] package onboard 0.93.0-0ubuntu4 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: upgrading from xubuntu 10.04.3 to 10.04.4 LTS might be of interest: The harddrive seems to have a bad sector. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: onboard 0.93.0-0ubuntu4 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux 2.6.31-22-generic

[Bug 872492] [NEW] package pidgin-data 1:2.6.6-1ubuntu4.1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: pidgin-data 1:2.6.6-1ubuntu4.1 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux

[Bug 872492] Re: package pidgin-data 1:2.6.6-1ubuntu4.1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872492 Title: package pidgin-data 1:2.6.6-1ubuntu4.1 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872498] Re: package portmap 6.0.0-1ubuntu2 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872498 Title: package portmap 6.0.0-1ubuntu2 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872497] [NEW] package mixxx-data 1.7.2-1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: mixxx-data 1.7.2-1 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux 2.6.31-22-generic i686

[Bug 872497] Re: package mixxx-data 1.7.2-1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872497 Title: package mixxx-data 1.7.2-1 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872498] [NEW] package portmap 6.0.0-1ubuntu2 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: portmap 6.0.0-1ubuntu2 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux 2.6.31-22-generic i686

[Bug 872514] [NEW] package python-eggtrayicon 2.25.3-4.1ubuntu4 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: python-eggtrayicon 2.25.3-4.1ubuntu4 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux

[Bug 872514] Re: package python-eggtrayicon 2.25.3-4.1ubuntu4 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872514 Title: package python-eggtrayicon 2.25.3-4.1ubuntu4 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872511] [NEW] package mscore-common 0.9.6~beta1+dfsg-0ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: mscore-common 0.9.6~beta1+dfsg-0ubuntu1 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux

[Bug 872511] Re: package mscore-common 0.9.6~beta1+dfsg-0ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872511 Title: package mscore-common 0.9.6~beta1+dfsg-0ubuntu1 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872524] [NEW] package openjdk-6-jdk 6b20-1.9.9-0ubuntu1~10.04.2 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: openjdk-6-jdk 6b20-1.9.9-0ubuntu1~10.04.2 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux

[Bug 872524] Re: package openjdk-6-jdk 6b20-1.9.9-0ubuntu1~10.04.2 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872524 Title: package openjdk-6-jdk 6b20-1.9.9-0ubuntu1~10.04.2 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872542] [NEW] package xubuntu-icon-theme (not installed) failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: xubuntu-icon-theme (not installed) ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux

[Bug 872542] Re: package xubuntu-icon-theme (not installed) failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872542 Title: package xubuntu-icon-theme (not installed) failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872555] [NEW] package mousepad 0.2.16-3ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: mousepad 0.2.16-3ubuntu1 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux 2.6.31-22-generic

[Bug 872555] Re: package mousepad 0.2.16-3ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872555 Title: package mousepad 0.2.16-3ubuntu1 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872559] Re: package python-gnomedesktop 2.30.0-0ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872559 Title: package python-gnomedesktop 2.30.0-0ubuntu1 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872559] [NEW] package python-gnomedesktop 2.30.0-0ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: python-gnomedesktop 2.30.0-0ubuntu1 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux

[Bug 872566] [NEW] package update-notifier 0.99.3 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: update-notifier 0.99.3 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux 2.6.31-22-generic i686

[Bug 872566] Re: package update-notifier 0.99.3 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872566 Title: package update-notifier 0.99.3 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872568] [NEW] package maven2 2.2.1-2 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: maven2 2.2.1-2 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux 2.6.31-22-generic i686

[Bug 872568] Re: package maven2 2.2.1-2 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872568 Title: package maven2 2.2.1-2 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872570] Re: package pgadmin3-data 1.10.2-1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872570 Title: package pgadmin3-data 1.10.2-1 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872570] [NEW] package pgadmin3-data 1.10.2-1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: pgadmin3-data 1.10.2-1 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux 2.6.31-22-generic i686

[Bug 872576] [NEW] package postgresql-doc-8.4 8.4.7-0ubuntu0.10.04 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: postgresql-doc-8.4 8.4.7-0ubuntu0.10.04 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux

[Bug 872576] Re: package postgresql-doc-8.4 8.4.7-0ubuntu0.10.04 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872576 Title: package postgresql-doc-8.4 8.4.7-0ubuntu0.10.04 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872575] [NEW] package notify-osd-icons 0.6 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: notify-osd-icons 0.6 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux 2.6.31-22-generic i686

[Bug 872575] Re: package notify-osd-icons 0.6 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872575 Title: package notify-osd-icons 0.6 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872579] [NEW] package python-gdl 2.25.3-4.1ubuntu4 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: python-gdl 2.25.3-4.1ubuntu4 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux

[Bug 872579] Re: package python-gdl 2.25.3-4.1ubuntu4 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872579 Title: package python-gdl 2.25.3-4.1ubuntu4 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872580] [NEW] package network-manager 0.8-0ubuntu3.2 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: network-manager 0.8-0ubuntu3.2 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux

[Bug 872580] Re: package network-manager 0.8-0ubuntu3.2 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872580 Title: package network-manager 0.8-0ubuntu3.2 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872587] [NEW] package ttf-kochi-mincho 20030809-6 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: ttf-kochi-mincho 20030809-6 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux 2.6.31-22-generic

[Bug 872585] [NEW] package meterbridge 0.9.2-6ubuntu3 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: meterbridge 0.9.2-6ubuntu3 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux 2.6.31-22-generic

[Bug 872587] Re: package ttf-kochi-mincho 20030809-6 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872587 Title: package ttf-kochi-mincho 20030809-6 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872585] Re: package meterbridge 0.9.2-6ubuntu3 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872585 Title: package meterbridge 0.9.2-6ubuntu3 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872584] [NEW] package python-bugbuddy 2.30.0-0ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: python-bugbuddy 2.30.0-0ubuntu1 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux

[Bug 872584] Re: package python-bugbuddy 2.30.0-0ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872584 Title: package python-bugbuddy 2.30.0-0ubuntu1 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872583] Re: package python-gksu2 2.25.3-4.1ubuntu4 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872583 Title: package python-gksu2 2.25.3-4.1ubuntu4 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872595] [NEW] package netpbm 2:10.0-12.1ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: netpbm 2:10.0-12.1ubuntu1 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux 2.6.31-22-generic

[Bug 872595] Re: package netpbm 2:10.0-12.1ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872595 Title: package netpbm 2:10.0-12.1ubuntu1 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872594] [NEW] package python-gnomeapplet 2.30.0-0ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: python-gnomeapplet 2.30.0-0ubuntu1 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux

[Bug 872594] Re: package python-gnomeapplet 2.30.0-0ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872594 Title: package python-gnomeapplet 2.30.0-0ubuntu1 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872593] [NEW] package musescore-soundfont-gm 0.9.6~beta1+dfsg-0ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: musescore-soundfont-gm 0.9.6~beta1+dfsg-0ubuntu1 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname:

[Bug 872593] Re: package musescore-soundfont-gm 0.9.6~beta1+dfsg-0ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872593 Title: package musescore-soundfont-gm 0.9.6~beta1+dfsg-0ubuntu1 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872592] [NEW] package musescore-common 0.9.6~beta1+dfsg-0ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: musescore-common 0.9.6~beta1+dfsg-0ubuntu1 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux

[Bug 872592] Re: package musescore-common 0.9.6~beta1+dfsg-0ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872592 Title: package musescore-common 0.9.6~beta1+dfsg-0ubuntu1 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872591] Re: package lmodern 2.004.1-3 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872591 Title: package lmodern 2.004.1-3 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872590] [NEW] package lyx-common 1.6.5-1ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: lyx-common 1.6.5-1ubuntu1 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux 2.6.31-22-generic

[Bug 872590] Re: package lyx-common 1.6.5-1ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872590 Title: package lyx-common 1.6.5-1ubuntu1 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872588] [NEW] package openoffice.org-thesaurus-de 20080808-3ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: openoffice.org-thesaurus-de 20080808-3ubuntu1 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux

[Bug 872588] Re: package openoffice.org-thesaurus-de 20080808-3ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872588 Title: package openoffice.org-thesaurus-de 20080808-3ubuntu1 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872583] [NEW] package python-gksu2 2.25.3-4.1ubuntu4 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: python-gksu2 2.25.3-4.1ubuntu4 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux

[Bug 872600] [NEW] package linux-headers-2.6.31-10-rt 2.6.31-10.153 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: linux-headers-2.6.31-10-rt 2.6.31-10.153 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux

[Bug 872599] [NEW] package nfs-common 1:1.2.0-4ubuntu4 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: nfs-common 1:1.2.0-4ubuntu4 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux 2.6.31-22-generic

[Bug 872600] Re: package linux-headers-2.6.31-10-rt 2.6.31-10.153 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872600 Title: package linux-headers-2.6.31-10-rt 2.6.31-10.153 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872598] [NEW] package modemmanager 0.3-0ubuntu2.2 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: modemmanager 0.3-0ubuntu2.2 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux 2.6.31-22-generic

[Bug 872599] Re: package nfs-common 1:1.2.0-4ubuntu4 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872599 Title: package nfs-common 1:1.2.0-4ubuntu4 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872597] [NEW] package python-gnomekeyring 2.30.0-0ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: python-gnomekeyring 2.30.0-0ubuntu1 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux

[Bug 872598] Re: package modemmanager 0.3-0ubuntu2.2 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872598 Title: package modemmanager 0.3-0ubuntu2.2 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872596] [NEW] package nvidia-current-modaliases 195.36.15-0ubuntu2 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
Public bug reported: Happened while updating form xUbuntu-10.04.3 to 04.4. Maybe interesting: I have some bad sectors on the hdd. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: nvidia-current-modaliases 195.36.15-0ubuntu2 ProcVersionSignature: Ubuntu 2.6.31-22.73-generic Uname: Linux

[Bug 872596] Re: package nvidia-current-modaliases 195.36.15-0ubuntu2 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872596 Title: package nvidia-current-modaliases 195.36.15-0ubuntu2 failed to install/upgrade: To manage notifications about this bug go to:

[Bug 872597] Re: package python-gnomekeyring 2.30.0-0ubuntu1 failed to install/upgrade:

2011-10-11 Thread Stefan Wagner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872597 Title: package python-gnomekeyring 2.30.0-0ubuntu1 failed to install/upgrade: To manage notifications about this bug go to:

  1   2   >