seppelrockt wrote:My BIOS clock is set to the local time to not scare Windows. The CLOCK_SYSTOHC entry say whether or not one wants to sync the BIOS clock to system clock on shutdown.
Not much I can tell about that. I only know you should set CLOCK="local" if you dual boot with Windows.
seppelrockt wrote:Since I have no possibility for NTP "no" is good choise here I think. But this would say, the maybe wrong time I get after running Gentoo for a longer time (e.g. in speedstep) would not affect BIOS time and after reboot the time should be fine. But it isn't! To make the linux part work, do you use HPET_TIMER in the kernel? I don't.
I think I had to use HPET timer for I had messages like "too much clock skew detected" or something like that. There is an option to add to the kernel that fixes that problem. You might want to check it out. I can't tell you which one right now for I'm not running Gentoo for the moment.
seppelrockt wrote:What about Windows? Can I say Windows not to change the BIOS time (or does it per default?) And it doesn't check NTP servers per default, right?
Well Windoze is not known for its ability to carefully listen to your needs and what you say... (flame war again

). Anyway you can use different NTP servers if you want in Windows and Linux as well. Say
pool.ntp.org is the generic choice. Windows XP however suggests
time.windows.com but does not enable it by default. You have to either go to your clock and date properties and enable servers you want in the Internet Time tab or run the following command:
Code: Select all
net time /setsntp:"de.pool.ntp.org time.windows.com pool.ntp.org"
Your corporate firewall must allow in/out traffic on TCP/UDP port 123 however. Also note that your local DHCP might as well override what you set manually (if I'm right). The difference in Linux is you can prevent dhcpcd from overwriting
/etc/ntp.conf if you've, say, configured it manually.
seppelrockt wrote:I ask because there are said to be some wrongly set up NTP Server in the local net.
Are you sure about your LAN NTP servers? Normally an NTP server is not that hard to configure as they rely
in fine on the same NTP root servers.