I installed VICIbox Server from ISO downloaded from
http://download.vicidial.com/iso/vicibo ... -7.0.4.isoThis is a test box I am setting up and is a single server unit.
VERSION: 2.14-620a
BUILD: 170623-2142
Asterisk 11.25.1-vici
When I log into the agent interface (agc/vicidial.php) I get "There is a time synchronization problem with your system, please tell your system administrator"
On the admin reports page (vicidial/admin.php?ADD=999999), the time in the upper right corner is correct and matches the PHP time and DB time in the server table at the bottom of the page. The first row of this table (which is retrieved from server_updater) does not update. The time displayed is the time the server was booted up.
Example from 16:29
SERVER - DESCRIPTION IP ACT LOAD CHAN AGNT DISK TIME VER
dialerxx Server dialerxx xx.xx.xx.xx Y / Y / Y 77 - 6% 0 0 3% 2017-07-01 16:20:04 2784
PHP Time 2017-07-01 16:29:54
DB Time 2017-07-01 16:29:54
Example from 16:36
SERVER - DESCRIPTION IP ACT LOAD CHAN AGNT DISK TIME VER
dialerxx Server dialerxx xx.xx.xx.xx Y / Y / Y 77 - 6% 0 0 3% 2017-07-01 16:20:04 2784
PHP Time 2017-07-01 16:36:07
DB Time 2017-07-01 16:36:07
If I delete the row in the server_updater table, the row gets re-created with the correct timestamp, but does not update again until I reboot the server. What process is supposed to update this table and keep it in sync?