Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get tftpd (debian) to work

Status
Not open for further replies.

mainstreetexpress

Technical User
Joined
Jan 9, 2003
Messages
92
Location
GB
Hi
I have installed tftpd using apt-get. My question is how to get it working as I cannot find anything on how to do this

From the inetd.conf seems to be ok I think

#:BOOT: Tftp service is provided primarily for booting. Most sites
# run this only on machines acting as "boot servers."
tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd /boot

And from the netstat port seems to be active

Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address
udp 0 0 *:tftp *:*


I am a complete newbie with servers so I don't really know what to look for; anyone help?

Cheers

Mark
 
Perhaps inetd wasn't started (from root)?
Test with
Code:
ps -C inetd
if it's already running
Code:
killall -HUP inetd
to restart it, else a simple inetd should work.

seeking a job as java-programmer in Berlin:
 

What do you want to do? What's the problem?

From the command line do:

tftp localhost
get <some-file>

Cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top