> Summary: tftpd fails to start with error "stdin is not a > socket: Socket operation on non-socket" > Description: > In busybox 1.12.1, tftpd fails to start no matter what combination of > options are used. The following error is always shown: > > # /usr/bin/tftpd / > tftpd: stdin is not a socket: Socket operation on non-socket
It is meant to be run by means of ipsvd, e.g: # udpsvd -E localhost 69 tftpd /home/tftpd -u tftp -c This, certainly, should be reflected in usage.h -- Vladimir
_______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
