On Sat, Jan 18, 2025 at 11:29:17AM +0000, Fergus Clancy wrote: > When started from the command line with the "-vv" option using: > /usr/sbin/in.tftpd --listen --user tftp --address :69 --secure -vv /srv/tftp > > when you try to get a file, tftpd-hpa will put messages in /var/log/syslog > like: > 2025-01-18T11:03:05.569415+00:00 n5010 in.tftpd[41071]: RRQ from ::1 filename > dummy.txt > 2025-01-18T11:03:05.610814+00:00 n5010 in.tftpd[41071]: sending NAK (1, File > not found) to ::1 > > But when started by systemd with the same options no messages appear. [..] > in the file "/etc/systemd/system/multi-user.target.wants/tftpd-hpa.service". > > Changing this setting to: > RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 > enables messages to be written.
Makes sense. Will appear in unstable soon. Sorry for the oversight. Chris