vicibox 10 time synchronization problem with your system
If you PHP time and DB time is matching and not syncing with system time
and its showing red line
If DB time is wrong it means that /usr/share/astguiclient/AST_update.pl script does not update DB value. Try to launch it manually and check for output.
If it throws error:
pattern match timed-out at /usr/share/astguiclient/AST_update.pl line 470
Patch the file :- /usr/share/astguiclient/AST_update.pl
line no 470 and 534
from
$t->waitfor(‘/[0123]\n$/’);
to
$t->waitfor(‘/[0123456789]\n$/’);
then again run above script
#/usr/share/astguiclient/AST_update.pl
you will see below result
now you time issue should resolved
you must see system PHP and DB time should be synced .
orignal link :- https://itgala.xyz/vicidial-there-is-a-time-synchronization-problem-with-your-system-please-tell-your-system-administrator/