Larry Brigman
2006-10-18 20:54:29 UTC
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
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