When trying to manually adjust the time in System Settings in KDE4 and pushing "Apply", I got the error msg "Unable to contact the timeserver" (paraphrased from Norwegian).
I then installed openntpd, but it didn't help. I have placed "ntpd" at the end of /etc/rc.conf, and have the following in /etc/ntpd.conf:
"# $OpenBSD: ntpd.conf,v 1.7 2004/07/20 17:38:35 henning Exp $
# sample ntpd configuration file, see ntpd.conf(5)
# Addresses to listen on (ntpd does not listen by default)
listen on *
#listen on 127.0.0.1
#listen on ::1
# sync to a single server
#server ntp.example.org
# use a random selection of 8 public stratum 2 servers
# see
http://twiki.ntp.org/bin/view/Servers/NTPPoolServers
driftfile /var/lib/ntp/ntp.drift
server 0.pool.ntp.org
server 1.pool.ntp.org
server 2.pool.ntp.org
server pool.ntp.org"
Judging from /var/log/daemon.log, openntpd is working, but how do I make KDE4 recognize and use it??