start-stop-daemon

Larry Brigman larry.brigman at gmail.com
Wed Oct 18 13:54:29 PDT 2006


My problems continue.

the start-stop-daemon is not recognizing it normal command line args.

A line that worked with 1.1.2 fails with 1.2.1

# cd /etc/init.d
# ./dropbear start
Starting dropbear sshd: start-stop-daemon: unrecognized option `--start'
BusyBox v1.2.1 (2006.10.18-20:17+0000) multi-call binary

Usage: start-stop-daemon [OPTIONS] [--start|--stop] ... [-- arguments...]

OK
# grep start-stop dropbear
        start-stop-daemon --start --quiet --pidfile
/var/run/dropbear.pid --exec /sbin/dropbear
        start-stop-daemon --stop --quiet --pidfile /var/run/dropbear.pid


More information about the busybox mailing list