linux prob - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: linux prob (
/showthread.php?tid=101513)
linux prob -
pepper - 11.10.2009
can't get the server to start this is what i have in the startup config
#!/bin/sh
# Needed to make symlinks/shortcuts work.
# the binaries must run with correct working directory
screen -d -m ./samp03svr
and it doesn't start up or nothing and i can't find out why it has permissions to exec and everything
Re: linux prob -
Johny_Depp - 11.10.2009
Quote:
Originally Posted by pepper
can't get the server to start this is what i have in the startup config
#!/bin/sh
# Needed to make symlinks/shortcuts work.
# the binaries must run with correct working directory
screen -d -m ./samp03svr
and it doesn't start up or nothing and i can't find out why it has permissions to exec and everything
|
you try with screen -d -m ./samp03svr ?
Re: linux prob -
pepper - 11.10.2009
screen -d -m ./samp03svr
is what supposed to start the server up
works fine when i do screen -d -m ./samp02Xsvr.x86
it just won't start samp3
don't if this helps but the os the server uses is CentOS Linux 5
Re: linux prob -
pepper - 11.10.2009
OK i got it started but now it keeps restarting
Re: linux prob -
Westie - 13.10.2009
Quote:
Originally Posted by The_Real_Blueberry
i can get it working but i just need to connect to your pc to do so
|
Or you don't...?
Right, what startup config?