I have this problem on doing a karmic->lucid upgrade with apt-get dist- upgrade:
$ sudo service statd restart restart: Unknown job: statd $ cat /etc/init/statd.conf statd - NSM status monitor description "NSM status monitor" author "Steve Langasek <[email protected]>" #start on (started portmap or mounting TYPE=nfs) start on ((started portmap and mounted MOUNTPOINT=/var) or mounting TYPE=nfs) 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; } start portmap || true status portmap | grep -q start/running 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 $ sudo initctl list rpc_pipefs stop/waiting rsyslog start/running, process 730 tty4 start/running, process 1501 udev start/running, process 12060 upstart-udev-bridge start/running, process 473 rc stop/waiting mountall-net stop/waiting ureadahead-other stop/waiting alsa-mixer-save stop/waiting apport stop/waiting hwclock-save stop/waiting tty5 start/running, process 1506 plymouth-log stop/waiting console-setup stop/waiting dbus start/running, process 1322 failsafe-x stop/waiting plymouth stop/waiting portmap start/running, process 4616 ssh start/running, process 8826 control-alt-delete stop/waiting hwclock stop/waiting module-init-tools stop/waiting cron start/running, process 32624 mountall start/running, process 447 rcS stop/waiting plymouth-stop stop/waiting acpid start/running, process 939 rc-sysinit stop/waiting mounted-varrun stop/waiting tty2 start/running, process 1508 udevtrigger stop/waiting rsyslog-kmsg start/running, process 9165 tty3 start/running, process 1509 udev-finish stop/waiting mounted-dev stop/waiting hostname stop/waiting mythtv-backend start/running, process 1276 mountall-reboot stop/waiting mysql start/running, process 9669 network-interface (lo) start/running network-interface (eth0) start/running tty1 start/running, process 2222 udevmonitor stop/waiting mounted-tmp stop/waiting mountall-shell stop/waiting plymouth-splash stop/waiting gssd stop/waiting dmesg stop/waiting procps stop/waiting tty6 start/running, process 1511 network-interface-security start/running networking stop/waiting ureadahead stop/waiting idmapd stop/waiting -- start: Unkown job: statd https://bugs.launchpad.net/bugs/527768 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
