[PKG-OpenRC-Debian] Bug#738628: openrc: initscripts copies break service management

OpenRC Debian Maintainers openrc-devel at lists.alioth.debian.org
Tue Feb 11 12:35:38 UTC 2014


Package: openrc
Version: 0.12.4+20131230-8
Severity: normal

If there are initscript copies under /etc/init.d, initscript won't be considered at all.


root at sid-hurd-i386-0 ~# cp /etc/init.d/exim4 /etc/init.d/exim4.orig
root at sid-hurd-i386-0 ~# rc-status
 * Caching service dependencies ...
 * Found a solvable dependency loop: checkfs.sh p> checkfs n> mountall.sh p> mountall u> hwclock.sh a> checkroot n> checkfs.sh.
 * Solving the loop by breaking mountall u> hwclock.sh.
 * Found a solvable dependency loop: checkfs.sh p> checkfs n> mountall.sh p> mountall n> mountall-bootclean.sh p> mountall-bootclean u> hwclock.sh a> checkroot n> checkfs.sh.
 * Solving the loop by breaking mountall-bootclean u> hwclock.sh.                                                                     [ ok ]
Runlevel: default
 bootlogs                                                                                                                      [  started  ]
 buildslave                                                                                                                    [  started  ]
 motd                                                                                                                          [  started  ]
 rsyslog                                                                                                                       [  started  ]
 sudo                                                                                                                          [  started  ]
 atd                                                                                                                           [  started  ]
 cron                                                                                                                          [  started  ]
 dbus                                                                                                                          [  started  ]
 puppet                                                                                                                        [  started  ]
 rsync                                                                                                                         [  started  ]
 ssh                                                                                                                           [  started  ]
 hurd-console                                                                                                                  [  started  ]
 rc.local                                                                                                                      [  started  ]
 rmnologin                                                                                                                     [  started  ]
Dynamic Runlevel: hotplugged
Dynamic Runlevel: needed
 umountroot                                                                                                                    [  started  ]
 umountfs                                                                                                                      [  started  ]
 umountnfs.sh                                                                                                                  [  started  ]
Dynamic Runlevel: manual
root at sid-hurd-i386-0 ~# rm /etc/init.d/exim4.orig 
root at sid-hurd-i386-0 ~# rc-status 
 * Caching service dependencies ...
 * Found a solvable dependency loop: checkfs.sh p> checkfs n> mountall.sh p> mountall u> hwclock.sh a> checkroot n> checkfs.sh.
 * Solving the loop by breaking mountall u> hwclock.sh.
 * Found a solvable dependency loop: checkfs.sh p> checkfs n> mountall.sh p> mountall n> mountall-bootclean.sh p> mountall-bootclean u> hwclock.sh a> checkroot n> checkfs.sh.
 * Solving the loop by breaking mountall-bootclean u> hwclock.sh.                                                                     [ ok ]
Runlevel: default
 bootlogs                                                                                                                      [  started  ]
 buildslave                                                                                                                    [  started  ]
 motd                                                                                                                          [  started  ]
 rsyslog                                                                                                                       [  started  ]
 sudo                                                                                                                          [  started  ]
 atd                                                                                                                           [  started  ]
 cron                                                                                                                          [  started  ]
 dbus                                                                                                                          [  started  ]
 puppet                                                                                                                        [  started  ]
 rsync                                                                                                                         [  started  ]
 ssh                                                                                                                           [  started  ]
 exim4                                                                                                                         [  stopped  ]
 hurd-console                                                                                                                  [  started  ]
 rc.local                                                                                                                      [  started  ]
 rmnologin                                                                                                                     [  started  ]
Dynamic Runlevel: hotplugged
Dynamic Runlevel: needed
 umountroot                                                                                                                    [  started  ]
 umountfs                                                                                                                      [  started  ]
 umountnfs.sh                                                                                                                  [  started  ]
Dynamic Runlevel: manual
root at sid-hurd-i386-0 ~# 



More information about the OpenRC-devel mailing list