Posts: 2,031
Threads: 27
Joined: Nov 2008
Reputation:
17
hm... what kernel version do you use? post output of "uname -a"...
Posts: 2,031
Threads: 27
Joined: Nov 2008
Reputation:
17
hm sorry. I really am out of ideas... maybe it is a hardware problem after all... I guess you will not have much fun running servers on that machine in any case, it's just too slow...
Posts: 2
Threads: 0
Joined: Apr 2011
Reputation:
0
I have the same problem and found a workaround, I was lucky; if there is an "alteriwnet" server running on the same machine over wine, the counter strike source server works fine.
I think the trick is use a wine aplication at same time, I belive the problem is broken ACPI or HPET... not sure.
My Laptop is Fujitsu Siemens Amilo XI 1526 and my OS is Ubuntu 11.10 server.
Posts: 11
Threads: 3
Joined: Jun 2010
Reputation:
0
02-06-2012, 03:29 AM
(This post was last modified: 02-06-2012, 03:30 AM by Anderen2.)
I have the same problem, though on a Garrysmod server. I've found that changing host_timescale to something like 0.3 will set the speed somewhat right. But it makes quite much lag as a bieffect. I don't think that there is anything wrong with my HPET, as my other servers(minecraft) run perfectly on the same computer.
I also run this on a laptop with Intel Core 2 Duo T5550 @ 1.83GHz and 3GB ram, OS is Ubuntu Server 32-bit
The server ran perfectly before, no lags, speedups or anything. I am not sure of when the error started to appear, as I ran my server unwatched for a month or two.
I have also deleted all configfiles, bins. And even reinstalled the whole server os, just to find out that the error still persists.
Anyone got any ideas? :/
Posts: 882
Threads: 43
Joined: Dec 2010
Reputation:
13
>laptop
>lag
Oh really? Not trying to look like a smartass, but hosting on a laptop is NEVER recommended.
Posts: 882
Threads: 43
Joined: Dec 2010
Reputation:
13
If you are root you should have access to everything on the system, I can't imagine what you've done with your permissions if you can't do it as root.
Posts: 1
Threads: 0
Joined: Feb 2012
Reputation:
0
I'm having the same problem srcds always got my cpu frequency wrong when running the benchmark and the only way around it for me was to type "export RDTSC_FREQUENCY=disabled" into the console before starting my server.
Posts: 882
Threads: 43
Joined: Dec 2010
Reputation:
13
I believe you have to be root for doing that too..
ANYHOW, since no-one can figure out how to go root, just type "su" in the console and enter the root-password.
If there isnt a root password, type "sudo passwd root" and enter a password, then you use "su". Have fun.