[Bug 1053292] Re: update-manager crashed with RuntimeError in /usr/lib/python3/dist-packages/gi/overrides/Gtk.py: Gtk couldn't be initialized

2012-09-28 Thread jbcolvin
I concur with Anne, or at least with the solution. I had recently run software-updater under quantal (beta), and foolishly clicked on the partial upgrade option. The system no longer booted properly. tty7 was left with boot messages, but no logon prompt. I logged in under tty1 and ran > startx

[Bug 870901] [NEW] blcr-dkms 0.8.2-15ubuntu1: blcr kernel module failed to build

2011-10-08 Thread jbcolvin
Public bug reported: just running update-manager ProblemType: Package DistroRelease: Ubuntu 11.10 Package: blcr-dkms 0.8.2-15ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4 Uname: Linux 3.0.0-12-generic x86_64 ApportVersion: 1.23-0ubuntu2 Architecture: amd64 DKMSKernelVersion: 3.0.

[Bug 870901] Re: blcr-dkms 0.8.2-15ubuntu1: blcr kernel module failed to build

2011-10-08 Thread jbcolvin
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/870901 Title: blcr-dkms 0.8.2-15ubuntu1: blcr kernel module failed to build To manage notifications about this bug go to: https://bugs.launchpad.net/ubu

[Bug 428122] Re: package evolution-indicator 0.2.2-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2009-09-11 Thread jbcolvin
** Attachment added: "AptOrdering.txt" http://launchpadlibrarian.net/31685643/AptOrdering.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/31685645/Dependencies.txt ** Attachment added: "Dmesg.txt" http://launchpadlibrarian.net/31685646/Dmesg.txt ** Attachment

[Bug 428122] [NEW] package evolution-indicator 0.2.2-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2009-09-11 Thread jbcolvin
Public bug reported: Binary package hint: evolution-indicator i was just updating packages via synaptic. ProblemType: Package Architecture: amd64 Date: Fri Sep 11 14:26:08 2009 DistroRelease: Ubuntu 9.10 ErrorMessage: subprocess installed post-installation script returned error exit status 139

[Bug 426360] Re: [PATCH] r-base suppresses ALL error messages forever

2009-09-09 Thread jbcolvin
on further investigation i think the -ow <- options("warn") +ow <- options() patch is a bad idea because the "require(Revobase, quietly=TRUE)" adds 10 addition options to "options()" and Revobase may currently or in the future change pre-existing options, which would be overwritten with "options(

[Bug 426360] Re: [PATCH] r-base suppresses ALL error messages forever

2009-09-09 Thread jbcolvin
I have no /etc/Rprofile.site file, but i think you meant /etc/R/Rprofile.site, note the extra "R" directory. secondly, the change should have added the "s" to "messages". -ow <- options("warn") +ow <- options("warn","show.error.messages") after these changes, i can confirm this bug and the fix.