SA-MP Forums Archive
[Ajuda] Servidor nгo fica online VPS Linux Centos - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Servidor nгo fica online VPS Linux Centos (/showthread.php?tid=665823)



Servidor nгo fica online VPS Linux Centos - SmokeKiLL - 17.04.2019

Eu estou tentando configurar meu servidor na VPS Linux Centos, digitei o comando:

Code:
nohup ./samp03svr &
Aparece essa mensagem:

Code:
nohup: ignoring input and appending output to ‘nohup.out’
E o servidor nгo liga, alguйm sabe o que pode ser?


Re: Servidor nгo fica online VPS Linux Centos - willttoonn - 17.04.2019

Jб tentou apenas ./samp03svr &?


Re: Servidor nгo fica online VPS Linux Centos - JeffSantos2 - 18.04.2019

Sugiro instalar o screen: yum install screen

Feito isso, ligue o servidor com screen ./samp03svr


Re: Servidor nгo fica online VPS Linux Centos - RodrigoMSR - 18.04.2019

Use o comando top e veja se o servidor estб rodando.

Se estб, tenha certeza de que vocк liberou as portas no firewall:
Code:
iptables -I INPUT -p tcp --dport 7777 -j ACCEPT
iptables -I INPUT -p udp --dport 7777 -j ACCEPT

service iptables save
Senгo, cheque seu server_log buscando o porquк de nгo ter ligado (recomendo crashdetect).


Re: Servidor nгo fica online VPS Linux Centos - SmokeKiLL - 18.04.2019

Estб dando isso quando eu digito nohup ./samp03svr &

Code:
[1] 4938
[root@localhost samp]# nohup: ignoring input and appending output to ‘nohup.out’

[1]+  Segmentation fault      nohup ./samp03svr
Vi os logs e aparentemente estб carregando tudo de boas os plugins...

@Edit Nгo, ele nгo estб rodando.


Re: Servidor nгo fica online VPS Linux Centos - RodrigoMSR - 18.04.2019

Vocк estб tentando ligar com a versгo 0.3.7-R3?


Re: Servidor nгo fica online VPS Linux Centos - SmokeKiLL - 18.04.2019

0.3.7-R2


Re: Servidor nгo fica online VPS Linux Centos - connork - 18.04.2019

Vocк desligou o SELinux? Alguns plugins sгo bloqueados por ele.

Para desligar use:
setenforce 0

SA-MP utiliza apenas UDP na porta 7777, entгo nгo sugiro que libere o protocolo TCP.

Para ligar o servidor nгo й necessбrio screen ou nohup, apenas use:
./samp03svr &
exit


Re: Servidor nгo fica online VPS Linux Centos - SmokeKiLL - 18.04.2019

Entendi, deu certo mano, vlw ae <3 +REP