LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 07-20-2009, 05:16 AM   #16
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899

You are not root, since the prompt is
[@@@@@@@@@@@@@@@@@@@@@@]$

When you are root the prompt is
[@@@@@@@@@@@@@@@@@@@@@@]#

To become root, type
Code:
su
and the the root password.
 
Old 07-20-2009, 05:20 AM   #17
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
BTW, the password you use for ssh, is not the root password.
 
Old 07-20-2009, 05:29 AM   #18
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
Linux version 2.6.18-92.1.10.el5PAE (mockbuild@builder16.centos.org) (gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)) #1 SMP Tue Aug 5 08:14:05 EDT 2008
2.6.18-92.1.10.el5......centos.org :
The OS (distribution) is CentOS 5 ( = Redhat EL 5 ).
.....
(gcc version 4.1.2 20071124 (Red Hat 4.1.2-42) :
This is the gcc 'c-compiler'.
.....
 
Old 07-20-2009, 01:03 PM   #19
mrconfus3d
LQ Newbie
 
Registered: Jul 2009
Posts: 19

Original Poster
Rep: Reputation: 0
Permission was denied for that command, repo.
 
Old 07-20-2009, 01:07 PM   #20
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
I pay monthly for the server.
I would suggest to contact the hosting, since you don't have root access to the server.
 
Old 07-20-2009, 09:17 PM   #21
mrconfus3d
LQ Newbie
 
Registered: Jul 2009
Posts: 19

Original Poster
Rep: Reputation: 0
Ok, so i talked to them and discovered that my server is not a Dedicated server. So does this mean that I cannot install teamspeak or vent?
 
Old 07-21-2009, 05:01 AM   #22
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Ok, so i talked to them and discovered that my server is not a Dedicated server. So does this mean that I cannot install teamspeak or vent?
You can ask them to install, but no, you can not install things.
 
Old 07-21-2009, 07:46 PM   #23
mrconfus3d
LQ Newbie
 
Registered: Jul 2009
Posts: 19

Original Poster
Rep: Reputation: 0
Ahk, I doubt they will do it... Thanks for the support
 
Old 07-23-2009, 02:37 AM   #24
mrconfus3d
LQ Newbie
 
Registered: Jul 2009
Posts: 19

Original Poster
Rep: Reputation: 0
I was on the teamspeak forums asking around, and they said that i can probably run teamspeak even without Root. I only need root to run teamspeak with a different user. But I will run teamspeak with this user just fine. I was wondering, the next step is to wget the file, then untar it. But this is what happens when i attempt untaring the file.

tar -xvjf ts2_server_rc2_202319.tar.bz2
tar: bzip2: Cannot exec: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors

Would you know what I am doing wrong?
 
Old 07-23-2009, 05:03 AM   #25
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
tar: bzip2: Cannot exec: No such file or directory
Seems to me bzip2 isn't installed, or you don't have permission to execute it.
I wonder if you have permission to use make.
 
Old 07-23-2009, 01:44 PM   #26
mrconfus3d
LQ Newbie
 
Registered: Jul 2009
Posts: 19

Original Poster
Rep: Reputation: 0
I can perform mkdir. With ventrilo, I was able to untar it successfully with tar xf.
 
Old 07-25-2009, 06:33 PM   #27
mrconfus3d
LQ Newbie
 
Registered: Jul 2009
Posts: 19

Original Poster
Rep: Reputation: 0
I was able to run it, but even with it running, i cannot connect. I had this same issue with the ventrilo server. In the ssh client it says teamspeak is running fine, but no matter what i do i cant connect for some reason.
Also, i am running a website with the same server and i have access to the website..

Last edited by mrconfus3d; 07-25-2009 at 07:23 PM.
 
Old 07-26-2009, 01:15 AM   #28
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Seems to me there is a problem with the firewall.
Take a look at the FAQ
http://www.teamspeak.com/?page=faq

Quote:
Also, i am running a website with the same server and i have access to the website..
Because the ports for the website are open.
 
Old 07-26-2009, 01:23 AM   #29
mrconfus3d
LQ Newbie
 
Registered: Jul 2009
Posts: 19

Original Poster
Rep: Reputation: 0
Thats what i figured as well, but how would i fix it? The server isnt with me. Its somewhere in Spain, And im in America.

BTW. ive read the faq as well.
 
Old 07-26-2009, 01:33 AM   #30
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
You can ask if they want to open te firewall to use teamspeak.
However, since it is not a dedicated server, and it's a webserver, I don't think they will let you use teamspeak.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How Do I Install TeamSpeak Client webbing2006 Linux - Software 1 11-15-2008 02:58 AM
LXer: How To Install A TeamSpeak Server On Ubuntu LXer Syndicated Linux News 0 05-26-2008 12:30 PM
install teamspeak with ports JROCK1980 *BSD 3 03-05-2007 01:46 AM
TeamSpeak richiefrich General 1 05-18-2006 03:42 PM
Teamspeak 2 RC2 install SuperBongBoy Linux - Software 0 09-10-2004 02:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 05:57 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration