[Bug 780972] Re: desktopcouch-service crashed with Unauthorized in request(): ('unauthorized', 'Authentication required.')

2011-07-12 Thread Christian Victor
+1

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

Title:
  desktopcouch-service crashed with Unauthorized in request():
  ('unauthorized', 'Authentication required.')

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

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


[Bug 619789] Re: simple-ccsm crashed with SIGSEGV in memcpy()

2010-08-19 Thread Christian Victor
** Visibility changed to: Private

-- 
simple-ccsm crashed with SIGSEGV in memcpy()
https://bugs.launchpad.net/bugs/619789
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 619756] Re: gwibber-service crashed with NoSuchDatabase in _reconnect()

2010-08-18 Thread Christian Victor
** Visibility changed to: Public

-- 
gwibber-service crashed with NoSuchDatabase in _reconnect()
https://bugs.launchpad.net/bugs/619756
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 619764] Re: gwibber-service crashed with SIGSEGV in free()

2010-08-18 Thread Christian Victor

** Attachment added: CoreDump.gz
   https://bugs.launchpad.net/bugs/619764/+attachment/1497594/+files/CoreDump.gz

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/619764/+attachment/1497595/+files/Dependencies.txt

** Attachment added: Disassembly.txt
   
https://bugs.launchpad.net/bugs/619764/+attachment/1497596/+files/Disassembly.txt

** Attachment added: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/619764/+attachment/1497597/+files/ProcMaps.txt

** Attachment added: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/619764/+attachment/1497598/+files/ProcStatus.txt

** Attachment added: Registers.txt
   
https://bugs.launchpad.net/bugs/619764/+attachment/1497599/+files/Registers.txt

** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/619764/+attachment/1497600/+files/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/619764/+attachment/1497601/+files/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
gwibber-service crashed with SIGSEGV in free()
https://bugs.launchpad.net/bugs/619764
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 619789] Re: simple-ccsm crashed with SIGSEGV in memcpy()

2010-08-18 Thread Christian Victor

** Attachment added: CoreDump.gz
   https://bugs.launchpad.net/bugs/619789/+attachment/1497670/+files/CoreDump.gz

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/619789/+attachment/1497671/+files/Dependencies.txt

** Attachment added: Disassembly.txt
   
https://bugs.launchpad.net/bugs/619789/+attachment/1497672/+files/Disassembly.txt

** Attachment added: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/619789/+attachment/1497673/+files/ProcMaps.txt

** Attachment added: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/619789/+attachment/1497674/+files/ProcStatus.txt

** Attachment added: Registers.txt
   
https://bugs.launchpad.net/bugs/619789/+attachment/1497675/+files/Registers.txt

** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/619789/+attachment/1497676/+files/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/619789/+attachment/1497677/+files/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
simple-ccsm crashed with SIGSEGV in memcpy()
https://bugs.launchpad.net/bugs/619789
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 590434] [NEW] gwibber does not start after upgrade to Maverick

2010-06-06 Thread Christian Victor
Public bug reported:

Binary package hint: gwibber

I did a upgrade-manager -d

since then gwibber does not start. if i try to start gwibber on the
terminal, there comes this output


 gwibber

** (gwibber:1900): WARNING **: Trying to register gtype
'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (gwibber:1900): WARNING **: Trying to register gtype
'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (gwibber:1900): WARNING **: Trying to register gtype 
'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Traceback (most recent call last):
  File /usr/bin/gwibber, line 67, in module
client.Client()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 447, in 
__init__
self.w = GwibberClient()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 29, in 
__init__
self.model = gwui.Model()
  File /usr/lib/python2.6/dist-packages/gwibber/gwui.py, line 42, in __init__
self.settings = util.SettingsMonitor()
  File /usr/lib/python2.6/dist-packages/gwibber/util.py, line 91, in __init__
DEFAULT_SETTINGS)
  File /usr/lib/python2.6/dist-packages/gwibber/microblog/util/couch.py, line 
66, in __init__
self.database = CouchDatabase(dbname, create=True)
  File /usr/lib/python2.6/dist-packages/desktopcouch/records/server.py, line 
53, in __init__
port = desktopcouch.find_port(ctx=ctx)
  File /usr/lib/python2.6/dist-packages/desktopcouch/__init__.py, line 51, in 
find_port
return _direct_access_find_port(pid=pid, ctx=ctx)
  File /usr/lib/python2.6/dist-packages/desktopcouch/__init__.py, line 132, 
in __find_port__linux
raise RuntimeError(Unable to find listening port)
RuntimeError: Unable to find listening port
--
there comes no automatic bug-report, so this is manually done using ubuntu-bug 
gwibber

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gwibber 2.30.0.1-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.34-5.14-generic 2.6.34
Uname: Linux 2.6.34-5-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sun Jun  6 17:25:16 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.utf8
 SHELL=/bin/bash
SourcePackage: gwibber

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


** Tags: amd64 apport-bug maverick

-- 
gwibber does not start after upgrade to Maverick
https://bugs.launchpad.net/bugs/590434
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 590434] Re: gwibber does not start after upgrade to Maverick

2010-06-06 Thread Christian Victor

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/49772288/Dependencies.txt

-- 
gwibber does not start after upgrade to Maverick
https://bugs.launchpad.net/bugs/590434
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 519914] [NEW] dpkg --configure a fails during upgrade

2010-02-10 Thread Christian Victor
Public bug reported:

Binary package hint: initramfs-tools

console output: 
$ sudo dpkg --configure -a
[sudo] password for : 
Richte initramfs-tools ein (0.92bubuntu64) ...
update-initramfs: deferring update (trigger activated)

Verarbeite Trigger für initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.32-12-generic
cpio: ./lib/udev/firmware.sh: Funktion stat fehlgeschlagen: No such file or 
directory
update-initramfs: failed for /boot/initrd.img-2.6.32-12-generic
dpkg: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 
zurück


--
$ lsb_release -rd
Description:Ubuntu lucid (development branch)
Release:10.04

ProblemType: Bug
Architecture: i386
CheckboxSubmission: a887682bb2266f6052f7e43506aba844
CheckboxSystem: 0531969bcfd4f03af7405c98dc94a948
Date: Wed Feb 10 17:04:12 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100113)
NonfreeKernelModules: nvidia
Package: initramfs-tools 0.92bubuntu64
PackageArchitecture: all
ProcEnviron:
 LANG=de_DE.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-12.17-generic
SourcePackage: initramfs-tools
Uname: Linux 2.6.32-12-generic i686

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
dpkg --configure a fails during upgrade
https://bugs.launchpad.net/bugs/519914
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 519914] Re: dpkg --configure a fails during upgrade

2010-02-10 Thread Christian Victor

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/39016369/Dependencies.txt

-- 
dpkg --configure a fails during upgrade
https://bugs.launchpad.net/bugs/519914
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


Re: [Bug 516412] Re: Pressing Enter causes X to freeze

2010-02-10 Thread Christian Victor
Tested the mentioned plymouth-splash.conf

Enter can be pressed now without freezing but I could not see the
Ubuntu logo


Am Mittwoch, den 10.02.2010, 19:40 + schrieb Steve Langasek:
 Rather than just uninstalling plymouth, please test the partial solution
 from
 https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/516412/comments/52.
 
 Also, when reporting results, please mention if you see the Ubuntu logo
 splash screen before gdm starts.


-- 
Pressing Enter causes X to freeze
https://bugs.launchpad.net/bugs/516412
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 465747] [NEW] first disconnected, then reconnected to ubuntu one. crash-report appeared

2009-10-30 Thread Christian Victor
Public bug reported:

Binary package hint: ubuntuone-client

maybe  same bug like #464551 Ubuntu one crash while wireless connect and
disconnect frequently.

but without wireless connection

ProblemType: Bug
.home.christian..config.ubuntuone.ubuntuone.client.conf:
 [ubuntuone]
 bookmarked = True
 connected = False
 connect = 0
 show_applet = 0
Architecture: i386
Date: Fri Oct 30 23:53:02 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release Candidate i386 
(20091020.3)
NonfreeKernelModules: nvidia
Package: ubuntuone-client 1.0.2-0ubuntu2
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: ubuntuone-client
Uname: Linux 2.6.31-14-generic i686

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
first disconnected, then reconnected to ubuntu one. crash-report appeared
https://bugs.launchpad.net/bugs/465747
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 465747] Re: first disconnected, then reconnected to ubuntu one. crash-report appeared

2009-10-30 Thread Christian Victor

** Attachment added: .home.christian..cache.ubuntuone.log.oauth.login.log.txt
   
http://launchpadlibrarian.net/34729419/.home.christian..cache.ubuntuone.log.oauth.login.log.txt

** Attachment added: 
.home.christian..cache.ubuntuone.log.syncdaemon.exceptions.log.txt
   
http://launchpadlibrarian.net/34729420/.home.christian..cache.ubuntuone.log.syncdaemon.exceptions.log.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/34729421/Dependencies.txt

** Attachment added: UbuntuoneClientPackages.txt
   http://launchpadlibrarian.net/34729422/UbuntuoneClientPackages.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/34729423/XsessionErrors.txt

-- 
first disconnected, then reconnected to ubuntu one. crash-report appeared
https://bugs.launchpad.net/bugs/465747
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