the group nogroup
i follow instrucktions of atftp on ubuntu as written here
https://openwrt.org/docs/guide-user/troubleshooting/tftpserver
but when i gonna run suo
chown nobody:nogroup -R /srv/tftp
chown: invalid group : «nobody:nogroup»
i had tried to fix with
with
sudo chmod -R 777 /srv/tftp
sudo chown -R nobody /srv/tftp
and then trying to run the deamon ...
sudo atftpd --daemon --no-fork --logfile - /srv/tftp
Nov 10 22:24:29 cryptolab atftpd[10897.139629222795072]: Advanced Trivial FTP server started (0.7.5)
Nov 10 22:24:29 cryptolab atftpd[10897.139629222795072]: atftpd: can't change identity to nobody.nogroup: no such user/group. exiting.
any way to fix it ?
plus for tftp-hda the files are located here
https://github.com/gentoo/gentoo/tree/master/net-ftp/tftp-hpa/files
I don't care which server i will use .. i care to work .. any ideas