← Back to team overview

touch-packages team mailing list archive

[Bug 1363703] Re: package sysv-rc 2.88dsf-41ubuntu18 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

 

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 
#		<vos.admin@xxxxxxxxxxxxxx>
#
# Version:	@(#)virtuoso  6.1.4  25-Mar-2011	vos.admin@xxxxxxxxxxxxxx
#

### 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 
#		<vos.admin@xxxxxxxxxxxxxx>
#
# Version:	@(#)virtuoso  6.1.4  25-Mar-2011	vos.admin@xxxxxxxxxxxxxx
#

### 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
Touch seeded packages, which is subscribed to sysvinit in 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

Status in “sysvinit” package in Ubuntu:
  Incomplete

Bug description:
  Upgrade fro 14.04 to 14.10 (32bit) via upgrade-manager -d

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: sysv-rc 2.88dsf-41ubuntu18
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic i686
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: i386
  Date: Sat Aug 30 16:12:04 2014
  DuplicateSignature: package:sysv-rc:2.88dsf-41ubuntu18:subprocess installed post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error exit status 1
  PackageArchitecture: all
  SourcePackage: sysvinit
  Title: package sysv-rc 2.88dsf-41ubuntu18 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to utopic on 2014-08-31 (0 days ago)

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


References