Question
#1

Well from 2 weeks my server is crashing i think i fixed those errors which was in server logs by crash detect.
but from 4 days server crashing after 8 to 7 hours, sometime after 1 hours without any errors i am using latest crashdetect version. Also one more thing my server was attack some body he also got rcon pass and was banning players using rcon command but i disabled rcon but today some was trying this.

https://imgur.com/Fx9Ak0B
I also uploaded older version of gamemode they also crash after few hours.
I want to know those crashes which is occuring without any reason randomly from the script or some body trying
to crash server?

I've anti ddos protection.


Host issue or crasher or Scipt issue?
Reply
#2

I bet its from the script itself.
are you compiling the gamemode by level 3 debug?
does it just become no log in the server log when server crashes?
when server crashes does it become local [ not responding for abroad connections ] or just turns off?
Reply
#3

Quote:
Originally Posted by jlalt
Посмотреть сообщение
I bet its from the script itself.
are you compiling the gamemode by level 3 debug?
does it just become no log in the server log when server crashes?
when server crashes does it become local [ not responding for abroad connections ] or just turns off?
Logs working normal when server crash.
Last logs before server crash see looks normal.
https://i.imgur.com/L6Tqs71.png
No errors server down suddenly

I've -d3 in pawn.cfg it's in pawn folder
https://i.imgur.com/sWh1JB3.png

any additional thing i need to do?
Reply
#4

Quote:
Originally Posted by MBilal
Посмотреть сообщение
Logs working normal when server crash.
Last logs before server crash see looks normal.
https://i.imgur.com/L6Tqs71.png
No errors server down suddenly

I've -d3 in pawn.cfg it's in pawn folder
https://i.imgur.com/sWh1JB3.png

any additional thing i need to do?
I don't think that's crash, do a 5 seconds timer, which prints out: I am Alive Bilal!
see if it will keep printing when server crash ( you can add time inside it too to be sure its alive )

PHP код:
SetTimer("AliveAlert"5000true); // ongamemodeinit
forward public AliveAlert(); // later
public AliveAlert()
{
    
printf("I am Alive Bilal! %d"gettime());

Reply
#5

A solution for that "Latest attack" i noticed the players all have the same ip, that's so easy to block, just detect all incoming connections if more than 2 people connected have the same ip ban them all?
Reply
#6

The server is shut down after the crash or players seems him still online? I mean, it can be an infinite loop. Players can connect but get time out on the connection by the server
Reply
#7

Quote:
Originally Posted by RogueDrifter
Посмотреть сообщение
A solution for that "Latest attack" i noticed the players all have the same ip, that's so easy to block, just detect all incoming connections if more than 2 people connected have the same ip ban them all?
If you look at the bottom of the output, it actually says that's detected and blocked.

I'd be looking at the script, and tracking down how the person found your RCON password... Do you use words/numbers? Or do you use random A-Z a-z 0-9?


I go to https://www.grc.com/passwords.htm for my random passwords.
Reply
#8

Quote:
Originally Posted by jlalt
Посмотреть сообщение
I don't think that's crash, do a 5 seconds timer, which prints out: I am Alive Bilal!
see if it will keep printing when server crash ( you can add time inside it too to be sure its alive )

PHP код:
SetTimer("AliveAlert"5000true); // ongamemodeinit
forward public AliveAlert(); // later
public AliveAlert()
{
    
printf("I am Alive Bilal! %d"gettime());

Hello brother this is what i get before or last log before crash
https://imgur.com/hWUjdbg

Quote:
Originally Posted by RogueDrifter
Посмотреть сообщение
A solution for that "Latest attack" i noticed the players all have the same ip, that's so easy to block, just detect all incoming connections if more than 2 people connected have the same ip ban them all?
That was aready fixed when it happend.

Quote:
Originally Posted by Dayrion
Посмотреть сообщение
The server is shut down after the crash or players seems him still online? I mean, it can be an infinite loop. Players can connect but get time out on the connection by the server
infinite loop i am using only foreach in my server No infinite loop i think

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
If you look at the bottom of the output, it actually says that's detected and blocked.

I'd be looking at the script, and tracking down how the person found your RCON password... Do you use words/numbers? Or do you use random A-Z a-z 0-9?


I go to https://www.grc.com/passwords.htm for my random passwords.
Yeah i disabled rcon i was no body can login even can't put correct pass = kick
i was using numbers 0-9.
Reply
#9

Quote:
Originally Posted by MBilal
Посмотреть сообщение
Hello brother this is what i get before or last log before crash
https://imgur.com/hWUjdbg
The prints stopped when server crashed?
Reply
#10

Quote:
Originally Posted by jlalt
Посмотреть сообщение
The prints stopped when server crashed?
it's stopped look at this last logs
https://imgur.com/Fx9Ak0B

One more thing i told my host to add task to remove server logs auto after 12GMT.
is that thing causing crash? after adding that server crashing often after few hours at night time.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)