On Mon, 18 Feb 2008 12:05:13 -0000, Corin Langosch <corinl@gmx.de> wrote:
> cat /etc/default/atftpd
> USE_INETD=false
> OPTIONS="--daemon --port 69 --tftpd-timeout 300 --retry-timeout 5 --maxthread 100 --verbose=7 /tftpboot"
Mine looks like this:
USE_INETD=true
OPTIONS="--daemon --port 69 --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1753 --mcast-addr 239.255.0.0-255 --mcast-ttl 16 --maxthread 100 --verbose=7 /tftpboot"
I wasn't aware I was using inetd! inetd.conf line looks like this:
tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1753 --mcast-addr 239.255.0.0-255 --mcast-ttl 16 --maxthread 100 --verbose=1 --no-blksize /tftpboot
-- From Ben GreenReceived on Mon Feb 18 12:28:49 2008