solution: BEFORE typing "vicibox-install" at the final stage of installation:
- Code: Select all
nano +259 /usr/local/bin/vicibox-install
Added “cd /usr/src/astguiclient/agc_2.2.0” below “# Install ViciDial” for explicit 2.2.0, but you COULD add cd ../agc_2.2.0 to the line ABOVE "# Check for SVN option" instead (which would allow the trunk install to override it if svn selected)
This moves the active folder to /usr/src/astguiclient/agc_2.2.0 which has install.pl actually in it! LOL
Probably causing the crash. Hopefully that’s the only bug.
Also to pretty it up a bit. (i've had a couple agents think it stalled and waste time running htop to see what's up, generally on slowpoke test boxes, though):
below: cd /var/lib/asterisk/sounds
added:
- Code: Select all
echo
echo "Converting audio to various formats - stage one - . This may take a while"
echo
find ./*.wav -type f -exec wav2ulaw '{}' \;
If you are in the middle of this and don't want to run through the entire installation again, you CAN delete everything above the # Install ViciDial line if you put in the cd line explicitly EXCEPT you need to leave the FUNCTIONS at the top of the file and those few lines above them.
That's only if your crash was where mine was, at:
- Code: Select all
OK
Starting service MySQL done
Can't open perl script "install.pl": No such file or directory
ERROR! ERROR! Something has gone horribly wrong! Processing stopped!
Failure Area : Could not run ViciDial installer