
# run this only on machines acting as "boot servers." #:BOOT: TFTP service is provided primarily for booting. #:BSD: Shell, login, exec and talk are BSD protocols. # Packages should modify this file by using update-inetd(8) # package updates just comment it out with a single '#' character. # If you want to disable an entry so it isn't touched during # be changed unless you know what you are doing! # Lines starting with "#:LABEL:" or "#" should not

# Internet superserver configuration database

# /etc/nf: see inetd(8) for further informations.

So I've tried to edit the other configuration file: # nano /etc/nf I've tried to edit it's configurations (notice the username nobody): # nano /etc/xinetd.d/tftpīut when restarting the tftpd, nothing changes: # kill 7915 I found out that there's a service of tftpd running: # netstat -tupln | grep ftp I need to find out which tftp server/daemon is running, in order to edit it's configurations and view the error log.
