Raised This Month: $ Target: $400
 0% 

L4D - Server is executing "quit" by itself?


Post New Thread Reply   
 
Thread Tools Display Modes
Chaosxk
Veteran Member
Join Date: Aug 2010
Location: Westeros
Old 06-17-2011 , 12:56   Re: L4D - Server is executing "quit" by itself?
Reply With Quote #11

What it does is during a campaign change, the loading bar doesn't load and your stuck loading. Means the server crash and there is a high chance it gets stuck trying to reboot but never does unless i manually force it to restart. So far i updated to SM 1.4 and MetaMod 1.9 and went to FMC 1.5.4 and removed weapon unlock. It crashed once so far, but i think it might be one of my admins screwing up the gravity causing the crash.

Also, is there someway to boot back the server up when it crash? My server always stay disconnect after a crash.
__________________
Chaosxk is offline
rautamiekka
Veteran Member
Join Date: Jan 2009
Location: Finland
Old 06-18-2011 , 08:58   Re: L4D - Server is executing "quit" by itself?
Reply With Quote #12

Quote:
Originally Posted by Chaosxk View Post
Also, is there someway to boot back the server up when it crash? My server always stay disconnect after a crash.
Window$: Create and run
Code:
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game cstrike +map de_dust +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Linux: Create, chmod +x, screen
Code:
while [ $count ]; do
    # If no screen under that name was found...
    if [[ `screen -ls | grep $SCREEN_NAME` == "" ]]; then
        # Nothing was found running ; restart the server.
        cd /your/srcds/dir/; screen -A -d -m -S $SCREEN_NAME ./srcds_run -game cstrike +map de_dust -secure +maxplayers 12
    fi
done
I recall there was simpler for Linux but couldn't find.
__________________
Links to posts I received Karma from:
Big thanks to all who gave Karma
rautamiekka is offline
Send a message via ICQ to rautamiekka Send a message via AIM to rautamiekka Send a message via MSN to rautamiekka Send a message via Yahoo to rautamiekka Send a message via Skype™ to rautamiekka
Chaosxk
Veteran Member
Join Date: Aug 2010
Location: Westeros
Old 06-18-2011 , 16:51   Re: L4D - Server is executing "quit" by itself?
Reply With Quote #13

Thanks for that, also the server has not crashed yet and i think it might be fixed.

I did everything visual said to do except removing perks and points system. Seems like server is stable now. Thanks for the help.
__________________
Chaosxk is offline
Reply



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 00:00.


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