Jump to content
Sign in to follow this  
orlyno

Server doesn't restart at scheduler set time.

Recommended Posts

Hello there..

I've just noticed that my DayZ server doens't restart every 2 hours, as set in the Scheduler. It's currently restarting every 4 hours.

It was fine before 0.57, and I haven't really thought about it until I started checking out the log today.

Any idea why it's like that?

 

I know.. long job list. It's my first attempt at configuring jobs.. -.-

<?xml version="1.0"?>

<Scheduler>

    

    <!-- READ http://ibattle.org/install-and-configure/setting-up-the-scheduler/-->

    <job id="0">

<start>00:00:00</start> <!-- Server starts at 00:00 -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>#shutdown</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

 

    <job id="1">

<start>02:00:00</start> <!-- Server starts at 02:00 -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>#shutdown</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="2">

<start>04:00:00</start> <!-- Server starts at 04:00 -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>#shutdown</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

 

    <job id="3">

<start>06:00:00</start> <!-- Server starts at 06:00 -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>#shutdown</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="4">

<start>08:00:00</start> <!-- Server starts at 08:00 -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>#shutdown</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

 

    <job id="5">

<start>10:00:00</start> <!-- Server starts at 10:00 -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>#shutdown</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="6">

<start>12:00:00</start> <!-- Server starts at 12:00 -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>#shutdown</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

 

    <job id="7">

<start>14:00:00</start> <!-- Server starts at 14:00 -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>#shutdown</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="8">

<start>16:00:00</start> <!-- Server starts at 16:00 -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>#shutdown</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

 

    <job id="9">

<start>18:00:00</start> <!-- Server starts at 18:00 -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>#shutdown</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="10">

<start>20:00:00</start> <!-- Server starts at 20:00 -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>#shutdown</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

 

    <job id="11">

<start>22:00:00</start> <!-- Server starts at 22:00 -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>#shutdown</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="12">

<start>01:45:00</start> <!-- Server restarts in 15 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 15 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="13">

<start>01:50:00</start> <!-- Server restarts in 10 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 10 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="14">

<start>01:55:00</start> <!-- Server restarts in 5 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 5 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="15">

<start>01:59:00</start> <!-- Server restarts in 1 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 1 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="16">

<start>03:45:00</start> <!-- Server restarts in 15 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 15 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="17">

<start>03:50:00</start> <!-- Server restarts in 10 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 10 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="18">

<start>03:55:00</start> <!-- Server restarts in 5 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 5 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="19">

<start>03:59:00</start> <!-- Server restarts in 1 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 1 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="20">

<start>05:45:00</start> <!-- Server restarts in 15 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 15 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="21">

<start>05:50:00</start> <!-- Server restarts in 10 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 10 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="22">

<start>05:55:00</start> <!-- Server restarts in 5 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 5 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="23">

<start>05:59:00</start> <!-- Server restarts in 1 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 1 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="24">

<start>07:45:00</start> <!-- Server restarts in 15 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 15 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="25">

<start>07:50:00</start> <!-- Server restarts in 10 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 10 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="26">

<start>07:55:00</start> <!-- Server restarts in 5 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 5 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="27">

<start>07:59:00</start> <!-- Server restarts in 1 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 1 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="28">

<start>09:45:00</start> <!-- Server restarts in 15 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 15 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="29">

<start>09:50:00</start> <!-- Server restarts in 10 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 10 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="30">

<start>09:55:00</start> <!-- Server restarts in 5 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 5 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="31">

<start>09:59:00</start> <!-- Server restarts in 1 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 1 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="32">

<start>11:45:00</start> <!-- Server restarts in 15 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 15 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="33">

<start>11:50:00</start> <!-- Server restarts in 10 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 10 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="34">

<start>11:55:00</start> <!-- Server restarts in 5 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 5 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="35">

<start>11:59:00</start> <!-- Server restarts in 1 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 1 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="36">

<start>13:45:00</start> <!-- Server restarts in 15 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 15 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="37">

<start>13:50:00</start> <!-- Server restarts in 10 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 10 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="38">

<start>13:55:00</start> <!-- Server restarts in 5 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 5 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="39">

<start>13:59:00</start> <!-- Server restarts in 1 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 1 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="40">

<start>15:45:00</start> <!-- Server restarts in 15 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 15 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="41">

<start>15:50:00</start> <!-- Server restarts in 10 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 10 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="42">

<start>15:55:00</start> <!-- Server restarts in 5 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 5 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="43">

<start>15:59:00</start> <!-- Server restarts in 1 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 1 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="44">

<start>17:45:00</start> <!-- Server restarts in 15 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 15 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="45">

<start>17:50:00</start> <!-- Server restarts in 10 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 10 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="46">

<start>17:55:00</start> <!-- Server restarts in 5 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 5 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="47">

<start>17:59:00</start> <!-- Server restarts in 1 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 1 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="48">

<start>19:45:00</start> <!-- Server restarts in 15 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 15 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="49">

<start>19:50:00</start> <!-- Server restarts in 10 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 10 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="50">

<start>19:55:00</start> <!-- Server restarts in 5 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 5 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="51">

<start>19:59:00</start> <!-- Server restarts in 1 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 1 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="52">

<start>21:45:00</start> <!-- Server restarts in 15 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 15 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="53">

<start>21:50:00</start> <!-- Server restarts in 10 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 10 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="54">

<start>21:55:00</start> <!-- Server restarts in 5 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 5 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="55">

<start>21:59:00</start> <!-- Server restarts in 1 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 1 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="56">

<start>23:45:00</start> <!-- Server restarts in 15 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 15 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="57">

<start>23:50:00</start> <!-- Server restarts in 10 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 10 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="58">

<start>23:55:00</start> <!-- Server restarts in 5 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 5 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="59">

<start>23:59:00</start> <!-- Server restarts in 1 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 1 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>    

    

    <job id="60">

<start>23:59:00</start> <!-- Server restarts in 1 min -->

        <runtime>000000</runtime>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Server will auto restart in 1 min</cmd>   

        <cmdtype>0</cmdtype>            

    </job>    

 

    <job id="61">

        <runtime>001500</runtime> <!-- run every 15 mins -->

        <start>001500</start>

        <day>1,2,3,4,5,6,7</day>

        <loop>-1</loop> 

        <cmd>say -1 Persistence gets reset during active admin times</cmd>    

        <cmdtype>0</cmdtype>            

    </job>

    

    <job id="62">

        <runtime>001000</runtime> <!-- run every 10 mins -->

        <start>001000</start>

        <day>1,2,3,4,5,6,7</day>

        <loop>-1</loop> 

        <cmd>say -1 Server hosted by Fragnet.net</cmd>    

        <cmdtype>0</cmdtype>            

    </job>

 

    <job id="63">

        <runtime>000300</runtime> <!-- run once after 3 min -->

        <start>000000</start>

        <day>1,2,3,4,5,6,7</day>

        <loop>0</loop> 

        <cmd>say -1 Bec has been now running for 3 min</cmd>    

        <cmdtype>0</cmdtype>            

    </job>

 

 

</Scheduler>

Edited by Boneboys

Share this post


Link to post
Share on other sites

RCon commands such as #shutdown aren't currently working. Your server is jut restarting on the standard scheduled 4 hour restarts.

Edited by Euphobia

Share this post


Link to post
Share on other sites

Enforced server restarts

My server has for the past number of releases restarted every four hours, now the server restarts every 4 hours, 15 minutes. Is this something from the 0.57 release or is it something changed by the provider, in my case Fragnet? I guess i'm wondering if it's going to change again, if I knew in advance what it would be then I know to change my scheduler messages accordingly.

Share this post


Link to post
Share on other sites

Vilayer Server.

 

If I set "20.00", when I restart the game it shows "13.25"... always.
What should I do to solve this problem?
I have a community event tonight and I don't know what to do...

Edited by Boneboys

Share this post


Link to post
Share on other sites

As stated above, the scheduler commands for restarts were removed with .57 by BI.

 

Fragnet has yet to configure a proper scheduler on their site to allow real scheduling of server restarts, your servers are currently being restarted by a script that Fragnet runs every 15 minutes that restarts any server running longer then 4 hours (hence the 4 hour 15 minutes random restarts).

 

Not sure if other providers have a scheduler available for their renters or not.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×