[Bug 53384] Re: dosemu won't start, ERROR: coopthreads: lowmem heap + stack are too big

2006-08-03 Thread Swen
I confirm it, too. Ubuntu Dapper, 2.6.15-26-386

-- 
dosemu won't start, ERROR: coopthreads: lowmem heap + stack are too big
https://launchpad.net/bugs/53384

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 33368] Re: X freeze the computer (Dapper - glcore)

2006-07-06 Thread Swen
Confirmed with Xubuntu on a IBM Thinkpad T21. Adding

Option "ShadowStatus"

to Xorg.conf Device Section did not solve it, but

Option "BusType" "PCI"
Option "DmaMode" "None".

-- 
X freeze the computer (Dapper - glcore)
https://launchpad.net/bugs/33368

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 58833] Re: garbage downloaded

2006-12-12 Thread Swen
Same problem here. The g3 files are garbage. I use tkusr 0.80 with
Dapper Drake.

-- 
garbage downloaded
https://launchpad.net/bugs/58833

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 368022] [NEW] gnome-settings-daemon does not respect setting of lcdfilter

2009-04-27 Thread Swen Thümmler
Public bug reported:

Binary package hint: gnome-settings-daemon

I am using the lcdlegacy filter for subpixel rendering of my fonts (see
http://martin.ankerl.com/2009/01/22/beautiful-font-hinting-in-ubuntu-810
and bug #153521). After upgrade from intrepid to jaunty, my fonts were
again all blurred. After a lot of digging I identified gnome-settings-
daemon as the culprit: even if i put Xft.lcdfilter:lcdlegacy into my
.Xresources (and into /etc/X11/Xresources/local-unblur-fonts), xrdb
-query shows Xft.lcdfilter:lcddefault. This is done in
40_xres_lcddefault.patch. The only way to change this seems to be to
recompile the package (or binary patching /usr/lib/gnome-settings-
daemon-2.0/libxsettings.so, which I have done). Imho, gnome-settings-
daemon should not force a specific setting of lcdfilter or at least
respect the current setting.

** Affects: gnome-settings-daemon (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gnome-settings-daemon does not respect setting of lcdfilter
https://bugs.launchpad.net/bugs/368022
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 317487] [NEW] 2.2.1 needs Time::Progress

2009-01-15 Thread Swen Thümmler
Public bug reported:

Binary package hint: svk

the new version 2.2.1 (thanks for the fast packaging) needs the perl
module Time::Progress for mirroring, which is not yet available as an
ubuntu package. Solution: either remove the progress parts from
Mirror.pm and Mirror/Backend/SVNRa.pm or provide libtime-progress-perl.

** Affects: svk (Ubuntu)
 Importance: Undecided
 Status: New

-- 
2.2.1 needs Time::Progress
https://bugs.launchpad.net/bugs/317487
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 317090] [NEW] new upstream release 2.2.1 available

2009-01-14 Thread Swen Thümmler
Public bug reported:

Binary package hint: svk

A new upstream release (2.2.1) is availabel (see
http://search.cpan.org/~clkao/SVK/). It would be nice to have this
packaged.

** Affects: svk (Ubuntu)
 Importance: Undecided
 Assignee: Allisson Azevedo (allisson)
 Status: In Progress

-- 
new upstream release 2.2.1 available
https://bugs.launchpad.net/bugs/317090
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 62751] Re: Upstart doesn't activate luks volumes in cryptsetup

2006-11-12 Thread Swen Thümmler
I have solved this issue for my crypted root filesystem by making the following 
modification to /usr/share/initramfs-tools/scripts/local-top/cryptroot:
--- cryptroot.orig  2006-11-12 12:31:08.0 +0100
+++ cryptroot   2006-11-12 12:30:41.0 +0100
@@ -160,7 +160,11 @@
 
 # Loop until we have a satisfactory password
 while [ 1 ]; do
-if [ -x "/sbin/cryptgetpw" ]; then
+if [ -x "/sbin/usplash_write" -a -p /dev/.initramfs/usplash_outfifo ]; 
then
+/sbin/usplash_write "INPUTQUIET Password:"
+$cryptcreate < /dev/.initramfs/usplash_outfifo
+/sbin/usplash_write "CLEAR"
+elif [ -x "/sbin/cryptgetpw" ]; then
/sbin/cryptgetpw < /dev/console | $cryptcreate
else
$cryptcreate < /dev/console

This works for me (in the 2 tests I have made :-)).
Hope this helps.

--Swen


** Attachment added: "Patch for 
/usr/share/initramfs-tools/scripts/local-top/cryptroot"
   http://librarian.launchpad.net/5056571/cryptroot.patch

-- 
Upstart doesn't activate luks volumes in cryptsetup
https://launchpad.net/bugs/62751

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93237] Re: crypted root on lvm volume stopped working

2007-05-31 Thread Swen Thümmler
The crypttab line for my encrypted root is as follows:
cryptroot /dev/mapper/VG01-crypted--root none 
cipher=aes-cbc-plain,size=0,hash=ripemd160
I did not use luks (when I created the encrypted root, I was not aware of luks, 
and then it was too late to change).
I was not aware of the lvm= option, is this luks-specific?

I will try again with the latest feisty packages later.

Greetings, Swen

-- 
crypted root on lvm volume stopped working
https://bugs.launchpad.net/bugs/93237
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93237] Re: crypted root on lvm volume stopped working

2007-05-31 Thread Swen Thümmler
I have tried the latest packages. The bug is gone (but I need a command
line entry root=/dev/mapper/cryptroot in /boot/grub/menu.lst). I think I
tried this with the old package without success, but I'm not sure
anymore. Perphaps it was just a PEBKAC.

So everything works fine now.

Greetings, Swen

-- 
crypted root on lvm volume stopped working
https://bugs.launchpad.net/bugs/93237
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93237] crypted root on lvm volume stopped working

2007-03-17 Thread Swen Thümmler
Public bug reported:

Binary package hint: cryptsetup

After upgrading cryptsetup from 1.0.3 to 1.0.4+svn26-1ubuntu1~edgy1 my
system could no longer boot (it did not find the root device). My setup:
I have a logical volume (/dev/mapper/VG01-crypted-root), which is
encrypted as /dev/mapper/cryptroot. I have tried to find the reason for
the problem and came to the following result: in 1.0.3 the variable
$ROOT was set to the new root (/dev/mapper/cryptroot in my case). 1.0.4
added the possibility to set up more than one device (for the resume
partition), but the information which should be the new root device is
not there (we do not want the resume partition as the root device).

I came up with a patch which solved th problem for me.

--Swen

** Affects: cryptsetup (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
crypted root on lvm volume stopped working
https://launchpad.net/bugs/93237

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93237] Re: crypted root on lvm volume stopped working

2007-03-17 Thread Swen Thümmler

** Attachment added: "patch for root on lvm-backed crypted device"
   http://librarian.launchpad.net/6848956/cryptsetup.diff

-- 
crypted root on lvm volume stopped working
https://launchpad.net/bugs/93237

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93237] Re: crypted root on lvm volume stopped working

2007-03-17 Thread Swen Thümmler

** Attachment added: "patch for root on lvm-backed crypted device (without 
forgotten debug output)"
   http://librarian.launchpad.net/6848959/cryptsetup.diff

-- 
crypted root on lvm volume stopped working
https://launchpad.net/bugs/93237

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93237] Re: crypted root on lvm volume stopped working

2007-03-18 Thread Swen Thümmler
Oops, the patch I sent yesterday was an intermix between two versions.
So here is an updated version which is not as embarrassing as the
previous one.

Greetings, Swen

** Attachment added: "root on lvm-backed crypted device (polished version)"
   http://librarian.launchpad.net/6850727/cryptsetup.diff

-- 
crypted root on lvm volume stopped working
https://launchpad.net/bugs/93237

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546933] Re: FFE: xorg.conf.d/inputclass backport

2010-04-06 Thread Swen Thümmler
Grrr, is there any documentation how to configure input-devices with
this new scheme? I had merged the rules for my G5 mouse from HAL to
udev, and now my udev rules suddenly stopped working. But the
documentation in https://wiki.ubuntu.com/X/InputConfiguration and
https://wiki.ubuntu.com/X/Config/Input explicitly mentions 65-xorg-
evdev.rules and udev as a way to configure input devices in Lucid. Imho,
either the documentation should be fixed or this change reverted...

-- 
FFE: xorg.conf.d/inputclass backport
https://bugs.launchpad.net/bugs/546933
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546933] Re: FFE: xorg.conf.d/inputclass backport

2010-04-06 Thread Swen Thümmler
Thank you for the link.
Is there any way to continue using udev rules? Or is it possible to rescan 
xorg.conf.d without restarting X (with udev rules, is was possible to add rules 
and restart udev)? I could not find anything about this in the blog article.

-- 
FFE: xorg.conf.d/inputclass backport
https://bugs.launchpad.net/bugs/546933
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1625051] [NEW] package kaccounts-providers (not installed) failed to install/upgrade: Versuch, »/etc/signon-ui/webkit-options.d/www.facebook.com.conf« zu überschreiben, welches auch in Paket acco

2016-09-19 Thread Swen Kühnlein
Public bug reported:

Package failed to install because of conflicting existing files:
dpkg: Fehler beim Bearbeiten des Archivs 
/var/cache/apt/archives/kaccounts-providers_4%3a15.12.3-0ubuntu1_amd64.deb 
(--unpack):
 Versuch, »/etc/signon-ui/webkit-options.d/www.facebook.com.conf« zu 
überschreiben, welches auch in Paket account-plugin-facebook 
0.12+16.04.20160126-0ubuntu1 ist

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: kaccounts-providers (not installed)
ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
Uname: Linux 4.4.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Mon Sep 19 10:21:47 2016
ErrorMessage: Versuch, »/etc/signon-ui/webkit-options.d/www.facebook.com.conf« 
zu überschreiben, welches auch in Paket account-plugin-facebook 
0.12+16.04.20160126-0ubuntu1 ist
InstallationDate: Installed on 2015-10-31 (323 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: kaccounts-providers
Title: package kaccounts-providers (not installed) failed to install/upgrade: 
Versuch, »/etc/signon-ui/webkit-options.d/www.facebook.com.conf« zu 
überschreiben, welches auch in Paket account-plugin-facebook 
0.12+16.04.20160126-0ubuntu1 ist
UpgradeStatus: Upgraded to xenial on 2016-04-16 (155 days ago)

** Affects: kaccounts-providers (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1625051

Title:
  package kaccounts-providers (not installed) failed to install/upgrade:
  Versuch, »/etc/signon-ui/webkit-options.d/www.facebook.com.conf« zu
  überschreiben, welches auch in Paket account-plugin-facebook
  0.12+16.04.20160126-0ubuntu1 ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kaccounts-providers/+bug/1625051/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1254724] [NEW] bzr-doc still mentions bzr-svn

2013-11-25 Thread Swen Kühnlein
Public bug reported:

bzr-doc still mentions bzr-svn in its user guide, however bzr-svn has
been removed from both saucy and debian/unstable because it's
unmaintained. See https://bugs.launchpad.net/ubuntu/+source/bzr-
svn/+bug/1182851

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: bzr-doc 2.6.0-3ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Mon Nov 25 14:42:24 2013
Dependencies:
 libjs-jquery 1.7.2+dfsg-2ubuntu1
 libjs-sphinxdoc 1.1.3+dfsg-7ubuntu2
 libjs-underscore 1.4.4-2ubuntu1
InstallationDate: Installed on 2013-05-24 (184 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: bzr
UpgradeStatus: Upgraded to saucy on 2013-10-19 (37 days ago)

** Affects: bzr (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

** Description changed:

  bzr-doc still mentions bzr-svn in its user guide, however bzr-svn has
- been removed from both sauce and debian/unstable because it's
+ been removed from both saucy and debian/unstable because it's
  unmaintained. See https://bugs.launchpad.net/ubuntu/+source/bzr-
  svn/+bug/1182851
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: bzr-doc 2.6.0-3ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Mon Nov 25 14:42:24 2013
  Dependencies:
-  libjs-jquery 1.7.2+dfsg-2ubuntu1
-  libjs-sphinxdoc 1.1.3+dfsg-7ubuntu2
-  libjs-underscore 1.4.4-2ubuntu1
+  libjs-jquery 1.7.2+dfsg-2ubuntu1
+  libjs-sphinxdoc 1.1.3+dfsg-7ubuntu2
+  libjs-underscore 1.4.4-2ubuntu1
  InstallationDate: Installed on 2013-05-24 (184 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: bzr
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (37 days ago)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1254724

Title:
  bzr-doc still mentions bzr-svn

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bzr/+bug/1254724/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 940166] Re: apt-cacher-ng crashes with segfault (libpthread-2.12.1.so)

2013-11-26 Thread Alexander Swen
*** This bug is a duplicate of bug 833970 ***
https://bugs.launchpad.net/bugs/833970

** Bug watch added: Debian Bug tracker #722360
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722360

** Also affects: apt-cacher-ng (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722360
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/940166

Title:
  apt-cacher-ng crashes with segfault (libpthread-2.12.1.so)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/940166/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1422388] Re: Fetch passwords from CloudStack virtual router

2016-04-01 Thread Swen Brueseke
It looks like there is a problem with resetting the password form CloudStack UI.
After the first boot of the vm I can log into the server as user debian using 
the password provided by CloudStack. But when I stop the vm and reset the 
password via CloudStack UI the new password is not working.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1422388

Title:
  Fetch passwords from CloudStack virtual router

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1422388/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 953876] [NEW] Can not specify different DNSBLs for IPv4/IPv6

2012-03-13 Thread Swen Kühnlein
Public bug reported:

There is only one hook for checking DNSBLs in
acl/30_exim4-config_check_rcpt which is run unconditionally for both
IPv4 and IPv6 addresses. This can lead to problems when IPv6 addresses
are checked against IPv4-only lists. See exim spec 40.35.

** Affects: exim4 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: ipv6

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/953876

Title:
  Can not specify different DNSBLs for IPv4/IPv6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/953876/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 932960] Re: gwibber-service crashed with AttributeError in /usr/share/gwibber/plugins/sina/__init__.py: 'module' object has no attribute 'logger'

2012-02-15 Thread Swen Kühnlein
*** This bug is a duplicate of bug 932544 ***
https://bugs.launchpad.net/bugs/932544

** Attachment removed: "gwibber.log.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/932960/+attachment/2742971/+files/gwibber.log.txt

** Also affects: gwibber-service-sina
   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/932960

Title:
  gwibber-service crashed with AttributeError in
  /usr/share/gwibber/plugins/sina/__init__.py: 'module' object has no
  attribute 'logger'

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber-service-sina/+bug/932960/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 934834] Re: oneconf-service crashed with ImportError in /usr/lib/python2.7/dist-packages/oneconf/packagesethandler.py: No module named distributor

2012-02-18 Thread Swen Kühnlein
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/934834

Title:
  oneconf-service crashed with ImportError in /usr/lib/python2.7/dist-
  packages/oneconf/packagesethandler.py: No module named distributor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oneconf/+bug/934834/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 978993] Re: boinc crashed with SIGSEGV in __strcat_chk()

2012-04-11 Thread Swen Kühnlein
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/978993

Title:
  boinc crashed with SIGSEGV in __strcat_chk()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/978993/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 921430] Re: Package libqwt-dev wants to upgrade every time

2012-04-11 Thread Swen Kühnlein
** Also affects: qwt (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631816
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921430

Title:
  Package libqwt-dev wants to upgrade every time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qwt/+bug/921430/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 963536] Re: package gpsmanshp 1.2.1-1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 127 zurück

2012-03-23 Thread Swen Kühnlein
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/963536

Title:
  package gpsmanshp 1.2.1-1 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 127 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpsmanshp/+bug/963536/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 963536] [NEW] package gpsmanshp 1.2.1-1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 127 zurück

2012-03-23 Thread Swen Kühnlein
Public bug reported:

Cannot install: /var/lib/dpkg/info/gpsmanshp.postinst: 7:
/var/lib/dpkg/info/gpsmanshp.postinst: tclsh8.4: not found

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: gpsmanshp 1.2.1-1
ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
Uname: Linux 3.2.0-20-generic i686
ApportVersion: 1.95-0ubuntu1
AptOrdering: gpsmanshp: Configure
Architecture: i386
Date: Fri Mar 23 23:45:33 2012
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 127 zurück
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
SourcePackage: gpsmanshp
Title: package gpsmanshp 1.2.1-1 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 127 zurück
UpgradeStatus: Upgraded to precise on 2012-02-14 (38 days ago)

** Affects: gpsmanshp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/963536

Title:
  package gpsmanshp 1.2.1-1 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 127 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpsmanshp/+bug/963536/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 963536] Re: package gpsmanshp 1.2.1-1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 127 zurück

2012-03-23 Thread Swen Kühnlein
After installing the missing dependency tcl8.4, the following warning is 
displayed:
warning: error while loading gpsmanshp.so: couldn't load file "./gpsmanshp.so": 
./gpsmanshp.so: undefined symbol: DBFClose

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/963536

Title:
  package gpsmanshp 1.2.1-1 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 127 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpsmanshp/+bug/963536/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 831768] Re: aptitude cannot handle conflicts with multiarch enabled

2012-03-02 Thread Swen Kühnlein
** Bug watch added: Debian Bug tracker #659079
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659079

** Also affects: aptitude (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659079
   Importance: Unknown
   Status: Unknown

** Bug watch added: Debian Bug tracker #661744
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661744

** Changed in: aptitude
 Remote watch: Debian Bug tracker #651748 => Debian Bug tracker #661744

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/831768

Title:
  aptitude cannot handle conflicts with multiarch enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptitude/+bug/831768/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 947211] Re: bzr crashed with DBusException in __new__(): org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11

2012-03-05 Thread Swen Kühnlein
The exception should be catched and a meaningful error message
displayed.

** Description changed:

- Just happened out of nowhere
+ Started bzr dbus-broadcast via ssh
  
  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: bzr 2.5.0-1ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: openafs fglrx
  ApportVersion: 1.94-0ubuntu1
  Architecture: amd64
  BzrDebugFlags: set()
  BzrVersion: 2.5.0
  CommandLine: ['/usr/bin/bzr', 'dbus-broadcast']
  CrashDb: bzr
  Date: Mon Mar  5 06:27:38 2012
  ExecutablePath: /usr/bin/bzr
  FileSystemEncoding: UTF-8
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110901)
  InterpreterPath: /usr/bin/python2.7
  Locale: de_DE.UTF-8
  PackageArchitecture: all
  Platform: Linux-3.2.0-17-generic-x86_64-with-Ubuntu-12.04-precise
  ProcCmdline: /usr/bin/python /usr/bin/bzr dbus-broadcast
  PythonVersion: 2.7.2
  SourcePackage: bzr
  Title: bzr crashed with DBusException in __new__(): 
org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon 
without a $DISPLAY for X11
  UpgradeStatus: Upgraded to precise on 2012-02-27 (7 days ago)
  UserEncoding: utf-8
  UserGroups: adm admin cdrom debian-tor dialout fuse libvirtd lpadmin plugdev 
sambashare vboxusers wireshark

** Also affects: bzr
   Importance: Undecided
   Status: New

** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/947211

Title:
  bzr crashed with DBusException in __new__():
  org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-
  daemon without a $DISPLAY for X11

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr/+bug/947211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 947340] Re: X-Server crashes when displaying video

2012-03-05 Thread Swen Kühnlein
*** This bug is a duplicate of bug 921384 ***
https://bugs.launchpad.net/bugs/921384


** Also affects: fglrx-installer (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- X-Server crashes when displaying video
+ X-Server crashes when displaying video with fglrx driver

** This bug has been marked a duplicate of bug 921384
   [MASTER] Xorg crashes when trying to play a video with XV under xserver 1.11 
- xs111LookupPrivate

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/947340

Title:
  X-Server crashes when displaying video with fglrx driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/947340/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 947340] [NEW] X-Server crashes when displaying video with fglrx driver

2012-03-05 Thread Swen Kühnlein
*** This bug is a duplicate of bug 921384 ***
https://bugs.launchpad.net/bugs/921384

Public bug reported:

When launching vlc, mplayer or totem to show a video, the X-Server
crashes.

Log file:

[  6644.835] 
Backtrace:
[  6644.856] 0: /usr/bin/X (xorg_backtrace+0x26) [0x7ff8489f22f6]
[  6644.856] 1: /usr/bin/X (0x7ff84886a000+0x18c19a) [0x7ff8489f619a]
[  6644.856] 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7ff847b9+0xfcb0) 
[0x7ff847b9fcb0]
[  6644.857] 3: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (xs111LookupPrivate+0x22) [0x7ff844827c72]
[  6644.857] 4: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (xclLookupPrivate+0xd) [0x7ff8441fa75d]
[  6644.857] 5: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/amdxmm.so
 (X740XvPutImage+0x12e) [0x7ff8411a98de]
[  6644.857] 6: /usr/bin/X (0x7ff84886a000+0xa6bfe) [0x7ff848910bfe]
[  6644.857] 7: /usr/lib/xorg/modules/extensions/libextmod.so 
(0x7ff84590d000+0xecb2) [0x7ff84591bcb2]
[  6644.857] 8: /usr/bin/X (0x7ff84886a000+0x4e721) [0x7ff8488b8721]
[  6644.857] 9: /usr/bin/X (0x7ff84886a000+0x3d64a) [0x7ff8488a764a]
[  6644.857] 10: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xed) 
[0x7ff846a2776d]
[  6644.857] 11: /usr/bin/X (0x7ff84886a000+0x3d93d) [0x7ff8488a793d]
[  6644.857] Segmentation fault at address 0x20
[  6644.857] 
Caught signal 11 (Segmentation fault). Server aborting
[  6644.857] 
Please consult the The X.Org Foundation support 
 at http://wiki.x.org
 for help. 
[  6644.857] Please also check the log file at "/var/log/Xorg.0.log" for 
additional information.
[  6644.857] 
[  6644.892] (II) evdev: Power Button: Close
[  6644.892] (II) UnloadModule: "evdev"
[  6644.892] (II) Unloading evdev
[  6644.928] (II) evdev: Power Button: Close
[  6644.928] (II) UnloadModule: "evdev"
[  6644.928] (II) Unloading evdev
[  6644.960] (II) evdev: HID 046a:0004: Close
[  6644.960] (II) UnloadModule: "evdev"
[  6644.960] (II) Unloading evdev
[  6644.996] (II) evdev: HID 046a:0004: Close
[  6644.996] (II) UnloadModule: "evdev"
[  6644.996] (II) Unloading evdev
[  6645.028] (II) evdev: Logitech USB Receiver: Close
[  6645.028] (II) UnloadModule: "evdev"
[  6645.028] (II) Unloading evdev
[  6645.056] (II) evdev: Logitech MX900 Mouse: Close
[  6645.056] (II) UnloadModule: "evdev"
[  6645.056] (II) Unloading evdev
[  6645.057] (II) AIGLX: Suspending AIGLX clients for VT switch
[  6645.058] (II) fglrx(0): Backup framebuffer data.
[  6645.234] (II) fglrx(0): Backup complete.
[  6645.744]  ddxSigGiveUp: Closing log
[  6645.744] Server terminated with error (1). Closing log file.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xserver-xorg 1:7.6+10ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
NonfreeKernelModules: openafs fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 1.94-0ubuntu1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Mon Mar  5 19:04:02 2012
DistUpgraded: Log time: 2012-02-15 05:59:50.201923
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus:
 fglrx, 8.911, 3.2.0-18-generic, x86_64: installed
 openafs, 1.6.1pre1, 3.2.0-18-generic, x86_64: installed
 vboxhost, 4.1.8, 3.2.0-18-generic, x86_64: installed
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI Juniper XT [AMD Radeon HD 6000 Series] 
[1002:68ba] (prog-if 00 [VGA controller])
   Subsystem: Hightech Information System Ltd. Device [1787:200a]
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110901)
JockeyStatus:
 xorg:fglrx_updates - ATI/AMDs proprietärer FGRLX-Grafiktreiber (Nachträgliche 
Aktualisierungen) (Proprietär, Deaktiviert, Nicht benutzt)
 xorg:fglrx - ATI/AMD: proprietärer FGLRX-Grafiktreiber (Proprietär, Aktiviert, 
In Benutzung)
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=de:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-18-generic 
root=UUID=1f03f857-a15e-49ab-81cc-a43896bf8b05 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to precise on 2012-02-27 (7 days ago)
dmi.bios.date: 07/08/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2001
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M4A88TD-V EVO/USB3
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2001:bd07/08/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A88TD-VEVO/USB3:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi

[Bug 944650] Re: Playing video in any media player causes X to crash

2012-03-05 Thread Swen Kühnlein
*** This bug is a duplicate of bug 921384 ***
https://bugs.launchpad.net/bugs/921384

** This bug has been marked a duplicate of bug 921384
   [MASTER] Xorg crashes when trying to play a video with XV under xserver 1.11 
- xs111LookupPrivate

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/944650

Title:
  Playing video in any media player causes X to crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/944650/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 946002] Re: gnome-session: Fatal IO error 11 when playing videos

2012-03-05 Thread Swen Kühnlein
*** This bug is a duplicate of bug 921384 ***
https://bugs.launchpad.net/bugs/921384

** This bug is no longer a duplicate of bug 937347
   X restarts when I try to play videos
** This bug has been marked a duplicate of bug 921384
   [MASTER] Xorg crashes when trying to play a video with XV under xserver 1.11 
- xs111LookupPrivate

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/946002

Title:
  gnome-session: Fatal IO error 11 when playing videos

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/946002/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 937347] Re: X restarts when I try to play videos

2012-03-05 Thread Swen Kühnlein
*** This bug is a duplicate of bug 921384 ***
https://bugs.launchpad.net/bugs/921384

** This bug has been marked a duplicate of bug 921384
   [MASTER] Xorg crashes when trying to play a video with XV under xserver 1.11 
- xs111LookupPrivate

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/937347

Title:
  X restarts when I try to play videos

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/937347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1392198] Re: unity-control center does not start after upgrade to unicorn

2014-12-24 Thread Swen Thümmler
/var/log/Xorg.0.log shows the following error when trying to start the
unity-control-center:

[ 70748.746] (EE) intel(0): intel_set_pixmap_bo: size of buffer object
does not match constraints: size=4096, must be greater than 8192, but
less than 67108864

My graphics controller is:
[22.724] (--) intel(0): Integrated Graphics Chipset: Intel(R) GM45

Perhaps this helps hunting down this error.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1392198

Title:
  unity-control center does not start after upgrade to unicorn

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1392198/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1313891] Re: videos on facebook refuse to play: Flash plugin too old

2014-04-29 Thread Swen Thümmler
The new version fixes a critical security issue, see 
http://helpx.adobe.com/security/products/flash-player/apsb14-13.html
Please update.

--Swen

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1313891

Title:
  videos on facebook refuse to play: Flash plugin too old

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1313891/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1313891] Re: videos on facebook refuse to play: Flash plugin too old

2014-04-29 Thread Swen Thümmler
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-0515

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1313891

Title:
  videos on facebook refuse to play: Flash plugin too old

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1313891/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1252245] [NEW] Version 3.0+ available upstream

2013-11-18 Thread Swen Kühnlein
Public bug reported:

Upstream has made version 3.0 available, which however has an
incompatible API.

See http://simpy.readthedocs.org/en/latest/about/history.html

** Affects: python-simpy (Ubuntu)
 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/1252245

Title:
  Version 3.0+ available upstream

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-simpy/+bug/1252245/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1252245] Re: Version 3.0+ available upstream

2013-11-18 Thread Swen Kühnlein
** Bug watch added: Debian Bug tracker #729866
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729866

** Also affects: python-simpy (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729866
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1252245

Title:
  Version 3.0+ available upstream

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-simpy/+bug/1252245/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 869186] Re: software-center crashed with UnicodeDecodeError in _render_status_text(): 'ascii' codec can't decode byte 0xc3 in position 34: ordinal not in range(128)

2011-10-06 Thread Swen Kühnlein
*** This bug is a duplicate of bug 862029 ***
https://bugs.launchpad.net/bugs/862029


** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/869186

Title:
  software-center crashed with UnicodeDecodeError in
  _render_status_text(): 'ascii' codec can't decode byte 0xc3 in
  position 34: ordinal not in range(128)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/869186/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 869740] Re: compiz crashed with SIGSEGV in gdk_display_get_event()

2011-10-06 Thread Swen Kühnlein
*** This bug is a duplicate of bug 838407 ***
https://bugs.launchpad.net/bugs/838407


** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/869740

Title:
  compiz crashed with SIGSEGV in gdk_display_get_event()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/869740/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 869766] Re: empathy crashed with signal 5 in g_main_context_new()

2011-10-07 Thread Swen Kühnlein
** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/869766/+attachment/2521498/+files/CoreDump.gz

** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/869766

Title:
  empathy crashed with signal 5 in g_main_context_new()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/869766/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1058538] Re: Unreliable Google Talk authentication

2012-10-15 Thread Swen Kühnlein
With the current version everything seems to work just fine.

** Changed in: account-plugins (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: empathy (Ubuntu)
   Status: Incomplete => Fix Released

** Changed in: telepathy-gabble (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1058538

Title:
  Unreliable Google Talk authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1058538/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1022198] Re: Upgrade to 5.0.0ubuntu20.10.04.6 fails due to date command

2012-10-23 Thread Swen Kühnlein
Unfortunately I can not test this because the machine in question is
(now) running precise and in "production" use.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1022198

Title:
  Upgrade to 5.0.0ubuntu20.10.04.6 fails due to date command

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/1022198/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1052349] [NEW] uprade failed due to SyntaxError in /usr/lib/python3/dist-packages/examples/magFocusTracker.py

2012-09-18 Thread Swen Kühnlein
*** This bug is a duplicate of bug 1052337 ***
https://bugs.launchpad.net/bugs/1052337

Public bug reported:

Upgrade to current version failed:

Setting up python3-pyatspi2 (2.5.92+dfsg-0ubuntu1) ...
  File "/usr/lib/python3/dist-packages/examples/magFocusTracker.py", line 285
print 'Magnification service not available. Exiting.'
^
SyntaxError: invalid syntax

dpkg: error processing python3-pyatspi2 (--configure):
 subprocess installed post-installation script returned error exit status 1

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: python3-pyatspi2 2.5.92+dfsg-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-14.19-generic 3.5.3
Uname: Linux 3.5.0-14-generic x86_64
ApportVersion: 2.5.2-0ubuntu1
Architecture: amd64
Date: Tue Sep 18 09:43:12 2012
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110901)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=de_DE:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: pyatspi
UpgradeStatus: Upgraded to quantal on 2012-09-07 (10 days ago)

** Affects: pyatspi (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug quantal running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1052349

Title:
  uprade failed due to SyntaxError in /usr/lib/python3/dist-
  packages/examples/magFocusTracker.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyatspi/+bug/1052349/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1052349] Re: uprade failed due to SyntaxError in /usr/lib/python3/dist-packages/examples/magFocusTracker.py

2012-09-18 Thread Swen Kühnlein
*** This bug is a duplicate of bug 1052337 ***
https://bugs.launchpad.net/bugs/1052337


** This bug has been marked a duplicate of bug 1052337
   package python3-pyatspi2 2.5.92+dfsg-0ubuntu1 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1052349

Title:
  uprade failed due to SyntaxError in /usr/lib/python3/dist-
  packages/examples/magFocusTracker.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyatspi/+bug/1052349/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1052337] Re: package python3-pyatspi2 2.5.92+dfsg-0ubuntu1 failed to install/upgrade: Syntax error in "/usr/lib/python3/dist-packages/examples/magFocusTracker.py" (print command instead of functi

2012-09-18 Thread Swen Kühnlein
** Summary changed:

- package python3-pyatspi2 2.5.92+dfsg-0ubuntu1 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 1
+ package python3-pyatspi2 2.5.92+dfsg-0ubuntu1 failed to install/upgrade: 
Syntax error in "/usr/lib/python3/dist-packages/examples/magFocusTracker.py" 
(print command instead of function)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1052337

Title:
  package python3-pyatspi2 2.5.92+dfsg-0ubuntu1 failed to
  install/upgrade: Syntax error in "/usr/lib/python3/dist-
  packages/examples/magFocusTracker.py" (print command instead of
  function)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyatspi/+bug/1052337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1052349] Re: upgrade failed due to SyntaxError in /usr/lib/python3/dist-packages/examples/magFocusTracker.py

2012-09-18 Thread Swen Kühnlein
*** This bug is a duplicate of bug 1052337 ***
https://bugs.launchpad.net/bugs/1052337

** Summary changed:

- uprade failed due to SyntaxError in 
/usr/lib/python3/dist-packages/examples/magFocusTracker.py
+ upgrade failed due to SyntaxError in 
/usr/lib/python3/dist-packages/examples/magFocusTracker.py

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1052349

Title:
  upgrade failed due to SyntaxError in /usr/lib/python3/dist-
  packages/examples/magFocusTracker.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyatspi/+bug/1052349/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1059544] Re: gst_pipeline_test crashed with gi._glib.GError in function(): Kein Element »alsasrc«

2012-10-01 Thread Swen Kühnlein
$ LANG=en_US /usr/share/checkbox/scripts/alsa_record_playback
/usr/share/checkbox/scripts/alsa_record_playback: 4: 
/usr/share/checkbox/scripts/alsa_record_playback: gst_pipeline_test: not found
/tmp/tmp.H7asQKjGjV/test.wav: No such file or directory
rm: cannot remove `/tmp/tmp.H7asQKjGjV/test.wav': No such file or directory

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059544

Title:
  gst_pipeline_test crashed with gi._glib.GError in function(): Kein
  Element »alsasrc«

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/1059544/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1059544] Re: gst_pipeline_test crashed with gi._glib.GError in function(): Kein Element »alsasrc«

2012-10-02 Thread Swen Kühnlein
$ PATH=$PATH:/usr/share/checkbox/scripts 
/usr/share/checkbox/scripts/alsa_record_playback
Traceback (most recent call last):
  File "/usr/share/checkbox/scripts/gst_pipeline_test", line 59, in 
sys.exit(main())
  File "/usr/share/checkbox/scripts/gst_pipeline_test", line 42, in main
element = Gst.parse_launch(args.PIPELINE)
  File "/usr/lib/python3/dist-packages/gi/types.py", line 47, in function
return info.invoke(*args, **kwargs)
gi._glib.GError: Kein Element »alsasrc«
/tmp/tmp.PHmyhpUST3/test.wav: Datei oder Verzeichnis nicht gefunden
rm: Entfernen von »/tmp/tmp.PHmyhpUST3/test.wav“ nicht möglich: Datei oder 
Verzeichnis nicht gefunden

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059544

Title:
  gst_pipeline_test crashed with gi._glib.GError in function(): Kein
  Element »alsasrc«

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/1059544/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1058538] Re: Unreliable Google Talk authentication

2012-10-04 Thread Swen Kühnlein
Yes, both my Google Apps and my normal Google account still have
problems connecting.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1058538

Title:
  Unreliable Google Talk authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1058538/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1062063] Re: apport-gtk assert failure: python3: ../../src/xcb_io.c:273: poll_for_event: Zusicherung !xcb_xlib_threads_sequence_lost nicht erfllt.

2012-10-05 Thread Swen Kühnlein
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1062063

Title:
  apport-gtk assert failure: python3: ../../src/xcb_io.c:273:
  poll_for_event: Zusicherung !xcb_xlib_threads_sequence_lost nicht
  erfllt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1062063/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1058538] [NEW] Unreliable Google Talk authentication

2012-09-29 Thread Swen Kühnlein
Public bug reported:

Empathy has problems connecting/authenticating to my Google Apps for
Business account. I usually need to retry several times until a
connection is established. Most of the time Empathy displays a
connection error message, sometimes it says that the online account
needs reauthentication, although in the accounts control center
everything is all right and after disabling an reenabling the account
Empathy will eventually connect after several retries.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: empathy 3.6.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-16.25-generic 3.5.4
Uname: Linux 3.5.0-16-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.5.3-0ubuntu1
Architecture: amd64
Date: Sat Sep 29 11:37:52 2012
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110901)
ProcEnviron:
 LANGUAGE=de_DE:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: empathy
UpgradeStatus: Upgraded to quantal on 2012-09-07 (21 days ago)

** Affects: account-plugins (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: empathy (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug package-from-proposed quantal running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1058538

Title:
  Unreliable Google Talk authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1058538/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1058538] Re: Unreliable Google Talk authentication

2012-09-29 Thread Swen Kühnlein
** Also affects: account-plugins (Ubuntu)
   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/1058538

Title:
  Unreliable Google Talk authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1058538/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1058538] Re: Unreliable Google Talk authentication

2012-09-29 Thread Swen Kühnlein
This doesn't seem to affect only GApps accounts: I just added a normal
Google account and there are authentication problems too.

** Also affects: telepathy-gabble (Ubuntu)
   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/1058538

Title:
  Unreliable Google Talk authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1058538/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1058538] Re: Unreliable Google Talk authentication

2012-09-29 Thread Swen Kühnlein
The connection to the Google Talk server is established using IPv6 via a
SixXS tunnel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1058538

Title:
  Unreliable Google Talk authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1058538/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1058538] Re: Unreliable Google Talk authentication

2012-09-29 Thread Swen Kühnlein
The problem doesn't improve when disabling IPv6

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1058538

Title:
  Unreliable Google Talk authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1058538/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1059544] Re: gst_pipeline_test crashed with gi._glib.GError in function(): Kein Element »alsasrc«

2012-10-01 Thread Swen Kühnlein
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059544

Title:
  gst_pipeline_test crashed with gi._glib.GError in function(): Kein
  Element »alsasrc«

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/1059544/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 771333] Re: kernel hangs during boot without nolapic

2012-07-30 Thread Swen Kühnlein
I personally always use the newest Ubuntu (Beta) release with the newest
proposed kernel, so this doesn't affect me. If there had  been other
users stating they are affected, I would have done some further
investigation. As this isn't the case I'm marking this bug as Invalid
now. If someone finds a duplicate, feel free to mark it so; I might then
look further into this, if my time permits.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771333

Title:
  kernel hangs during boot without nolapic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/771333/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033004] [NEW] package indicator-weather 11.11.28-0ubuntu1.1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2012-08-04 Thread Swen Kühnlein
Public bug reported:

Happened during apt-get upgrade.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: indicator-weather 11.11.28-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic x86_64
NonfreeKernelModules: openafs fglrx
ApportVersion: 2.0.1-0ubuntu12
AptOrdering: indicator-weather: Configure
Architecture: amd64
Date: Sat Aug  4 16:32:52 2012
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110901)
PackageArchitecture: all
SourcePackage: indicator-weather
Title: package indicator-weather 11.11.28-0ubuntu1.1 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
UpgradeStatus: Upgraded to precise on 2012-02-15 (170 days ago)

** Affects: indicator-weather (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033004

Title:
  package indicator-weather 11.11.28-0ubuntu1.1 failed to
  install/upgrade: Unterprozess installiertes post-installation-Skript
  gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/1033004/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1033004] Re: package indicator-weather 11.11.28-0ubuntu1.1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2012-08-04 Thread Swen Kühnlein
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033004

Title:
  package indicator-weather 11.11.28-0ubuntu1.1 failed to
  install/upgrade: Unterprozess installiertes post-installation-Skript
  gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/1033004/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 771333] Re: kernel hangs during boot without nolapic

2012-07-29 Thread Swen Kühnlein
This does not happen with current linux-image 3.2.0-27.43 and hasn't for
a while now with recent kernel versions. I assume it would not be very
useful to test which older kernel versions may be affected by this; I
guess this would be 2.6.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771333

Title:
  kernel hangs during boot without nolapic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/771333/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1047771] [NEW] BadRequest (invalid request code or no such operation)

2012-09-08 Thread Swen Kühnlein
Public bug reported:

$ gnome-control-center

(gnome-control-center:8184): Gdk-ERROR **: The program 'gnome-control-center' 
received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadRequest (invalid request code or no such operation)'.
  (Details: serial 147 error_code 1 request_code 153 minor_code 19)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: gnome-control-center 1:3.4.2-0ubuntu14
ProcVersionSignature: Ubuntu 3.5.0-14.15-generic 3.5.3
Uname: Linux 3.5.0-14-generic x86_64
ApportVersion: 2.5.1-0ubuntu7
Architecture: amd64
Date: Sat Sep  8 11:32:39 2012
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110901)
ProcEnviron:
 LANGUAGE=de_DE:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: Upgraded to quantal on 2012-09-07 (0 days ago)
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu3
 deja-dup23.90-0ubuntu1
 gnome-control-center-signon 0.0.14-0ubuntu1
 indicator-datetime  12.10.0-0ubuntu1

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1047771

Title:
  BadRequest (invalid request code or no such operation)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1047771/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1047771] Re: BadRequest (invalid request code or no such operation)

2012-09-08 Thread Swen Kühnlein
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1047771

Title:
  BadRequest (invalid request code or no such operation)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1047771/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1047726] Re: apport-gtk crashed with SIGABRT in __assert_fail_base()

2012-09-08 Thread Swen Kühnlein
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1047726

Title:
  apport-gtk crashed with SIGABRT in __assert_fail_base()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1047726/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 858809] Re: Processing triggers for python-support: "Compiling /usr/lib/pymodules/python2.7/config_manager/implementations/svn_vcs.py" fails.

2012-01-25 Thread Swen Kühnlein
*** This bug is a duplicate of bug 453349 ***
https://bugs.launchpad.net/bugs/453349

** This bug has been marked a duplicate of bug 453349
   (Triggered) Compile of svn_vcs.py in python-support fails during upgrades.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/858809

Title:
  Processing triggers for python-support: "Compiling
  /usr/lib/pymodules/python2.7/config_manager/implementations/svn_vcs.py"
  fails.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-support/+bug/858809/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1162962] [NEW] [SAMSUNG ELECTRONICS CO., LTD. NC10] suspend/resume failure

2013-04-01 Thread Swen Kühnlein
Public bug reported:

n/t

ProblemType: KernelOops
DistroRelease: Ubuntu 13.04
Package: linux-image-3.8.0-15-generic 3.8.0-15.25
ProcVersionSignature: Ubuntu 3.8.0-15.25-generic 3.8.4
Uname: Linux 3.8.0-15-generic i686
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.9.2-0ubuntu5
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  swen   2564 F pulseaudio
 /dev/snd/seq:timidity   2072 F timidity
CRDA:
 country BE:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 20)
(5250 - 5330 @ 40), (N/A, 20), DFS
(5490 - 5710 @ 40), (N/A, 27), DFS
Date: Mon Apr  1 19:43:20 2013
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=9465dc9f-3b18-4beb-b9f5-a765607a6ae2
InstallationDate: Installed on 2013-02-20 (40 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2)
InterpreterPath: /usr/bin/python3.3
MachineType: SAMSUNG ELECTRONICS CO., LTD. NC10
MarkForUpload: True
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-15-generic 
root=UUID=98f79c23-3c98-4f02-8f57-b498a00086b3 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.8.0-15-generic N/A
 linux-backports-modules-3.8.0-15-generic  N/A
 linux-firmware1.104
SourcePackage: linux
Title: [SAMSUNG ELECTRONICS CO., LTD. NC10] suspend/resume failure
UpgradeStatus: Upgraded to raring on 2013-03-02 (30 days ago)
UserGroups:
 
dmi.bios.date: 09/08/2009
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: 11CA.M015.20090908.RHU
dmi.board.name: NC10
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr11CA.M015.20090908.RHU:bd09/08/2009:svnSAMSUNGELECTRONICSCO.,LTD.:pnNC10:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNC10:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
dmi.product.name: NC10
dmi.product.version: Not Applicable
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-kerneloops i386 raring resume suspend

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1162962

Title:
  [SAMSUNG ELECTRONICS CO., LTD. NC10] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1162962/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 848332] Re: nm-connection-editor crashed with SIGSEGV in g_slist_length()

2013-03-25 Thread Swen Kühnlein
Happened in raring while editing an EAP-WLAN connection

** Tags added: raring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848332

Title:
  nm-connection-editor crashed with SIGSEGV in g_slist_length()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/848332/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1159411] Re: gnome-control-center crashed with SIGSEGV in empathy_account_widget_apply_and_log_in()

2013-03-28 Thread Swen Kühnlein
Also happens with AIM.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1159411

Title:
  gnome-control-center crashed with SIGSEGV in
  empathy_account_widget_apply_and_log_in()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1159411/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1161794] [NEW] CVE-2013-2266: A Maliciously Crafted Regular Expression Can Cause Memory Exhaustion in named

2013-03-29 Thread Swen Kühnlein
*** This bug is a security vulnerability ***

Public security bug reported:

See https://kb.isc.org/article/AA-00871

** Affects: bind9 (Ubuntu)
 Importance: Undecided
 Status: New

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-2266

** Information type changed from Private Security to Public Security

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1161794

Title:
  CVE-2013-2266: A Maliciously Crafted Regular Expression Can Cause
  Memory Exhaustion in named

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1161794/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1161794] Re: CVE-2013-2266: A Maliciously Crafted Regular Expression Can Cause Memory Exhaustion in named

2013-03-29 Thread Swen Kühnlein
** Tags added: lucid oneiric precise quantal raring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1161794

Title:
  CVE-2013-2266: A Maliciously Crafted Regular Expression Can Cause
  Memory Exhaustion in named

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1161794/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1178276] [NEW] Crash when trying to use ubiquity to install Ubuntu to an USB stick

2013-05-09 Thread Swen Kühnlein
Public bug reported:

Tried to install Ubuntu to an USB stick from a running Ubuntu
installation.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: ubiquity 2.14.8
ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
Uname: Linux 3.8.0-19-generic i686
ApportVersion: 2.9.2-0ubuntu8
Architecture: i386
Date: Thu May  9 15:56:12 2013
EcryptfsInUse: Yes
InstallCmdLine: noprompt cdrom-detect/try-usb=true persistent 
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- maybe-ubiquity
InstallationDate: Installed on 2013-05-08 (1 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 raring ubiquity-2.14.6

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1178276

Title:
  Crash when trying to use ubiquity to install Ubuntu to an USB stick

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1178276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1075455] Re: SA-CORE-2012-003 - Drupal core - Arbitrary PHP code execution and Information disclosure

2012-11-06 Thread Swen Kühnlein
** Bug watch added: Debian Bug tracker #690817
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690817

** Also affects: drupal7 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690817
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1075455

Title:
  SA-CORE-2012-003 - Drupal core - Arbitrary PHP code execution and
  Information disclosure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drupal7/+bug/1075455/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1075455] [NEW] SA-CORE-2012-003 - Drupal core - Arbitrary PHP code execution and Information disclosure

2012-11-06 Thread Swen Kühnlein
*** This bug is a security vulnerability ***

Public security bug reported:

According to http://drupal.org/node/1815912 all versions of drupal 7.x <
7.16 have an arbitrary PHP code execution vulnerability.

** Affects: drupal7 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: drupal7 (Debian)
 Importance: Unknown
 Status: Unknown

** Information type changed from Private Security to Public Security

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1075455

Title:
  SA-CORE-2012-003 - Drupal core - Arbitrary PHP code execution and
  Information disclosure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drupal7/+bug/1075455/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1075466] [NEW] SA-CORE-2012-001 - Drupal core multiple vulnerabilities

2012-11-06 Thread Swen Kühnlein
*** This bug is a security vulnerability ***

Public security bug reported:

According to http://drupal.org/node/1425084 versions of Drupal 6.x <
6.23 contain a Cross Site Request Forgery vulnerability.

** Affects: drupal6 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: drupal6 (Debian)
 Importance: Unknown
 Status: Unknown

** Information type changed from Private Security to Public Security

** Bug watch added: Debian Bug tracker #658738
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658738

** Also affects: drupal6 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658738
   Importance: Unknown
   Status: Unknown

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-0826

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1075466

Title:
  SA-CORE-2012-001 - Drupal core multiple vulnerabilities

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drupal6/+bug/1075466/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1022198] [NEW] Upgrade to 5.0.0ubuntu20.10.04.6 fails due to date command

2012-07-07 Thread Swen Kühnlein
Public bug reported:

On my (virtual) machine it is not allowed to change the date, so the
upgrade fails:

Richte base-files ein (5.0.0ubuntu20.10.04.6) ...
date: cannot set date: Operation not permitted
So 8. Jul 04:38:07 UTC 2012
dpkg: Fehler beim Bearbeiten von base-files (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
Fehler traten auf beim Bearbeiten von:
 base-files
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: base-files 5.0.0ubuntu20.10.04.6
Uname: Linux 2.6.18-028stab091.2 i686
Architecture: i386
Date: Sun Jul  8 06:35:20 2012
SourcePackage: base-files

** Affects: base-files (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1022198

Title:
  Upgrade to 5.0.0ubuntu20.10.04.6 fails due to date command

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/1022198/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1022198] Re: Upgrade to 5.0.0ubuntu20.10.04.6 fails due to date command

2012-07-07 Thread Swen Kühnlein
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1022198

Title:
  Upgrade to 5.0.0ubuntu20.10.04.6 fails due to date command

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/1022198/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 964798] [NEW] release upgrade failed

2012-03-25 Thread Swen Kühnlein
Public bug reported:

Ran do-release-upgrade -d which failed with a python error of file not
found

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: update-manager-text 1:0.134.12.1
Uname: Linux 2.6.18-028stab094.3 x86_64
Architecture: amd64
Date: Sun Mar 25 23:25:23 2012
PackageArchitecture: all
ProcEnviron:
 LC_CTYPE=de_DE.UTF-8
 LC_COLLATE=de_DE.UTF-8
 LANG=de_DE.UTF-8
 LC_MESSAGES=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: update-manager
VarLogDistupgradeAptlog:
 Log time: 2012-03-25 23:20:34.672509
 Log time: 2012-03-25 23:20:35.437998
 Log time: 2012-03-25 23:20:48.626446
VarLogDistupgradeMainlog:

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade lucid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/964798

Title:
  release upgrade failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/964798/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 964798] Re: release upgrade failed

2012-03-25 Thread Swen Kühnlein
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/964798

Title:
  release upgrade failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/964798/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 964812] [NEW] release upgrade failed because of missing essential package ubuntu-minimal

2012-03-25 Thread Swen Kühnlein
Public bug reported:

While trying to do a upgrade to precise on a remote server, the upgrade process 
failed with
"After your package information was updated the essential package 
'ubuntu-minimal' can not be found anymore so a bug reporting process 
is being started. "

Additionally the screen process was terminated before I was able to
report the bug via the automatically launched apport command.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: update-manager (not installed)
Uname: Linux 2.6.18-028stab094.3 x86_64
Architecture: amd64
Date: Sun Mar 25 23:31:26 2012
ProcEnviron:
 LC_CTYPE=de_DE.UTF-8
 LC_COLLATE=de_DE.UTF-8
 LANG=de_DE.UTF-8
 LC_MESSAGES=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: update-manager
VarLogDistupgradeAptlog:
 Log time: 2012-03-25 23:30:19.997312
 Log time: 2012-03-25 23:30:20.753861
 Log time: 2012-03-25 23:30:33.805762
 Log time: 2012-03-25 23:30:39.923369
VarLogDistupgradeMainlog:

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade lucid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/964812

Title:
  release upgrade failed because of missing essential package ubuntu-
  minimal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/964812/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 964812] Re: release upgrade failed because of missing essential package ubuntu-minimal

2012-03-25 Thread Swen Kühnlein
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/964812

Title:
  release upgrade failed because of missing essential package ubuntu-
  minimal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/964812/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 964812] Re: release upgrade failed because of missing essential package ubuntu-minimal

2012-03-25 Thread Swen Kühnlein
** Changed in: update-manager (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/964812

Title:
  release upgrade failed because of missing essential package ubuntu-
  minimal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/964812/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 938983] Re: empathy crashed with SIGSEGV in g_type_interface_peek()

2012-02-22 Thread Swen Kühnlein
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/938983

Title:
  empathy crashed with SIGSEGV in g_type_interface_peek()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/938983/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 940685] Re: unity-gwibber-daemon crashed with SIGSEGV in node_get_pos()

2012-02-24 Thread Swen Kühnlein
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/940685

Title:
  unity-gwibber-daemon crashed with SIGSEGV in node_get_pos()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/940685/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 940933] [NEW] Purge fails: cp: cannot stat `/usr/share/sysvinit/inittab': No such file or directory

2012-02-25 Thread Swen Kühnlein
Public bug reported:

root@cassiopeia:~# LANG=C dpkg -l linux-container
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion Description
+++-===-===-==
pc  linux-container 1-4 Linux containers 
userspace tools (container support package)

root@cassiopeia:~# LANG=C apt-get remove --purge linux-container
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be REMOVED:
  linux-container*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? 
(Reading database ... 380186 files and directories currently installed.)
Removing linux-container ...
Purging configuration files for linux-container ...
cp: cannot stat `/usr/share/sysvinit/inittab': No such file or directory
dpkg: error processing linux-container (--purge):
 subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
 linux-container
E: Sub-process /usr/bin/dpkg returned an error code (1)

** Affects: linux-container (Ubuntu)
 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/940933

Title:
  Purge fails: cp: cannot stat `/usr/share/sysvinit/inittab': No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-container/+bug/940933/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 939829] Re: package linux-container (not installed) failed to install/upgrade: underprosessen installerte post-installation-skript returnerte feilstatus 2

2012-02-25 Thread Swen Kühnlein
Also got this while trying to install linux-container. Checked the box to 
configure lxc and used the default entries after that. Additionally the 
configuration dialog (at least in X) didn't have any descriptive text and thus 
was not very helpful.
When trying to purge 
https://bugs.launchpad.net/ubuntu/+source/linux-container/+bug/940933 happens.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/939829

Title:
  package linux-container (not installed) failed to install/upgrade:
  underprosessen installerte post-installation-skript returnerte
  feilstatus 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-container/+bug/939829/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 940945] Re: apport-gtk crashed with SIGABRT

2012-02-25 Thread Swen Kühnlein
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/940945

Title:
  apport-gtk crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/940945/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 940935] Re: apport-gtk crashed with SIGABRT

2012-02-25 Thread Swen Kühnlein
Gtk-WARNING **: GtkWindow 0x1ad91b0: widget tried to
gtk_widget_get_width inside  GtkWidget ::get_width implementation.
Should just invoke GTK_WIDGET_GET_CLASS(widget)->get_width directly
rather than using gtk_widget_get_width

Gtk-WARNING **: GtkBox 0x22ddc10: widget tried to gtk_widget_get_width
inside  GtkWidget ::get_width implementation. Should just invoke
GTK_WIDGET_GET_CLASS(widget)->get_width directly rather than using
gtk_widget_get_width

Gtk-WARNING **: GtkBox 0x22ddce0: widget tried to gtk_widget_get_width
inside  GtkWidget ::get_width implementation. Should just invoke
GTK_WIDGET_GET_CLASS(widget)->get_width directly rather than using
gtk_widget_get_width

Gtk-WARNING **: GtkImage 0x1b40ab0: widget tried to gtk_widget_get_width
inside  GtkWidget ::get_width implementation. Should just invoke
GTK_WIDGET_GET_CLASS(widget)->get_width directly rather than using
gtk_widget_get_width

Gtk-WARNING **: GtkBox 0x22dddb0: widget tried to gtk_widget_get_width
inside  GtkWidget ::get_width implementation. Should just invoke
GTK_WIDGET_GET_CLASS(widget)->get_width directly rather than using
gtk_widget_get_width

Gtk-WARNING **: GtkScrolledWindow 0x22e4300: widget tried to
gtk_widget_get_width inside  GtkWidget ::get_width implementation.
Should just invoke GTK_WIDGET_GET_CLASS(widget)->get_width directly
rather than using gtk_widget_get_width

Gtk-WARNING **: GtkViewport 0x23340c0: widget tried to
gtk_widget_get_width inside  GtkWidget ::get_width implementation.
Should just invoke GTK_WIDGET_GET_CLASS(widget)->get_width directly
rather than using gtk_widget_get_width

Gtk-WARNING **: GtkOverlay 0x22df300: widget tried to
gtk_widget_get_width inside  GtkWidget ::get_width implementation.
Should just invoke GTK_WIDGET_GET_CLASS(widget)->get_width directly
rather than using gtk_widget_get_width

Gtk-WARNING **: GtkTreeView 0x2300030: widget tried to
gtk_widget_get_width inside  GtkWidget ::get_width implementation.
Should just invoke GTK_WIDGET_GET_CLASS(widget)->get_width directly
rather than using gtk_widget_get_width

Gtk-WARNING **: GtkButton 0x22e1bc0: widget tried to
gtk_widget_get_height inside  GtkWidget ::get_height implementation.
Should just invoke GTK_WIDGET_GET_CLASS(widget)->get_height directly
rather than using gtk_widget_get_height

Gtk-WARNING **: GtkBox 0x22ef000: widget tried to gtk_widget_get_width
inside  GtkWidget ::get_width implementation. Should just invoke
GTK_WIDGET_GET_CLASS(widget)->get_width directly rather than using
gtk_widget_get_width

Gtk-WARNING **: GtkAlignment 0x22e4400: widget tried to
gtk_widget_get_width inside  GtkWidget ::get_width implementation.
Should just invoke GTK_WIDGET_GET_CLASS(widget)->get_width directly
rather than using gtk_widget_get_width

Gtk-WARNING **: GtkBox 0x22ef0d0: widget tried to gtk_widget_get_width
inside  GtkWidget ::get_width implementation. Should just invoke
GTK_WIDGET_GET_CLASS(widget)->get_width directly rather than using
gtk_widget_get_width

Gtk-WARNING **: GtkButton 0x22e1580: widget tried to
gtk_widget_get_width inside  GtkWidget ::get_width implementation.
Should just invoke GTK_WIDGET_GET_CLASS(widget)->get_width directly
rather than using gtk_widget_get_width

Gtk-CRITICAL **: _gtk_css_computed_values_get_value: assertion 
`GTK_IS_CSS_COMPUTED_VALUES (values)' failed
/usr/lib/python2.7/dist-packages/gi/types.py:43: Warning: g_value_copy: 
assertion `g_value_type_compatible (G_VALUE_TYPE (src_value), G_VALUE_TYPE 
(dest_value))' failed
  return info.invoke(*args, **kwargs)
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been 
called
[xcb] Aborting, sorry about that.
python: ../../src/xcb_io.c:178: dequeue_pending_request: Assertion 
`!xcb_xlib_unknown_req_in_deq' failed.
Aborted (core dumped)


** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/940935

Title:
  apport-gtk crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/940935/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 951328] Re: empathy crashed with signal 5 in g_wakeup_new()

2012-03-09 Thread Swen Kühnlein
** Visibility changed to: Public

** Attachment removed: "XsessionErrors.txt"
   
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/951328/+attachment/2843236/+files/XsessionErrors.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/951328

Title:
  empathy crashed with signal 5 in g_wakeup_new()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/951328/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 869766] Re: empathy crashed with signal 5 in g_main_context_new()

2012-03-09 Thread Swen Kühnlein
** Attachment removed: "XsessionErrors.txt"
   
https://bugs.launchpad.net/empathy/+bug/869766/+attachment/2521507/+files/XsessionErrors.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/869766

Title:
  empathy crashed with signal 5 in g_main_context_new()

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/869766/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 964812] Re: release upgrade failed because of missing essential package ubuntu-minimal

2012-03-29 Thread Swen Kühnlein
I believe this happened because the mirror used in sources.list does not
yet have precise, so I decided to not upgrade to precise until it's
there. The machine is a virtual server so I want to use their
repositories just in case there are some adapted packages.

OTOH there should probably be a more meaningful error message.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/964812

Title:
  release upgrade failed because of missing essential package ubuntu-
  minimal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/964812/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 964812] Re: release upgrade failed because of missing essential package ubuntu-minimal

2012-03-29 Thread Swen Kühnlein
If it would be helpful I can restart the upgrade any time, the server is
currently not used for anything important.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/964812

Title:
  release upgrade failed because of missing essential package ubuntu-
  minimal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/964812/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 964798] Re: release upgrade failed due to missing ubuntu-minimal

2012-03-29 Thread Swen Kühnlein
Oops, the description wasn't really good. Indeed this bug is about
expecting apport to be installed when it is not.

After manually installing apport, it reported that bug:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/964812

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/964798

Title:
  release upgrade failed due to missing ubuntu-minimal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/964798/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 964812] Re: release upgrade failed because of missing essential package ubuntu-minimal

2012-03-29 Thread Swen Kühnlein
The error seems to be that the mirror that is used for main, restricted
and universe gets deactivated:


$ cat /etc/apt/sources.list
# deb http://ubuntu.simplyroot.de/ubuntu precise main restricted universe # Bei 
Aktualisierung zu precise deaktiviert
# deb http://ubuntu.simplyroot.de/ubuntu lucid-updates main restricted universe 
# Bei Aktualisierung zu precise deaktiviert
# deb http://ubuntu.simplyroot.de/ubuntu lucid-security main restricted 
universe # Bei Aktualisierung zu precise deaktiviert

deb http://de2.archive.ubuntu.com/ubuntu precise multiverse
deb http://de2.archive.ubuntu.com/ubuntu precise-updates multiverse
deb http://de2.archive.ubuntu.com/ubuntu precise-security multiverse
deb http://de2.archive.ubuntu.com/ubuntu precise-backports main restricted 
universe multiverse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/964812

Title:
  release upgrade failed because of missing essential package ubuntu-
  minimal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/964812/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 968734] [NEW] package kate-syntax-go (not installed) failed to install/upgrade: »/usr/share/kde4/apps/katepart/syntax/go.xml« is already in kate-data 4:4.8.1-0ubuntu1

2012-03-29 Thread Swen Kühnlein
Public bug reported:

Could not install because /usr/share/kde4/apps/katepart/syntax/go.xml is
already in kate-data 4:4.8.1-0ubuntu1

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: kate-syntax-go (not installed)
ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
NonfreeKernelModules: openafs fglrx
ApportVersion: 1.95-0ubuntu1
Architecture: amd64
Date: Fri Mar 30 01:42:58 2012
ErrorMessage: Versuch, »/usr/share/kde4/apps/katepart/syntax/go.xml« zu 
überschreiben, welches auch in Paket kate-data 4:4.8.1-0ubuntu1 ist
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110901)
SourcePackage: golang
Title: package kate-syntax-go (not installed) failed to install/upgrade: 
Versuch, »/usr/share/kde4/apps/katepart/syntax/go.xml« zu überschreiben, 
welches auch in Paket kate-data 4:4.8.1-0ubuntu1 ist
UpgradeStatus: Upgraded to precise on 2012-02-15 (43 days ago)

** Affects: golang (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/968734

Title:
  package kate-syntax-go (not installed) failed to install/upgrade:
  »/usr/share/kde4/apps/katepart/syntax/go.xml« is already in kate-data
  4:4.8.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/968734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 968734] Re: package kate-syntax-go (not installed) failed to install/upgrade: Versuch, »/usr/share/kde4/apps/katepart/syntax/go.xml« zu überschreiben, welches auch in Paket kate-data 4:4.8.1-0ubu

2012-03-29 Thread Swen Kühnlein
** Summary changed:

- package kate-syntax-go (not installed) failed to install/upgrade: Versuch, 
»/usr/share/kde4/apps/katepart/syntax/go.xml« zu überschreiben, welches auch in 
Paket kate-data 4:4.8.1-0ubuntu1 ist
+ package kate-syntax-go (not installed) failed to install/upgrade: 
»/usr/share/kde4/apps/katepart/syntax/go.xml« is already in kate-data 
4:4.8.1-0ubuntu1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/968734

Title:
  package kate-syntax-go (not installed) failed to install/upgrade:
  »/usr/share/kde4/apps/katepart/syntax/go.xml« is already in kate-data
  4:4.8.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/968734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 926135] Re: bamfdaemon crashed with SIGABRT in g_assertion_message()

2012-02-29 Thread Swen Kühnlein
I believe this bug happened while chrome was loading flash/flash-content

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926135

Title:
  bamfdaemon crashed with SIGABRT in g_assertion_message()

To manage notifications about this bug go to:
https://bugs.launchpad.net/bamf/+bug/926135/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 769306] Re: gpartedbin crashed with SIGSEGV in malloc()

2013-06-10 Thread Swen Kühnlein
Has not happened since.


2013/6/9 dino99 <769...@bugs.launchpad.net>

> Natty has now reached  EOL. Is it still an issue ?
>
> ** Changed in: gparted (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/769306
>
> Title:
>   gpartedbin crashed with SIGSEGV in malloc()
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/769306/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/769306

Title:
  gpartedbin crashed with SIGSEGV in malloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/769306/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362624] Re: uvcvideo:"failed to query UVC control" and "resume error" when hibernate

2010-10-22 Thread Swen Wacker
Same here, but at any (re)boot, not only when hibernate . Dell xps
m1330, fresh and new ubuntu 10.10

s...@swen-laptop:~$ dmesg|grep -i uvc
[   15.844380] uvcvideo: Found UVC 1.00 device Laptop Integrated Webcam 
(05a9:7670)
[   15.845308] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. 
Enabling workaround.
[   15.846806] uvcvideo: Failed to query (129) UVC probe control : -32 (exp. 
26).
[   15.846808] uvcvideo: Failed to initialize the device (-5).
[   15.864671] usbcore: registered new interface driver uvcvideo

-- 
uvcvideo:"failed to query UVC control" and "resume error" when hibernate
https://bugs.launchpad.net/bugs/362624
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362624] Re: uvcvideo:"failed to query UVC control" and "resume error" when hibernate

2011-01-17 Thread Swen Wacker
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/362624

Title:
  uvcvideo:"failed to query UVC control" and "resume error" when
  hibernate

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >