Public bug reported: Binary package hint: upstart
On Karmic, it looks like there is supposed to be a /sbin/reload binary to reload daemon configuration, but it doesn't seem to exist. Other similar binaries /sbin/{start,stop,restart} do exist: # dpkg -S /sbin/{start,stop,restart} upstart: /sbin/start upstart: /sbin/stop upstart: /sbin/restart However, /sbin/reload is not present, and is not listed in the karmic contents file at all (http://ports.ubuntu.com/ubuntu-ports/dists/karmic /Contents-armel.gz) $ { wget -O- http://ports.ubuntu.com/ubuntu-ports/dists/karmic/Contents-armel.gz | zgrep 'sbin/\(start\|stop\|restart\|reload\|force-reload\)[[:space:]]'; } 2>/dev/null sbin/restart admin/upstart sbin/start admin/upstart sbin/stop admin/upstart (The i386 contents file gives the same results.) Am I right in assuming the /sbin/{,force-}reload binaries should be there? At the moment I can't configure fuse-utils, but it probably affects a host of other stuff too... # dpkg --pending --configure Setting up fuse-utils (2.7.4-1.1ubuntu4) ... creating fuse group... udev active, skipping device node creation. /etc/init.d/udev: 70: reload: not found Xinvoke-rc.d: initscript udev, action "reload" failed. dpkg: error processing fuse-utils (--configure): subprocess installed post-installation script returned error exit status 127 Processing triggers for libc-bin ... ldconfig deferred processing now taking place Errors were encountered while processing: fuse-utils # service udev reload exec: 129: reload: not found # service udev force-reload exec: 129: reload: not found # /etc/init.d/udev reload Rather than invoking init scripts through /etc/init.d, use the service(8) utility, e.g. service udev reload Since the script you are attempting to invoke has been converted to an Upstart job, you may also use the reload(8) utility, e.g. reload udev /etc/init.d/udev: 70: reload: not found # reload udev -bash: /sbin/reload: No such file or directory # apt-cache policy upstart udev upstart: Installed: 0.6.3-4 Candidate: 0.6.3-4 Version table: *** 0.6.3-4 0 500 http://ports.ubuntu.com/ubuntu-ports karmic/main Packages 100 /var/lib/dpkg/status udev: Installed: 147~-4 Candidate: 147~-4 Version table: *** 147~-4 0 500 http://ports.ubuntu.com/ubuntu-ports karmic/main Packages 100 /var/lib/dpkg/status ** Affects: upstart (Ubuntu) Importance: Undecided Status: New -- /sbin/reload service management binary missing? https://bugs.launchpad.net/bugs/435252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs