Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Thu Aug 07, 2014 11:10 am 
Offline
Senior Newbie

Joined: Thu Aug 07, 2014 11:04 am
Posts: 8
As said in topic


Top
   
PostPosted: Thu Aug 07, 2014 11:57 am 
Offline
Senior Member

Joined: Fri Feb 17, 2012 8:20 pm
Posts: 365
Putty is just the tool you use to connect to your Linode via SSH. Once connected it depends on your Linux distribution which steps follow.

There's a little guide here http://brioteam.com/how-install-teamspe ... rver-linux
Note that when you use wget you shouldn't copy-paste that, but instead wget the latest version of the server. (See here: http://www.teamspeak.com/?page=downloads)


Top
   
PostPosted: Thu Aug 07, 2014 12:05 pm 
Offline
Senior Newbie

Joined: Thu Aug 07, 2014 11:04 am
Posts: 8
Thanks for the link, I think this will help me host my server now.


Top
   
PostPosted: Thu Aug 07, 2014 8:53 pm 
Offline
Senior Member
User avatar

Joined: Tue Apr 13, 2004 6:54 pm
Posts: 833
In my case I have the server owned by the user tmspk3 so in my /etc/rc.d/rc.local file I have
Code:
su tmspk3  -c 'cd /home/tmspk3    && ./ts3server_startscript.sh start'

This causes it to restart at bootup time.

_________________
Rgds
Stephen
(Linux user since kernel version 0.11)


Top
   
PostPosted: Thu Aug 07, 2014 10:28 pm 
Offline
Senior Newbie

Joined: Thu Aug 07, 2014 11:04 am
Posts: 8
Quote:
Putty is just the tool you use to connect to your Linode via SSH. Once connected it depends on your Linux distribution which steps follow.

There's a little guide here http://brioteam.com/how-install-teamspe ... rver-linux
Note that when you use wget you shouldn't copy-paste that, but instead wget the latest version of the server. (See here: http://www.teamspeak.com/?page=downloads


So there's a new problem here... I have already created a user on my linode, it's used to manage the website and all those things. But according to the guide u send me, it said I should create a new user for teamspeak server, so I created one by when I tried to change the home directory, it appears that I didn't create a drectory but just a user? ((cannot access `/home/teamspeak3-user': No such file or directory))

Is there any way i can solve this problem?


Top
   
PostPosted: Fri Aug 08, 2014 5:59 am 
Offline
Newbie

Joined: Mon May 12, 2014 8:46 pm
Posts: 4
My teamspeak user doesn't have a home directory and has bash set to false (both intentionally). Neither are needed to make TS work. If you want a home directory you can just create one:

Code:
mkdir /home/teamspeak3-user


and then change the ownership:

Code:
chown -R teamspeak3-user:teamspeak3-user /home/teamspeak3-user


Top
   
PostPosted: Sun Aug 10, 2014 7:35 am 
Offline
Senior Newbie

Joined: Thu Aug 07, 2014 11:04 am
Posts: 8
Blob wrote:
My teamspeak user doesn't have a home directory and has bash set to false (both intentionally). Neither are needed to make TS work. If you want a home directory you can just create one:

Code:
mkdir /home/teamspeak3-user


and then change the ownership:

Code:
chown -R teamspeak3-user:teamspeak3-user /home/teamspeak3-user


So I did what u've told me to, I changed the ownership and all that, but somehow even when i run the download with the user created just for TS, the files still end up in the directory for running my website


Top
   
PostPosted: Sun Aug 10, 2014 8:44 am 
Offline
Newbie

Joined: Mon May 12, 2014 8:46 pm
Posts: 4
When you say "run the download", do you mean unzipping the server files? Is there a guide you're following for this? If so, can you link it?


Top
   
PostPosted: Sun Aug 10, 2014 8:47 am 
Offline
Senior Newbie

Joined: Thu Aug 07, 2014 11:04 am
Posts: 8
Blob wrote:
When you say "run the download", do you mean unzipping the server files? Is there a guide you're following for this? If so, can you link it?

I'm using this guide http://brioteam.com/how-install-teamspe ... rver-linux, and by download I mean using Putty to download the ts server on my linode


Top
   
PostPosted: Mon Aug 11, 2014 12:56 pm 
Offline
Senior Member

Joined: Fri Feb 17, 2012 8:20 pm
Posts: 365
Wget by default saves whatever you wget in your current folder. If you are running wget from the public_html directory for your website, that's where they will indeed end up. After you've su'd to the teamspeak user, just do a cd /home/teamspeak3-user to get to the right directory and wget there


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group