STEAM GROUP
Linux Game Server Managers linuxgsm
STEAM GROUP
Linux Game Server Managers linuxgsm
78
IN-GAME
621
ONLINE
Founded
February 9, 2015
Blue Feb 4, 2016 @ 10:03am
[SOLVED] Teamspeak Not Installing
I am install a teamspeak server on a fresh VPS and when I go to install it I get this. It doesnt create the files and I am not sure why. Could someone help me figure out what the issue is. All help is greatly appreciated.

Checking Dependecies
=================================
curl
ca-certificates
lib32gcc1
libstdc++6:i386
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/ts3server/serverfiles...FAIL - Exit status 1
cp: cannot stat ‘/home/ts3server/teamspeak3-server_linux-amd64/*’: No such file or directory
Last edited by UltimateByte; Feb 11, 2016 @ 6:27am
< >
Showing 1-15 of 20 comments
UltimateByte Feb 4, 2016 @ 11:50am 
ls -al /home/ts3server

What's the output ?
PS : Are you doing this being logged into ts3server user ?
Last edited by UltimateByte; Feb 4, 2016 @ 11:51am
Blue Feb 4, 2016 @ 12:37pm 
Yes I am looged in as ts3server user, this is the output.


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:~$
Mazer Feb 4, 2016 @ 2:28pm 
Originally posted by Blue:
copying to /home/ts3server/serverfiles...FAIL - Exit status 1
Another reason for this step to fail is disk space. Could you issue and post the output of:
df
Blue Feb 4, 2016 @ 2:31pm 
root@fuzionvps:~# df
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
Mazer Feb 4, 2016 @ 2:33pm 
That looks good,

How about:
df -i
Blue Feb 4, 2016 @ 2:37pm 
root@fuzionvps:~# df -i
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
Mazer Feb 4, 2016 @ 2:38pm 
Found the bug - it's in the script. The download changed names. Will send you an update shortly.
Last edited by Mazer; Feb 4, 2016 @ 2:38pm
Blue Feb 4, 2016 @ 2:38pm 
Alright, thanks. I appreciate it
Mazer Feb 4, 2016 @ 2:43pm 
Try this from the ts3server's home directory:
sed -i "s/_linux-/_linux_/g" functions/install_ts3.sh
Then try the installation again.
Blue Feb 4, 2016 @ 2:48pm 
Yup it works now thank you!
UltimateByte Feb 4, 2016 @ 3:19pm 
LGSM script is supposed to fix ts issue since like 2 days. I successfully updated my TS3 server yesterday. So... wtf ? Did it change again today ?
Blue Feb 4, 2016 @ 3:38pm 
It didnt work for me last night so It must have been then, Because I too installed one a couple days ago and it worked fine, so i'm not sure.
Mazer Feb 4, 2016 @ 4:41pm 
Would either of you be able to confirm that ./ts3server update works/fails presently?
Last edited by Mazer; Feb 4, 2016 @ 4:57pm
UltimateByte Feb 4, 2016 @ 5:14pm 
Well, i'll test that right now, i have an outdated dev server > Update is working. (i of course had to run update-functions before).

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$

Last edited by UltimateByte; Feb 4, 2016 @ 5:14pm
Mazer Feb 4, 2016 @ 7:37pm 
My update on a new install fails. Failure to initialize ts3arch appropriately appears to be the cause, as wget attempts to spider packages from the repository without architecture attributes.

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.
Last edited by Mazer; Feb 4, 2016 @ 8:19pm
< >
Showing 1-15 of 20 comments
Per page: 1530 50

Date Posted: Feb 4, 2016 @ 10:03am
Posts: 20