Hi, I was trying to install FusionPBX on a FreeBSD jail using the instructions found here but encountered some problems. First of all with the installation of Postgresql: it needs allow.sysvipc=1 setting for the jail to successfully initiate.
After that the user/role creation failed with ERROR: invalid byte sequence for encoding "UTF8": 0xc5 0x34; seems it has to do with password=$(cat /dev/random | env LC_CTYPE=C tr -dc a-zA-Z0-9 | head -c 20)
even if I changed the passwords to something like 111111111111 just to go on with the installation and get to the GUI I couldn't login. Trying reset_admin_password.sh throws the error that it couldn't find /usr/bin/php. In fact it is located in /usr/local/bin/php
Has anyone encountered this kind of errors? Have anyone had success installing FusionPBX on a FreeBSD or a FreeBSD jail?
After that the user/role creation failed with ERROR: invalid byte sequence for encoding "UTF8": 0xc5 0x34; seems it has to do with password=$(cat /dev/random | env LC_CTYPE=C tr -dc a-zA-Z0-9 | head -c 20)
even if I changed the passwords to something like 111111111111 just to go on with the installation and get to the GUI I couldn't login. Trying reset_admin_password.sh throws the error that it couldn't find /usr/bin/php. In fact it is located in /usr/local/bin/php
Has anyone encountered this kind of errors? Have anyone had success installing FusionPBX on a FreeBSD or a FreeBSD jail?