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
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.
--
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
** 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
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
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(
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.