electronics forum

Rules | Recent posts | topic RSS | Search | Register  | Log in

please help. : install tftp-server on CentOS 5.2


Post new topic  Reply to topic    EDAboard.com Forum Index -> Embedded Systems and Real-Time OS -> please help. : install tftp-server on CentOS 5.2
Author Message
BuBEE



Joined: 23 Jul 2005
Posts: 130
Helped: 5
Location: Thailand


Post29 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
Google Adsense




Post29 Jun 2009 10:07   

Ads




Back to top
BuBEE



Joined: 23 Jul 2005
Posts: 130
Helped: 5
Location: Thailand


Post02 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


Post04 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


Post05 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
Arabic versionBulgarian versionCatalan versionCzech versionDanish versionGerman versionGreek versionEnglish versionSpanish versionFinnish versionFrench versionHindi versionCroatian versionIndonesian versionItalian versionHebrew versionJapanese versionKorean versionLithuanian versionLatvian versionDutch versionNorwegian versionPolish versionPortuguese versionRomanian versionRussian versionSlovak versionSlovenian versionSerbian versionSwedish versionTagalog versionUkrainian versionVietnamese versionChinese version
Post new topic  Reply to topic    EDAboard.com Forum Index -> Embedded Systems and Real-Time OS -> please help. : install tftp-server on CentOS 5.2
Page 1 of 1 All times are GMT + 1 Hour
Similar topics:
[Help] Install Hspice in centOS 4.4 (1)
Which TFTP Server do you use? (1)
CENTOS OS ---SATA DRIVER PROBLEM ---Please Help (1)
Catapult install in Centos error ! (2)
Problem install cadence in CentOS 4.5 (3)
Please Help me ''HOW TO INSTALL RTLINUX ON REDHAT OS" (2)
TFTP inside Redboot (1)
please share file AVRLIB install package (5)
Help: Could not start synopsys online help server. (2)
Memory Problem of IC51 on Centos 3.8 (3)


Abuse || Administrator || Moderators || Support us || sitemap
topic RSS