An ubuntu server is running ntp, and connected to the internet. Still, the system clock is about 30 minutes wrong and gets bigger over time.
$ service ntp status
NTP server is running..
Output of ntpq -p
remote refid st t when poll reach delay offset jitter
mail.thefrown.n .INIT. 16 u - 1024 0 0.000 0.000 0.000
193.1.12.167 .INIT. 16 u - 1024 0 0.000 0.000 0.000
tshirt.heanet.i .INIT. 16 u - 1024 0 0.000 0.000 0.000
chilipepper.can .INIT. 16 u - 1024 0 0.000 0.000 0.000
Which makes it look like a firewall issue? Funny thing is, When I stop ntp and run the following command
ntpdate -u 0.europe.pool.ntp.org
14 Jul 09:27:40 ntpdate[3664]: step time server 217.198.219.102 offset -21.831200 sec
The time DOES get adjusted, which would make me believe that it's not a firewall issue?