TFTP Server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello all!

I have been trying to use the TFTP server on RH9. I'm receiving an error
via syslog that looks like:

Nov 14 14:58:15 console in.tftpd[20802]: cannot set groups for user
nobody

Here's my config:

Package:
[root@console root]# rpm -q tftp-server
tftp-server-0.32-4

/etc/passwd:
nobody:x:99:99:Nobody:/:/sbin/nologin

/etc/group:
nobody:x:99:

As you can see, it appears that my group is correct as my passwd file.
I'm running in.tftpd from xinetd.

Here is that config:

service tftp
{
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = nobody
        server                  = /usr/sbin/in.tftpd
        server_args             = -s -c /var/tftp/Backup
        disable                 = no
        per_source              = 11
        cps                     = 100 2
        flags                   = IPv4
}

Thanks in advance for your input.

Mike


-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux