Package: munin-node Version: 1.4.5-3 Severity: normal Tags: patch Upgrade of munin-node fails because of bad options in the init info section and if there are init scripts without this header.
update-rc.d: using dependency based boot sequencing insserv: warning: script 'projectname-ctl' missing LSB tags and overrides insserv: There is a loop between service munin-node and projectname-ctl if stopped insserv: loop involving service projectname-ctl at depth 2 insserv: loop involving service munin-node at depth 1 insserv: Stopping projectname-ctl depends on munin-node and therefore on system facility `$all' which can not be true! insserv: warning: script 'projectname-ctl' missing LSB tags and overrides insserv: There is a loop between service munin-node and projectname-ctl if stopped insserv: loop involving service projectname-ctl at depth 2 insserv: loop involving service munin-node at depth 1 insserv: Stopping projectname-ctl depends on munin-node and therefore on system facility `$all' which can not be true! insserv: exiting now without changing boot order! update-rc.d: error: insserv rejected the script header dpkg: error processing rsync (--configure): subprocess installed post-installation script returned error exit status 1 Following changes in /etc/init.d/munin-node solve the problem --- munin-node.orig 2012-07-04 15:19:10.150017964 +0200 +++ munin-node 2012-07-04 15:18:24.822020875 +0200 @@ -2,10 +2,8 @@ ### BEGIN INIT INFO # Provides: munin-node -# Required-Start: $local_fs $remote_fs -# Required-Stop: $local_fs $remote_fs -# Should-Start: $all -# Should-Stop: $all +# Required-Start: $network $named $local_fs $remote_fs +# Required-Stop: $network $named $local_fs $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start/stop Munin-Node -- System Information: Debian Release: 6.0.5 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-xen-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org