On Thu, Sep 25, 2008 at 4:43 PM, Glen Turner <[EMAIL PROTECTED]> wrote:
> service tftp
> {
>        socket_type             = dgram
>        protocol                = udp
>        wait                    = yes
>        user                    = root
>        server                  = /usr/sbin/in.tftpd
>        server_args             = -s /srv/tftpboot -c -vv -u tftp -p -U 007
>        disable                 = no
>        per_source              = 11
>        cps                     = 100 2
>        flags                   = IPv4
> }

That seems to have been the issue. I was changing the "user ="
parameter in the tftp config file for xinetd - however, I had to set
that back to root and pass the -u parameter in the server args.

Once I did that, lo and behold, it worked.

Thanks for the push in the right direction.

DaZZa
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to