Ah, thanks for clarifying Michal. The original hook3 running firefox provides output like yours: gethostbyname_r=myhostname, retval=0, succeeded address: 127.0.1.1 gethostbyname_r=myhostname, retval=0, succeeded address: 127.0.1.1 getaddrinfo node=detectportal.firefox.com, service=(null), hints=0x7f0d6787c940, retval=0 hints.ai_family=0 hints.ai_socktype=1 hints.ai_protocol=0 hints.ai_flags=32 IPv4 address: 23.54.163.42 IPv4 address: 23.54.163.75 IPv6 address: 2600:1404:27::17d7:6222 IPv6 address: 2600:1404:27::17d7:6241 etc.
My edited hook3 to rename gethostbyname running firefox only outputs: gethostbyname_r=ofc-ate, retval=0, succeeded address: 127.0.1.1 gethostbyname_r=ofc-ate, retval=0, succeeded address: 127.0.1.1 The latest hook3_test1 outputs nothing. /etc/resolv.conf nameserver 127.0.1.1 "hosts" from /etc/nsswitch.conf hosts: files wins dns I attempted systemd-resolve --status just in case, but received: systemd-resolve: unrecognized option '--status' -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1796979 Title: Intermittently can't connect to the server To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/1796979/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
