So, I set the droplet up, signed in to it and ran the ./complete_setup.sh script. It gets to the point of starting the game, errors out, and tells me to check the log. I get this:
2023-01-12 16:13:58 FATAL - Couldn’t start the game: error=no acceptor (port is in use or requires root privileges) backtrace=[“/home/ares/.rvm/gems/ruby-3.1.2/gems/eventmachine-1.2.7/lib/eventmachine.rb:531:in start_tcp_server'", "/home/ares/.rvm/gems/ruby-3.1.2/gems/eventmachine-1.2.7/lib/eventmachine.rb:531:in
start_server’”, “/home/ares/aresmush/engine/aresmush/server.rb:31:in block in start'", "/home/ares/.rvm/gems/ruby-3.1.2/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in
run_machine’”, “/home/ares/.rvm/gems/ruby-3.1.2/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in run'", "/home/ares/aresmush/engine/aresmush/server.rb:22:in
start’”, “/home/ares/aresmush/engine/aresmush/bootstrapper.rb:72:in start'", "/home/ares/aresmush/Rakefile.rb:27:in
block in <top (required)>'”, “/home/ares/.rvm/gems/ruby-3.1.2/gems/rake-12.3.3/lib/rake/task.rb:273:in block in execute'", "/home/ares/.rvm/gems/ruby-3.1.2/gems/rake-12.3.3/lib/rake/task.rb:273:in
each’”]
2023-01-12 16:13:58 WARN - Abnormal shutdown. See if there are any errors above.
So, I have re-built the whole droplet, I’ve just re-installed, I’ve tried 7 different ports in all. And no matter what I do or don’t do, I get the error above. I’m following the instructions as given. Is there something I’m doing wrong on this? I verified that the last port I gave it should be unused.
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 882/redis-server 12
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 13136/nginx: master
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 13218/systemd-resol
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 863/sshd: /usr/sbin
tcp 0 0 10.10.0.5:22 108.208.224.246:53652 ESTABLISHED 36470/sshd: root@no
tcp 0 64 10.10.0.5:22 108.208.224.246:49844 ESTABLISHED 1714/sshd: root@pts
tcp 0 0 143.198.120.210:80 183.136.225.32:30516 TIME_WAIT -
tcp 0 0 143.198.120.210:80 183.136.225.32:34259 TIME_WAIT -
tcp 0 0 143.198.120.210:80 183.136.225.32:12432 TIME_WAIT -
tcp6 0 0 ::1:6379 :::* LISTEN 882/redis-server 12
tcp6 0 0 :::80 :::* LISTEN 13136/nginx: master
tcp6 0 0 :::22 :::* LISTEN 863/sshd: /usr/sbin
udp 0 0 127.0.0.53:53 0.0.0.0:* 13218/systemd-resol
None of the ports I tried are there. Is there something stupidly obvious that I’m missing?
Thank you!