Re: [hlds_linux] Using screen as a virutal terminal.

2006-12-18 Thread Kyle Caulfield
--
[ Picked text/plain from multipart/alternative ]
Easy screen use:

Make a new process:
screen -S hlds_1
./hlds blah blah anyhting else you want to run
then on your keyboard do: control+a+d
your screen in now detached.

To get back to a screen just do
screen -r hlds_1


you can name them whatever you want, with hlds_1 or myscreen, anything =)

Kyle

www.fire-fight.org

On 12/18/06, Dave M3PH Williams [EMAIL PROTECTED] wrote:

 [ Converted text/html to text/plain ]
 cheers guys for the help. Seeing as i didn't get a reply as quickly as i
 would
 have liked (hey i'm not known for my patience ;-) ) i did some resaerch on
 screen on good ol' google and come up with the same command line. Screen
 for
 me is a necessity for me as when we get our hardware in (atm this is all
 leaning and practise) we plan on running as many servers as possible (my
 numbers say 8 but we'll see) on a dual core processor.
 cheers for the help tho and you'll find i'll be asking for more help soon.
 Simon Marchi wrote:

 --
 [ Picked text/plain from multipart/alternative ]
 I think that the command would be

 $ screen -A -m -d -S screen_name ./hlds_run -game cstrike +maxplayers 16
 +map de_inferno +port 27016

 (replace the server command by whatever you want)

 To attach the terminal to the current tty:

 $ screen -r screen_name

 And to deattach it, press control-a followed by control-d

 Simon

 On 12/18/06, Matjaz Debelak [EMAIL PROTECTED][1] wrote:


 This is a multi-part message in MIME format.
 --
 [ Picked text/plain from multipart/alternative ]
 Andrew Forsberg wrote:


 On Sun, 2006-12-17 at 15:02 +, Dave M3PH Williams wrote:



 as you guys are probably aware i'm new to this whole running linux
 servers thing. I've been doing some reading on screen as i know some of
 you guys use it. But there is one concept i don't understand. how do i
 get screen to capture the running tty session in a bash script?



 You do not capture a running session, you start a virtual terminal, that
 you can deattach and reattach at will.
 if you want to start from deattached from a bash script try man screen
 as there is a switch to do just that but I cant remember it right now.

 LP Killer_X


 I think everyone is too busy screaming at valve at the moment to help
 you. :-)

 Anyway -- while I don't personally bother with screen, you shouldn't
 really need to capture the TTY session. Your hlds or srcds logs will
 contain all the info you need in the appropriate logs/ directory.

 Cheers
 Anders




 ___
 To unsubscribe, edit your list preferences, or view the list archives,


 please visit:


 http://list.valvesoftware.com/mailman/listinfo/hlds_linux[2]



 --

 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux[3]






 --
 Markys
 --

 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux[4]




 ===References:===
   1. mailto:[EMAIL PROTECTED]
   2. http://list.valvesoftware.com/mailman/listinfo/hlds_linux
   3. http://list.valvesoftware.com/mailman/listinfo/hlds_linux
   4. http://list.valvesoftware.com/mailman/listinfo/hlds_linux

 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux

--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Web Administration

2006-10-31 Thread Kyle Caulfield
--
[ Picked text/plain from multipart/alternative ]
I use www.gamecreate.com, it is really good, you can even make temporary
servers (This is what I use it for: http://www.fire-fight.org   )

Let me know if it does what you want.
Kyle Caulfield

On 10/31/06, Jon McDermott [EMAIL PROTECTED] wrote:

 [ Converted text/html to text/plain ]
 I have used HLDstart ... http://www.gamehound.net/~hldstart/[1] ... in the
 past.
 [EMAIL PROTECTED] wrote:

 Can anyone give me some insite on where i can find info about
 createing a simple web admin panel for my server? I have Apache, mysql
  php all installed. But I have no clue on how to start.
 thanks
 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please
 visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux[3]

 ===References:===
   1. http://www.gamehound.net/~hldstart/
   2. mailto:[EMAIL PROTECTED]
   3. http://list.valvesoftware.com/mailman/listinfo/hlds_linux

 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux

--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Sync tool - csrsc ?

2006-10-31 Thread Kyle Caulfield
--
[ Picked text/plain from multipart/alternative ]
Dave,

I use this for my servers, and as long as you get it directly from their
site you wont have any problems with it being a virus.  Also to anyone else
that is reading this, it works for linux and windows servers!

Thanks
Kyle Caulfield
Admin of --   www.fire-fight.org  --  Free Match Servers

On 10/31/06, Dave Dodd [EMAIL PROTECTED] wrote:

 Gentlefolk,

 Does anyone have any experiences (good or bad) with CSRSC ?  It is a
 redirect
 server syncronization tool.  I have had great success with it so far but I
 freaked out when I did a search for it again to go back to the orignal
 website
 I got it from and found lots of references to csrsc.exe as being a trojan
 or
 spyware and being involved in botnets.

 Does anyone have accurate info about this ?

 -- Dave

 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux

--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Web Administration

2006-10-31 Thread Kyle Caulfield
--
[ Picked text/plain from multipart/alternative ]
If you are talking about game create, yes, it will even install it for you
and keep it up to date.. and its linux and windows.  Very nice, very easy.
They have a list of about 60 games they can install for you, also it is 100%
free.

Kyle
Http://www.fire-fight.org

On 10/31/06, Juston Griggs [EMAIL PROTECTED] wrote:

 Will this work with half life 2 deathmatch? I have an srcds but not the
 hlds
 that it says in the help file

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Jon
 McDermott
 Sent: Tuesday, October 31, 2006 4:34 PM
 To: hlds_linux@list.valvesoftware.com
 Subject: Re: [hlds_linux] Web Administration

 [ Converted text/html to text/plain ]
 I have used HLDstart ... http://www.gamehound.net/~hldstart/[1] ... in the
 past.
 [EMAIL PROTECTED] wrote:

 Can anyone give me some insite on where i can find info about
 createing a simple web admin panel for my server? I have Apache, mysql
  php all installed. But I have no clue on how to start.
 thanks
 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please
 visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux[3]

 ===References:===
   1. http://www.gamehound.net/~hldstart/
   2. mailto:[EMAIL PROTECTED]
   3. http://list.valvesoftware.com/mailman/listinfo/hlds_linux

 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux


 --
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.1.409 / Virus Database: 268.13.20/508 - Release Date:
 10/31/2006



 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux

--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Dynamic Pricing Gone Mad

2006-10-20 Thread Kyle Caulfield
--
[ Picked text/plain from multipart/alternative ]
Or not?  If it is giving you money or is 1$ that is kind of bad...

On 10/20/06, Scott Pettit [EMAIL PROTECTED] wrote:

 Negative pricing is making things a tad screwy though.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of ics
 Sent: Friday, 20 October 2006 7:23 p.m.
 To: hlds_linux@list.valvesoftware.com
 Subject: Re: [hlds_linux] Dynamic Pricing Gone Mad

 Or not. No one really buys glock as it is the default weapon and the
 pricing system is designed in the way that more the other guns get buys,
 they get higher price and the other guns which dont get bought, price
 drops without a limit. Seems like there is no default value and thats
 why -something$ is possible. Anyway,  its nice to have 800 glocks per
 round :D

 -ics


 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux

--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


[hlds_linux] Memory Issues?

2006-10-12 Thread Kyle Caulfield
--
[ Picked text/plain from multipart/alternative ]
Hello,

I am having a weird problem:

My server only has 1 Gig of memory.  I am running 4 servers on it (2x 44 man
and 2x 12 man).  Those servers run fine.  When I try to start a fifth server
I get a Seg Fault, or this error:

L 10/12/2006 - 18:49:54: server_cvar: sv_accelerate 5
L 10/12/2006 - 18:49:54: server_cvar: sv_stopspeed 75
Executing dedicated server config file
Error: Material sprites/bubble : proxy AnimatedTexture not found!
Out of memory
-sh-3.00$

If I disable one of the servers (so that there are only 3 servers) and I
start the 5th it runs fine.   This confuses me.  Shouldn't the server not
run out of memory?  Shouldn't it get thrown into the swap?

Thanks for your time,
Kyle Caulfield
--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Memory Issues?

2006-10-12 Thread Kyle Caulfield
--
[ Picked text/plain from multipart/alternative ]
LOL... I am glad you guys are complete jerks... I am testing the server...
and if you knew how to read I never said I wanted my server to run in
swap...  So, please, if you had any sense try not to flame a person who is
just testing his servers... Anyways, if anyone has anything smart to say
about this error message I would like to hear what you have to say, not what
the 12 year old running a css server on his sic desktop thinks.  Also, two
44 man servers does not take a super computer...

Thanks in advance,
Kyle

On 10/12/06, Cc2iscooL [EMAIL PROTECTED] wrote:

 --
 [ Picked text/plain from multipart/alternative ]
 2x44 man? What supercomputer are you running?

 Erm...you don't want your system to swap. It causes the system to slow
 down
 by a large factor and more likely than not your servers will crash, or the
 box itself will crash.

 If you have any sense at all you'd buy another gig.

 On 10/12/06, Kyle Caulfield [EMAIL PROTECTED] wrote:
 
  --
  [ Picked text/plain from multipart/alternative ]
  Hello,
 
  I am having a weird problem:
 
  My server only has 1 Gig of memory.  I am running 4 servers on it (2x 44
  man
  and 2x 12 man).  Those servers run fine.  When I try to start a fifth
  server
  I get a Seg Fault, or this error:
 
  L 10/12/2006 - 18:49:54: server_cvar: sv_accelerate 5
  L 10/12/2006 - 18:49:54: server_cvar: sv_stopspeed 75
  Executing dedicated server config file
  Error: Material sprites/bubble : proxy AnimatedTexture not found!
  Out of memory
  -sh-3.00$
 
  If I disable one of the servers (so that there are only 3 servers) and I
  start the 5th it runs fine.   This confuses me.  Shouldn't the server
 not
  run out of memory?  Shouldn't it get thrown into the swap?
 
  Thanks for your time,
  Kyle Caulfield
  --
 
  ___
  To unsubscribe, edit your list preferences, or view the list archives,
  please visit:
  http://list.valvesoftware.com/mailman/listinfo/hlds_linux
 
 --

 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux

--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] RE: Mani Admin Plugin linux

2006-10-06 Thread Kyle Caulfield
--
[ Picked text/plain from multipart/alternative ]
You need to have the VDF File, the newest mani does not have it created for
linux by default

On 10/6/06, Dave 'FiRe' Carter [EMAIL PROTECTED] wrote:

 Could be an outdated DLL file too tbh. I'd redo mani from scratch with
 the latest download

 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux

--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Software to control server

2006-09-26 Thread Kyle Caulfield
--
[ Picked text/plain from multipart/alternative ]
Hmm, I use webmin a lot for day to day root stuff, but i havent looked into
using it for css stuff.  I dont want these users to be able to have any kind
of root access, but I will look for a module for it for those users.  Also I
will look into these.  Thanks a lot for the help, I thought i would be
flamed for sure =)

Thanks!

On 9/26/06, Deacon - Digital Gaming eXtreme [EMAIL PROTECTED] wrote:

 Everything you want can be done with Webmin and FTP, but if you really
 don't
 want the hassle you could go with Game Panel.  I'm not a huge fan, but for
 $5 per month it might be what you're looking for.
 http://www.innovativegamingconcepts.com/pro.php


 Also, Game Create is still in beta, but offering a free trial during the
 beta period.  Once they are done testing they will allow you to use two
 copies of game create for free.  This package looked nice, but I really
 haven't played with it at all other than the online demo.
 http://www.gamecreate.com

 Hope this helps

 -D

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Kyle
 Caulfield
 Sent: Monday, September 25, 2006 11:53 PM
 To: hlds_linux@list.valvesoftware.com
 Subject: [hlds_linux] Software to control server

 Hey Guys,

 I was wondering if you knew of any software to control a server on
 linux.  I
 thought i saw one name go around here, and I need to look into it a lot
 more.  I was just going to see about writing my own php scripts to do
 simple
 stuff, add admins, restart server, etc etc, but if there is something
 maybe
 free out of the box that can handle this, or tips and tricks, i would love
 to hear them.

 The back story...

 I set up some servers for some friends and I don't feel like editing
 configs
 for them every time there is a new admin / map / anything, and they are
 not
 good enough with linux to handle it themselves

 Thanks in advance!

 Kyle


 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux


 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux

--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


[hlds_linux] Software to control server

2006-09-25 Thread Kyle Caulfield

Hey Guys,

I was wondering if you knew of any software to control a server on linux.  I
thought i saw one name go around here, and I need to look into it a lot
more.  I was just going to see about writing my own php scripts to do simple
stuff, add admins, restart server, etc etc, but if there is something maybe
free out of the box that can handle this, or tips and tricks, i would love
to hear them.

The back story...

I set up some servers for some friends and I don't feel like editing configs
for them every time there is a new admin / map / anything, and they are not
good enough with linux to handle it themselves

Thanks in advance!

Kyle


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Kernel tweaks

2006-09-15 Thread Kyle Caulfield

Actually with linux using so little of the ram, you should easily be able to
run one server on there... as long as they are not all bots =p.  I see my
servers (40 man) using about 300 megs each
- Original Message -
From: Richard Fennell [EMAIL PROTECTED]
To: hlds_linux@list.valvesoftware.com
Sent: Friday, September 15, 2006 8:34 PM
Subject: Re: [hlds_linux] Kernel tweaks



Jonathan wrote:

After i compiled the kernel with 1000hz on one of the boxes, the cpu load
dropped to 10% from 99%, so at least that's a good sign :)

The other things you said were the first things i checked, so the systems
now have up-to-date slimmed gentoo installations with a 1000hz kernel.

It will be interesting to see how hard i can push an amd65 3500+ box with
512mb ram.


Ya need to bump the ram up to at least 1gig to get anything out of it
really imo. Otherwise the machine will be swapping to disc far to much.




___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] feel like a newb, crash on startup

2006-09-12 Thread Kyle Caulfield

Do you happen to run Mani 1.1?  I had the same problem and i upgraded to the
beta and it worked perfectly.

Kyle

---
server.fire-fight.org:27015 24/7 office
server.fire-fight.org:27016 24/7 dust
---

- Original Message -
From: Kevin J. Anderson [EMAIL PROTECTED]
To: hlds_linux@list.valvesoftware.com
Sent: Tuesday, September 12, 2006 9:31 PM
Subject: [hlds_linux] feel like a newb, crash on startup



I used to run all sorts of hlds servers back in the day, and decided to
toss up a srcds hl2mp server for the fun of it on my gentoo raid file
server, but it keeps crashing on me at start up.

its the latest 2.6.17 kernel on gentoo 2006.1,  on an athlon xp 2100+

I've searched all through gentoo forums and the steampowered forums, to
no avail.   The most I could find was saying that you have to have a
processor that supports sse.   But, mine does, or rather it *says* it
does in /proc/cpuinfo and in all info I can find on it on the web.

this is the error I am getting:
./srcds_run -console -game hl2mp +map dm_underpass +max_players 16
Auto detecting CPU
Using AMD Optimised binary.
Auto-restarting the server on crash
./srcds_run: line 344: 15968 Segmentation fault  $HL_CMD
Add -debug to the ./srcds_run command line to generate a debug.log to
help with solving this problem
Tue Sep 12 22:21:55 EDT 2006: Server restart in 10 seconds
Tue Sep 12 22:21:59 EDT 2006: Server Quit

any tips would be greatly appreciated.

Kevin

___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux