Subject: Re: [vserver] tftp server problem
From: "Ben Green" <ben@bristolwireless.net>
Date: Mon, 18 Feb 2008 12:28:22 -0000

 Mon, 18 Feb 2008 12:28:22 -0000
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 Green