[Bug 1389320] Re: Ubuntu 12.04 to 14.04 upgrade fails - missing LSB comment in virtuoso-nepomuk
Laurence Gordon
larry.gordon at gmail.com
Thu Dec 31 22:17:41 UTC 2015
It happened for my in an upgrade from 14.10 to 15.04. Adding the ending comment "### END INIT INFO
" fixed the issue.
So that this:
### BEGIN INIT INFO
# Provides: virtuoso
# Required-Start: $syslog
# Required-Stop: $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start Virtuoso database server on startup
# Description: Start and stop the primary instance of Virtuoso running
# in /var/lib/virtuoso/db/. The first time this runs, it loads the
# Conductor administrative package.
###
Becomes this:
### BEGIN INIT INFO
# Provides: virtuoso
# Required-Start: $syslog
# Required-Stop: $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start Virtuoso database server on startup
# Description: Start and stop the primary instance of Virtuoso running
# in /var/lib/virtuoso/db/. The first time this runs, it loads the
# Conductor administrative package.
### END INIT INFO
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubuntu-release-upgrader in
Ubuntu.
https://bugs.launchpad.net/bugs/1389320
Title:
Ubuntu 12.04 to 14.04 upgrade fails - missing LSB comment in virtuoso-
nepomuk
Status in ubuntu-release-upgrader package in Ubuntu:
Triaged
Bug description:
Upgrading to 14.04, error:
Could not install "kmod"
"subprocess installed post-installation script returned error exit
status 1"
1. Ubuntu 14.04
2. kmod:
Installed: 18-1ubuntu2
Candidate: 18-1ubuntu2
Version table:
*** 18-1ubuntu2 0
500 http://mirrors.us.kernel.org/ubuntu/ utopic/main amd64 Packages
100 /var/lib/dpkg/status
3. Install correctly
4. Error, aborts upgrade, states will start "dpkg --configure -a"
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1389320/+subscriptions
More information about the foundations-bugs
mailing list