On Mon, 11 Aug 2008, Vladimir Osipenko wrote:
>> Kane Lauck пишет: >> cool, it no longer says invalid game type, but it still says >> >> Unable to determine CPU Frequency >> >> On Aug 10, 2008, at 3:52 PM, Dan liv3d Offord wrote: >> >> > > Try mounting PROC filesystem. > > You kernel must be compiled with options: > > *options PSEUDOFS > options PROCFS * > > Then write to */etc/fstab *these lines > *proc /proc procfs rw 0 0 * > > then *mount /proc* > > > Anyway i strongly recommend you to install Linux distr, i had to move > from fresbd to opensuse, because binary competabily didnt work well for > DODS server-it was crashing during startup. You dont need it compiled in. This is all you need. /etc/rc.conf: linux_enable="YES" /etc/fstab: proc /proc procfs rw 0 0 linproc /compat/linux/proc linprocfs rw 0 0 linsys /compat/linux/sys linsysfs rw 0 0 If you want to run more than 4 game servers you probably need to bump the HZ-value from the default of 1000. /boot/loader.conf kern.hz="2000" Sadly you need to restart the server for it to set the HZ value. But at least you dont need to recompile the kernel. /Bjorn _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

