Hello,

Your DNS is broken. xauth is trying to resolve the current hostname.
Fix DNS or add something to /etc/hosts.
Thank you for your suggestion, but it didn't help.

$ cat /etc/resolv.conf
family inet4 inet6
nameserver 8.8.8.8
lookup file bind

$ hostname
host.domain.com

$ host host.domain.com
host.domain.com has address 127.0.0.1

$ cat /etc/hosts | grep -v "#"
127.0.0.1       localhost
::1             localhost
127.0.0.1       host host.domain.com

I also made sure that reverse DNS for my IP address works fine and
without any delays and tried multiple different DNS servers in
resolv.conf.


--
Karlis

Reply via email to