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
I found the following in the container's log (journalctl -b0):
Feb 02 12:16:31 fedora-tb.fedora systemd-resolved[492]: LLMNR-IPv4(UDP): There appears to be another LLMNR responder running, or previously systemd-resolved crashed with some outstanding transfers.
Feb 02 12:16:31 fedora-tb.fedora systemd-resolved[492]: LLMNR-IPv4(TCP): There appears to be another LLMNR responder running, or previously systemd-resolved crashed with some outstanding transfers.
Feb 02 12:16:31 fedora-tb.fedora systemd-resolved[492]: LLMNR-IPv4(TCP): Failed to bind socket: Address already in use
Feb 02 12:16:31 fedora-tb.fedora systemd-resolved[492]: Another LLMNR responder prohibits binding the socket to the same port. Turning off LLMNR support.
Feb 02 12:16:31 fedora-tb.fedora systemd-resolved[492]: Another process is already listening on TCP socket 127.0.0.53:53.
Feb 02 12:16:31 fedora-tb.fedora systemd-resolved[492]: Turning off local DNS stub support.
The following made name resolution work again (from the container):
It looks a lot like #1075 except I’m not using --unshare-netns.
Steps to reproduce:
Note that the exact same command-line with
--unshare-netns
(as found in #1075 (comment)) does work.The text was updated successfully, but these errors were encountered: