Search found 23 matches

by adam.robertson
Fri May 16, 2025 5:27 pm
Forum: ZoneMinder 1.36.x
Topic: Network setup question of newbie
Replies: 3
Views: 2016

Re: Network setup question of newbie

I do not remember having to do anything special to get ZM to listen on a particular interface. I have 3 different ethernet ports on my ZM and have each one set with a static IP address. ZM shows up on all three addresses without me having to do anything in particular. One of the addresses I use for ...
by adam.robertson
Fri May 09, 2025 10:16 pm
Forum: ZoneMinder 1.36.x
Topic: Ubuntu 24.04 and Zoneminder install
Replies: 29
Views: 17569

Re: Ubuntu 24.04 and Zoneminder install

You could possibly pay for some help from the Zoneminder guy(s):
https://cloud.zoneminder.com/services.html

They do remote assistance. It might be worth some dollars just to get a good basic setup.
by adam.robertson
Mon May 05, 2025 12:56 pm
Forum: ZoneMinder 1.36.x
Topic: Ubuntu 24.04 and Zoneminder install
Replies: 29
Views: 17569

Re: Ubuntu 24.04 and Zoneminder install

This is what I get to see. I don't know what it means. ZoneMinder Error Unable to connect to ZM db using dsn ZM_DB_TYPE:host=ZM_DB_HOST;dbname=ZM_DB_NAME You have to put your database type, host, username and password in /etc/zm/zm.conf Find the parts that look like this and change them to match ...
by adam.robertson
Mon Apr 28, 2025 12:45 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 17258

Re: [SOLVED] Lost config with distro and zm version upgrade

My issues were my wife's wind-chimes, bugs flying around the cameras at night, and random rain. I have motion detection on all the cameras using the main stream - that view at low-resolution but record at high resolution, and then I use the low-res stream to constant record to a different hard-drive ...
by adam.robertson
Sun Apr 27, 2025 6:32 pm
Forum: Jobs / For Sale / Wanted / Exchange
Topic: Needed: Real Working smoke detector with camera.
Replies: 1
Views: 41781

Re: Needed: Real Working smoke detector with camera.

This sounds like a raspberry pi project.

https://hackaday.com/2014/07/29/a-cheap ... ave-lives/

..if you like dinkering with that sort of thing.
by adam.robertson
Sun Apr 27, 2025 12:32 am
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 17258

Re: [SOLVED] Lost config with distro and zm version upgrade

Very cool. Your persistence is admirable. It took me about a week to get ZM fully working, then another week to figure out how to get zones working.
by adam.robertson
Sat Apr 26, 2025 2:41 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 17258

Re: Lost config with distro and zm version upgrade

Another thing I did that I just found in my notes was to disable the ZM apache config located in: /etc/apache2/conf-enabled/zoneminder.conf This is a symlink to /etc/apache2/conf-available/zoneminder.conf so you can delete it, restart apache...if it helps then keep it deleted, otherwise just create ...
by adam.robertson
Sat Apr 26, 2025 2:17 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 17258

Re: Lost config with distro and zm version upgrade

I am guessing you have been doing this already, but just in case: Are your permissions all correct? Have you given www-data permissions on your storage and such? I suggested this to one guy, but he insisted this broke his database, which is a funny thing to say. Here is from my notes (which I kept ...
by adam.robertson
Fri Apr 25, 2025 8:02 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 17258

Re: Lost config with distro and zm version upgrade

In my notes for setting up ZM I have this:

finally, run:

Code: Select all

sudo zmupdate.pl -f
and (changing username and password to match my setup)

Code: Select all

sudo zmupdate.pl --user=MYSQLUSER --pass="MYSQLPASSWORD"
by adam.robertson
Fri Apr 25, 2025 1:33 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 17258

Re: Lost config with distro and zm version upgrade

In my config I have: Alias /cache/zoneminder "@ZM_CACHEDIR@" <Directory "/var/cache/zoneminder/cache"> Options -Indexes +FollowSymLinks AllowOverride All <IfModule mod_authz_core.c> Require all granted </IfModule> </Directory> I think the "@ZM_CACHEDIR@" is a variable for the cache directory, but it ...
by adam.robertson
Thu Apr 24, 2025 1:47 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 17258

Re: Lost config with distro and zm version upgrade

Can you post what your apache config file? Are you using the /zm path? I switched mine to root / folder level since my server is ONLY doing zoneminder. I can post my apache config if you want, which is currently working with 1.37 on Debian 12.
by adam.robertson
Sun Apr 20, 2025 12:39 pm
Forum: ZoneMinder 1.36.x
Topic: No Vido or PICs but thumbnails
Replies: 2
Views: 2523

Re: No Vido or PICs but thumbnails

I had a sort of similar issue that I tracked down to my ZM was looking for my cache at : /var/cache/zoneminder/cache rather than just: /var/cache/zoneminder so I made a symlink like: ln -s /var/cache/zoneminder/ /var/cache/zoneminder/cache ...and that seemed to fix several little issues. not sure if ...
by adam.robertson
Wed Apr 16, 2025 3:05 pm
Forum: ZoneMinder 1.32.x
Topic: Easiest way to access Zoneminder remotely
Replies: 1
Views: 16418

Re: Easiest way to access Zoneminder remotely

I personally have a VPS through vultr.com that I pay $5.00/month for. It is running Debian 12. I have a couple of websites on it, but also have it set up as an OpenVPN server. I used a script from GitHub to install Openvpn, and it made setup fairly easy: https://github.com/Nyr/openvpn-install I just ...
by adam.robertson
Wed Apr 09, 2025 12:41 pm
Forum: ZoneMinder 1.36.x
Topic: javascript errors in web interface
Replies: 4
Views: 3503

Re: javascript errors in web interface

Sorry that happened. It is working for me. Having said that, I have run across an odd little thing that may or may not be related to your thing. (I should probably post this on github issues) On my setup I have /etc/zm/conf.d/db-user.conf that has my database credentials. The contents of that file ...