Post Reply  Post Thread 
Installing The Update Tool
Author Message
Frantic211
Junior Member
**


Posts: 5
Group: Registered
Joined: Apr 2005
Status: Offline
Post: #1
Installing The Update Tool

Hello All,
I really have 3 questions.
1.) What are the minimal system requirements to run a source server?...well, let me rephrase that, is a 500MHz PII with 192Mb RAM enough to run a server? What is the best linux distro to use?

2.) This might be a linux problem but...I am on Mandrake 10.1 and after I get the file(update tool) and chmod it to executable. I run the ./hldsupdatetool.bin command and the lisence agreement comes up I type yes and then it gives me the following error and none of the files are removed from the bin:
...
Enter 'yes' to accept this agreement, 'no' to decline: yes
sh: line 1: uncompress: command not found
Broken pipe
[root@mandrake counter]#


What is the problem?
Thanks in Advance

04-13-2005 01:40 PM
Find all posts by this user Quote this message in a reply
inc0gs
Senior Member
****


Posts: 380
Group: Registered
Joined: Jan 2005
Status: Offline
Post: #2
RE: Installing The Update Tool

in regards to #1, it'll depend on how many players and bots you are gonna have on your server.

as for #2, you should wait for cryoteks answer as he is pretty good with that kind of stuff.


United Strike Marine Corps
USMC-CO| ? (theta)
04-13-2005 01:49 PM
Find all posts by this user Quote this message in a reply
cryotek
Forum admin
*******


Posts: 1,208
Group: Administrators
Joined: Dec 2004
Status: Offline
Post: #3
RE: Installing The Update Tool

as ic0gs wrote it all depends. as far as distro is concered. im either for FreeBSD or Gentoo linux.

also do NOT run your server as root.
To fix your ncompress option, you have 2 options. First, you can either install ncompress by getting a mandrake rpm for ncompress OR you and link it to gunzip

Code:
ln -s /usr/bin/gunzip /usr/bin/uncompress


NOTE: Your gunzip MIGHT be in /bin/gunzip

if you have slocate installed just locate gunzip



starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.

This post was last modified: 04-13-2005 02:43 PM by cryotek.

04-13-2005 02:42 PM
Visit this user's website Find all posts by this user Quote this message in a reply
The_nameless
Junior Member
**


Posts: 2
Group: Registered
Joined: May 2006
Status: Offline
Post: #4
RE: Installing The Update Tool

Ok iam running FC4 that about all know...sad i know i keep getting this error
sh: uncompress: command not found

and the help that you posted did not help
ln -s /bin/gunzip /bin/uncompress
It says cannot find the uncompress part I dont know whats wrong it was working on my other linux computer i just upgraded systems.

05-05-2006 03:02 PM
Find all posts by this user Quote this message in a reply
fqdn
Senior Member
****


Posts: 723
Group: Registered
Joined: May 2006
Status: Offline
Post: #5
RE: Installing The Update Tool

you need to enter it as:

ln -s /usr/bin/gunzip /usr/bin/uncompress

if you typed it the way you did in your message it won't work. i would also try this as root or su. i use fc4 too and every install needs this symbolic link created.

edit: it may also depend on if you have gzip installed, if not then you have to install it and create the link.

This post was last modified: 05-05-2006 04:53 PM by fqdn.

05-05-2006 04:52 PM
Find all posts by this user Quote this message in a reply
get
Dark terminal user
***


Posts: 162
Group: Registered
Joined: Oct 2005
Status: Offline
Post: #6
RE: Installing The Update Tool

ln -s /usr/bin/gunzip /usr/bin/uncompress

thats the first requierement to have on some linux boxes, not on all but on most

pls dont run srcds servers as root.

user can install uninstall and all in his own home folder, srcds as root is stupid.


This post was last modified: 05-05-2006 11:15 PM by get.

05-05-2006 11:14 PM
Visit this user's website Find all posts by this user Quote this message in a reply
fqdn
Senior Member
****


Posts: 723
Group: Registered
Joined: May 2006
Status: Offline
Post: #7
RE: RE: Installing The Update Tool

get Wrote:
pls dont run srcds servers as root.


yes don't run srcds as root, but i think you have to make the link as root? could be mistaken i always to it as root, never tried as the game account.

05-06-2006 03:18 AM
Find all posts by this user Quote this message in a reply
The_nameless
Junior Member
**


Posts: 2
Group: Registered
Joined: May 2006
Status: Offline
Post: #8
RE: Installing The Update Tool

Thanks guys you kick ass!

05-07-2006 03:28 AM
Find all posts by this user Quote this message in a reply
get
Dark terminal user
***


Posts: 162
Group: Registered
Joined: Oct 2005
Status: Offline
Post: #9
RE: Installing The Update Tool

the link must be done as root. the rest you nevermore need a root user to have gameing accounts


05-08-2006 12:22 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Minibaka21090
Junior Member
**


Posts: 2
Group: Registered
Joined: May 2006
Status: Offline
Post: #10
RE: Installing The Update Tool

ok i dont know if i am retarted or what but i am using Fedora 5 and i cant get it to uncompress i enter this:

[Server@admin srcds_l]$ ln -s /usr/bin/gunzip /usr/bin/uncompress
ln: creating symbolic link `/usr/bin/uncompress' to `/usr/bin/gunzip': Permission denied

can someone please help me this is my first time using linux and i dont know what to do.

05-25-2006 11:02 AM
Find all posts by this user Quote this message in a reply
navyseal
Junior Member
**


Posts: 9
Group: Registered
Joined: May 2005
Status: Offline
Post: #11
RE: Installing The Update Tool

minibaka use this command I am also using fedora core 5 and this one worked:

Code:
ln -s ./hldsupdatetool.bin /usr/bin/gunzip

05-28-2006 03:22 AM
Find all posts by this user Quote this message in a reply
elementals
Junior Member
**


Posts: 11
Group: Registered
Joined: Jul 2006
Status: Offline
Post: #12
RE: Installing The Update Tool

i have tried all of this

and i cant uncompress it

i have downloaded ncompress, but dont know how to install

i am new to linux

if someone could please contact me by aim i would apreciate it

aim= nirvana626

if the help is successfull i would offer the person who helps me a lil cash

please contact me or reply to this asap

thx

07-14-2006 10:43 AM
Find all posts by this user Quote this message in a reply
fqdn
Senior Member
****


Posts: 723
Group: Registered
Joined: May 2006
Status: Offline
Post: #13
RE: RE: Installing The Update Tool

Minibaka21090 Wrote:
[Server@admin srcds_l]$ ln -s /usr/bin/gunzip /usr/bin/uncompress
ln: creating symbolic link `/usr/bin/uncompress' to `/usr/bin/gunzip': Permission denied


have you tried running the command above as root? permission denied points to your account not having priviledges. try cd /usr/bin and do a ls to see if gunzip even exists. i've never tried it but i doubt you can create a link to something that doesn't exist.

07-14-2006 01:04 PM
Find all posts by this user Quote this message in a reply
kabantik
Junior Member
**


Posts: 4
Group: Registered
Joined: Feb 2008
Status: Offline
Post: #14
RE: Installing The Update Tool

Simplest solution to compression issue is running "yum install ncompress"

-EZ mode Redhat linux

or "apt-get ncompress" for Debian based boxes

02-18-2008 11:11 AM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: