|
From: Ralf S. <rs...@ru...> - 2025-10-27 15:41:54
|
On Mon, Oct 27, 2025 at 02:49:55PM +0000, SCHLEMMER Norbert wrote: > Hello All > > Running the Rundup Docker container 2.5.0-1 with Debian 13 / Trixie as host > > There seems to be a problem with the roundup_healthcheck script using > localhost This looks like localhost on your machine maps to both, 127.0.0.1 and ::1 (IPv4 and IPv6). But it seems the roundup-server is listening only on the IPv4 address. Maybe you can fix it by making localhost only an ipv4 address and have a separate name for ipv6 localhost. e.g. in /etc/hosts: 127.0.0.1 localhost ::1 ip6-localhost ip6-loopback I'm not familiar with the container setup... Kind regards Ralf -- Dr. Ralf Schlatterbeck Tel: +43/2243/26465-16 Open Source Consulting www: www.runtux.com Reichergasse 131, A-3411 Weidling email: of...@ru... |