Linux server won't start - 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 server won't start (
/showthread.php?tid=365819)
Linux server won't start -
tomvalk - 04.08.2012
Hey,
I have installed debian (Raspbian) on my Raspberry Pi. But the SA-MP server won't start.
It gives a error 'can not execute binary file' (translated). If I run as root it gives a Syntax error: "(" unexpected.
Please help me with this.
Command to start in local console:
'./samp03svr'
Permissions:
Код:
-rwxr-xr-x 1 pi pi 11104 mrt 20 12:54 announce
drwxr-xr-x 2 pi pi 4096 aug 14 2010 filterscripts
drwxr-xr-x 2 pi pi 4096 sep 11 2009 gamemodes
drwxr-xr-x 2 pi pi 4096 sep 5 2009 include
-rwxr-xr-x 1 pi pi 3777 aug 9 2010 LICENSE
-rwxr-xr-x 1 pi pi 116 aug 4 11:47 nohup.out
drwxr-xr-x 3 pi pi 4096 sep 29 2009 npcmodes
-rwxr-xr-x 1 pi pi 1847 okt 15 2009 README
-rwxr-xr-x 1 pi pi 1354628 jul 13 10:08 samp03svr
-rwxr-xr-x 1 pi pi 601188 jul 13 10:09 samp-npc
drwxr-xr-x 4 pi pi 4096 okt 12 2009 scriptfiles
-rwxr-xr-x 1 pi pi 322 aug 4 11:45 server.cfg
Re: Linux server won't start -
Samp_India - 04.08.2012
First type
Код:
chmod +x samp-npc samp03svr announce
Then
to run in background .
Re: Linux server won't start -
Don_Ciamis - 04.08.2012
Login as : samp
PW : [ You pass ]
cd samp03
su -> this is root
password : [your password]
and the end is nohup ./samp03svr &
Re: Linux server won't start -
tomvalk - 05.08.2012
I tried both, but when I look in the output file it saids:
Код:
./samp03svr: 1: ./samp03svr: Syntax error: "(" unexpected
Re: Linux server won't start -
tomvalk - 06.08.2012
I alrealy know what it is. Raspberry Pi has a ARM processor, and doesn't work with a Intel programmed executive.
Topic can be closed/deleted