On 2011/07/24 10:29, JiEC- NavrC!til wrote:
> I just installed OpenBSD 4.9 / amd64 from install49.iso / CD. I'm testing
> softraid, which is working great, thank you.
> 
> Unfortunately I found, that time is not changing on mp kernel and also on sp
> kernel. I booted back to install49 CD, and date is increasing seconds there.
> On the installed machine is time not changing => uptime is not working, and so
> on.
> 
> Is this something I can change on SW side? Or this must be a HW issue?
> 
> I have next two problems, which I can live with and don't know if they can be
> related (dhclient freeze, so I have to use static configuration; I can invoke
> UKC via boot -c command during booting, but I can't type in UKC)

Look at sysctl kern.timecounter; for example

kern.timecounter.tick=1
kern.timecounter.timestepwarnings=0
kern.timecounter.hardware=acpitimer0
kern.timecounter.choice=i8254(0) acpitimer0(1000) dummy(-1000000)

You can change kern.timecounter.hardware to one of the other values
in kern.timecounter.choice and see if that works any better.
It's not all that common but for example some machines seem to
have problems with acpitimer and may work better with another
choice.

Reply via email to