thmhoag / arkserver

Docker image for a dedicated ARK Server with ArkManager.
MIT License
121 stars 43 forks source link

Error connecting to server: Connection refused at -e line 33. #18

Closed ghost closed 4 years ago

ghost commented 4 years ago

Image Setup Details

thmhoag/arkserver:latest

Debian 9.12

Description of Issue

I'm unable to see/connect to my second server. First server is running fine with similar settings. When trying to run command saveworld I'm presented with the following error:

steam@f351eeb4c474:~$ arkmanager saveworld
Running command 'saveworld' for instance 'main'
Error connecting to server: Connection refused at -e line 33.

I'm unsure what this line 33 is referring to, that information on where to look would be helpful itself. I've checked my arkmanager.cfg and it only has 23 lines.

UPDATE: I left the server running and noticed that it crashed with the following:


/usr/local/bin/arkmanager: line 1279:   141 Segmentation fault      (core dumped) "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"

2020-07-31 03:31:21: exited with status 0

Will update as I look in further

UPDATE:

Looks like there's 3 separate issues. the "arkmanager saveworld" command is no longer working in either container I can't see my secondary server despite the container running and "arkmanager status" returning online and eventually the secondary server crashes due to segementation fault. I apologise for this issue getting so messy.