
TS3 na VPS . Pomůže někdo zprovoznit. Zaplatím. Díky
Dobrý den. Mám vlastní VPS s IP adresou. Snažil jsem se podle všech návodů zprovoznit TS3 server ale nejde.Pomůže někdo ? Zaplatím peníze. Díky
A co ti přesně nefunguje?
edit: tady máš tutíka: https://www.vpsserver.com/community/tutorials/3916/how-to-setup-teamspeak-server-on-linux/
Na tom se nedá nic zkazit.
root@host-ubuntu:~# sudo chown -R teamspeak:teamspeak /usr/local/teamspeak
V tomto příkazu to píše že invalid user: `teamspeak:teamspeak'
a toho uživatele jsi vytvořil?
ja jsem f tom fakt amatér
Nevím jestli jsem to vytvořil . Kdyby jste mi to zprovoznil pošlete mi č.u. a ja vám pošlu nějaký peníz /100 - 300/ kč záleží kolik si řeknete . Díky
[root@1CSAKClan ~]# sudo adduser --disabled-login teamspeak
adduser: unrecognized option '--disabled-login'
Usage: adduser [options] LOGIN
adduser -D
adduser -D [options]
Options:
-b, --base-dir BASE_DIR base directory for the home directory of the
new account
-c, --comment COMMENT GECOS field of the new account
-d, --home-dir HOME_DIR home directory of the new account
-D, --defaults print or change default useradd configuration
-e, --expiredate EXPIRE_DATE expiration date of the new account
-f, --inactive INACTIVE password inactivity period of the new account
-g, --gid GROUP name or ID of the primary group of the new
account
-G, --groups GROUPS list of supplementary groups of the new
account
-h, --help display this help message and exit
-k, --skel SKEL_DIR use this alternative skeleton directory
-K, --key KEY=VALUE override /etc/login.defs defaults
-l, --no-log-init do not add the user to the lastlog and
faillog databases
-m, --create-home create the user's home directory
-M, --no-create-home do not create the user's home directory
-N, --no-user-group do not create a group with the same name as
the user
-o, --non-unique allow to create users with duplicate
(non-unique) UID
-p, --password PASSWORD encrypted password of the new account
-r, --system create a system account
-R, --root CHROOT_DIR directory to chroot into
-s, --shell SHELL login shell of the new account
-u, --uid UID user ID of the new account
-U, --user-group create a group with the same name as the user
-Z, --selinux-user SEUSER use a specific SEUSER for the SELinux user mapping
[root@1CSAKClan ~]#
- co tam máš za distro?
- pokud jsi už root, nemá smysl používat sudo
použij jen příkaz:
[root@1CSAKClan ~]# sudo mv teamspeak3-server_linux_amd64 /usr/local/teamspeak
[root@1CSAKClan ~]# sudo chown -R teamspeak:teamspeak /usr/local/teamspeak
[root@1CSAKClan ~]# sudo ln -s /usr/local/teamspeak/ts3server_startscript.sh /etc/init.d/teamspeak
[root@1CSAKClan ~]# sudo update-rc.d teamspeak defaults
sudo: update-rc.d: command not found
co teď ??
Installation
Update and Upgrade Ubuntu Server
root@host-ubuntu:~# sudo apt-get update && sudo apt-get -y upgrade
a tento taky nejde
[root@1CSAKClan ~]# sudo apt-get update && sudo apt-get -y upgrade
-bash: syntax error near unexpected token `;&'
Takže ti neprošel hned první příkaz a stejně jsi pokračoval dál a doufal, že to ničemu nebude vadit?
A na ty otázky jsi stejně stále neodpověděl.
ano ten první příkaz neprošel . Zapoměl jsem to napsat dřív. Rozumím že asi všechny ostatní jsou zbytečné
Tak že musím najít nějaký návod na centos?
https://my.esecuredata.com/index.php?/knowledgebase/article/66/install-teamspeak3-on-centos-6
To bude ono díky moc !!!
ne, už to máš skoro hotové, stačí jen spustit službu.
https://blog.sleeplessbeastie.eu/2012/07/07/centos-how-to-manage-system-services/