SA-MP Forums Archive
Linux VPS Server - 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 VPS Server (/showthread.php?tid=541453)



Linux VPS Server - MrCallum - 12.10.2014

When i do /samp03svr this comes up
samp03svr: amx/amx.c:799: expand: Assertion `memsize>=0' failed.
Aborted


Re: Linux VPS Server - IDarkness - 12.10.2014

Have you checked this?
http://support.sas.com/documentation...kyf59qgzvr.htm


Re: Linux VPS Server - highstreetsrp - 12.10.2014

try this.. might help you..
chmod 777 samp03svr
chmod 777 announce
than
nohup ./samp03svr &
this will help you to keep ur server online after closing putty


Re: Linux VPS Server - linuxthefish - 12.10.2014

Quote:
Originally Posted by highstreetsrp
Посмотреть сообщение
try this.. might help you..
chmod 777 samp03svr
chmod 777 announce
than
nohup ./samp03svr &
this will help you to keep ur server online after closing putty
Don't chmod stuff to 777 you idiot, +x is enough if you are just executing the file.


Re: Linux VPS Server - Mark_Weston - 13.10.2014

Quote:
Originally Posted by linuxthefish
Посмотреть сообщение
Don't chmod stuff to 777 you idiot, +x is enough if you are just executing the file.
*cough*says the scammer*cough*

777 in a non public directory won't make a huge difference.


Re: Linux VPS Server - Sublime - 13.10.2014

Quote:
Originally Posted by Mark_Weston
Посмотреть сообщение
*cough*says the scammer*cough*

777 in a non public directory won't make a huge difference.
It's not just about the directory, it's that any user/group can access and modify samp03svr to its will because it's chmod permissions are 777. Just to clarify, let me post the chmod permissions chart here :-



chmod 777 to a file gives any user, group or other visitors (the whole internet users, perhaps?) complete rights to do anything with the file as pleased, whereas chmod +x sets the file as executable only for [u]ser, [g]roup and [o]ther].


Re: Linux VPS Server - linuxthefish - 13.10.2014

Quote:
Originally Posted by Mark_Weston
Посмотреть сообщение
*cough*says the scammer*cough*

777 in a non public directory won't make a huge difference.
777 makes your files writable by others and executable by all (ugo+x), you could have a malicious user change the executable before it's next run...

How many fingers does your mother take?