vinanrra / Docker-Satisfactory

Satisfactory server using LinuxGSM script in Docker
43 stars 7 forks source link

Unable to start sfserver #16

Closed tomtom30 closed 2 years ago

tomtom30 commented 2 years ago

Hi, Iam trying to launch sfserver with your code and it failed on launch.

Here is all I can find in sfserver-script.log :

Jan 25 14:26:27.707 sfserver: START: FATAL: Unable to start sfserver                                                                                                                                               

Jan 25 14:26:27.722 sfserver: START: INFO: LinuxGSM version: v21.5.1                                                                                                                                               

Jan 25 14:26:27.727 sfserver: START: FATAL: core_exit.sh exiting with code: 1                                                                                                                                      

Jan 25 14:26:29.115 sfserver: CORE: PASS: Downloading command_details.sh                                                                                                                                           

Jan 25 14:26:30.984 sfserver: DETAILS: PASS: Downloading info_messages.sh                                                                                                                                          

Jan 25 14:26:31.125 sfserver: DETAILS: INFO: LinuxGSM version: v21.5.1                                                                                                                                             

Jan 25 14:26:31.129 sfserver: DETAILS: PASS: core_exit.sh exiting with code: 0                                                                                                                                     

Jan 25 14:26:57.901 sfserver: CORE: PASS: Downloading command_stop.sh                                                                                                                                              

Jan 25 14:26:59.396 sfserver: STOP: ERROR: sfserver is already stopped                                                                                                                                             

Jan 25 14:26:59.422 sfserver: STOP: INFO: LinuxGSM version: v21.5.1                                                                                                                                                

Jan 25 14:26:59.428 sfserver: STOP: ERROR: core_exit.sh exiting with code: 2

All is OK in the installation. I don't understand why it hapenned.

the server sfserver-console.log is empty

Can you help ? Thanks

vinanrra commented 2 years ago

Hi, I have tested the image and works without problem, if you want me to help you I need this:

The docker command or docker-compose you are using it

SO you are using, example Ubuntu 18

But FIRST do a clean install and if you have volumes clear them before the clean start.

tomtom30 commented 2 years ago

Ok I have found my issue. It seems to fail when the volumes are on a NFS share. The problem seems to appear on linuxGSM.

Its all ok thank you.