bluecherrydvr / bluecherry-apps

Bluecherry surveillance system (server application)
http://www.bluecherrydvr.com
GNU General Public License v2.0
214 stars 68 forks source link

Ubuntu Server 22.04? #559

Open enoxos opened 2 years ago

enoxos commented 2 years ago

Hello, Is Ubuntu Sever 22.04 supported? Thanks

curtishall commented 2 years ago

Mostly, you can install from this command

apt -y install gpg software-properties-common
wget -q https://dl.bluecherrydvr.com/key/bluecherry.asc -O- | sudo tee /etc/apt/trusted.gpg.d/bluecherry.asc
wget --output-document=/etc/apt/sources.list.d/bluecherry-jammy.list https://dl.bluecherrydvr.com/sources.list.d/bluecherry-jammy-unstable.list
add-apt-repository ppa:ondrej/php -y
apt -y update
apt -y install bluecherry
systemctl restart bluecherry
enoxos commented 2 years ago

Thank you so much curtishall, I will try this right now to install it.

enoxos commented 2 years ago

Unfortunately the installation was not a success. Right after going through the sql database settings, I got an error:

installed bluecherry package post-installation script subprocess returned error exit status 1

When I checked whether the service is running, it was inactive. I manually started the service and I got the following error:

Configuration Error: file I/0 error at line 0

I also checked whether the database was created which was but there were not tables in the database, so this seems to be suspicious.

Any advice please?

curtishall commented 2 years ago

Please email support@bluecherrydvr.com with any logs that you have.

haadiali72 commented 1 year ago

i am experiencing the same issue after the mysql server configurations

ferby09 commented 9 months ago

Any update?

curtishall commented 9 months ago

There is no known issues with Ubuntu 22.04.