Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
What's the output ?
PS : Are you doing this being logged into ts3server user ?
ts3server@fuzionvps:~$ ls -al /home/ts3server
total 6804
drwxr-xr-x 5 ts3server ts3server 4096 Feb 4 08:26 .
drwxr-xr-x 4 root root 4096 Feb 4 08:25 ..
-rw-r--r-- 1 ts3server ts3server 220 Feb 4 08:25 .bash_logout
-rw-r--r-- 1 ts3server ts3server 3637 Feb 4 08:25 .bashrc
drwxrwxr-x 2 ts3server ts3server 4096 Feb 4 08:26 functions
-rw-r--r-- 1 ts3server ts3server 675 Feb 4 08:25 .profile
drwxrwxr-x 2 ts3server ts3server 4096 Feb 4 08:26 serverfiles
drwxrwxr-x 7 ts3server ts3server 4096 Jan 21 05:39 teamspeak3-server_linux_am d64
-rw-rw-r-- 1 ts3server ts3server 6927639 Jan 21 05:39 teamspeak3-server_linux_am d64-3.0.12.tar.bz2
-rwxrwxr-x 1 ts3server ts3server 2598 Feb 4 08:25 ts3server
-rw-rw-r-- 1 ts3server ts3server 0 Feb 4 08:26 .ts3-server-tar-error.tmp
ts3server@fuzionvps:~$
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/xvda2 102966040 1564844 96151756 2% /
none 4 0 4 0% /sys/fs/cgroup
udev 495236 4 495232 1% /dev
tmpfs 101220 412 100808 1% /run
none 5120 0 5120 0% /run/lock
none 506096 0 506096 0% /run/shm
none 102400 0 102400 0% /run/user
/dev/xvda1 184307 67170 103518 40% /boot
How about:
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/xvda2 6494272 93577 6400695 2% /
none 126524 2 126522 1% /sys/fs/cgroup
udev 123809 462 123347 1% /dev
tmpfs 126524 366 126158 1% /run
none 126524 1 126523 1% /run/lock
none 126524 1 126523 1% /run/shm
none 126524 2 126522 1% /run/user
/dev/xvda1 48768 307 48461 1% /boot
Just tried : wget http://gameservermanagers.com/dl/ts3server
I couldn't resolve the address, which is pretty unusual, so did :
wget https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/TeamSpeak3/ts3server
This time, i couldn't get it to install... So in the end, update works, install doesn't.
=================================
Teamspeak 3
Linux Game Server Manager
by Daniel Gibbs
http://gameservermanagers.com
=================================
fetching functions/install_serverdir.sh...OK
Server Directory
=================================
/home/serverdev/ts3server2
Continue [y/N]y
mkdir: created directory ‘/home/serverdev/ts3server2/serverfiles’
fetching functions/check_deps.sh...OK
Checking Dependecies
=================================
curl
ca-certificates
lib32gcc1
libstdc++6:i386
fetching functions/install_ts3.sh...OK
fetching functions/info_distro.sh...OK
downloading teamspeak3-server_linux_amd64-3.0.12.tar.bz2...OK
extracting teamspeak3-server_linux_amd64-3.0.12.tar.bz2...OK
copying to /home/serverdev/ts3server2/serverfiles...FAIL - Exit status 1
cp: cannot stat ‘/home/serverdev/ts3server2/teamspeak3-server_linux-amd64/*’: No such file or directory
serverdev@lrob:~/ts3server2$
A quick fix is to change "ls" to "cat" on line 211 of update_check.sh, similar to the currentbuild variable initialization 3 lines above it.. (Please verify.)
A much better fix is to abandon this approach to initializing these variables[porkmail.org] and rewrite it in a much more efficient way, if it's only purpose is to ascertain if the running teamspeak architecture flavor is amd64 vs x86.
Line 211 of the update_check.sh code will completely fail if the user cleans out their logs, as will the assignment of the currentbuild variable 3 lines above it.