Auth = CRASH

10/08/2010 19:41 miszczuuuuu#1
Hi,

I have root (freebsd 7.1) server
When on my server play +300 players online(every 1 minute) login auth is CRASHED
i try crontab ok, auth is reopen but crash the next minute :(
Pls help :)
10/08/2010 19:46 .KKS#2
Create in the auth Folder a script and put in it:

Quote:
#!/bin/sh
./auth
sleep 60*5
./auth.sh
Name of the script is: auth.sh
You can start it with ./auth.sh
Before you can start it, it need chmod 777 rights.
Sorry for my bad English..

MfG
10/08/2010 19:57 miszczuuuuu#3
cd /home/game/auth
ee auth.sh
Quote:
#!/bin/sh
./auth
sleep 60*5
./auth.sh
chmod 777 auth.sh
./auth.sh

I do it and auth again is crashed every 1-2min, this fix only renew auth :/
10/13/2010 21:28 miszczuuuuu#4
up, pls help :)
10/14/2010 01:15 .Cookie#5
[Only registered and activated users can see links. Click Here To Register...]

Use this Tut ;)