Mopidy server stops responding

Suddenly, mopidy on my VPS stopped responding - icecast2 as well. But I havent changed anything.

When i start it up, theres no error, but really no rseponse from the http-server.

Any clues what it could be? Also trying a telnet connection to the mopidy port times out… I do have some weird visits to icecast in my log, but beyond that they seem harmless. Apache works regularly.

185.173.35.9 - - [04/Apr/2022:19:41:08 +0000] "GET / HTTP/1.1" 200 2556 "-" "NetSystemsResearch studies the availability of various services across the internet. Our website is netsystemsresearch.com" 0
34.96.130.27 - - [04/Apr/2022:22:39:14 +0000] "GET / HTTP/1.1" 200 2556 "-" "Expanse, a Palo Alto Networks company, searches across the global IPv4 space multiple times per day to identify customers' presences on the Internet. If you would like to be excluded from our scans, please send IP addresses/domains to: scaninfo@paloaltonetworks.com" 0
34.86.35.20 - - [04/Apr/2022:23:56:28 +0000] "GET / HTTP/1.1" 200 2556 "-" "Expanse, a Palo Alto Networks company, searches across the global IPv4 space multiple times per day to identify customers' presences on the Internet. If you would like to be excluded from our scans, please send IP addresses/domains to: scaninfo@paloaltonetworks.com" 0
74.82.47.2 - - [05/Apr/2022:00:04:49 +0000] "GET / HTTP/1.1" 200 2556 "-" "-" 0
78.187.81.211 - - [05/Apr/2022:02:53:57 +0000] "GET / HTTP/1.0" 200 2556 "-" "-" 2
34.86.35.7 - - [05/Apr/2022:05:16:06 +0000] "GET / HTTP/1.1" 200 2556 "-" "Expanse, a Palo Alto Networks company, searches across the global IPv4 space multiple times per day to identify customers' presences on the Internet. If you would like to be excluded from our scans, please send IP addresses/domains to: scaninfo@paloaltonetworks.com" 0

Ok, weird, found out that actually the server is running, its just not responding, although i have my

[http]
enabled = true
hostname = ::
port = 6680

Mopidy is running on a VPS, so when i reqeusted myserver.com:6680 from inside the VPS, it responded swiftly, but from externally, its remains silent. Same goes for icecast…

argh, the firewall was turned on:

# sudo ufw allow 8000
# sudo ufw allow 6680

and fixed.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.