Disturbances today due to moving to new server
Posted: 11 Dec 2017, 12:29
This site and a lot of others are moved to another server today so you might get some strange messages today.
You may need to clear your DNS cache like this:
It you do not use systemctl you can do it like this:
If you use dnsmasq as cache simply restart it:
Our Windows using friends can use ipconfig/ flushdns.
1 Hold down the Windows key and press “R” to bring up the Run dialog box.
2 Type ipconfig /flushdns then press “Enter“. (be sure there is a space before the slash)

Sorry for the inconvenience.
You may need to clear your DNS cache like this:
Code: Select all
sudo systemctl restart nscd It you do not use systemctl you can do it like this:
Code: Select all
sudo service nscd restartIf you use dnsmasq as cache simply restart it:
Code: Select all
sudo systemctl restart dnsmasqOur Windows using friends can use ipconfig/ flushdns.
1 Hold down the Windows key and press “R” to bring up the Run dialog box.
2 Type ipconfig /flushdns then press “Enter“. (be sure there is a space before the slash)

Sorry for the inconvenience.