Raised This Month: $32 Target: $400
 8% 

CSGO server crash


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
FrAgOrDiE
AlliedModders Donor
Join Date: May 2018
Location: Italy
Old 07-21-2019 , 13:24   CSGO server crash
Reply With Quote #1

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.

Last edited by FrAgOrDiE; 08-07-2019 at 07:14.
FrAgOrDiE is offline
PwnK
Junior Member
Join Date: Aug 2018
Old 07-21-2019 , 20:09   Re: CSGO server crash
Reply With Quote #2

Quote:
Originally Posted by FrAgOrDiE View Post
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
PwnK is offline
FrAgOrDiE
AlliedModders Donor
Join Date: May 2018
Location: Italy
Old 07-21-2019 , 21:46   Re: CSGO server crash
Reply With Quote #3

I tried typing
jb hard nofile -1
hoping this will be helpful, thanks.
FrAgOrDiE is offline
morpig
Member
Join Date: Apr 2017
Old 07-22-2019 , 12:23   Re: CSGO server crash
Reply With Quote #4

Something to do with RCON, do you have something with it? I also experienced that error, and disabling plugins related to RCON fixes it.
morpig is offline
FrAgOrDiE
AlliedModders Donor
Join Date: May 2018
Location: Italy
Old 07-23-2019 , 15:57   Re: CSGO server crash
Reply With Quote #5

It is still crashing with the same error
FrAgOrDiE is offline
TheHap
Member
Join Date: Feb 2018
Old 07-24-2019 , 13:58   Re: CSGO server crash
Reply With Quote #6

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.
TheHap is offline
FrAgOrDiE
AlliedModders Donor
Join Date: May 2018
Location: Italy
Old 07-25-2019 , 08:37   Re: CSGO server crash
Reply With Quote #7

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
FrAgOrDiE is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:32.


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