Search found 8 matches

by robvdl
Tue Jan 28, 2025 8:16 pm
Forum: ZoneMinder 1.36.x
Topic: Remote MySQL Server
Replies: 11
Views: 2703

Re: Remote MySQL Server

I did notice something else though, not sure if it is an issue. But in the systemd unit is specifically says "after mysql.service" which I am not sure is going to be an issue if mariadb is running on another host: After=network.target mysql.service I'm inclined to take the mysql bit out, but it'll ...
by robvdl
Mon Jan 27, 2025 9:44 pm
Forum: ZoneMinder 1.36.x
Topic: Remote MySQL Server
Replies: 11
Views: 2703

Re: Remote MySQL Server

OK, sorry for so many replies but it seems default-mysql-server was installed and I don't know how that happens if it is a "Recommends". I can uninstall it though: $ sudo apt remove mysql-server-8.0 Reading package lists... Done Building dependency tree... Done Reading state information... Done The ...
by robvdl
Mon Jan 27, 2025 9:36 pm
Forum: ZoneMinder 1.36.x
Topic: Remote MySQL Server
Replies: 11
Views: 2703

Re: Remote MySQL Server

* mysql-server is not installed * mariadb-server is not installed Yet I see processes in htop "/usr/sbin/mysqld", this is weird. This is a clean LXC container in Proxmox. Why does it say mysql-server and mariadb-server are not installed yet they appear to be running???? "sudo systemctl status mysql ...
by robvdl
Mon Jan 27, 2025 9:28 pm
Forum: ZoneMinder 1.36.x
Topic: Remote MySQL Server
Replies: 11
Views: 2703

Re: Remote MySQL Server

I had a compare with the zoneminder package in the Ubuntu 24.04 official repository and it has "Depends default-mysql-client | virtual-mysql-client" which only triggers it to install mariadb-client but not the server. It only has "Recommends default-msysql-server | virtual-mysql-server" which would ...
by robvdl
Mon Jan 27, 2025 9:01 pm
Forum: ZoneMinder 1.36.x
Topic: Remote MySQL Server
Replies: 11
Views: 2703

Re: Remote MySQL Server

iconnor wrote: Wed Sep 27, 2023 12:32 pm Which zm package are you using? Ours shouldn't do that. What distro?
Ubuntu 24.04 LTS, add the ppa, install "zoneminder" and mysql is running.

It does do that.
by robvdl
Mon Jan 27, 2025 8:55 pm
Forum: ZoneMinder 1.36.x
Topic: Remote MySQL Server
Replies: 11
Views: 2703

Re: Remote MySQL Server

I'm running into this too and it is slightly annoying. I already have a mariadb instance and don't really want to run mysql on the same host at all. So I figure the easiest way to deal with this is to just let it install mysql then disable the service from auto starting. It will just be the package ...
by robvdl
Thu Mar 16, 2023 7:48 pm
Forum: ZoneMinder Hints & Tips
Topic: Home Assistant plugin?
Replies: 4
Views: 26366

Re: Home Assistant plugin?

I think I need to setup event server, I think this is what I'm after https://community.home-assistant.io/t/n ... api/129725
by robvdl
Thu Mar 16, 2023 7:22 pm
Forum: ZoneMinder Hints & Tips
Topic: Home Assistant plugin?
Replies: 4
Views: 26366

Home Assistant plugin?

I run both Home Assistant and Zoneminder on my network. I know lots of users prefer to do video in Home Assistant using Frigate, but I have gone down another path and I'm using Zoneminder for my security setup. Is there any sort of Home Assistant plugin for Zoneminder? So Zoneminder can inform Home ...