Open 2.1.0: 2.1.3: Auto Restart Issue - FTB Utility

  • This section is closed. Please do bug reports over at the FTB GitHub repos.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Rob Puffer

New Member
Jul 29, 2019
3
0
0
Version:
2.1.0

What is the bug:
Server wont reboot when enabled. It just stops.

Java and OS: Ubuntu 14.10 LTS
java version "1.7.0_80"
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)

startup script (startup.sh)
screen -dmS evolution java -server -Xms512m -Xmx4096M -XX:PermSize=256m -d64 -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=2 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -jar FTBServer-1.7.10-1448.jar nogui

config.json
},
"general": {
"allowCreativeInteractSecure": true,
"blockedEntities": [],
"restartTimer": 3.0,
"safeSpawn": false,
"spawnPVP": true

I took out the screen -dmS command and it still just stops the server. Am I expecting this to work different?

Mod & Version:


Paste.feed-the-beast.com log:


Can it be repeated:
Yes. Every 6 hrs or integer I select

Known Fix:
 
I had this happen when I tried it on my server. There was nothing else set to restart the server while I had the setting active. The server would stop when triggered by the mod. It would not restart. I finally went back with the scheduled restarts that I had originally set up. Disabling the restarts from FTB Utilities. This was using a rented online creeperhost server. I only tried it on FTB Infinity 2.1.2 though.

I will have to look into that "startup.sh". Something about it isn't right somehow, I think.
 
Last edited: