Subject: Re: tftpd can't start
To: Paul Hoffman <phoffman@proper.com>
From: Robert Elz <kre@munnari.OZ.AU>
List: netbsd-help
Date: 04/09/2000 05:56:46
Date: Sat, 08 Apr 2000 12:20:23 -0700
From: Paul Hoffman <phoffman@proper.com>
Message-ID: <4.3.2.20000408121726.00ae9640@not-real.proper.com>
| Attempts to start tftpd with the command line '/var/libexec/tftpd -l' are
| unsuccessful. /var/log/daemon says:
The only sensible way to start tftpd is from inetd - it needs to have
a udp socket connected to stdin/stdout/...
What you probably want to do is uncomment the tftpd entry from inetd.conf
(and send a SIGHUP to inetd).
kre