Hi! What’s not quite right with Roon?
· Roon is slow, freezing or won’t start
Roon is slow, freezing or won’t start
· Roon won’t start up at all
Tell us what's going on
· I'm running the latest docker image (roonserver@207101683+production) on PopOS Linux, a Ubuntu variant.
Roon server starts, but loops. My firewall is turned off.
$ sudo ufw status
Status: inactive
According to the logs, it's looping on:
08/24 16:18:48 Critical: unable to connect to watchdogport (56093) on localhost: System.Net.Sockets.SocketException (113): No route to host [::ffff:127.0.0.1]:56093
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.Net.Sockets.Socket.Connect(String host, Int32 port)
at System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port)
at System.Net.Sockets.TcpClient..ctor(String hostname, Int32 port)
at Sooloos.Application.<>c__DisplayClass2_0.b__7()
I should note, I am not running IPv6 at all on this machine. It's disabled for my machine with:
/etc/sysctl.conf
net.ipv6.conf.all.disable_ipv6 = 1
and also in my Docker environment:
Default networking mode = ipv4
Inhibit DNS resolution for IPv4 / IPv6 = Filter IPv6 (AAAA records)
My docker-compose file:
$ cat ~/apps/roon/docker-compose.yml
services:
roonserver:
image: ghcr.io/roonlabs/roonserver:latest
container_name: roonserver
network_mode: host
environment:
- ROON_INSTALL_BRANCH=production
- TZ=America/New_York
volumes:
- /home/john/docker/Container/roon:/Roon
- /home/john/docker/Music:/Music
- /home/john/docker/Container/roon-backups:/RoonBackups
restart: unless-stopped
logging:
driver: local
Tell us about your home network
· Single subnet, 10.14.89.0/24