Posts: 5
Threads: 3
Joined: Apr 2005
Reputation:
0
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
Posts: 380
Threads: 9
Joined: Jan 2005
Reputation:
0
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)
Posts: 2
Threads: 0
Joined: May 2006
Reputation:
0
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.
Posts: 728
Threads: 2
Joined: May 2006
Reputation:
0
05-05-2006, 04:52 PM
(This post was last modified: 05-05-2006, 04:53 PM by fqdn.)
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.
Posts: 177
Threads: 18
Joined: Oct 2005
Reputation:
0
05-05-2006, 11:14 PM
(This post was last modified: 05-05-2006, 11:15 PM by get.)
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.
Posts: 2
Threads: 0
Joined: May 2006
Reputation:
0
Thanks guys you kick ass!
Posts: 177
Threads: 18
Joined: Oct 2005
Reputation:
0
the link must be done as root. the rest you nevermore need a root user to have gameing accounts
Posts: 2
Threads: 1
Joined: May 2006
Reputation:
0
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.
Posts: 11
Threads: 1
Joined: Jul 2006
Reputation:
0
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
Posts: 33
Threads: 6
Joined: Feb 2008
Reputation:
0
Simplest solution to compression issue is running "yum install ncompress"
-EZ mode Redhat linux
or "apt-get ncompress" for Debian based boxes