linux-l: tftpd standalone

Karl-Heinz Haag kh at lux.in-berlin.de
Di Apr 3 01:45:54 CEST 2001


Quoting Jens Schlegel (schlegel at tfh-berlin.de):
> On Tue, Mar 27, 2001 at 02:39:42PM +0200, JSC wrote:
> > > * On 03/26/01 10:14 JSC (schlegel at tfh-berlin.de) wrote:
> > > > weiss jemand, wo ich einen tftpd herbekomme, der auch ohne
> > > > inetd lauffaehig ist ?
> > > > 

Wenn ich richtig gelesen und verstanden habe, ist die 'Alternative' der
tftpd selbst

http://webdocs.sequent.com/docs/tcpaae00/ch_3.htm

"Enabling tftpd in Standalone Mode
 =================================
The TFTP daemon, tftpd, can be run in standalone mode, instead of its
default configuration. You may want to do this to
avoid network congestion,...
The tftpd server is normally run by the inetd daemon. By default, tftpd
is started from the following line in the /etc/inetd.conf
file when the system is booted. 

tftp    dgram   udp     wait    nobody  /usr/etc/tftpd  tftpd -s \
/tftpboot

Running tftpd in standalone mode means that tftpd runs without using
inetd. This allows tftpd to run without timing out,
which is more appropriate for systems that have many client machines and
receive constant tftp requests. 

>> und hier das, was Du vermutlich willst: <<
To run tftpd from reboot, add the following lines to the
/etc/init.d/netservers file: 

if [ -f /usr/etc/tftpd ]; then
/usr/etc/tftpd -S & echo ' tftpd\c' > /dev/console
fi

The -s option is used to run tftpd in secure mode. The -S option is used
to run tftpd in standalone mode."

Das Kommando funktioniert bei mir -wie oben angegeben- mit soeben frisch 
kompiliertem tftpd binary. 

> > die alternativen:

...steht oben, habe ich jedoch für Linux bislang nirgendwo dokumentiert
gesehen. Nicht einmal im Zusammenhang mit Etherboot bzw. Netboot. 

Ciao,
Karl-Heinz



Mehr Informationen über die Mailingliste linux-l