Ventrilo Need help asap(linux)

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
mateckz
Compulsive poster
Compulsive poster
Posts: 65
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Mar 10, 2010 5:20 pm

Ventrilo Need help asap(linux)

Post by mateckz »

Hey Guys/Girls,

I am currently attempting to host the free ventrilo_srv for linux, but i have even follow directions on many forums, but it will not let me unpack the file to put it in the correct directory, can someone please help me the correct way no trolling no idiots on setting up ventrilo with linux i know its not hard but i must be doing something wrong


Thank you,
Joe
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Ventrilo Need help asap(linux)

Post by Edge100x »

Are these the instructions that you are following?

http://www.ventrilo.com/setup.php#Server_Installing
mateckz
Compulsive poster
Compulsive poster
Posts: 65
Joined: Wed Mar 10, 2010 5:20 pm

Re: Ventrilo Need help asap(linux)

Post by mateckz »

it says its no such directory when i try to gunzip it thats the problem ive been having the hl server worked fine but vent no
rustydusty1717
This is my homepage
This is my homepage
Posts: 645
Joined: Sun Sep 20, 2009 6:15 pm

Re: Ventrilo Need help asap(linux)

Post by rustydusty1717 »

Ahhh, I had that problem as well. Can't remember what I did, but it is possible. Search some more on google, there's gotta me something out there. If I remember how I did it, I'll be sure to post back.
Image
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Ventrilo Need help asap(linux)

Post by Edge100x »

No such directory? That's an odd error to get from gunzip, since you're unzipping a file.

Please copy and paste the commands you're entering and the results that you get through SSH here, and I'll do my best to pick out the mistake.
mateckz
Compulsive poster
Compulsive poster
Posts: 65
Joined: Wed Mar 10, 2010 5:20 pm

Re: Ventrilo Need help asap(linux)

Post by mateckz »

gunzip VentriloServerLinuxi386-32bit
i have also tried gunzip VentriloServerLinuxi386-32bit.tar.gz

then i get the no such directory thing when i made the directory put the file in there but it wont unzip because of that error
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Ventrilo Need help asap(linux)

Post by Edge100x »

I'm sorry for the confusion. I meant, please copy and paste all of the commands you are doing through SSH, and the responses that the server is giving you. PuTTy (our recommended SSH client) makes this very easy -- just select the lines with your mouse, and then Control-V them into a post here.
mateckz
Compulsive poster
Compulsive poster
Posts: 65
Joined: Wed Mar 10, 2010 5:20 pm

Re: Ventrilo Need help asap(linux)

Post by mateckz »

I use the vnc console, and im typing the exact commands on the ventrilo install site, and getting the error
mateckz
Compulsive poster
Compulsive poster
Posts: 65
Joined: Wed Mar 10, 2010 5:20 pm

Re: Ventrilo Need help asap(linux)

Post by mateckz »

User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Ventrilo Need help asap(linux)

Post by Edge100x »

I'd generally recommend using SSH instead, since it's faster/lower-overhead.

Did you do step #1 of their instructions? You need to do that in order to have the file on the server to extract. You can upload files through to the server through SFTP, using a program like WinSCP. Make sure to put it into the file where you'll be typing the gunzip / tar xzvf instruction (/root/ventrilo, it looks like).
1) Upload the file to the machine that you plan on running the server on. This is only important if the host computer is not the same as the computer you are currently using.
mateckz
Compulsive poster
Compulsive poster
Posts: 65
Joined: Wed Mar 10, 2010 5:20 pm

Re: Ventrilo Need help asap(linux)

Post by mateckz »

I just downloaded it, thats what i did with hlds and it worked the file is on the machine
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Ventrilo Need help asap(linux)

Post by Edge100x »

Looking at your output again, it looks like you mistakenly ran "gunzip" on the .tar file, after you ran it on the .tar.gz file. If you're following the instructions from the Ventrilo site, you need to move on to step #8 at this point and use "tar -xf" on the .tar file.
mateckz
Compulsive poster
Compulsive poster
Posts: 65
Joined: Wed Mar 10, 2010 5:20 pm

Re: Ventrilo Need help asap(linux)

Post by mateckz »

[root@lucid ventrilo]# tar xf ventrilo_srv-3.0.3-Linux
tar: ventrilo_srv-3.0.3-Linux: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Ventrilo Need help asap(linux)

Post by Edge100x »

You need to execute that command on the .tar file, as I said and the instructions said:

tar xf ventrilo_srv-3.0.3-Linux.tar
mateckz
Compulsive poster
Compulsive poster
Posts: 65
Joined: Wed Mar 10, 2010 5:20 pm

Re: Ventrilo Need help asap(linux)

Post by mateckz »

[root@lucid ventrilo]# tar xf ventrilo_srv-3.0.3-Linux.tar
tar: ventrilo_srv-3.0.3-Linux.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
Post Reply