I'm doing fresh install of Vicidial using ViciBox_v.7.x86_64-7.0.3.iso without Internet connection. There were some problems.
1) (SOLVED) Database installation freezed after issuing 'Loading GMT and phone codes using local copies...' message. The reason was that /usr/src/astguiclient/conf/vicibox-install.pl script lines 584 and 590 read:
- Code: Select all
system("/usr/share/astguiclient/ADMIN_area_code_populate.pl --use-local-copies >> /var/log/vicibox.log 2>> /var/log/vicibox.log");
The problem is that ADMIN_area_code_populate.pl accepts --use-local-filies argument and not --use-local-copies argument. I.e. one has to edit installation script to pass DB installation. Hopefully this information would be helpful.
2) (QUESTION) Archive server installation threw the following message: '/tmp/rootcron: No such file or directory'
Is it a sign of a serious problem I wonder?
Thank you,
Gene