Dekken 2 Posted July 22, 2012 Well, I am currently using BEC but it seems to be failing on me.Every time it needs to restart the server crashes and I have to restart it manually.Do you guys know of any good DayZ server control panel that has this functionality? Share this post Link to post Share on other sites
kochleffel 3 Posted July 22, 2012 please check if u have running the latest version of it! Share this post Link to post Share on other sites
Dekken 2 Posted July 22, 2012 I am.It says there are no updates available.And I downloaded the latest one yesterday from the official website.Everything runs smoothly, it prints out restart messages but when it comes down to restarting, Arma 2 OA stops responding and crashes.This is what I am using to restart it: <job id="2"> <time>06:00</time> <!-- run at 6'o Clock in the morning --> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>#restart</cmd> <cmdtype>0</cmdtype> </job> Share this post Link to post Share on other sites
ebianbluefox 29 Posted July 22, 2012 (edited) I am.It says there are no updates available.And I downloaded the latest one yesterday from the official website.Everything runs smoothly, it prints out restart messages but when it comes down to restarting, Arma 2 OA stops responding and crashes.This is what I am using to restart it:<job id="2"> <time>06:00</time> <!-- run at 6'o Clock in the morning --> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>#restart</cmd> <cmdtype>0</cmdtype> </job> sounds like a personal problem, why do you expect everyone to troubleshoot your problems, when you can't figure it out for yourself. Being reliable isn't for everyone, Edited July 22, 2012 by ebianbluefox Share this post Link to post Share on other sites
kochleffel 3 Posted July 22, 2012 #restart does just restart the mission.the code have to be <job id="2"> <time>06:00</time> <!-- run at 6'o Clock in the morning --> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>#shutdown</cmd> <cmdtype>0</cmdtype> </job> usually your Service have then to restart automatically Share this post Link to post Share on other sites
Orcworm 18 Posted July 22, 2012 Does this only occur when you issue #restart? You could use #shutdown and whip up a monitoring script to start the server again instead. Share this post Link to post Share on other sites
kochleffel 3 Posted July 22, 2012 #restart is only an internal command to restart the mission itself... Share this post Link to post Share on other sites
Dekken 2 Posted July 22, 2012 sounds like a personal problem, why do you expect everyone to troubleshoot your problems, when you can't figure it out for yourself. Being reliable isn't for everyone,What? I tried troubleshooting it myself.And when I can't figure it out myself, I go and ask for help.dafuq..Thanks for the help, I did not know restart was for the mission.I will give it a go now and see how it goes. Share this post Link to post Share on other sites