-
-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Ragnarok instance to clusterd setup Aborted Bad PID #1277
Comments
Condolences on your loss. Did the server log anything in The log suggests that the game server is exiting within 5 seconds of starting. Using The ARK server does sometimes accidentally daemonize itself (by re-executing itself and exiting), especially when it has automanagedmods enabled. There was a fix to restart the server when this happens, which I had forgotten to create a release for. This should now be in v1.6.63 If there is still a |
Thankyou, The server hasent logged anything in the Saved folder for Rag, hasn't even created the Logs folder just Config folder and an empty Ragnarok folder. :/ lsof /home/steam/Servers/Ragnarok it not outputing anything, it just returns to the prompt, so im guessing nothing is locking it. however TheIsland i know for afact is running. |
Given it sounds like this instance is being started for the first time, with no existing save, does it work without mods (or at least with the same mod set as is on your TheIsland instance)? |
Yes that i would assume aswell, the folderstructure did arkmanager create when i ran If im comparing the config files to TheIsland i cannot see anywhere other than in arkmanager.cfg and a mods.txt file (that are in the same folder as arkmanager.cfg where) Mod's ar defined, i dont know if the mods.txt is something that arkmanager uses or if that is something that my friend made to just note for himself what mods ar running. arkmanager.cfg
I just realized somehing... do i have to define Ragnarok in ark_GameModIds ? And no i dont think it has any save, do i need to transfer a excisting save over? |
Unless it is read in by one of the config files,
ARK DLC maps do not need to be referenced in
No, provided the server files are properly up-to-date (which you can ensure by running |
OH that reminds me, the GameUserSetting.ini and Game.ini where empty before and i copied TheIslands files, i'll try to remove them and rerun the verbose installer. Btw is it possible to get some kind of verbose output from steamcmd when staerting the server in no-background mode? |
Holy shit i actually think arkmanager install --verbose @ragnarok did it!
|
|
Hi i'm trying to add Ragnarok to a excisting clusterd setup that a friend of mine (that unfortunetly has passed away) have setup, this is my first time using tinkering with arkmanager and clusterd setups.
Some info
i have run
arkmanager installmods --verbose @ragnarok
i have added Ragnarok to a new line in arkmanager.cfg
configfile_ragnarok="/etc/arkmanager/instances/ragnarok.cfg"
the ragnarok.cfg looks like this
arkserverroot folder looks like this
Startup for Rag looks like this
Do i need to add the Instance to the cluster or something else that i have missed? The logs aret really telling me much? Can i look somewhere elese?
Thanks
The text was updated successfully, but these errors were encountered: