Git Product home page Git Product logo

gameservermanagers / docker-gameserver Goto Github PK

View Code? Open in Web Editor NEW
130.0 130.0 10.0 349 KB

Dockerised Game Servers using LinuxGSM

License: MIT License

Jinja 8.65% SystemVerilog 4.76% Shell 10.02% BitBake 4.77% Bikeshed 4.79% C++ 4.79% C# 4.81% CSS 4.85% EmberScript 4.78% TeX 4.79% M4 4.77% CodeQL 4.77% Smalltalk 4.78% TypeScript 4.80% Turing 4.78% ChucK 4.78% PostScript 4.79% GLSL 4.79% HCL 4.77%
dedicated-game-server docker game-server mulitplayer-game-server

docker-gameserver's People

Contributors

dependabot[bot] avatar dgibbs64 avatar github-actions[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

docker-gameserver's Issues

Running export_server_packages on atsserver

I'm using the docker image for ats server. When I try to start it, it dies with this message

 [MP] =========================================================================
 *** ERROR *** : [MP] Error: Server packages file not found. This is required to load proper map, DLCs and mods.
 *** ERROR *** : [MP] Error: Use "export_server_packages" command in game to export server game settings.
 *** ERROR *** : [MP] Error: See server_readme.txt.
 *** ERROR *** : [MP] Error: Server was teminated.
 [MP] =========================================================================

The server_readme.txt links to https://modding.scssoft.com/wiki/Documentation/Tools/Dedicated_Server.

Seems like I need to run this export_server_packages in the "console". The doc indicates you do this in steam GUI ("press ~"), but I am putting this on a headless server.

I tried logging into the server console with docker exec -it atsserver sudo -u linuxgsm ./atsserver console but that fails because the server has already crashed.

question for linuxgsm/root user, and custom crontab

hello everyone,

i try to use custom crontab in linuxgsm user, and i find out it will restore to default if i restart container, and even before restart container, the crontab will not work as expected, like no run the command
here is the crontab

*/60 * * * * /app/mcserver update > /dev/null 2>&1
0 * * * * /app/mcserver send "kill @e[type=item]"

and then i try to set up crontab in root user like this

0 * * * * su - linuxgsm -c '/app/mcserver send "kill @e[type=item]"'

it can't run either.

when i run command alone, its show "server not running".

then i type

su - linuxgsm -c '/app/mcserver dt'

图片

seems its wrong config file path. maybe its environment problem? but i check the 'env' in linuxgsm user and root user, its the same.

here is my docker-compose

  minecraft:
    image:  gameservermanagers/gameserver:mc
    container_name: minecraft
    volumes:
      - /mnt/ssd/docker/minecraft:/data
    network_mode: host
    restart: always

any idea for it ?

mod-install : HowTo at Docker Startup

It looks like the only way to run mod-install is as a command-line once the docker and server is loaded. Is there a way in dockerfile or post install per starting to install mods specifically using Bepinex for Valheim docker ?

Thanks in advance,
Pazmar

Issues with gmod server

I'm moving from the legacy docker-gameserver experimental to this repository. Got not luck trying to setup a simple gmod server:

Initializing Steam libraries for Workshop..
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
CAppInfoCacheReadFromDiskThread took 0 milliseconds to initialize
dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
SteamInternal_SetMinidumpSteamID:  Caching Steam ID:  76561197960265728 [API loaded no]
[S_API FAIL] Tried to access Steam interface SteamUser023 before SteamAPI_Init succeeded.
-authkey is no longer required by Garry's Mod. You can safely remove it from your server's launch options.
WS: No +host_workshop_collection or it is invalid!
Unknown command "cl_cmdrate"
Unknown command "cl_updaterate"
Unknown command "rate"
"host_workshop_collection" = ""
 game
ERROR: Port 27015 was unavailable - quitting due to "-strictportbind" command-line flag!

ERROR: Port 27015 was unavailable - quitting due to "-strictportbind" command-line flag!

Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Mon Jun  5 11:40:43 AM UTC 2023: Server restart in 10 seconds

I undestand before running docker-compose up -d you need to generate the Dockerfile related to the game server. Also, every time I rerun the console command, it displays this messages (never seen it before):

************** WARNING ***************
Running the dedicated server as root  
is highly discouraged. It is generally
unnecessary to use root privileges to 
execute the dedicated server.         
**************************************

Sure I'm missing the point here.

7D2D: Incomplete backup

Executing ./*server backup completes successfully, but does not capture any server or .local\user data ('save') files/folders. NOTE: The log does show the system recognizes there is a substantial amount of data

Jul 22 15:35:05.972 sdtdserver: STOP: PASS: Stopped My Game Host
Jul 22 15:35:05.976 sdtdserver: BACKUP: INFO: Lockfile generated
Jul 22 15:35:05.978 sdtdserver: BACKUP: INFO: /app/lgsm/lock/backup.lock
Jul 22 15:35:06.481 sdtdserver: BACKUP: INFO: A total of 15G will be compressed: /app/lgsm/backup/sdtdserver-2023-07-22-153452.tar.gz
Jul 22 15:35:06.985 sdtdserver: BACKUP: INFO: backup 15G sdtdserver-2023-07-22-153452.tar.gz, in progress
Jul 22 15:35:08.032 sdtdserver: BACKUP: PASS: Backup created: sdtdserver-2023-07-22-153452.tar.gz, total size 132K
Jul 22 15:35:08.828 sdtdserver: START: INFO: Using anonymous Steam login
Jul 22 15:35:09.565 sdtdserver: START: INFO: Rotating log files

Didn't matter if I used the 'basic' volume (cfg below) for '/data' or custom volume redirects (comment './test' & un-comment the rest). Both game me the same, small/incomplete backup

services:
  linuxgsm-sdtd:
    image: gameservermanagers/gameserver:sdtd
    # image: ghcr.io/gameservermanagers/gameserver:sdtd
    container_name: 7d2dserver
    restart: unless-stopped
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /etc/timezone:/etc/timezone:ro

      - ./test:/data
     # - ./svr:/data/serverfiles
     # - ./userData:/data/.local/share/7DaysToDie

     # - ./linuxgsm/log:/data/log
     # - ./linuxgsm/cfg:/data/config-lgsm/sdtdserver
      - ./linuxgsm/backup:/app/lgsm/backup
    ports:
      - 26910:26900/tcp             # PC
      - 26910-26915:26900-26905/udp # PC (added few 'extra' ports to CYA)
                                    #    [added more ports via https://7dtd.illy.bz/wiki/Ports]
      - 8093:8083/tcp               # OPTIONAL WEBADMIN  [NOTE:  match server's CFG file]
      - 8094:8084/tcp               # OPTIONAL TELNET    [NOTE:  match server's CFG file]
      - 8095:8085/tcp               # OPTIONAL WEBSERVER https://7dtd.illy.bz/wiki/Server%20fixes
      - 8097:8087/tcp               # OPTIONAL WEBSERVER https://github.com/dmustanger/7dtd-ServerTools

Comparing newer (left @ 133.6KB) vs. older (right @ 12GB) Docker image output :
Screenshot from 2023-07-22 15-49-48

Support for arm64

no matching manifest for linux/arm64/v8 in the manifest list entries

HLDS upstream bug breaks hldm tag

When initializing a container with the hldm tag, SteamCMD raises this error when installing HLDS, and the container hangs:

Error! App '90' state is 0xE after update job.

This is an upstream bug with HLDS according to the Valve Software developer wiki, which I was able to successfully replicate in a fresh SteamCMD container:

Bug: HLDS (appid 90) currently requires multiple runs of the app_update command before all the required files are successfully installed. Simply run app_update 90 validate multiple times until no more updates take place.

Until Valve updates HLDS to fix this bug, the above suggestion should be implemented as a temporary fix.

【CSGO SERVER】client can not connect & rcon connect success

At first, I couldn't connect to the server normally and was prompted to only connect internally and externally. Then, I set gslt and sv_password in csgoserver.cfg But the client still cannot connect, and the server keeps reminding you that your server needs to be restarted in order to update the version.
my rcon website can connect success.
image
image

image
image

cifs-utils

Can you add the cifs-utils into the dockerfiles so we can mount storage accounts and use them for persistent storage in the cloud? I can do a fork, but thought I would ask.

apt install cifs-utils

docker Compose PZ

Eu vi que esta como modo de host a placa de rede , para deixar mais facil , poderia apenas deixar as portas mapeadas , para que o usuario seja mais plug in play , fiz a alteracao aqui e subiu na hora

seg fault with arma 3

Using the bare stock config exactly as shown in the guide except with the arma3 tag, my server seg faults after it loads

Everything installs, the server starts, and at the end when its ready it just seg faults.

Logs


Starting arma3server
=================================
[  OK  ] Starting arma3server: Applying steamclient.so sdk64 hardlink fix: ARMA 3
[  OK  ] Starting arma3server: Applying steamclient.so sdk32 link fix: ARMA 3
[  OK  ] Starting arma3server: Applying 20150 Segmentation fault (core dumped) fix: ARMA 3
[  OK  ] Starting arma3server: LinuxGSM

Distro Details
================================================================================
Date:      Tue Jul  4
Distro:    Ubuntu 22.04.2 LTS
Arch:      x86_64
Kernel:    5.19.17-Unraid
Hostname: sksdfsdf
Uptime:    53d, 2h, 33m
tmux:      tmux 3.2a
glibc:     2.35

Server Resource
================================================================================
CPU         
Model:      Intel(R) Xeon(R) E-2276G CPU @ 3.80GHz
Cores:      12
Frequency:  3799.980MHz
Avg Load:   2.78, 1.66, 1.23

Memory                                
Mem:       total  used  free  cached  available
Physical:  32GB   18GB  13GB  13GB    13GB
Swap:      0B     0B    0B            

Storage                  
Filesystem:  /dev/loop2  
Total:                   20G
Used:                    11G
Available:   9.1G        

Game Server Resource Usage
================================================================================
CPU Used:  90.6%  
Mem Used:  2%     642MB

Storage       
Total:        1.2M
Serverfiles:  6.8G

ARMA 3 Server Details
================================================================================
Server name:      LinuxGSM
App ID:           233780
Server IP:        0.0.0.0:2302
Internet IP:     
Server password:  NOT SET
Admin password:  
Maxplayers:       32
Status:           STARTED

arma3server Script Details
================================================================================
Script name:            arma3server
LinuxGSM version:       v23.3.5
glibc required:         2.27
Discord alert:          off
Email alert:            off
Gotify alert:           off
IFTTT alert:            off
Mailgun (email) alert:  off
Pushbullet alert:       off
Pushover alert:         off
Rocketchat alert:       off
Slack alert:            off
Telegram alert:         off
Update on start:        off
User:                   linuxgsm
Location:               /app
Config file:            /data/serverfiles/cfg/arma3server.server.cfg
Network config file:    /data/serverfiles/cfg/arma3server.network.cfg

Backups
================================================================================
No Backups created

Command-line Parameters
================================================================================
 ./arma3server_x64 -ip=0.0.0.0 -port=2302 -cfg=/data/serverfiles/cfg/arma3server.network.cfg -config=/data/serverfiles/cfg/arma3server.server.cfg -mod='' -servermod= -bepath= -autoinit -loadmissiontomemory

Ports
================================================================================
Change ports by editing the parameters in:
/data/config-lgsm/arma3server

Useful port diagnostic command:
ss -tuplwn | grep arma3server_x64

DESCRIPTION     PORT  PROTOCOL  LISTEN
Game            2302  udp       0
Voice           2302  udp       0
Query           2303  udp       0
Steam           2304  udp       0
Voice (unused)  2305  udp       0
BattleEye       2306  udp       0

Status: STARTED

Tail log files
=================================
==> log/console/arma3server-console-2023-07-04-23:59:33.log <==

==> log/console/arma3server-console.log <==
23:59:46 InitSound ...
23:59:46 InitSound - complete
23:59:46 Dedicated host created.
23:59:46 PhysX3 SDK Init started ...
23:59:46 PhysX3 SDK Init ended.
23:59:48 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.\na3_characters_f
23:59:48 Loading movesType CfgGesturesMale
23:59:48 MovesType CfgGesturesMale load time 54.0 ms
23:59:48 Loading movesType CfgMovesMaleSdr
23:59:52 Warning: looped for animation: a3\anims_f_epa\data\anim\sdr\cts\hubcleaned\briefing\hubbriefing_loop.rtm differs (looped now 0)! MoveName: hubbriefing_ext

==> log/script/arma3server-script-2023-07-04-23:59:33.log <==
Jul 04 23:59:33.407 arma3server: INSTALL: INFO: LinuxGSM version: v23.3.5
Jul 04 23:59:33.408 arma3server: INSTALL: PASS: core_exit.sh exiting with code: 0
Jul 04 23:59:35.336 arma3server: START: INFO: Applying steamclient.so sdk64 hardlink fix: ARMA 3
Jul 04 23:59:35.842 arma3server: START: PASS: Applying steamclient.so sdk64 hardlink fix: ARMA 3
Jul 04 23:59:35.874 arma3server: UPDATE: PASS: Checking local build
Jul 04 23:59:36.847 arma3server: START: INFO: Applying steamclient.so sdk32 link fix: ARMA 3
Jul 04 23:59:37.352 arma3server: START: PASS: Applying steamclient.so sdk32 link fix: ARMA 3
Jul 04 23:59:38.363 arma3server: START: INFO: Applying 20150 Segmentation fault (core dumped) fix: ARMA 3
Jul 04 23:59:38.868 arma3server: START: PASS: Applying 20150 Segmentation fault (core dumped) fix: ARMA 3
Jul 04 23:59:39.409 arma3server: START: INFO: Rotating log files

==> log/script/arma3server-script.log <==
Jul 04 23:59:40.473 arma3server: START: PASS: core_exit.sh exiting with code: 0
Jul 04 23:59:45.303 arma3server: UPDATE: PASS: Checking remote build
Jul 04 23:59:46.308 arma3server: UPDATE: INFO: No update available
Jul 04 23:59:46.311 arma3server: UPDATE: INFO: Local build: 10602846
Jul 04 23:59:46.312 arma3server: UPDATE: INFO: Remote build: 10602846
Jul 04 23:59:46.315 arma3server: UPDATE: INFO: Branch: public
Jul 04 23:59:46.322 arma3server: UPDATE: INFO: LinuxGSM version: v23.3.5
Jul 04 23:59:46.323 arma3server: UPDATE: PASS: core_exit.sh exiting with code: 0
Jul 04 23:59:50.834 arma3server: DETAILS: INFO: LinuxGSM version: v23.3.5
Jul 04 23:59:50.835 arma3server: DETAILS: PASS: core_exit.sh exiting with code: 0

==> log/script/arma3server-steamcmd.log <==
 Update state (0x61) downloading, progress: 98.87 (7171761478 / 7253965268)
 Update state (0x81) verifying update, progress: 8.55 (620407309 / 7253965268)
 Update state (0x81) verifying update, progress: 21.88 (1587099741 / 7253965268)
 Update state (0x81) verifying update, progress: 34.75 (2520538234 / 7253965268)
 Update state (0x81) verifying update, progress: 47.89 (3473813438 / 7253965268)
 Update state (0x81) verifying update, progress: 60.68 (4401370530 / 7253965268)
 Update state (0x81) verifying update, progress: 73.59 (5338024440 / 7253965268)
 Update state (0x81) verifying update, progress: 86.73 (6291682458 / 7253965268)
 Update state (0x81) verifying update, progress: 95.18 (6904380062 / 7253965268)
Success! App '233780' fully installed.

==> log/console/arma3server-console.log <==
23:59:53 Warning: looped for animation: a3\anims_f_epa\data\anim\sdr\cts\hubcleaned\spectator\hubspectator_stand.rtm differs (looped now 1)! MoveName: hubspectator_stand_contact
23:59:53 MovesType CfgMovesMaleSdr load time 4754.0 ms
23:59:53 BattlEye server updated to version: 220
23:59:53 BattlEye Server: Initialized (v1.220, Arma 3 2.12.150301)
CAppInfoCacheReadFromDiskThread took 0 milliseconds to initialize
CApplicationManagerPopulateThread took 0 milliseconds to initialize (will have waited on CAppInfoCacheReadFromDiskThread)
RecordSteamInterfaceCreation (PID 3543): SteamGameServer012 / GameServer
RecordSteamInterfaceCreation (PID 3543): SteamUtils009 / Utils
Setting breakpad minidump AppID = 107410
23:59:53 Game Port: 2302, Steam Query Port: 2303
23:59:53 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
RecordSteamInterfaceCreation (PID 3543): SteamGameServer012 / GameServer
RecordSteamInterfaceCreation (PID 3543): SteamUtils009 / Utils
RecordSteamInterfaceCreation (PID 3543): SteamNetworking005 / Networking
RecordSteamInterfaceCreation (PID 3543): SteamGameServerStats001 / GameServerStats
RecordSteamInterfaceCreation (PID 3543): STEAMHTTP_INTERFACE_VERSION002 / HTTP
RecordSteamInterfaceCreation (PID 3543): STEAMINVENTORY_INTERFACE_V002 / Inventory
RecordSteamInterfaceCreation (PID 3543): STEAMUGC_INTERFACE_VERSION010 / UGC
RecordSteamInterfaceCreation (PID 3543): STEAMAPPS_INTERFACE_VERSION008 / Apps
Arma 3 Console version 2.12.150301 x64 : port 2302
23:59:53 Host identity created.
Segmentation fault

[Bug]: cannot start rust server due to tail looking in wrong folders

User story

just trying to create a new rust server but upon first installation command start fails becasue of tail looking at the wrong location for logs

Game

rust

Linux distro

Ubuntu 22.04

Command

command: start

Further information

2024-01-03 05:54:37 tail: cannot open '/data/log/console/*script.log' for reading: No such file or directory
2024-01-03 05:54:37 ==> /data/log/console/rustserver-console.log <==
2024-01-03 05:54:37 tail: cannot open '/data/log/script/*console.log' for reading: No such file or directory

so I am using docker linux gsm when I create a new container the problem persists. tail is looking for the wrong log file in the wrong place.

I have also tried to update the lsgm using
PS C:\Users\Tamik> docker exec -it --user linuxgsm HOA_RUSTs ./rustserver update-lgsm but that didn't really do much to solve the problem but instead create a new error

2024-01-03 05:48:49 tail: '/data/log/script/rustserver-script.log' has become inaccessible: No such file or directory
2024-01-03 05:48:49 tail: '/data/log/console/rustserver-console.log' has become inaccessible: No such file or directory

here is the docker-compose.yml

version: "3.8"
services:
  # bind mount example
  linuxgsm-rust-bind:
    build:
      context: .
      dockerfile: dockerfiles/Dockerfile.rust
    container_name: HOA_RUSTs
    restart: unless-stopped
    volumes:
      - ./data:/data
    network_mode: host

and here is the Dockerfile.rust

#
# LinuxGSM Rust Dockerfile
#
# https://github.com/GameServerManagers/docker-gameserver
#

FROM gameservermanagers/linuxgsm:ubuntu-22.04
LABEL maintainer="LinuxGSM <[email protected]>"
ENV GAMESERVER=rustserver

## Auto install game server requirements
RUN depshortname=$(curl --connect-timeout 10 -s https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/lgsm/data/ubuntu-22.04.csv |awk -v shortname="rust" -F, '$1==shortname {$1=""; print $0}') \
  && if [ -n "${depshortname}" ]; then \
  echo "**** Install ${depshortname} ****" \
  && apt-get update \
  && apt-get install -y ${depshortname} \
  && apt-get -y autoremove \
  && apt-get clean \
  && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*; \
  fi

HEALTHCHECK --interval=1m --timeout=1m --start-period=2m --retries=1 CMD /linuxgsm/entrypoint-healthcheck.sh || exit 1

RUN date > /build-time.txt

ENTRYPOINT ["/bin/bash", "./entrypoint.sh"]

so I think the linuxgsm app itself one of the files is causing that problem rather than docker

I even updated the rust server itself using to make sure nothing on that side was causing anything.

PS C:\Users\Tamik> docker exec -it --user linuxgsm HOA_RUSTs ./rustserver update
[  OK  ] Updating rustserver: Checking for update: SteamCMD

No update available
* Local build: 12980910
* Remote build: 12980910
* Branch: public
https://steamdb.info/app/258550/

Relevant log output

2024-01-03 05:52:47 Loading exit handler
2024-01-03 05:52:47 
2024-01-03 05:52:47 Welcome to the LinuxGSM
2024-01-03 05:52:47 ================================================================================
2024-01-03 05:52:47 CURRENT TIME: Wed Jan  3 12:52:47 PM UTC 2024
2024-01-03 05:52:47 BUILD TIME: Wed Jan  3 04:31:00 AM UTC 2024
2024-01-03 05:52:47 GAMESERVER: rustserver
2024-01-03 05:52:47 DISTRO: Ubuntu 22.04.3 LTS
2024-01-03 05:52:47 
2024-01-03 05:52:47 USER: linuxgsm
2024-01-03 05:52:47 UID: 1000
2024-01-03 05:52:47 GID: 1000
2024-01-03 05:52:47 
2024-01-03 05:52:47 LGSM_GITHUBUSER: GameServerManagers
2024-01-03 05:52:47 LGSM_GITHUBREPO: LinuxGSM
2024-01-03 05:52:47 LGSM_GITHUBBRANCH: master
2024-01-03 05:52:47 LGSM_LOGDIR: /data/log
2024-01-03 05:52:47 LGSM_SERVERFILES: /data/serverfiles
2024-01-03 05:52:47 LGSM_DATADIR: /data/data
2024-01-03 05:52:47 LGSM_CONFIG: /data/config-lgsm
2024-01-03 05:52:47 
2024-01-03 05:52:47 Initalising
2024-01-03 05:52:47 ================================================================================
2024-01-03 05:52:47 
2024-01-03 05:52:47 Check Permissions
2024-01-03 05:52:47 =================================
2024-01-03 05:52:47 setting UID to 1000
2024-01-03 05:52:47 setting GID to 1000
2024-01-03 05:52:47 updating permissions for /data
2024-01-03 05:52:51 updating permissions for /app
2024-01-03 05:52:51 
2024-01-03 05:52:51 Switch to user linuxgsm
2024-01-03 05:52:51 =================================
2024-01-03 05:52:51 Loading exit handler
2024-01-03 05:52:51 
2024-01-03 05:52:51 creating rustserver
2024-01-03 05:52:51 =================================
Installed Rust server as rustserver
2024-01-03 05:52:52 
2024-01-03 05:52:52 Remember to check server ports
2024-01-03 05:52:52 ./rustserver details
2024-01-03 05:52:52 
2024-01-03 05:52:52 ensure all modules are executable
2024-01-03 05:52:52 
2024-01-03 05:52:52 fetching GitHub _default.cfg...OK
2024-01-03 05:52:53 fetching GitHub linuxgsm.sh...OK
2024-01-03 05:52:54 
2024-01-03 05:52:54                                 mdMMMMbm
2024-01-03 05:52:54                               mMMMMMMMMMMm
2024-01-03 05:52:54                               mMMMMMMMMMMMMm
2024-01-03 05:52:54                              mMMMMMMMMMMMMMMm
2024-01-03 05:52:54                              hMMMV^VMMV^VMMMh
2024-01-03 05:52:54                              MMMMM  MM  MMMMM
2024-01-03 05:52:54                              hMMs   vv   sMMh
2024-01-03 05:52:54                             hMMM:        :MMMh
2024-01-03 05:52:54                           .hMMMh          hMMMh.
2024-01-03 05:52:54                          -dMMMh     __     hMMMd-
2024-01-03 05:52:54                         :mMMMs      ||      sMMMm:
2024-01-03 05:52:54                        :MMMM+       || _     +NMMN:
2024-01-03 05:52:54                       .mMMM+     ========     +MMMm.
2024-01-03 05:52:54                       yMMMy   ##############   yMMMy
2024-01-03 05:52:54                       mMMM:   ##############   :MMMm
2024-01-03 05:52:54                       mMM   nn   nn    nn   nn   MMm
2024-01-03 05:52:54                       o   nNNNNNNNn    nNNNNNNNn   o
2024-01-03 05:52:54                          nNNNNNNNNNn  nNNNNNNNNNn
2024-01-03 05:52:54                         nNNNNNNNNNNN  NNNNNNNNNNNn
2024-01-03 05:52:54                          +NNNNNNNNN:  :NNNNNNNNN+
2024-01-03 05:52:54                            nNNNNNNN /\ NNNNNNNn
2024-01-03 05:52:54                              nnnnn  db  nnnnn
2024-01-03 05:52:54 
2024-01-03 05:52:54 888      d8b                             .d8888b.   .d8888b.  888b     d888
2024-01-03 05:52:54 888      Y8P                            d88P  Y88b d88P  Y88b 8888b   d8888
2024-01-03 05:52:54 888                                     888    888 Y88b.      88888b.d88888
2024-01-03 05:52:54 888      888 88888b.  888  888 888  888 888          Y888b.   888Y88888P888
2024-01-03 05:52:54 888      888 888  88b 888  888  Y8bd8P  888  88888      Y88b. 888 Y888P 888
2024-01-03 05:52:54 888      888 888  888 888  888   X88K   888    888        888 888  Y8P  888
2024-01-03 05:52:54 888      888 888  888 Y88b 88Y .d8pq8b. Y88b  d88P Y88b  d88P 888   *   888
2024-01-03 05:52:54 LinuxGSM 888 888  888  Y8888Y  888  888   Y2012P88   Y8888P   888       888
2024-01-03 05:52:54 
2024-01-03 05:52:54 Support LinuxGSM
2024-01-03 05:52:54 =================================
2024-01-03 05:52:54 
2024-01-03 05:52:54 Been using LinuxGSM?
2024-01-03 05:52:54 Consider sponsoring to support development.
2024-01-03 05:52:54 
2024-01-03 05:52:54 * GitHub: https://github.com/sponsors/dgibbs64
2024-01-03 05:52:54 * Patreon: https://linuxgsm.com/patreon
2024-01-03 05:52:54 * PayPal: https://linuxgsm.com/paypal
2024-01-03 05:52:54 
2024-01-03 05:52:54 LinuxGSM est. 2012
2024-01-03 05:52:54 
2024-01-03 05:52:54 Starting Update Checks
2024-01-03 05:52:54 =================================
2024-01-03 05:52:54 update will check every 60 minutes
2024-01-03 05:52:54 
2024-01-03 05:52:54 Checking for Update rustserver
2024-01-03 05:52:54 =================================
[  OK  ] Updating rustserver: Checking for update: SteamCMD
2024-01-03 05:53:39 
2024-01-03 05:53:39 No update available
2024-01-03 05:53:39 * Local build: 12980910
2024-01-03 05:53:39 * Remote build: 12980910
2024-01-03 05:53:39 * Branch: public
2024-01-03 05:53:39 https://steamdb.info/app/258550/
2024-01-03 05:53:39 
2024-01-03 05:53:39 
2024-01-03 05:53:39 Starting rustserver
2024-01-03 05:53:39 =================================
fetching GitHub ubuntu-22.04.csv...OK
[ INFO ] Starting rustserver: Running Carbon environment.sh
[  OK  ] Starting rustserver: Sending Discord alert
2024-01-03 05:54:13 
2024-01-03 05:54:35 
2024-01-03 05:54:35 Distro Details
2024-01-03 05:54:35 ================================================================================
2024-01-03 05:54:35 Date:         Wed Jan  3 12:54:35 PM UTC 2024
2024-01-03 05:54:35 Distro:       Ubuntu 22.04.3 LTS
2024-01-03 05:54:35 Arch:         x86_64
2024-01-03 05:54:35 Kernel:       5.15.133.1-microsoft-standard-WSL2
2024-01-03 05:54:35 Hostname:     MOTHERSHIP
2024-01-03 05:54:35 Environment:  wsl
2024-01-03 05:54:35 Uptime:       0d, 9h, 18m
2024-01-03 05:54:35 tmux:         3.2a
2024-01-03 05:54:35 glibc:        2.35
2024-01-03 05:54:35 
2024-01-03 05:54:35 Server Resource
2024-01-03 05:54:35 ================================================================================
2024-01-03 05:54:35 CPU         
2024-01-03 05:54:35 Model:      AMD Ryzen 9 3900X 12-Core Processor
2024-01-03 05:54:35 Cores:      24
2024-01-03 05:54:35 Frequency:  3800.009MHz
2024-01-03 05:54:35 Avg Load:   0.97, 1.09, 1.16
2024-01-03 05:54:35 
2024-01-03 05:54:35 Memory                                  
2024-01-03 05:54:35 Mem:       total  used   free   cached  available
2024-01-03 05:54:35 Physical:  24GB   2.1GB  21GB   2.1GB   21GB
2024-01-03 05:54:35 Swap:      6.0GB  0B     6.0GB          
2024-01-03 05:54:35 
2024-01-03 05:54:35 Storage      
2024-01-03 05:54:35 Filesystem:  overlay
2024-01-03 05:54:35 Total:       1007G
2024-01-03 05:54:35 Used:        6.4G
2024-01-03 05:54:35 Available:   950G
2024-01-03 05:54:35 
2024-01-03 05:54:35 Network       
2024-01-03 05:54:35 IP:           0.0.0.0
2024-01-03 05:54:35 Internet IP:  74.117.38.129
2024-01-03 05:54:35 
2024-01-03 05:54:35 Rust Resource Usage
2024-01-03 05:54:35 ================================================================================
2024-01-03 05:54:35 CPU Used:  41.7%  
2024-01-03 05:54:35 Mem Used:  3%     725MB
2024-01-03 05:54:35 
2024-01-03 05:54:35 Storage       
2024-01-03 05:54:35 Total:        1.2M
2024-01-03 05:54:35 Serverfiles:  6.0G
2024-01-03 05:54:35 
2024-01-03 05:54:35 Rust Server Details
2024-01-03 05:54:35 ================================================================================
2024-01-03 05:54:35 Server name:    HOA | build test server
2024-01-03 05:54:35 App ID:         258550
2024-01-03 05:54:35 Server IP:      0.0.0.0:28015
2024-01-03 05:54:35 Internet IP:    74.117.38.129:28015
2024-01-03 05:54:35 RCON password:  theh0r3inthisism3
2024-01-03 05:54:35 RCON web:       1
2024-01-03 05:54:35 Maxplayers:     50
2024-01-03 05:54:35 Game mode:      vanilla
2024-01-03 05:54:35 Tick rate:      30
2024-01-03 05:54:35 Save interval:  300s
2024-01-03 05:54:35 Seed:           662590906
2024-01-03 05:54:35 Salt:           0
2024-01-03 05:54:35 World size:     3000m
2024-01-03 05:54:35 Status:         STARTED
2024-01-03 05:54:35 
2024-01-03 05:54:35 rustserver Script Details
2024-01-03 05:54:35 ================================================================================
2024-01-03 05:54:35 Script name:       rustserver
2024-01-03 05:54:35 LinuxGSM version:  v23.7.1
2024-01-03 05:54:35 glibc required:    2.15
2024-01-03 05:54:35 Discord alert:     on
2024-01-03 05:54:35 Email alert:       off
2024-01-03 05:54:35 Gotify alert:      off
2024-01-03 05:54:35 IFTTT alert:       off
2024-01-03 05:54:35 Pushbullet alert:  off
2024-01-03 05:54:35 Pushover alert:    off
2024-01-03 05:54:35 Rocketchat alert:  off
2024-01-03 05:54:35 Slack alert:       off
2024-01-03 05:54:35 Telegram alert:    off
2024-01-03 05:54:35 Update on start:   off
2024-01-03 05:54:35 User:              linuxgsm
2024-01-03 05:54:35 Location:          /app
2024-01-03 05:54:35 Config file:       /data/serverfiles/server/rustserver/cfg/server.cfg
2024-01-03 05:54:35 
2024-01-03 05:54:35 Backups
2024-01-03 05:54:35 ================================================================================
2024-01-03 05:54:35 No Backups created
2024-01-03 05:54:35 
2024-01-03 05:54:35 Command-line Parameters
2024-01-03 05:54:35 ================================================================================
2024-01-03 05:54:35  ./RustDedicated -batchmode +app.listenip 0.0.0.0 +app.port 28082 +server.ip 0.0.0.0 +server.port 28015 +server.queryport 28017 +server.tickrate 30 +server.hostname "HOA | build test server" +server.identity "rustserver" +server.gamemode vanilla +server.level "Procedural Map" +server.seed 662590906 +server.salt 0 +server.maxplayers 50 +server.worldsize 3000 +server.saveinterval 300 +rcon.web 1 +rcon.ip 0.0.0.0 +rcon.port 28016 +rcon.password "theh0r3inthisism3" -logfile /data/log/server/rustserver-game.log
2024-01-03 05:54:35 
2024-01-03 05:54:35 Ports
2024-01-03 05:54:35 ================================================================================
2024-01-03 05:54:35 Change ports by editing the parameters in:
2024-01-03 05:54:35 /data/config-lgsm/rustserver
2024-01-03 05:54:35 
2024-01-03 05:54:35 Useful port diagnostic command:
2024-01-03 05:54:35 ss -tuplwn | grep RustDedicated
2024-01-03 05:54:35 
2024-01-03 05:54:35 DESCRIPTION  PORT   PROTOCOL  LISTEN
2024-01-03 05:54:35 Game         28015  udp       0
2024-01-03 05:54:35 Query        28017  udp       0
2024-01-03 05:54:35 RCON         28016  tcp       0
2024-01-03 05:54:35 App          28082  tcp       0
2024-01-03 05:54:35 
2024-01-03 05:54:35 Status:STARTED
2024-01-03 05:54:35 
2024-01-03 05:54:37 Tail log files
2024-01-03 05:54:37 =================================
2024-01-03 05:54:37 tail: cannot open '/data/log/console/*script.log' for reading: No such file or directory
2024-01-03 05:54:37 ==> /data/log/console/rustserver-console.log <==
2024-01-03 05:54:37 tail: cannot open '/data/log/script/*console.log' for reading: No such file or directory
2024-01-03 05:54:37 
2024-01-03 05:54:37 ==> /data/log/script/rustserver-script.log <==
2024-01-03 05:54:37 Jan 03 12:54:03.089 rustserver: START: PASS: Started HOA | build test server
2024-01-03 05:54:37 Jan 03 12:54:03.329 rustserver: START: PASS: Started HOA | build test server
2024-01-03 05:54:37 Jan 03 12:54:03.470 rustserver: START: INFO: Sending alert: rustserver has started
2024-01-03 05:54:37 Jan 03 12:54:13.083 rustserver: START: PASS: Sending Discord alert
2024-01-03 05:54:37 Jan 03 12:54:13.183 rustserver: START: INFO: LinuxGSM version: v23.7.1
2024-01-03 05:54:37 Jan 03 12:54:13.202 rustserver: START: PASS: core_exit.sh exiting with code: 0
2024-01-03 05:54:37 Jan 03 12:54:35.575 rustserver: DETAILS: INFO: LinuxGSM version: v23.7.1
2024-01-03 05:54:37 Jan 03 12:54:35.580 rustserver: DETAILS: PASS: core_exit.sh exiting with code: 0
2024-01-03 05:57:57 Jan 03 12:57:57.468 rustserver: UPDATE-LGSM: INFO: Updating LinuxGSM
2024-01-03 05:57:57 Jan 03 12:57:57.971 rustserver: UPDATE-LGSM: INFO: Selecting repo
2024-01-03 05:57:59 Jan 03 12:57:59.215 rustserver: UPDATE-LGSM: PASS: Checking GitHub linuxgsm.sh
2024-01-03 05:57:59 Jan 03 12:57:59.218 rustserver: UPDATE-LGSM: INFO: Checking rustserver
2024-01-03 05:57:59 Jan 03 12:57:59.324 rustserver: UPDATE-LGSM: INFO: Checking rustserver
2024-01-03 05:57:59 Jan 03 12:57:59.327 rustserver: UPDATE-LGSM: INFO: Checking GitHub config _default.cfg
2024-01-03 05:58:00 Jan 03 12:58:00.113 rustserver: UPDATE-LGSM: PASS: Checking GitHub config _default.cfg
2024-01-03 05:58:00 Jan 03 12:58:00.886 rustserver: UPDATE-LGSM: PASS: Checking GitHub module alert_discord.sh
2024-01-03 05:58:01 Jan 03 12:58:01.654 rustserver: UPDATE-LGSM: PASS: Checking GitHub module alert_email.sh
2024-01-03 05:58:02 Jan 03 12:58:02.445 rustserver: UPDATE-LGSM: PASS: Checking GitHub module alert_gotify.sh
2024-01-03 05:58:03 Jan 03 12:58:03.250 rustserver: UPDATE-LGSM: PASS: Checking GitHub module alert_ifttt.sh
2024-01-03 05:58:04 Jan 03 12:58:04.025 rustserver: UPDATE-LGSM: PASS: Checking GitHub module alert_pushbullet.sh
2024-01-03 05:58:04 Jan 03 12:58:04.881 rustserver: UPDATE-LGSM: PASS: Checking GitHub module alert_pushover.sh
2024-01-03 05:58:05 Jan 03 12:58:05.666 rustserver: UPDATE-LGSM: PASS: Checking GitHub module alert_rocketchat.sh
2024-01-03 05:58:06 Jan 03 12:58:06.549 rustserver: UPDATE-LGSM: PASS: Checking GitHub module alert.sh
2024-01-03 05:58:07 Jan 03 12:58:07.306 rustserver: UPDATE-LGSM: PASS: Checking GitHub module alert_slack.sh
2024-01-03 05:58:08 Jan 03 12:58:08.124 rustserver: UPDATE-LGSM: PASS: Checking GitHub module alert_telegram.sh
2024-01-03 05:58:08 Jan 03 12:58:08.828 rustserver: UPDATE-LGSM: PASS: Checking GitHub module check_config.sh
2024-01-03 05:58:09 Jan 03 12:58:09.577 rustserver: UPDATE-LGSM: PASS: Checking GitHub module check_deps.sh
2024-01-03 05:58:10 Jan 03 12:58:10.306 rustserver: UPDATE-LGSM: PASS: Checking GitHub module check_executable.sh
2024-01-03 05:58:11 Jan 03 12:58:11.084 rustserver: UPDATE-LGSM: PASS: Checking GitHub module check_glibc.sh
2024-01-03 05:58:11 Jan 03 12:58:11.876 rustserver: UPDATE-LGSM: PASS: Checking GitHub module check_ip.sh
2024-01-03 05:58:12 Jan 03 12:58:12.786 rustserver: UPDATE-LGSM: PASS: Checking GitHub module check_last_update.sh
2024-01-03 05:58:13 Jan 03 12:58:13.586 rustserver: UPDATE-LGSM: PASS: Checking GitHub module check_logs.sh
2024-01-03 05:58:14 Jan 03 12:58:14.347 rustserver: UPDATE-LGSM: PASS: Checking GitHub module check_permissions.sh
2024-01-03 05:58:15 Jan 03 12:58:15.145 rustserver: UPDATE-LGSM: PASS: Checking GitHub module check_root.sh
2024-01-03 05:58:15 Jan 03 12:58:15.908 rustserver: UPDATE-LGSM: PASS: Checking GitHub module check.sh
2024-01-03 05:58:16 Jan 03 12:58:16.702 rustserver: UPDATE-LGSM: PASS: Checking GitHub module check_status.sh
2024-01-03 05:58:17 Jan 03 12:58:17.465 rustserver: UPDATE-LGSM: PASS: Checking GitHub module check_steamcmd.sh
2024-01-03 05:58:18 Jan 03 12:58:18.309 rustserver: UPDATE-LGSM: PASS: Checking GitHub module check_system_dir.sh
2024-01-03 05:58:19 Jan 03 12:58:19.165 rustserver: UPDATE-LGSM: PASS: Checking GitHub module check_system_requirements.sh
2024-01-03 05:58:20 Jan 03 12:58:20.009 rustserver: UPDATE-LGSM: PASS: Checking GitHub module check_tmuxception.sh
2024-01-03 05:58:20 Jan 03 12:58:20.850 rustserver: UPDATE-LGSM: PASS: Checking GitHub module check_version.sh
2024-01-03 05:58:21 Jan 03 12:58:21.648 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_backup.sh
2024-01-03 05:58:22 Jan 03 12:58:22.426 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_check_update.sh
2024-01-03 05:58:23 Jan 03 12:58:23.228 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_console.sh
2024-01-03 05:58:24 Jan 03 12:58:24.011 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_debug.sh
2024-01-03 05:58:24 Jan 03 12:58:24.765 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_details.sh
2024-01-03 05:58:25 Jan 03 12:58:25.547 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_dev_clear_modules.sh
2024-01-03 05:58:26 Jan 03 12:58:26.326 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_dev_debug.sh
2024-01-03 05:58:27 Jan 03 12:58:27.146 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_dev_details.sh
2024-01-03 05:58:27 Jan 03 12:58:27.952 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_dev_detect_deps.sh
2024-01-03 05:58:28 Jan 03 12:58:28.850 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_dev_detect_glibc.sh
2024-01-03 05:58:29 Jan 03 12:58:29.688 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_dev_detect_ldd.sh
2024-01-03 05:58:30 Jan 03 12:58:30.471 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_dev_query_raw.sh
2024-01-03 05:58:31 Jan 03 12:58:31.302 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_fastdl.sh
2024-01-03 05:58:32 Jan 03 12:58:32.086 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_install_resources_mta.sh
2024-01-03 05:58:32 Jan 03 12:58:32.885 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_install.sh
2024-01-03 05:58:33 Jan 03 12:58:33.651 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_mods_install.sh
2024-01-03 05:58:34 Jan 03 12:58:34.487 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_mods_remove.sh
2024-01-03 05:58:35 Jan 03 12:58:35.245 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_mods_update.sh
2024-01-03 05:58:36 Jan 03 12:58:36.040 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_monitor.sh
2024-01-03 05:58:36 Jan 03 12:58:36.805 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_postdetails.sh
2024-01-03 05:58:37 Jan 03 12:58:37.684 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_restart.sh
2024-01-03 05:58:38 Jan 03 12:58:38.424 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_send.sh
2024-01-03 05:58:39 Jan 03 12:58:39.209 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_skeleton.sh
2024-01-03 05:58:39 Jan 03 12:58:39.984 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_sponsor.sh
2024-01-03 05:58:50 Jan 03 12:58:50.476 rustserver: UPDATE-LGSM: UPDATE: Checking GitHub module command_start.sh
2024-01-03 05:58:50 Jan 03 12:58:50.928 rustserver: UPDATE-LGSM: PASS: Downloading command_start.sh...
2024-01-03 05:58:51 Jan 03 12:58:51.711 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_stop.sh
2024-01-03 05:58:52 Jan 03 12:58:52.595 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_test_alert.sh
2024-01-03 05:58:53 Jan 03 12:58:53.506 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_ts3_server_pass.sh
2024-01-03 05:58:54 Jan 03 12:58:54.281 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_update_linuxgsm.sh
2024-01-03 05:58:55 Jan 03 12:58:55.018 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_update.sh
2024-01-03 05:58:55 Jan 03 12:58:55.809 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_validate.sh
2024-01-03 05:58:56 Jan 03 12:58:56.622 rustserver: UPDATE-LGSM: PASS: Checking GitHub module command_wipe.sh
2024-01-03 05:58:57 Jan 03 12:58:57.388 rustserver: UPDATE-LGSM: PASS: Checking GitHub module compress_unreal2_maps.sh
2024-01-03 05:58:58 Jan 03 12:58:58.138 rustserver: UPDATE-LGSM: PASS: Checking GitHub module compress_ut99_maps.sh
2024-01-03 05:58:58 Jan 03 12:58:58.970 rustserver: UPDATE-LGSM: PASS: Checking GitHub module core_dl.sh
2024-01-03 05:59:00 Jan 03 12:59:00.200 rustserver: UPDATE-LGSM: PASS: Checking GitHub module core_exit.sh
2024-01-03 05:59:00 Jan 03 12:59:00.984 rustserver: UPDATE-LGSM: PASS: Checking GitHub module core_getopt.sh
2024-01-03 05:59:01 Jan 03 12:59:01.806 rustserver: UPDATE-LGSM: PASS: Checking GitHub module core_github.sh
2024-01-03 05:59:02 Jan 03 12:59:02.610 rustserver: UPDATE-LGSM: PASS: Checking GitHub module core_legacy.sh
2024-01-03 05:59:03 Jan 03 12:59:03.388 rustserver: UPDATE-LGSM: PASS: Checking GitHub module core_logs.sh
2024-01-03 05:59:04 Jan 03 12:59:04.236 rustserver: UPDATE-LGSM: PASS: Checking GitHub module core_messages.sh
2024-01-03 05:59:05 Jan 03 12:59:05.030 rustserver: UPDATE-LGSM: PASS: Checking GitHub module core_modules.sh
2024-01-03 05:59:05 Jan 03 12:59:05.864 rustserver: UPDATE-LGSM: PASS: Checking GitHub module core_steamcmd.sh
2024-01-03 05:59:06 Jan 03 12:59:06.676 rustserver: UPDATE-LGSM: PASS: Checking GitHub module core_trap.sh
2024-01-03 05:59:07 Jan 03 12:59:07.471 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_ark.sh
2024-01-03 05:59:17 Jan 03 12:59:17.978 rustserver: UPDATE-LGSM: UPDATE: Checking GitHub module fix_arma3.sh
2024-01-03 05:59:18 Jan 03 12:59:18.368 rustserver: UPDATE-LGSM: PASS: Downloading fix_arma3.sh...
2024-01-03 05:59:19 Jan 03 12:59:19.231 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_armar.sh
2024-01-03 05:59:20 Jan 03 12:59:20.081 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_av.sh
2024-01-03 05:59:20 Jan 03 12:59:20.851 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_bo.sh
2024-01-03 05:59:21 Jan 03 12:59:21.607 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_bt.sh
2024-01-03 05:59:22 Jan 03 12:59:22.430 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_cmw.sh
2024-01-03 05:59:23 Jan 03 12:59:23.329 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_csgo.sh
2024-01-03 05:59:24 Jan 03 12:59:24.106 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_dst.sh
2024-01-03 05:59:25 Jan 03 12:59:25.007 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_hw.sh
2024-01-03 05:59:25 Jan 03 12:59:25.848 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_ins.sh
2024-01-03 05:59:26 Jan 03 12:59:26.649 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_kf2.sh
2024-01-03 05:59:27 Jan 03 12:59:27.588 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_kf.sh
2024-01-03 05:59:28 Jan 03 12:59:28.507 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_mcb.sh
2024-01-03 05:59:29 Jan 03 12:59:29.351 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_mta.sh
2024-01-03 05:59:30 Jan 03 12:59:30.152 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_nmrih.sh
2024-01-03 05:59:30 Jan 03 12:59:30.931 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_onset.sh
2024-01-03 05:59:31 Jan 03 12:59:31.727 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_pvr.sh
2024-01-03 05:59:32 Jan 03 12:59:32.546 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_ro.sh
2024-01-03 05:59:33 Jan 03 12:59:33.347 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_rust.sh
2024-01-03 05:59:34 Jan 03 12:59:34.172 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_rw.sh
2024-01-03 05:59:34 Jan 03 12:59:34.965 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_samp.sh
2024-01-03 05:59:45 Jan 03 12:59:45.076 rustserver: UPDATE-LGSM: ERROR: Checking GitHub module fix_sdtd.sh
2024-01-03 05:59:45 Jan 03 12:59:45.181 rustserver: UPDATE-LGSM: PASS: Removing module fix_sdtd.sh
2024-01-03 05:59:45 Jan 03 12:59:45.947 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_sfc.sh
2024-01-03 05:59:46 Jan 03 12:59:46.721 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix.sh
2024-01-03 05:59:47 Jan 03 12:59:47.486 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_sof2.sh
2024-01-03 05:59:48 Jan 03 12:59:48.265 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_squad.sh
2024-01-03 05:59:49 Jan 03 12:59:49.027 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_steamcmd.sh
2024-01-03 05:59:49 Jan 03 12:59:49.845 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_st.sh
2024-01-03 05:59:50 Jan 03 12:59:50.626 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_terraria.sh
2024-01-03 05:59:51 Jan 03 12:59:51.470 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_tf2.sh
2024-01-03 05:59:52 Jan 03 12:59:52.232 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_ts3.sh
2024-01-03 05:59:53 Jan 03 12:59:53.061 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_unt.sh
2024-01-03 05:59:53 Jan 03 12:59:53.847 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_ut2k4.sh
2024-01-03 05:59:54 Jan 03 12:59:54.685 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_ut3.sh
2024-01-03 05:59:55 Jan 03 12:59:55.573 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_ut.sh
2024-01-03 05:59:56 Jan 03 12:59:56.372 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_vh.sh
2024-01-03 05:59:57 Jan 03 12:59:57.273 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_wurm.sh
2024-01-03 05:59:58 Jan 03 12:59:58.176 rustserver: UPDATE-LGSM: PASS: Checking GitHub module fix_zmr.sh
2024-01-03 05:59:59 Jan 03 12:59:59.070 rustserver: UPDATE-LGSM: PASS: Checking GitHub module info_distro.sh
2024-01-03 05:59:59 Jan 03 12:59:59.920 rustserver: UPDATE-LGSM: PASS: Checking GitHub module info_game.sh
2024-01-03 06:00:00 Jan 03 13:00:00.801 rustserver: UPDATE-LGSM: PASS: Checking GitHub module info_messages.sh
2024-01-03 06:00:01 Jan 03 13:00:01.610 rustserver: UPDATE-LGSM: PASS: Checking GitHub module info_stats.sh
2024-01-03 06:00:11 Jan 03 13:00:11.721 rustserver: UPDATE-LGSM: ERROR: Checking GitHub module install_complete.sh
2024-01-03 06:00:11 Jan 03 13:00:11.825 rustserver: UPDATE-LGSM: PASS: Removing module install_complete.sh
2024-01-03 06:00:12 Jan 03 13:00:12.606 rustserver: UPDATE-LGSM: PASS: Checking GitHub module install_config.sh
2024-01-03 06:00:22 Jan 03 13:00:22.719 rustserver: UPDATE-LGSM: ERROR: Checking GitHub module install_dst_token.sh
2024-01-03 06:00:22 Jan 03 13:00:22.824 rustserver: UPDATE-LGSM: PASS: Removing module install_dst_token.sh
2024-01-03 06:00:23 Jan 03 13:00:23.618 rustserver: UPDATE-LGSM: PASS: Checking GitHub module install_eula.sh
2024-01-03 06:00:24 Jan 03 13:00:24.407 rustserver: UPDATE-LGSM: PASS: Checking GitHub module install_factorio_save.sh
2024-01-03 06:00:34 Jan 03 13:00:34.518 rustserver: UPDATE-LGSM: ERROR: Checking GitHub module install_gslt.sh
2024-01-03 06:00:34 Jan 03 13:00:34.623 rustserver: UPDATE-LGSM: PASS: Removing module install_gslt.sh
2024-01-03 06:00:35 Jan 03 13:00:35.426 rustserver: UPDATE-LGSM: PASS: Checking GitHub module install_header.sh
2024-01-03 06:00:45 Jan 03 13:00:45.538 rustserver: UPDATE-LGSM: ERROR: Checking GitHub module install_logs.sh
2024-01-03 06:00:45 Jan 03 13:00:45.643 rustserver: UPDATE-LGSM: PASS: Removing module install_logs.sh
2024-01-03 06:00:46 Jan 03 13:00:46.447 rustserver: UPDATE-LGSM: PASS: Checking GitHub module install_mta_resources.sh
2024-01-03 06:00:47 Jan 03 13:00:47.246 rustserver: UPDATE-LGSM: PASS: Checking GitHub module install_retry.sh
2024-01-03 06:00:48 Jan 03 13:00:48.006 rustserver: UPDATE-LGSM: PASS: Checking GitHub module install_server_dir.sh
2024-01-03 06:00:48 Jan 03 13:00:48.870 rustserver: UPDATE-LGSM: PASS: Checking GitHub module install_server_files.sh
2024-01-03 06:00:49 Jan 03 13:00:49.687 rustserver: UPDATE-LGSM: PASS: Checking GitHub module install_squad_license.sh
2024-01-03 06:00:50 Jan 03 13:00:50.446 rustserver: UPDATE-LGSM: PASS: Checking GitHub module install_stats.sh
2024-01-03 06:00:51 Jan 03 13:00:51.166 rustserver: UPDATE-LGSM: PASS: Checking GitHub module install_steamcmd.sh
2024-01-03 06:00:51 Jan 03 13:00:51.946 rustserver: UPDATE-LGSM: PASS: Checking GitHub module install_ts3db.sh
2024-01-03 06:00:52 Jan 03 13:00:52.688 rustserver: UPDATE-LGSM: PASS: Checking GitHub module install_ut2k4_key.sh
2024-01-03 06:00:53 Jan 03 13:00:53.508 rustserver: UPDATE-LGSM: PASS: Checking GitHub module mods_core.sh
2024-01-03 06:00:54 Jan 03 13:00:54.381 rustserver: UPDATE-LGSM: PASS: Checking GitHub module mods_list.sh
2024-01-03 06:00:55 Jan 03 13:00:55.131 rustserver: UPDATE-LGSM: PASS: Checking GitHub module query_gamedig.sh
2024-01-03 06:00:55 Jan 03 13:00:55.930 rustserver: UPDATE-LGSM: PASS: Checking GitHub module query_gsquery.py
2024-01-03 06:00:56 Jan 03 13:00:56.768 rustserver: UPDATE-LGSM: PASS: Checking GitHub module README.md
2024-01-03 06:00:57 Jan 03 13:00:57.608 rustserver: UPDATE-LGSM: PASS: Checking GitHub module update_fctr.sh
2024-01-03 06:00:58 Jan 03 13:00:58.388 rustserver: UPDATE-LGSM: PASS: Checking GitHub module update_jk2.sh
2024-01-03 06:00:59 Jan 03 13:00:59.210 rustserver: UPDATE-LGSM: PASS: Checking GitHub module update_mcb.sh
2024-01-03 06:00:59 Jan 03 13:00:59.988 rustserver: UPDATE-LGSM: PASS: Checking GitHub module update_mc.sh
2024-01-03 06:01:00 Jan 03 13:01:00.768 rustserver: UPDATE-LGSM: PASS: Checking GitHub module update_mta.sh
2024-01-03 06:01:01 Jan 03 13:01:01.578 rustserver: UPDATE-LGSM: PASS: Checking GitHub module update_pmc.sh
2024-01-03 06:01:02 Jan 03 13:01:02.326 rustserver: UPDATE-LGSM: PASS: Checking GitHub module update_steamcmd.sh
2024-01-03 06:01:03 Jan 03 13:01:03.073 rustserver: UPDATE-LGSM: PASS: Checking GitHub module update_ts3.sh
2024-01-03 06:01:03 Jan 03 13:01:03.913 rustserver: UPDATE-LGSM: PASS: Checking GitHub module update_ut99.sh
2024-01-03 06:01:04 Jan 03 13:01:04.751 rustserver: UPDATE-LGSM: PASS: Checking GitHub module update_vints.sh
2024-01-03 06:01:04 Jan 03 13:01:04.855 rustserver: UPDATE-LGSM: PASS: Updating modules
2024-01-03 06:01:04 Jan 03 13:01:04.861 rustserver: UPDATE-LGSM: INFO: LinuxGSM version: v23.7.1
2024-01-03 06:01:04 Jan 03 13:01:04.864 rustserver: UPDATE-LGSM: PASS: core_exit.sh exiting with code: 0
2024-01-03 06:01:29 Jan 03 13:01:29.633 rustserver: STOP: INFO: Graceful: CTRL+c
2024-01-03 06:01:37 Jan 03 13:01:37.399 rustserver: STOP: PASS: Graceful: CTRL+c: OK: 6 seconds
2024-01-03 06:01:48 Jan 03 13:01:48.921 rustserver: START: PASS: Checking ubuntu-22.04.csv
2024-01-03 06:01:52 Jan 03 13:01:52.933 rustserver: START: INFO: Using anonymous Steam login
2024-01-03 06:01:57 Jan 03 13:01:57.419 rustserver: START: INFO: Running Carbon environment.sh
2024-01-03 06:01:59 Jan 03 13:01:59.036 rustserver: START: INFO: Rotating log files
2024-01-03 06:01:59 tail: '/data/log/script/rustserver-script.log' has become inaccessible: No such file or directory
2024-01-03 06:01:59 tail: '/data/log/console/rustserver-console.log' has become inaccessible: No such file or directory

Steps to reproduce

No response

edit:
image
image

the folder an files do exist

I will update in a bit I am gonna remove the logs folder and retry that

edit 2:
So I updated the lgsm and that still didn't work so after I deleted logs and that caused it to revert the error msg to

2024-01-03 06:25:34 ==> /data/log/console/rustserver-console.log <==
2024-01-03 06:25:34 tail: cannot open '/data/log/console/*script.log' for reading: No such file or directory
2024-01-03 06:25:34 tail: cannot open '/data/log/script/*console.log' for reading: No such file or directory

edit 3:
let me retry with debug mode I just saw that that in the troubleshooting guide myb

edit 4:
debug mode didn't really work as it just hung on initialization after the unity options flags

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.