You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
systemd[1]: Starting systemd-resolved-docker.service - systemd-resolved and docker DNS integration...
systemd-resolved-docker[4018773]: Found gateway 172.17.0.1 for docker0
systemd-resolved-docker[4018773]: Found gateway fd00:ffff::1 for docker0
systemd-resolved-docker[4018773]: Default domain: docker, allowed domains: .docker
systemd-resolved-docker[4018773]: Traceback (most recent call last):
systemd-resolved-docker[4018773]: File "/usr/bin/systemd-resolved-docker", line 33, in <module>
systemd-resolved-docker[4018773]: sys.exit(load_entry_point('systemd-resolved-docker==1.0.0', 'console_scripts', 'systemd-resolved-docker')())
systemd-resolved-docker[4018773]: File "/usr/lib/python3.10/site-packages/systemd_resolved_docker/cli.py", line 60, in main
systemd-resolved-docker[4018773]: docker_listen_addresses = parse_listen_address(docker_listen_address,
systemd-resolved-docker[4018773]: File "/usr/lib/python3.10/site-packages/systemd_resolved_docker/utils.py", line 28, in parse_listen_address
systemd-resolved-docker[4018773]: return default_value()
systemd-resolved-docker[4018773]: File "/usr/lib/python3.10/site-packages/systemd_resolved_docker/cli.py", line 61, in <lambda>
systemd-resolved-docker[4018773]: lambda: [parse_ip_port(entry['gateway']) for entry in
systemd-resolved-docker[4018773]: File "/usr/lib/python3.10/site-packages/systemd_resolved_docker/cli.py", line 61, in <listcomp>
systemd-resolved-docker[4018773]: lambda: [parse_ip_port(entry['gateway']) for entry in
systemd-resolved-docker[4018773]: File "/usr/lib/python3.10/site-packages/systemd_resolved_docker/utils.py", line 21, in parse_ip_port
systemd-resolved-docker[4018773]: return IpAndPort(ip=ipaddress.ip_address(result.hostname), port=result.port or default_port)
systemd-resolved-docker[4018773]: File "/usr/lib64/python3.10/ipaddress.py", line 54, in ip_address
systemd-resolved-docker[4018773]: raise ValueError(f'{address!r} does not appear to be an IPv4 or IPv6 address')
systemd-resolved-docker[4018773]: ValueError: 'fd00' does not appear to be an IPv4 or IPv6 address
I had a quick look to try to find where the rest of the IPv6-address is stripped after it "found gateway", but did not see anything obvious.
I had a quick look to try to find where the rest of the IPv6-address is stripped after it "found gateway", but did not see anything obvious.