Discussion:
start-stop-daemon
Larry Brigman
2006-10-18 20:54:29 UTC
Permalink
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
Jason Schoon
2006-10-18 21:14:43 UTC
Permalink
Post by Larry Brigman
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
Sounds like you do not have long options enabled for start-stop-daemon.
This option may have changed between 1.1.2 and 1.2.1, I don't remember (nor
do I use long options).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/busybox/attachments/20061018/6e2cd58e/attachment.htm
Larry Brigman
2006-10-18 20:54:29 UTC
Permalink
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
Jason Schoon
2006-10-18 21:14:43 UTC
Permalink
Post by Larry Brigman
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
Sounds like you do not have long options enabled for start-stop-daemon.
This option may have changed between 1.1.2 and 1.2.1, I don't remember (nor
do I use long options).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/busybox/attachments/20061018/6e2cd58e/attachment-0002.htm
Loading...