antiblock
diamwall
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
uScared?

[Dedicado]Problema a instalar metin2 no dedicado

Question

Boas pessoal, tou a seguir um tutorial aqui da cybers. 

Este: 

 

Mas estou com um problema, e não tou a perceber porque..

quando faço o comandocd /../  && fetch ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/9.3-RELEASE/src.txz

 

Aparece o seguinte erro: fetch: src.txz: open () : Permission Denied

Alguem me ajuda a resolver isto?

O meu sistema operativo é Freebsd 9.3 32 Bits

Share this post


Link to post
Share on other sites

5 answers to this question

  • 0

Não percebo muito de dedicados mas penso que tenhas de dar permissão 777 aos ficheiros!

Share this post


Link to post
Share on other sites
antiblock
Cyphriun
  • 0

cd / ../  este comando não faz sentido!

 

Tenta: cd / && fetch ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/9.3-RELEASE/src.txz

Share this post


Link to post
Share on other sites
  • 0

Antes de tudo esse tutorial está completamente errado .

Depois reinstalla o dedicado para pores tudo com tava antes

 

Segue o meu tutorial que já dei bem e  não tens problemas ...

----------------------------------------------------------------------------------------------------------------------

freebsd-update fetch install
pkg update && pkg upgrade
pkg install python mysql55-server
echo 'mysql_enable="YES"' >> /etc/rc.conf
pwd_mkdb -p /etc/master.passwd
chown -R mysql /var/db/mysql && chgrp -R mysql /var/db/mysql
service mysql-server start
/usr/local/bin/mysqladmin -uroot password 'ATUAPASSWORD'
 
mysql -p      (utilizar a password definida no comando acima)         
GRANT ALL PRIVILEGES ON *.* TO 'UTILIZADORCONFIG'@'localhost' IDENTIFIED BY 'PASSWORDCONFIG' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON *.* TO 'utilizador para acesso navicat'@'%' IDENTIFIED BY 'password para acesso navicat' WITH GRANT OPTION;
flush privileges;
quit
service mysql-server restart

----------------- MUDAR A SENHA DO NAVICAT-------------------------------------------------------------------------------

/usr/local/etc/rc.d/mysql-server stop

mysqld_safe --skip-grant-tables &

mysql -u root

use mysql

update user set password=PASSWORD('passdesejada') where user='root';

flush privileges;

quit

/usr/local/etc/rc.d/mysql-server stop

/usr/local/etc/rc.d/mysql-server start

/usr/local/etc/rc.d/mysql-server restart
 

 

Share this post


Link to post
Share on other sites
  • 0

Sugiro nao fazer a PARTE 2 visto que nao e necessaria e pode causar problemas para pessoas ke nao tenham experiencia.

Share this post


Link to post
Share on other sites
  • 0

Se ainda estiveres com problemas , manda-me o teu contacto via mensagem privada que eu ajudo-te.

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