Closed darvin closed 5 years ago
I'm having the same problem. Seems to be an issue with the mDNS lib:
I saw that yesterday, but was able to get it working.
You have to have dbus and avahi-deamon installed and running. You also have to set up your nsswitch.conf file
Name Service Switch configuration file.
# See nsswitch.conf(5) for details.
passwd: files mymachines systemd
group: files mymachines systemd
shadow: files
publickey: files
#hosts: files mdns4_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] dns mdns
hosts: files dns mdns_minimal [NOTFOUND=return] resolve [!UNAVAIL=return]
#mymachines myhostname
networks: files
protocols: files
services: files
ethers: files
rpc: files
netgroup: files
also avahi-daemon.conf
[server]
#host-name=foo
domain-name=local
#browse-domains=0pointer.de, zeroconf.org
use-ipv4=yes
use-ipv6=yes
#allow-interfaces=eth0
#deny-interfaces=eth1
#check-response-ttl=no
#use-iff-running=no
enable-dbus=yes
#disallow-other-stacks=no
#allow-point-to-point=no
#cache-entries-max=4096
#clients-max=4096
#objects-per-client-max=1024
#entries-per-entry-group-max=32
ratelimit-interval-usec=1000000
ratelimit-burst=1000
[wide-area]
enable-wide-area=yes
[publish]
#disable-publishing=yes
#disable-user-service-publishing=no
#add-service-cookie=no
#publish-addresses=yes
#publish-hinfo=no
#publish-workstation=no
#publish-domain=yes
#publish-dns-servers=192.168.50.1, 192.168.50.2
#publish-resolv-conf-dns-servers=yes
#publish-aaaa-on-ipv4=yes
#publish-a-on-ipv6=no
[reflector]
#enable-reflector=no
#reflect-ipv=no
[rlimits]
#rlimit-as=
#rlimit-core=0
#rlimit-data=4194304
#rlimit-fsize=0
#rlimit-nofile=768
#rlimit-stack=4194304
#rlimit-nproc=3
works for me now
linux, latest sodium