[Bug 1232704] Re: package nfs-common 1:1.2.8-2ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

A Munro 1232704 at bugs.launchpad.net
Mon Sep 30 17:48:30 UTC 2013


Contents of /etc/init/statd.conf as requested.


# statd - NSM status monitor

description	"NSM status monitor"
author		"Steve Langasek <steve.langasek at canonical.com>"

# ON_BOOT is set to y in portmap's special portmap-boot.conf
# It will not be set when users run 'restart portmap' or 'start portmap'
# This is so that we don't start until we have local filesystems on
# bootup but we also restart whenever portmap is restarted. -Clint Byrum
#
# The case where we need to make sure statd is started on mounting
# TYPE=nfs is handled in the "statd-mounting" job.
#
start on (started portmap ON_BOOT=
          or (virtual-filesystems and started portmap ON_BOOT=y))
stop on stopping portmap

expect fork
respawn

env DEFAULTFILE=/etc/default/nfs-common

pre-start script
	if [ -f "$DEFAULTFILE" ]; then
	    . "$DEFAULTFILE"
	fi

	[ "x$NEED_STATD" != xno ] || { stop; exit 0; }
	logger -t statd-pre-start "$UPSTART_EVENTS" || true
	echo UPSTART_EVENTS = "$UPSTART_EVENTS"

    exec sm-notify
end script

script
	if [ -f "$DEFAULTFILE" ]; then
	    . "$DEFAULTFILE"
	fi

	if [ "x$NEED_STATD" != xno ]; then
		exec rpc.statd -L $STATDOPTS
	fi
end script

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to nfs-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1232704

Title:
  package nfs-common 1:1.2.8-2ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in “nfs-utils” package in Ubuntu:
  Incomplete

Bug description:
  This happened on a regular update.

  ProblemType: Package
  DistroRelease: Ubuntu 13.10
  Package: nfs-common 1:1.2.8-2ubuntu2
  ProcVersionSignature: Ubuntu 3.11.0-9.16-generic 3.11.2
  Uname: Linux 3.11.0-9-generic i686
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: i386
  Date: Sat Sep 28 10:49:10 2013
  DuplicateSignature: package:nfs-common:1:1.2.8-2ubuntu2:subprocess installed post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error exit status 1
  InstallationDate: Installed on 2011-11-29 (669 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  MarkForUpload: True
  SourcePackage: nfs-utils
  Title: package nfs-common 1:1.2.8-2ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to saucy on 2013-09-07 (21 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1232704/+subscriptions



More information about the foundations-bugs mailing list