Package: tftpd-hpa
Version: 5.2+20150808-1+b1
Severity: important

Dear Maintainer,

on a fresh buster system with IPv6-only networking, tftpd-hpa fails to install 
cleanly. Starting the service fails because of:

Aug 27 13:29:03 hostname in.tftpd[4379]: cannot resolve local IPv4 bind 
address: 0.0.0.0, Name or service not known

127.0.0.1 is the only IPv4 address and should be covered by 0.0.0.0, shouldn't 
it?

The following works fine:

# python
>>> import socket
>>> s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
>>> s.bind(("0.0.0.0", 9999))
>>> s.listen(1)

# ss -tnlp | grep 9999
LISTEN    0         1                  0.0.0.0:9999             0.0.0.0:*       
 users:(("python",pid=4444,fd=3))

Grüße / Regards,
Thorsten

-- System Information:
Debian Release: 10.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to en_US.UTF-8), LANGUAGE=en_US:en (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages tftpd-hpa depends on:
ii  adduser                3.118
ii  debconf [debconf-2.0]  1.5.71
ii  libc6                  2.28-10
ii  libwrap0               7.6.q-28

tftpd-hpa recommends no packages.

Versions of packages tftpd-hpa suggests:
pn  pxelinux  <none>

-- debconf information:
  tftpd-hpa/directory: /srv/tftp
  tftpd-hpa/address: 0.0.0.0:69
  tftpd-hpa/options: --secure
  tftpd-hpa/username: tftp

Reply via email to