New install Vicibox 11-
Asterisk Ver: 16.30.0-vici
VERSION: 2.14-934a
BUILD: 250103-0843
Getting the time synchronization message - showing a time difference on the server time verses db and php:
- Code: Select all
SERVER - DESCRIPTION IP ACT LOAD CHAN AGNT DISK TIME VER
jlam Server Y / Y / Y 53 - 4% 0 1 11% 2025-01-20 08:51:03 3896
PHP Time 2025-01-20 10:22:14
DB Time 2025-01-20 10:22:14
Steps I have taken so far:
Ran zypper up
Ran svn up and install.pl
Time is set to America/Chicago in both php.ini files under /etc/php7
# date shows correct time
Keepalive is running under cron
AST-update and AST-listen are listed in /etc/astguiclient.conf
but not running under screen -ls
- Code: Select all
screen -ls
There are screens on:
2545.ASTemail (Detached)
2542.ASTVDadFILL (Detached)
2539.ASTfastlog (Detached)
2536.ASTVDadapt (Detached)
2310.asterisk (Detached)
2305.astshell20250120085032 (Detached)
6 Sockets in /run/screens/S-root.
perl /usr/share/astguiclient/ADMIN_keepalive_ALL.pl -debugXXX completes without any errors that I can see
When I run - /usr/share/astguiclient/AST_update.pl
I get the error - pattern match timed-out at /usr/share/astguiclient/AST_update.pl line 470
Tried changing lines 470 and 534 to both:
$t->waitfor('/[0123456789]\n$/');
and
$t-waitfor('/Asterisk Call Manager.+\n$/');
when I run /usr/share/astguiclient/AST_update.pl again it fails at line 472 with this message:
- Code: Select all
pattern match read eof at /usr/share/astguiclient/AST_update.pl line 472
(Haven't changed the passwords in manager.conf still default)
This is a hosted server - single server no cluster
Lost at this point on what to do next - any advice is much appreciated!