AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   [CS:S] SB & RCON crashing server (https://forums.alliedmods.net/showthread.php?t=346704)

HiddenConn1 03-12-2024 03:35

[CS:S] SB & RCON crashing server
 
Hello.

For some reason (unbeknownst to me) my game servers crash whenever SourceBans makes any changes/updates to the admins database table. If I add, remove, edit an admin's groups or permissions and then click "save changes" it immediately crashes both game servers. Anything with the use of RCON also crashes the servers with no apparent error log or other log pointing to what caused the crash. I'm puzzled. :shock: :? Has anyone else had such an issue?

EDIT: Under SourceBans "System Logs" it says shows these two errors:
PHP Code:

Can't connect to RCON server: Connection refused 

Then a second:
PHP Code:

Event Details
Details
:     Rcon readFailed to read any data from socket
Parent 
Function:     
Query String:     p=admin&c=servers&o=admincheck&id=2
IP
: <snip


backwards 03-12-2024 11:33

Re: [CS:S] SB & RCON crashing server
 
What does your srcds commandline launch arguments look like? Are you using -usercon in the launch arguments? Also which operating system? Are you running any rcon related extensions/plugins? Do you have a crash dump from the accelerator extension?

HiddenConn1 03-12-2024 19:05

Re: [CS:S] SB & RCON crashing server
 
Quote:

Originally Posted by backwards (Post 2819364)
What does your srcds commandline launch arguments look like? Are you using -usercon in the launch arguments? Also which operating system? Are you running any rcon related extensions/plugins? Do you have a crash dump from the accelerator extension?

So I use LinuxGSM for my game servers running on RL8.

Commandline:
PHP Code:

## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters="-game cstrike -ip ${ip} -port ${port} +clientport ${clientport} +sv_setsteamaccount ${gslt} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}

I think its an intermittent problem. RCON works but not from SB. (Admin > Servers > RCON/console). No crash dump despite appending "-debug" commandline. As for RCON extensions I only have SMAC on my game servers.

I still get this even though I've installed the crying extension and on the root of my Linux server.
PHP Code:

L 03/12/2024 07:40:26: [SMUnable to load extension "system2.ext"bin/libstdc++.so.6version `GLIBCXX_3.4.20' not found (required by /home/cssurfdm/serverfiles/cstrike/addons/sourcemod/extensions/system2.ext.so) 



All times are GMT -4. The time now is 00:16.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.