The port is defined as 0 by default. Modifying tftpd.c to initialize it as 69 and rebuilding the deb works:
$ diff tftpd.c tftpd-orig.c 68c68 < short tftpd_port = 69; /* Port atftpd listen to */ --- > short tftpd_port = 0; /* Port atftpd listen to */ You can still override it with --port on the command line. Not sure if this is the cleanest way to fix this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/972834 Title: atftpd: invalid IP address To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/atftp/+bug/972834/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
