
6 Aug
2008
6 Aug
'08
8:33 a.m.
Hi,
TFTP Server running on your system needs to be configured when you change the directory.
If you have installed xinetd, the configuration files are stored in /etc/xinetd.d/ folder
edit /etc/xinetd.d/tftp & change the server_args to pint to new directory
[root @linux]# vi /etc/xinetd.d/tftp # # File /etc/xinetd.d/tftp # service tftp { protocol = udp socket_type = dgram wait = yes user = root server = /usr/sbin/in.tftpd server_args = -s /tftpboot disable = no }
Hope this helps
Regards Gururaja
--
View this message in context: http://www.nabble.com/NFS-TFTP-problem-tp18843233p18845192.html
Sent from the Uboot - Users mailing list archive at Nabble.com.