Dahdi Detected time shift in /var/log/message

If you find a lot of message " dahdi detected time shift" in /var/log/message, please perform the following steps

  1. From a root prompt on the VM, type the command: echo 1 > /proc/sys/xen/independent_wallclock

  2. This can be persisted across reboots by changing the /etc/sysctl.conf configuration file and adding:

    # Set independent wall clock time
    xen.independent_wallclock=1

這篇文章有幫助嗎?

 列印本文

Also Read

How to troubleshoot emails not sending out

First thing to check when no emails are being sent or you're not getting any emails from your...

How to ssh and change root password

If you're on windows, you can use putty, download hereOnce donwloaded, you just open it, and...

How to fix out of space issues

If your web page not loading or your asterisk down, you may want to ssh as root to check what's...

Login

All server are setup with root access ssh.  Login information to use with the ssh is sent in...

How to manage fail2ban

From...