Package: acmetool Version: 0.2.1-2 Severity: normal Dear Maintainer,
-- Steps to reproduce problem: 1. Install acmetool 0.2.1-2 on Debian Buster 2. # netstat -pa | grep ':http' # ensure there are no results 3. # acmetool quickstart # select either live or staging and "Listener" 4. # acmetool --xlog.severity=debug want example.com -- Expected results (on the console): [DEBUG] acmetool.reshttp: listening on [::]:80 ... [DEBUG] acmetool.reshttp: listening on :80 -- Actual results (on the console): [DEBUG] acmetool.reshttp: listening on [::]:80 ... [DEBUG] acmetool.reshttp: failed to listen on :80: listen tcp :80: bind: address already in use -- Further troubleshooting steps taken: - specifically defining port 80 or 0.0.0.0:80 in /var/lib/acme/conf/target produces the same failure - # nc -l -p 80 # binds sucessfully -- System Information: Debian Release: 10.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable'), (90, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-8-cloud-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages acmetool depends on: ii libc6 2.28-10 ii libcap2 1:2.25-2 Versions of packages acmetool recommends: ii dialog 1.3-20190211-1 acmetool suggests no packages. -- no debconf information