I'm having the same problem:
Code:
sudo mkbootserver
This script may modify the following files:
/etc/services
/etc/inetd.conf
/etc/xinetd.d/tftp
You should already have a kernel and ramdisk to use.
Do you wish to continue (y/[n])? y
Ok, continuing...
Where should tftpd serve files from ([/tftpboot]?
Checking for a tftp server... found.
Checking if tftp server is H. Peter Anvin's tftp server... yup - right on!
Checking for a running inetd... 3687.
Checking for a running xinetd... Not found.
Looking for update-inetd... found.
Updating inetd.conf... done.
Sending a SIGHUP to inetd (pid 3687)... done.
Looking for a tftp client... found.
Checking for loopback interface... up.
Does tftp server work... no.
I couldn't tftp a test file from localhost
tftp server test failed.
Code:
sudo netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:rsync *:* LISTEN 3719/rsync
tcp 0 0 *:ftp *:* LISTEN 3687/inetd
tcp6 0 0 *:rsync *:* LISTEN 3719/rsync
tcp6 0 0 *:ssh *:* LISTEN 3713/sshd
tcp6 0 0 ::ffff:10.120.150.2:ssh ::ffff:10.120.150:39732 ESTABLISHED3839/sshd: imaging
Running Ubuntu Dapper 6.06
SystemImager 3.2.3-3
Any suggestions? Thanks