Package: insserv Version: 1.14.0-2 Severity: minor Tags: patch Dear Maintainers,
When using nfs-common with rpcbind as portmapper, insserv refuses activating of nfs-common and complains: # insserv nfs-common rpcbind insserv: Service portmap has to be enabled to start service nfs-common insserv: exiting now! insserv doesn't recognize rpcbind as a portmap service. This can be easyly changed: --- /etc/insserv.conf.dist 2011-09-03 14:49:16.771818718 +0200 +++ /etc/insserv.conf 2011-09-03 14:49:40.707819967 +0200 @@ -28,7 +28,7 @@ # # SunRPC portmapper available # -$portmap portmap +$portmap +portmap +rpcbind # # The system time has been set correctly -- System Information: Debian Release: 6.0.2 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages insserv depends on: ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib insserv recommends no packages. Versions of packages insserv suggests: pn bootchart <none> (no description available) -- Configuration Files: /etc/insserv.conf changed: $local_fs +mountall +mountoverflowtmp +umountfs $network +networking +ifupdown $named +named +dnsmasq +lwresd +bind9 $network $remote_fs $local_fs +mountnfs +mountnfs-bootclean +umountnfs +sendsigs $syslog +rsyslog +sysklogd +syslog-ng +dsyslog +inetutils-syslogd $portmap +portmap +rpcbind $time +hwclock <interactive> glibc udev console-screen keymap keyboard-setup console-setup cryptdisks cryptdisks-early checkfs-loop -- no debconf information
--- /etc/insserv.conf.dist 2011-09-03 14:49:16.771818718 +0200 +++ /etc/insserv.conf 2011-09-03 14:49:40.707819967 +0200 @@ -28,7 +28,7 @@ # # SunRPC portmapper available # -$portmap portmap +$portmap +portmap +rpcbind # # The system time has been set correctly