AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   CSGO server crash (https://forums.alliedmods.net/showthread.php?t=317621)

FrAgOrDiE 07-21-2019 13:24

CSGO server crash
 
Hello everyone, I'm running a csgo server that is crashing after spamming the following error:
Socket ProcessAccept Error: Too many open files
accelerator doesn't recognize this as crash, so I only have this error row.
I know that is too generic, so, is possible to see which plugin is doing this?
please help.:)

PwnK 07-21-2019 20:09

Re: CSGO server crash
 
Quote:

Originally Posted by FrAgOrDiE (Post 2660060)
Hello everyone, I'm running a csgo server that is crashing after spamming the following error:
Socket ProcessAccept Error: Too many open files
accelerator doesn't recognize this as crash, so I only have this error row.
I know that is too generic, so, is possible to see which plugin is doing this?
I leave my sm plugins list output:
https://pastebin.com/zCvcXdD6
please help.:)

If you are running the server on your linux machine, have you tried to increase your open file limit?

It can be done by modifying /etc/security/limits.conf

FrAgOrDiE 07-21-2019 21:46

Re: CSGO server crash
 
I tried typing
jb hard nofile -1
hoping this will be helpful, thanks.

morpig 07-22-2019 12:23

Re: CSGO server crash
 
Something to do with RCON, do you have something with it? I also experienced that error, and disabling plugins related to RCON fixes it.

FrAgOrDiE 07-23-2019 15:57

Re: CSGO server crash
 
It is still crashing with the same error

TheHap 07-24-2019 13:58

Re: CSGO server crash
 
hello,

iptables -A INPUT -p tcp --dport 27015 -j DROP
iptables -A INPUT -p tcp --dport 27015 -s [GAMEME IP HERE] -j ACCEPT
iptables -A INPUT -p tcp --dport 27015 -s [ADMIN IP HERE] -j ACCEPT

make this ssh fix.

FrAgOrDiE 07-25-2019 08:37

Re: CSGO server crash
 
You thought it was a rcon ddos attack, it wasn't, It is still crashing, I think the reason is a plugin but I don't know what should I do


All times are GMT -4. The time now is 18:38.

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