SRCDS Steam group


New server 64 bit debian version question
#1
Im getting my new server with 12GB of ram next week. Will install debian 64bit. But get´s confused what version is the shit to use?

Cpu: Intel i7 980X

And also do i need to add any libs since srcds is 32bit?
Reply
#2
You shouldnt need anything else to run gs
Reply
#3
Shold i run amd64 or ia64 version of debian?
Reply
#4
i believe IA64 is for Intel Itanium 64 bits processors, use amd64
Reply
#5
i believe IA64 is for Intel Itanium 64 bits processors, use amd64 <<< true
you need to run amd64 for 64bit
> srcds = 64bit (better)
> hlds = 32bit (better)
Reply
#6
Thanx for the replyes... will use amd64 version
Reply
#7
(05-26-2010, 06:24 AM)lhffan Wrote:  Thanx for the replyes... will use amd64 version

I need tips for the partitioning, is this ok on a 1 tb disk, or do you guys have a better idea?

/ 200mb
/home 1gb
/server0 100gb <-- dods
/server1 100gb <-- tft2
/server2 100gb <-- css
/server3 100gb <-- l4d2
/server4 100gb </reserved>
/server5 100gb </reserved>
/server6 100gb </reserved>
/usr 3gb
/var 200gb
Reply
#8
don't create too many partitions. doesn't help and will create problems if you want to have more.
I would recommend only to seperate the linux system from anything else (to make a reinstall easier). I have one root and one "data" partition (mounted at /mnt/data) and several symlinks (/home -> /mnt/data/home etc.).
and 200MB for / is too small I think...
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#9
i use your resched.sh to set priority of the server but i noticed now that it changes the prority to -99 on srcds_linux... as i remember from my old box it used 98 without - infront of it.

my resched.sh

Code:
#!/bin/sh

PIDS=`ps ax | grep sirq-hrtimer | grep -v grep | sed -e "s/^ *//" -e "s/ .*$//"`
for p in $PIDS; do
  chrt -f -p 99 $p
done

PIDS=`ps ax | grep sirq-timer | grep -v grep | sed -e "s/^ *//" -e "s/ .*$//"`
for p in $PIDS; do
chrt -f -p 51 $p
done

PIDS=`pidof srcds_linux`
for p in $PIDS; do
  chrt -f -p 98 $p
done

PIDS=`pidof srcds_i686`
for p in $PIDS; do
  chrt -f -p 98 $p
done

PIDS=`pidof srcds_i486`
for p in $PIDS; do
  chrt -f -p 98 $p
done

PIDS=`pidof srcds_amd`
for p in $PIDS; do
  chrt -f -p 98 $p
done

PIDS=`pidof hlds_i686`
for p in $PIDS; do
  chrt -f -p 98 $p
done

PIDS=`pidof hlds_i486`
for p in $PIDS; do
  chrt -f -p 98 $p
done

PIDS=`pidof hlds_amd`
for p in $PIDS; do
  chrt -f -p 98 $p
done
Reply
#10
it depends on the program that shows the priority. often positive values represent "normal" scheduling, while negative values are used for SCHED_RR and SCHED_FIFO scheduling. your resched.sh is correct.
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#11
ohh was worried for nothing. Thanx.



2 Juni

1000hz kernel, tic 100 i srcds, clocksource tsc, default priority on srcds. Hltv on.

http://www.fpsmeter.org/p,view;72771.html

3 juni

1000hz kernel, tic 100 i srcds, clocksource tsc, Hltv on. Added idler and changed priority of the srcds process.

http://www.fpsmeter.org/p,view;72961.html


7 juni

1000hz kernel, tic 100 i srcds, clocksource tsc, Hltv off. Added idler and changed priority of the srcds process.

http://www.fpsmeter.org/p,view;73583.html
Reply
#12
which kernel exactly? 1000hz doesn't make a kernel good (in fact I recommend 100Hz nowadays)
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#13
atm im running 2.6.33.1-rt11


Code:
Change Timer frequency to 1000 HZ  <-- using that setting
Reply
#14
did you try anything written in my howto in the lower sections (playing around and trouble shooting)?
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#15
Yes have tried various things so far. Monday is next game day and then il turn off hltv. and do a new test. Will get back with new prints.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)