I have finally fixed this problem. Look at /etc/init.d/virtuoso-nepomuk - the begin of the file looks like this: #! /bin/sh # # virtuoso OpenLink Virtuoso Open-Source Edition # # Written by OpenLink Virtuoso Maintainer # <[email protected]> # # Version: @(#)virtuoso 6.1.4 25-Mar-2011 [email protected] #
### 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. ### The section BEGIN INIT INFO must be ended properly: #! /bin/sh # # virtuoso OpenLink Virtuoso Open-Source Edition # # Written by OpenLink Virtuoso Maintainer # <[email protected]> # # Version: @(#)virtuoso 6.1.4 25-Mar-2011 [email protected] # ### 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 Edit the file and replace the line ### with ### END INIT INFO Then run sudo dpkg --configure -a -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1363703 Title: package sysv-rc 2.88dsf-41ubuntu18 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/1363703/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
