antiblock
Elveron
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
Gabriel Szucs

Error Ao Iniciar O Servidor Ajudem Por Favor

Question

Pessoal instalei as files do 2e13r na dedicada tudo certinho mas está ocorrendo este erro abaixo.

 

 

vpyb15.png

 

O canal 3 e 4 inicial normal agora estes da print não iniciar ajudem a resolver por favor.

 

Abaixo o código fonte do arquivo iniciar.sh 

 

 

#!/bin/sh

 
 
echo -e "\033[36m  
Serverfiles 2e13r. \n 
Escolhe quantos canais queres ligar: \n 
1 Canal\n 
2 Canais\n 
3 Canais\n
4 Canais\033[0m"
 
read chs
 
case $chs in 
1*) 
 
echo -e "\033[36m \n A ligar a dase de Dados.\033[0m"
cd /usr/home/game/conf/db
./db &
sleep 2
clear
echo -e "\033[36m \n A ligar o login.\033[0m"
cd /usr/home/game/conf/auth
./auth &
sleep 2
clear
echo -e "\033[36m \n A ligar o canal 1.\033[0m"
cd /usr/home/game/CH1/core1 &&
./game &
sleep 5
clear
echo -e "\033[36m \n A ligar o game 99.\033[0m"
cd /usr/home/game/game99/core1 &&
./game &
sleep 5
echo -e "\033[36m \n Servidor foi ligado.\033[0m"
echo -e "\033[36m \n Serverfiles 2e13r.\033[0m"
echo -e "\033[36m \n cyber-gamers.org / upgames.org\033[0m"
 
 
;;
2*)
 
echo -e "\033[36m \n A ligar a Base de dados.\033[0m"
cd /usr/home/game/conf/db &&
./db &
sleep 2
clear
echo -e "\033[36m \n A ligar o login.\033[0m"
cd /usr/home/game/conf/auth &&
./auth &
sleep 2
clear
echo -e "\033[36m \n A ligar o canal 1.\033[0m"
cd /usr/home/game/CH1/core1 &&
./game &
sleep 5
clear
echo -e "\033[36m \n A ligar o canal 2.\033[0m"
cd /usr/home/game/CH2/core1 &&
./game &
sleep 5
clear
echo -e "\033[36m \n A ligar o game 99.\033[0m"
cd /usr/home/game/game99/core1 &&
./game &
sleep 5
echo -e "\033[36m \n Servidor foi ligado.\033[0m"
echo -e "\033[36m \n Serverfiles 2e13r.\033[0m"
echo -e "\033[36m \n cyber-gamers.org / upgames.org\033[0m"
 
 
;;
3*)
 
echo -e "\033[36m A ligar Base de dados.\033[0m"
cd /usr/home/game/conf/db &&
./db &
sleep 2
clear
echo -e "\033[36m \n A ligar o login.\033[0m"
cd /usr/home/game/conf/auth &&
./auth &
sleep 2
clear
echo -e "\033[36m \n A ligar o canal 1.\033[0m"
cd /usr/home/game/CH1/core1 &&
./game &
sleep 5
clear
echo -e "\033[36m \n A ligar o canal 2.\033[0m"
cd /usr/home/game/CH2/core1 &&
./game &
sleep 5
clear
echo -e "\033[36m \n A ligar o canal 3.\033[0m"
cd /usr/home/game/CH3/core1 &&
./game &
sleep 5
clear
echo -e "\033[36m \n A ligar o game 99.\033[0m"
cd /usr/home/game/game99/core1 &&
./game &
sleep 5
echo -e "\033[36m \n Servidor foi ligado.\033[0m"
echo -e "\033[36m \n Serverfiles 2e13r.\033[0m"
echo -e "\033[36m \n cyber-gamers.org / upgames.org\033[0m"
 
 
;;
4*)
 
echo -e "\033[36m A ligar Base de dados.\033[0m"
cd /usr/home/game/conf/db &&
./db &
sleep 2
clear
echo -e "\033[36m \n A ligar o login.\033[0m"
cd /usr/home/game/conf/auth &&
./auth &
sleep 2
clear
echo -e "\033[36m \n A ligar o canal 1.\033[0m"
cd /usr/home/game/CH1/core1 &&
./game &
sleep 5
clear
echo -e "\033[36m \n A ligar o canal 2.\033[0m"
cd /usr/home/game/CH2/core1 &&
./game &
sleep 5
clear
echo -e "\033[36m \n A ligar o canal 3.\033[0m"
cd /usr/home/game/CH3/core1 &&
./game &
sleep 5
clear
echo -e "\033[36m \n A ligar o canal 4.\033[0m"
cd /usr/home/game/CH4/core1 &&
./game &
sleep 5
clear
echo -e "\033[36m \n A ligar o game 99.\033[0m"
cd /usr/home/game/game99/core1 &&
./game &
sleep 5
echo -e "\033[36m \n Servidor foi ligado.\033[0m"
echo -e "\033[36m \n Serverfiles 2e13r.\033[0m"
echo -e "\033[36m \n cyber-gamers.org / upgames.org\033[0m"
 
 
;;
esac
 

 

Espero que consigam me ajudar.

 

Obrigado.

Share this post


Link to post
Share on other sites

6 answers to this question

  • 0

O file system do windows nao suporta os links sinbolicos do linux/freebsd.

 

em vez de  extraires as files no teu pc e copiares para o server

tens de copiar para o server o tar.gz e extarir.

Share this post


Link to post
Share on other sites
antiblock
Cyphriun
  • 0

O file system do windows nao suporta os links sinbolicos do linux/freebsd.

 

em vez de  extraires as files no teu pc e copiares para o server

tens de copiar para o server o tar.gz e extarir.

Correto.... Tambem verifica se dentro do tar.gz tem a pasta home se nao tiver crias dentro da maquina colocas o tar.gz dentro do home depois fazes tar zxvf ******.tar.gz

Share this post


Link to post
Share on other sites
  • 0

Eu extrai pelo comando tar -xzvf game.tar.gz  canal 3 e 4 inicia os demais não

Share this post


Link to post
Share on other sites
  • 0

Eu extrai pelo comando tar -xzvf game.tar.gz  canal 3 e 4 inicia os demais não

Gabriel manda tv via PM que te ajudo.

Share this post


Link to post
Share on other sites
  • 0

podes ter extraido tambem o ficheiro na pasta errada. Algumas files tem de extraidas na pasta /usr e outras na pasta /home

Share this post


Link to post
Share on other sites
  • 0

Corrige os LINK que resolve isso. Bem Simples. Só CORRIGIR OS LINKS


Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this