Experiment With raspberry Pi 4, not succesfull for now

Status
Not open for further replies.

Hoygen83

Bronze Partner
Advanced Certified
Joined
Apr 3, 2020
Messages
26
Reaction score
4
One of my colleagues bought a Raspberry PI 4 and told me to set up a test environment for 3cx.
"That will be painful" I thought, so I read for some hours and examined some debian stretch 3cx systems.
I managed to install the raspbian buster image to have a working raspberry.
Then I tried to make it compatible with 3CX
sudo apt remove libcurl4
sudo apt autoremove
sudo apt remove libcurl3
sudo apt-get update
sudo apt-get dist-upgrade
sudo reboot
wget http://security.debian.org/debian-security/pool/updates/main/i/icu/libicu57_57.1-6+deb9u4_armhf.deb
wget http://ftp.debian.org/debian/pool/main/c/curl/libcurl3_7.52.1-5+deb9u10_armhf.deb
sudo dpkg -i libicu5*
sudo apt autoremove
sudo apt –fix-broken install
sudo dpkg -i libcurl3*


And then I tried to install 3cx:
wget -O- http://downloads-global.3cx.com/downloads/3cxpbx/public.key | sudo apt-key add -
echo “deb http://downloads-global.3cx.com/downloads/debian stretch main” | sudo tee /etc/apt/sources.list.d/3cxpbx.list
echo “deb http://downloads-global.3cx.com/downloads/debian stretch-testing main” | sudo tee /etc/apt/sources.list.d/3cxpbx-testing.list
sudo apt update
sudo apt install net-tools dphys-swapfile nginx nginx-common nginx-full
sudo systemctl enable nginx.service
sudo apt-cache policy 3cxpbx


in the end I gave
sudo apt -y install 3cxpbx
and went for a console installation and a reboot
The result was a running 3cx environment in my lab, with some issue.
One issue that I'm trying to fix in my spare time is that 3CX PhoneSystem Database Server is stopped, and if I click to restart it, I get logged out from server with the error: Server Error.
How can I dig into that better?
Kindest Regards
 
Start again with a fresh Raspberry Pi OS Lite installation.

Then run the following command which should take care of :

Bash:
wget https://downloads-global.3cx.com/downloads/misc/d10pi.zip; sudo bash d10pi.zip
 
Hello, thank you for the quick answers. I seem to have solved it by doing this:
sudo apt-get remove --purge 3cxpbx
sudo apt -t testing install 3cxpbx


but I will definitely give your suggestions a try.
 
  • Like
Reactions: JohnS_3CX
Thanks. I suggested a clean install to ensure nothing was modified from a vanilla Pi OS Buster, and to make sure the command above will run as expected.
 
Status
Not open for further replies.

Forum statistics

Threads
111,955
Messages
589,926
Members
164,857
Latest member
Luca Christiansen