Sziasztok! VPS LINUX-ról lenne szó. ZeroMTA mysql-t szeretnék összekötni de valami nem jó vele..
Ezt írja a console:
root@GlysGbr:~/MTASERVER/MTASERVERZERO# tar -xvf multitheftauto_linux_x64.tar.gz
multitheftauto_linux_x64/
multitheftauto_linux_x64/LICENSE
multitheftauto_linux_x64/mods/
multitheftauto_linux_x64/mods/deathmatch/
multitheftauto_linux_x64/NOTICE
multitheftauto_linux_x64/README
multitheftauto_linux_x64/x64/
multitheftauto_linux_x64/x64/linux-libs/
multitheftauto_linux_x64/x64/core.so
multitheftauto_linux_x64/x64/xmll.so
multitheftauto_linux_x64/x64/net.so
multitheftauto_linux_x64/x64/dbconmy.so
multitheftauto_linux_x64/x64/deathmatch.so
multitheftauto_linux_x64/mta-server64
root@GlysGbr:~/MTASERVER/MTASERVERZERO# rm -rf multitheftauto_linux_x64.tar.gz
root@GlysGbr:~/MTASERVER/MTASERVERZERO# ls
multitheftauto_linux_x64
root@GlysGbr:~/MTASERVER/MTASERVERZERO# multitheftauto_linux_x64/* MTASERVERZERO
-bash: multitheftauto_linux_x64/LICENSE: Permission denied
root@GlysGbr:~/MTASERVER/MTASERVERZERO# rm -rf multitheftauto_linux_x64/
root@GlysGbr:~/MTASERVER/MTASERVERZERO# ls
root@GlysGbr:~/MTASERVER/MTASERVERZERO# cd
root@GlysGbr:~# wget http://linux.mtasa.com/dl/multitheftauto_linux_x64.tar.gz
converted \'http://linux.mtasa.com/dl/multitheftauto_linux_x64.tar.gz\' (ANSI_X3.4-1968) -> \'http://linux.mtasa.com/dl/multitheftauto_linux_x64.tar.gz\' (UTF-8)
--2018-09-08 20:10:40-- http://linux.mtasa.com/dl/multitheftauto_linux_x64.tar.gz
Resolving linux.mtasa.com (linux.mtasa.com)... 91.121.44.90, 2001:41d0:2:bfcd::111
Connecting to linux.mtasa.com (linux.mtasa.com)|91.121.44.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9478066 (9.0M) [application/octet-stream]
Saving to: \'multitheftauto_linux_x64.tar.gz\'
multitheftauto_linu 100%[=====================>] 9.04M 3.10MB/s in 2.9s
2018-09-08 20:10:43 (3.10 MB/s) - \'multitheftauto_linux_x64.tar.gz\' saved [9478066/9478066]
root@GlysGbr:~# ls
MTASERVER multitheftauto_linux_x64
TS3SERVER multitheftauto_linux_x64.tar.gz
TeamSpeak3-Client-linux_amd64-3.2.1.run
root@GlysGbr:~# cd multitheftauto_linux_x64
root@GlysGbr:~/multitheftauto_linux_x64# ls
root@GlysGbr:~/multitheftauto_linux_x64# cd
root@GlysGbr:~# rm -rf multitheftauto_linux_x64
root@GlysGbr:~# ls
MTASERVER TeamSpeak3-Client-linux_amd64-3.2.1.run
TS3SERVER multitheftauto_linux_x64.tar.gz
root@GlysGbr:~# tar -xvf multitheftauto_linux_x64.tar.gz
multitheftauto_linux_x64/
multitheftauto_linux_x64/LICENSE
multitheftauto_linux_x64/mods/
multitheftauto_linux_x64/mods/deathmatch/
multitheftauto_linux_x64/NOTICE
multitheftauto_linux_x64/README
multitheftauto_linux_x64/x64/
multitheftauto_linux_x64/x64/linux-libs/
multitheftauto_linux_x64/x64/core.so
multitheftauto_linux_x64/x64/xmll.so
multitheftauto_linux_x64/x64/net.so
multitheftauto_linux_x64/x64/dbconmy.so
multitheftauto_linux_x64/x64/deathmatch.so
multitheftauto_linux_x64/mta-server64
root@GlysGbr:~# rm -rf multitheftauto_linux_x64.tar.gz
root@GlysGbr:~# ls
MTASERVER TeamSpeak3-Client-linux_amd64-3.2.1.run
TS3SERVER multitheftauto_linux_x64
root@GlysGbr:~# ls MTASERVER/
LICENSE MTASERVERZERO NOTICE README baseconfig mods mta-server64 x64
root@GlysGbr:~# cd MTASERVER/
root@GlysGbr:~/MTASERVER# rm -rf MTASERVERZERO/
root@GlysGbr:~/MTASERVER# ls
LICENSE NOTICE README baseconfig mods mta-server64 x64
root@GlysGbr:~/MTASERVER# cd
root@GlysGbr:~# mkdir MTASERVER2
root@GlysGbr:~# ls
MTASERVER TS3SERVER multitheftauto_linux_x64
MTASERVER2 TeamSpeak3-Client-linux_amd64-3.2.1.run
root@GlysGbr:~# mv multitheftauto_linux_x64/* MTASERVER2
root@GlysGbr:~# cd MTASERVER2
root@GlysGbr:~/MTASERVER2# ls
LICENSE NOTICE README mods mta-server64 x64
root@GlysGbr:~/MTASERVER2# cd mods/
root@GlysGbr:~/MTASERVER2/mods# ls
deathmatch
root@GlysGbr:~/MTASERVER2/mods# cd
root@GlysGbr:~# rm -rf multitheftauto_linux_x64/
root@GlysGbr:~# ls
MTASERVER MTASERVER2 TS3SERVER TeamSpeak3-Client-linux_amd64-3.2.1.run
root@GlysGbr:~# cd MTASERVER
root@GlysGbr:~/MTASERVER# cd
root@GlysGbr:~# cd MTASERVER2
root@GlysGbr:~/MTASERVER2# ls
LICENSE NOTICE README mods mta-server64 x64
root@GlysGbr:~/MTASERVER2# rm -rf *
root@GlysGbr:~/MTASERVER2# ls
root@GlysGbr:~/MTASERVER2# cd
root@GlysGbr:~# wget http://linux.mtasa.com/dl/multitheftauto_linux_x64.tar.gz
converted \'http://linux.mtasa.com/dl/multitheftauto_linux_x64.tar.gz\' (ANSI_X3.4-1968) -> \'http://linux.mtasa.com/dl/multitheftauto_linux_x64.tar.gz\' (UTF-8)
--2018-09-08 20:13:54-- http://linux.mtasa.com/dl/multitheftauto_linux_x64.tar.gz
Resolving linux.mtasa.com (linux.mtasa.com)... 91.121.44.90, 2001:41d0:2:bfcd::111
Connecting to linux.mtasa.com (linux.mtasa.com)|91.121.44.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9478066 (9.0M) [application/octet-stream]
Saving to: \'multitheftauto_linux_x64.tar.gz\'
multitheftauto_linu 100%[=====================>] 9.04M 2.29MB/s in 4.6s
2018-09-08 20:13:59 (1.97 MB/s) - \'multitheftauto_linux_x64.tar.gz\' saved [9478066/9478066]
root@GlysGbr:~# tar -xvf multitheftauto_linux_x64.tar.gz
multitheftauto_linux_x64/
multitheftauto_linux_x64/LICENSE
multitheftauto_linux_x64/mods/
multitheftauto_linux_x64/mods/deathmatch/
multitheftauto_linux_x64/NOTICE
multitheftauto_linux_x64/README
multitheftauto_linux_x64/x64/
multitheftauto_linux_x64/x64/linux-libs/
multitheftauto_linux_x64/x64/core.so
multitheftauto_linux_x64/x64/xmll.so
multitheftauto_linux_x64/x64/net.so
multitheftauto_linux_x64/x64/dbconmy.so
multitheftauto_linux_x64/x64/deathmatch.so
multitheftauto_linux_x64/mta-server64
root@GlysGbr:~# rm -rf multitheftauto_linux_x64.tar.gz
root@GlysGbr:~# mv multitheftauto_linux_x64/* MTASERVER2
root@GlysGbr:~# rm -rf multitheftauto_linux_x64/
root@GlysGbr:~# cd MTASERVER2
root@GlysGbr:~/MTASERVER2# ls
LICENSE NOTICE README mods mta-server64 x64
root@GlysGbr:~/MTASERVER2# cd mods
root@GlysGbr:~/MTASERVER2/mods# cd
root@GlysGbr:~# cd MTASERVER2
root@GlysGbr:~/MTASERVER2# ls
LICENSE NOTICE README mods mta-server64 x64
root@GlysGbr:~/MTASERVER2# ./mta-server64
root@GlysGbr:~/MTASERVER2# ./mta-server64
root@GlysGbr:~/MTASERVER2# ./mta-server64
root@GlysGbr:~/MTASERVER2# ./mta-server64
root@GlysGbr:~/MTASERVER2# ls
LICENSE NOTICE README mods mta-server64 x64
root@GlysGbr:~/MTASERVER2# cd x64
root@GlysGbr:~/MTASERVER2/x64# ls
core.so dbconmy.so deathmatch.so linux-libs net.so xmll.so
root@GlysGbr:~/MTASERVER2/x64# cd
root@GlysGbr:~# cd MTASERVER2
root@GlysGbr:~/MTASERVER2# ./mta-server64
root@GlysGbr:~/MTASERVER2# ./mta-server64
root@GlysGbr:~/MTASERVER2# ./mta-server64
root@GlysGbr:~/MTASERVER2# ./mta-server64
root@GlysGbr:~/MTASERVER2# ./mta-server64
root@GlysGbr:~/MTASERVER2# cd
root@GlysGbr:~# cd ..
root@GlysGbr:/# cd etc
root@GlysGbr:/etc# ls
X11 insserv.conf profile
adduser.conf insserv.conf.d profile.d
aliases iproute2 protocols
alternatives issue python
apache2 issue.net python2.7
apparmor.d kernel rc.local
apt ld.so.cache rc0.d
bash.bashrc ld.so.conf rc1.d
bash_completion.d ld.so.conf.d rc2.d
bindresvport.blacklist ldap rc3.d
binfmt.d libaudit.conf rc4.d
ca-certificates lighttpd rc5.d
ca-certificates.conf locale.alias rc6.d
calendar locale.gen rcS.d
cron-apt localtime resolv.conf
cron.d logcheck rmt
cron.daily login.defs rpc
cron.hourly logrotate.conf rsyslog.conf
cron.monthly logrotate.d rsyslog.d
cron.weekly machine-id screenrc
crontab magic securetty
dbconfig-common magic.mime security
dbus-1 mail.rc selinux
debconf.conf mailcap services
debian_version mailcap.order sgml
default mailname shadow
deluser.conf manpath.config shadow-
dhcp mime.types shells
dpkg mke2fs.conf skel
drirc modprobe.d ssh
email-addresses modules ssl
environment modules-load.d staff-group-for-usr-local
exim4 motd subgid
fonts mtab subgid-
fstab mysql subuid
gai.conf nanorc subuid-
groff network sysctl.conf
group networks sysctl.d
group- newt systemd
gshadow nsswitch.conf terminfo
gshadow- ntp.conf tid
gss opt timezone
host.conf os-release tmpfiles.d
hostname pam.conf ucf.conf
hosts pam.d udev
hosts.allow passwd ufw
hosts.deny passwd- vim
init perl wgetrc
init.d php5 xdg
inputrc phpmyadmin xml
insserv ppp
root@GlysGbr:/etc# cd my.cnf
-bash: cd: my.cnf: No such file or directory
root@GlysGbr:/etc# cd
root@GlysGbr:~# cd
root@GlysGbr:~# cd
root@GlysGbr:~# cd MTASERVER2
root@GlysGbr:~/MTASERVER2# ./mta-server64
[/] MTA: San Andreas :: 0/50 players :: 299 resources :: 110 fps (25)
[21:04:08] ERROR: Couldn\'t find resource fegyver. Check it exists.
[21:04:08] ERROR: Couldn\'t find resource index. Check it exists.
[21:04:08] ERROR: Couldn\'t find resource report. Check it exists.
[21:04:08] Querying MTA master server... success! (Auto detected IP:87.229.71.12
5)
[21:04:08] Authorized serial account protection is enabled for the ACL group(s):
`Admin` See http://mtasa.com/authserial
[21:04:08] WARNING: <owner_email_address> not set
[21:04:08] Server started and is ready to accept connections!
[21:04:08] To stop the server, type \'shutdown\' or press Ctrl-C
[21:04:08] Type \'help\' for a list of commands.
[21:04:08] Stopping global
[21:04:08] Starting global
[21:04:08] ERROR: mysql/connection.lua:62: attempt to call global \'mysql_ping\' (
a nil value)
[21:04:08] ERROR: global/money_globals.lua:26: call: failed to call \'mysql:query
\' [string \"?\"]
[21:04:08] ERROR: mysql/connection.lua:62: attempt to call global \'mysql_ping\' (
a nil value)
[21:04:08] ERROR: global/money_globals.lua:37: call: failed to call \'mysql:query
\' [string \"?\"]
[21:04:08] global restarted successfully
Előre is köszi a segítséget nagyon megköszönném.