2009-06-02 05:25:46 Setup tftp beginners Questions
Raphael Lang (GERMANY)
Message: 75008
Hello Dear ucLinux People
I just want to start with Blackfin uclinux and i installed all the toolchain and the U-Boot
I got some problems to setup the TFTP server.
I did everything like on the description on http://docs.blackfin.uclinux.org/doku.php?id=setting_up_a_tftp_server
instead:
Create /etc/xinetd.d/tftp and put this entry:
service tftp
{
protocol = udp
socket_type = dgram
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
disable = no
}
Must i creat a new file with the name tftp with that entry ? What ist the ending of the file tftp.* ?
How to created a file in that direction because I am not able to do that, ubuntu tells me : permission denied
must I change the root rights or use special command. Sorry I am new on Linux but I want to learn
thanks for help
Rapheal
TranslateQuoteReplyEditDelete
2009-06-02 05:34:13 Re: Setup tftp beginners Questions
Mike Frysinger (UNITED STATES)
Message: 75009
setup needs to be done as root or by using sudo. non root users never have write access to anything in /etc/.
QuoteReplyEditDelete
2009-06-02 06:16:30 Re: Setup tftp beginners Questions
Raphael Lang (GERMANY)
Message: 75011
ok, how to create that new file ?
which command i need ?
TranslateQuoteReplyEditDelete
2009-06-02 06:21:00 Re: Setup tftp beginners Questions
Mike Frysinger (UNITED STATES)
Message: 75014
use any text editor
QuoteReplyEditDelete
2009-06-03 04:20:27 Re: Setup tftp beginners Questions
Raphael Lang (GERMANY)
Message: 75076
Ok thanks, it worked
TranslateQuoteReplyEditDelete