STEAM GROUP
Linux Game Server Managers linuxgsm
STEAM GROUP
Linux Game Server Managers linuxgsm
27
IN-GAME
449
ONLINE
Founded
February 9, 2015
DOCTEUR LORD Apr 20, 2016 @ 5:26am
Permission denied Teamspeak3
Bonjour !
Voici mon problème en image:
http://puu.sh/opdEp/2b3f21e6cb.png
Merci :)
< >
Showing 1-15 of 21 comments
Mazer Apr 20, 2016 @ 5:44am 
I'll defer to UltimateByte to tell you in French that your problem is that you are either running the script as the wrong user, or have taken away the executable permissions on the files.
whoami ls -l ~/ts ls -l ~/ts/functions
DOCTEUR LORD Apr 20, 2016 @ 5:47am 
I run this script and my gmod script as user "gmod" and no problem with garry's mod but ts3...
http://puu.sh/opeI2/78d7ac47d6.png
Mazer Apr 20, 2016 @ 6:06am 
Odd. The ts3server_startscript.sh that it's complaining about isn't in the directory.

What are the directory permissions:
ls -lad ~/ts ls -lad ~/ts/functions
Last edited by Mazer; Apr 20, 2016 @ 6:06am
Mazer Apr 20, 2016 @ 7:01am 
Everything looks good. But for some reason you don't have files that the script is supposed to be pulling down.

Can you issue:
./ts3server update-functions
and try to start the script once again?
Mazer Apr 20, 2016 @ 1:11pm 
Okay. A bit odd.

Can you confirm the permissions on the ts3server_startscript.sh?
ls -la ~/ts/serverfiles find ~/ -name ts3server_startscript.sh -exec ls -l {} \;
Last edited by Mazer; Apr 20, 2016 @ 1:11pm
Mazer Apr 20, 2016 @ 3:05pm 
There it is...

For some reason your scripts in serverfiles aren't set as executable.

This should fix the immediate problem:
find ~/ts/serverfiles -name "*.sh" -exec chmod +x {} \;
Last edited by Mazer; Apr 20, 2016 @ 3:05pm
Mazer Apr 20, 2016 @ 3:20pm 
Great! You got a different error. :)

Can you post the indicated log, please?
DOCTEUR LORD Apr 20, 2016 @ 3:28pm 
Apr 20 18:18:59 ts3-server: Starting: Unable to start Teamspeak 3 Server
I only have that
Last edited by DOCTEUR LORD; Apr 20, 2016 @ 3:35pm
Mazer Apr 20, 2016 @ 4:10pm 
Give this a shot:
strace -f ./ts3server start 2>&1 | tee /tmp/output
... and post the results of /tmp/output to pastebin.
DOCTEUR LORD Apr 20, 2016 @ 4:31pm 
God! There's so many lines :o
http://pastebin.com/NcWqAgAu
Mazer Apr 20, 2016 @ 4:57pm 
chmod +x ~/ts/ts3server/serverfiles/ts3server
should get us farther.

Any idea why your permissions are messed up?
Last edited by Mazer; Apr 20, 2016 @ 4:59pm
< >
Showing 1-15 of 21 comments
Per page: 1530 50

Date Posted: Apr 20, 2016 @ 5:26am
Posts: 21