SA-MP Forums Archive
Ubuntu problem. - 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: Ubuntu problem. (/showthread.php?tid=599215)



Ubuntu problem. - danielpalade - 22.01.2016

Whenever I type ./samp03svr & I get this error and the server won't start. How do I fix this.
Код:
root@OrioneRPG:~/samp03# ./samp03svr &
[2] 22453
root@OrioneRPG:~/samp03#



Re: Ubuntu problem. - Sew_Sumi - 22.01.2016

What's the server.log saying...


Re: Ubuntu problem. - Sublime - 23.01.2016

./samp03svr without the &, does it show anything


Re: Ubuntu problem. - SimplyFragHosting - 23.01.2016

chmod 777 samp03svr announce samp-npc
./samp03svr

This should fix your problem


Re: Ubuntu problem. - Sew_Sumi - 23.01.2016

Quote:
Originally Posted by SimplyFragHosting
Посмотреть сообщение
chmod 777 samp03svr announce samp-npc
./samp03svr

This should fix your problem
Do you recommend that to all your clients?




Good to know.


(Don't... It's insecure, and is bad practice)


Re: Ubuntu problem. - Danzou - 23.01.2016

Quote:
Originally Posted by danielpalade
Посмотреть сообщение
Whenever I type ./samp03svr & I get this error and the server won't start. How do I fix this.
Код:
root@OrioneRPG:~/samp03# ./samp03svr &
[2] 22453
root@OrioneRPG:~/samp03#
wiki linux, Ignore the comment #4, never use permissions 777 in their deployment.