auQuiksilver / Apex-Framework

Apex Framework
MIT License
81 stars 46 forks source link

Restart issue #8

Open VileAce opened 4 years ago

VileAce commented 4 years ago

We have been having an issue using the Quicksilver restart feature. When the server restarts we end up with an extra Arma server process running (this can obviously be an issue, after 1 1/2 days we had 8 Arma server processes running). It may be due to us using FireDeamon Pro.

I was going to just disable the Quicksilver restart and use BEC for our restart. The issue now is the server is still restarting with the Quicksilver server restart disabled as indicated in parameters.sqf

_restart_hours = [];

With the change made the server still restarted at 12 am with the restart indicator text and audio. I will keep watching to see if it is restarting at other times.

I did locate the mission variable in fn_config.sqf ['QS_missionConfig_restartHours',[0,6,12,18],FALSE], do I need to change this as well?

Renamed to parameters.txt to attach. parameters.txt

auQuiksilver commented 4 years ago

yes you need to change that. that second part is a bug

On Sun, 29 Sep 2019 at 2:27 pm, VileAce notifications@github.com wrote:

We have been having an issue using the Quicksilver restart feature. When the server restarts we end up with an extra Arma server process running (this can obviously be an issue, after 1 1/2 days we had 8 Arma server processes running). It may be due to us using FireDeamon Pro.

I was going to just disable the Quicksilver restart and use BEC for our restart. The issue now is the server is still restarting with the Quicksilver server restart disabled as indicated in parameters.sqf

_restart_hours = [];

With the change made the server still restarted at 12 am with the restart indicator text and audio. I will keep watching to see if it is restarting at other times.

I did locate the mission variable in fn_config.sqf ['QS_missionConfig_restartHours',[0,6,12,18],FALSE], do I need to change this as well?

Renamed to parameters.txt to attach. parameters.txt https://github.com/auQuiksilver/Apex-Framework/files/3666351/parameters.txt

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/auQuiksilver/Apex-Framework/issues/8?email_source=notifications&email_token=ABTMRNO7ZJW3JU2HDEJG73DQMAVBLA5CNFSM4I3QXNJKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HOLF63A, or mute the thread https://github.com/notifications/unsubscribe-auth/ABTMRNMGBI67IJZMKH6POP3QMAVBLANCNFSM4I3QXNJA .

--

  • Cam