On Wed, 10 Feb 2010 10:23:57 +0100
Hana Skoumalova <[email protected]> wrote:

> 
> I checked the configuration this morning: tftp is enabled via xinetd, 
> here is its configuration:
> 
> service tftp
> {
>          socket_type             = dgram
>          protocol                = udp
>          wait                    = yes
>          user                    = root
>          server                  = /usr/sbin/in.tftpd
>          server_args             = -s /var/lib/tftpboot

Stupid question. There exist several tftpd implementations in Linux.
My version (atftp) does not use the -s option, the path is simply the
last argument. So it would be server_args  = /var/lib/tftpboot  

You could also try to start in.tftpd manually with some debug or
verbosity option and see if something happens.

Regards, Meik

-- 
Meik Hellmund
Mathematisches Institut, Uni Leipzig
e-mail: [email protected]
http://www.math.uni-leipzig.de/~hellmund
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to