Comment 4 for bug 972834

Revision history for this message
Brandon Pierce (ihashacks) wrote :

If invoked with parameters:

atftpd --daemon --no-fork

it exits with $? = 1

If with "--bind-address":

atftpd --daemon --no-fork --bind-address 192.168.77.71

...it will run cleanly and exit with 0 if you keyboard interrupt it. This is on a fresh installation of Precise beta 2 with updates, a single interface (other than loopback) and whether or not IPV6 is disabled in the kernel.

Manually installing version 0.7.dfsg-10 from Oneiric (which works as expected on Oneiric) yeilds the same negative results on Precise as version 0.7.dfsg-11 does. At first glance it doesn't seem like a regression in anything from the changelog of 0.7.dfsg-11:

  * Fixed a potential DoS bug (introduced by the IPv6 patch)
  * Bug fixed: aftpd does not reply properly when there's more than 1 interface
    Closes: #613582, #258998
  * Updated SK and FI debconf translations. Closes: #621007, #620175
  * Bug fixed: Forgets port if Both --port and --bind-address are used.
    Closes: #622840