| Author |
Message |
BuBEE
Joined: 23 Jul 2005 Posts: 130 Helped: 5 Location: Thailand
|
29 Jun 2009 10:07 centos tftp |
|
|
|
|
Hello
I just start to learning FPGA and uclinux. I have some problem about TFTP installation.
i installed with
| Code: |
| $ yum install xinetd tftp-server tftp |
Then , I created directory with
| Code: |
$ sudo mkdir /tftpboot
$ sudo chmod -R 777 /tftpboot
$ sudo chown -R nobody /tftpboot
|
after that , I edit "disable = yes" in /etc/xinetd.d/tftp to "disable=no" (this shows below)
| Code: |
service tftp
{
protocol = udp
port = 69
socket_type = dgram
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args = /tftpboot
disable = no
}
|
then , I restart service with and check with netstat
| Code: |
| $ sudo /etc/init.d/xinetd restart |
| Code: |
tftpd service is up and running
$ netstat -l -u │ grep tftp
udp 0 0 *:tftp *:*
|
and final step , I created file "test" and save to /tftpboot folder
and I test tftp with
| Code: |
$ tftp localhost
tftp> get test
|
result show
| Code: |
Transfer timed out.
|
I tried to reinstall and reconfig again and again but everything not work.
anyone please help
Thank you
BuBEE
ps. i turn off "SELinux" and turn off "firewall" already
|
|
| Back to top |
|
 |
Google AdSense

|
29 Jun 2009 10:07 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
BuBEE
Joined: 23 Jul 2005 Posts: 130 Helped: 5 Location: Thailand
|
02 Jul 2009 14:53 centos tftp server |
|
|
|
|
Ok , Friend
I change my OS to CentOS 5.3 and everything work already
|
|
| Back to top |
|
 |
wickedwilly
Joined: 04 Aug 2009 Posts: 1
|
04 Aug 2009 12:34 tftp centos |
|
|
|
|
hello,
I managed to get it working on 5.2 using this guide http://www.davidstclair.co.uk/node/18 . I cannot see the difference between what you did and what is in the guide
|
|
| Back to top |
|
 |
smallF
Joined: 26 Aug 2009 Posts: 7 Helped: 2 Location: USA
|
05 Sep 2009 3:23 tftp centos install |
|
|
|
|
I find a very interesting rtos CooCox CoOs , it seems to be excellent.
you can get the source code of the the Free CooCox CoOS RTOS and detailed
documents about the OS form the site
-----------------------------------------------------------
http://www.coocox.org
If you feel satisfied with the user's forum reply please click on the thank button.
Obey forum rules!
Respect others!
|
|
| Back to top |
|
 |