Brand New Bluecherry user here.
System: Ubuntu 24.04
I’ve used two or three different kinds of installs to try and make the Client app work:
bash script,
docker image file
as well as sudo dpkg -i bluecherry-linux-x86_64.deb
The server installation appears to have worked fine and I get the server app in a Firefox window.
But no working Client app.
The installation process has added a Client icon in my Ubuntu app list, but when I click on it, absolutely nothing happens - no app appears to execute. No app screen, no error messages, nada.
When I tried installing the bash script, the installation process in the terminal window did show one error message of note:
Err:7 Index of /rock-core/qt4/ubuntu noble Release
404 Not Found [IP: 185.125.190.80 443]
The exact bash command used above was;
sudo bash -c “$(curl -s https://raw.githubusercontent.com/bluecherrydvr/bluecherry-docker/master/scripts/install.sh)”
As best I can determine qt4 is no longer accepted by Ubuntu and has been replaced by qt5?
In terminal, I executed a command that is supposed to show a log file, but it does not look like the example in the Bluecherry readme.md file.
command: sudo docker exec -it bc-server /bin/bash -c “ps ax"x”
PID TTY STAT TIME COMMAND
1 ? Ss 0:00 /bin/sh -c "/entrypoint.sh"
7 ? S 0:01 /bin/bash /entrypoint.sh
14 ? Ssl 0:00 /usr/sbin/rsyslogd
23 ? Ss 0:00 php-fpm: master process (/etc/php/7.4/fpm/php-fpm.conf)
24 ? S 0:06 php-fpm: pool www
25 ? S 0:06 php-fpm: pool www
27 ? Ss 0:00 nginx: master process /usr/sbin/nginx
28 ? S 0:02 nginx: worker process
29 ? S 0:00 nginx: worker process
30 ? S 0:00 nginx: worker process
31 ? S 0:00 nginx: worker process
33 ? S 0:00 nginx: worker process
34 ? S 0:00 nginx: worker process
35 ? S 0:00 nginx: worker process
36 ? S 0:00 nginx: worker process
37 ? S 0:00 nginx: worker process
38 ? S 0:00 nginx: worker process
39 ? S 0:00 nginx: worker process
40 ? S 0:00 nginx: worker process
41 ? Ssl 0:34 /usr/sbin/bc-server -u bluecherry -g bluecherry
9842 ? S 0:03 php-fpm: pool www
22691 ? S 0:00 sleep 15
22692 pts/0 Rs+ 0:00 ps ax
The readme.md file’s example log shows several apache2 references which do not appear in my log file.
Anyway, nothing I’ve tried makes the Client app work. Any suggestions would be most appreciated!
Thanks, Bert