Search found 63 matches

by cookiemonster
Mon May 12, 2025 10:22 am
Forum: ZoneMinder 1.36.x
Topic: Ubuntu 24.04 and Zoneminder install
Replies: 29
Views: 16183

Re: Ubuntu 24.04 and Zoneminder install

You've done well there. I have only worked with IPv4. I am of the opinion that IPv6 is a royal pain in the back. I disable it everywhere in my network. I know I am in a dinosaur meantality minority and should get with the times but I just can't get on with IPv6. Necessary but badly architected in my ...
by cookiemonster
Fri May 09, 2025 9:43 pm
Forum: ZoneMinder 1.36.x
Topic: Ubuntu 24.04 and Zoneminder install
Replies: 29
Views: 16183

Re: Ubuntu 24.04 and Zoneminder install

This looks good. You'll start understanding bit by bit. I'll highlight what this has told us: I turned the Firewaal back on. I'm starting to understand it all less and less. So turn off the firewall and turn it back on again. I don't understand the terms ip a ip route dig example.com at all. I see a ...
by cookiemonster
Thu May 08, 2025 10:56 pm
Forum: ZoneMinder 1.36.x
Topic: New to ZoneMinder and having a few issues
Replies: 6
Views: 3998

Re: New to ZoneMinder and having a few issues

Doesn't seem permissions related so far to me. First block seems to be ffmpeg unable to deal with the image/stream type. Second is a well known one, link on it but I would first focus on first and last. Last one might be either a misconfiguration of nginx or zm to connect to it, or simply that nginx ...
by cookiemonster
Thu May 08, 2025 10:46 pm
Forum: ZoneMinder 1.36.x
Topic: Ubuntu 24.04 and Zoneminder install
Replies: 29
Views: 16183

Re: Ubuntu 24.04 and Zoneminder install

So this is ubuntu, right? let's go from the top, to see how is doing its network things. Commands from $ are as normal user, from # are from elevated (root) or sudo. let's find out its ip address: $ip a this ip address needs to be in the range of your router. You can log in to your router admin ...
by cookiemonster
Wed May 07, 2025 9:13 pm
Forum: ZoneMinder 1.36.x
Topic: Cameras not saving video files
Replies: 1
Views: 1931

Re: Cameras not saving video files

may I respectfully suggest to go over the installation steps?
There are various places where settings need to be correct for the data to be saved. From config of the storage to permissions. Perhaps you can then narrow down the problem.
by cookiemonster
Wed May 07, 2025 9:01 pm
Forum: ZoneMinder 1.36.x
Topic: New to ZoneMinder and having a few issues
Replies: 6
Views: 3998

Re: New to ZoneMinder and having a few issues

" but no live views are working. "
What does it show on the UI ? I recently had a problem after a reinstall (Ubuntu though) and the problem was down to the webserver (Apache).
So it is is important to understand what is happening. Webbrowser built-in tools are useful. I was getting 404s
by cookiemonster
Wed May 07, 2025 8:43 pm
Forum: ZoneMinder 1.36.x
Topic: Ubuntu 24.04 and Zoneminder install
Replies: 29
Views: 16183

Re: Ubuntu 24.04 and Zoneminder install

probably the pc had no DNS or no gateway configured correctly or both. A typical result of router change when the clients haven't been "made aware" by restarting their dhcp clients.
by cookiemonster
Mon Apr 28, 2025 10:21 am
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 16725

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

Thank you. I spent so much time and effort before to do the zones and settings for motion detection that I could never get right. In the end I pretty much gave up. Since then cameras are on mocord. I need to get a larger disk to keep more events though. My main problem is very variable weather, a ...
by cookiemonster
Mon Apr 28, 2025 10:15 am
Forum: ZoneMinder 1.36.x
Topic: Frame order issues in recorded events
Replies: 3
Views: 2757

Re: Frame order issues in recorded events

Perhaps nothing to do with it but maybe time is something to check as well.
I had as ususal had to go and fix it when we had the change to BST (I am in the UK). If anytning it might be the reason for events out of order/time jumping.
by cookiemonster
Sat Apr 26, 2025 11:34 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 16725

[SOLVED] Lost config with distro and zm version upgrade

I deleted the ZM config because I just use the apache sites-enabled with my config file there: ###MY sites-enabled config file...keep in my mind I have my ZM on the root path rather than using http://mysite/zm/ ## so my ScriptAlias are going to NOT have /zm/ in front. <== THIS GAVE ME An IDEA As ...
by cookiemonster
Sat Apr 26, 2025 10:45 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 16725

Re: Lost config with distro and zm version upgrade

Permissions are all correct with www-data as owner (this is Ubuntu) with the exception of /usr/lib/zoneminder/cgi-bin/ that is owned by root. That is OK though, the zms binary inside is working for creating the recordings. The link from conf-available to conf-enabled is normal. What happens is that ...
by cookiemonster
Fri Apr 25, 2025 11:30 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 16725

Re: Lost config with distro and zm version upgrade

Thinking even more about it. Reinstallation of ZM but my storage for events is on an a separate disk. Could it be that which needs adjusting the configs? Maybe I'm just thinking aloud and posting in the hope I can cast my eyes on it and spot my idiocy. I still have (reinstallation didn't purge it ...
by cookiemonster
Fri Apr 25, 2025 10:20 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 16725

Re: Lost config with distro and zm version upgrade

Thanks @adam.robertson I appreciate the hint. Just a glance at the perl script and is for updating the database from what I can gather. It wouldn't do anything: mysql> select * from Config where Name = 'ZM_DYN_DB_VERSION ...
by cookiemonster
Fri Apr 25, 2025 4:34 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 16725

Re: Lost config with distro and zm version upgrade

@ZM_CACHEDIR@ is a build-time replacement. Apache will do nothing with it. It should be for debian based distros: Alias /zm/cache "/var/cache/zoneminder/cache" <Directory "/var/cache/zoneminder/cache"> Options -Indexes +FollowSymLinks AllowOverride All <IfModule mod_authz_core.c> Require all ...
by cookiemonster
Fri Apr 25, 2025 2:20 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 16725

Re: Lost config with distro and zm version upgrade

Nein. Still being a pain, sorry. I now have: /etc/zm/conf.d/01-system-paths.conf # ZoneMinder url path to the zms streaming server ZM_PATH_ZMS=/zm/cgi-bin/nph-zms #ZM_PATH_ZMS=/usr/lib/zoneminder/cgi-bin/nph-zms and /etc/apache2/sites-available/zoneminder.conf # Remember to enable cgi mod (i.e ...