Search found 87 matches

by lbm
Fri Apr 01, 2022 2:24 pm
Forum: ZoneMinder 1.36.x
Topic: Unable to access the Console
Replies: 2
Views: 520

Re: Unable to access the Console

its zoneminder correctly loaded for apache? Does this file exist? /etc/apache2/conf-enabled/zoneminder.conf. If not does, /etc/apache2/conf-available/zoneminder.conf exists ? If the last file exists, load it, and reload apache. a2enconf zoneminder systemctl reload apache2 Aah. Ok, just read your oth...
by lbm
Fri Apr 01, 2022 2:16 pm
Forum: ZoneMinder 1.36.x
Topic: External SSD mounted but showing as 0.00B
Replies: 5
Views: 884

Re: External SSD mounted but showing as 0.00B

Its clearly an permission issue where apaches httpd (web server running zoneminder) does not have permission to write the /mnt/sda/...

Whats the output of "ls -l /mnt/" and "ls -l /mnt/zoneminder/" ?
by lbm
Tue Sep 28, 2021 2:37 pm
Forum: ZoneMinder 1.36.x
Topic: Clean Debian 10 install
Replies: 7
Views: 2232

Re: Clean Debian 10 install

Same on 1.34.x.
viewtopic.php?f=40&t=30720&p=122007#p121318

I've later upgraded to Debian11, zm 1.36.x.

sudo should simply just be an dependency (or the way it checks if its running using sudo changed).
by lbm
Tue Aug 24, 2021 12:21 pm
Forum: ZoneMinder 1.36.x
Topic: Clean Debian 10 install
Replies: 7
Views: 2232

Re: Clean Debian 10 install

Does /var/log/syslog gives anything ?
by lbm
Thu Aug 19, 2021 8:51 am
Forum: ZoneMinder 1.36.x
Topic: Unattended-upgrade of mariadb
Replies: 3
Views: 1413

Re: Unattended-upgrade of mariadb

I believe it should post some mysql errors to why it would not start in /var/log/syslog or /var/log/mysql/error.log. The ones from systemd is sometimes not really that telling.
by lbm
Thu Aug 19, 2021 8:48 am
Forum: ZoneMinder 1.36.x
Topic: Zoneminder 1.36 not functional
Replies: 29
Views: 42916

Re: Zoneminder 1.36 not functional

Post some more info, like logs, and/or debug logs.
Sounds defiantly like something is crashing. I have had similar issues where the recording had holes in the recordings, and it was because of already mentioned misconfigured buffers.
by lbm
Thu Jul 01, 2021 11:23 am
Forum: ZoneMinder 1.36.x
Topic: Debian Repo Update
Replies: 25
Views: 16089

Re: Debian Repo Update

I'm late! :D Just found out 1.36 is here! Is the repo https://zmrepo.zoneminder.com/debian/release-1.36 still available? Today I'm getting a "Page Not Found" regards, francis3 Seems like the certificate has been wrongly replaced. The CN is wrong, for which the repo is no longer working. O...
by lbm
Wed Jun 23, 2021 10:55 am
Forum: ZoneMinder 1.36.x
Topic: Debian Repo Update
Replies: 25
Views: 16089

Re: Debian Repo Update

repo is now 1.36.5. Just updated from 1.36.3 (which showed as 1.37).

Everything seems fine.

It "upgrades" the DB from 1.37 to 1.36.5 when running zmupdate.pl, and now version shows correct as 1.36.5
by lbm
Thu Jun 10, 2021 7:02 am
Forum: ZoneMinder 1.34.x
Topic: [SOLVED] zoneminder keeps restarting
Replies: 4
Views: 3059

Re: [SOLVED] zoneminder keeps restarting

dougmccrary wrote: Thu Jun 10, 2021 12:05 am Curious -
What OS package is that?
Its on Debian 10.
by lbm
Wed Jun 09, 2021 10:27 am
Forum: ZoneMinder 1.34.x
Topic: [SOLVED] zoneminder keeps restarting
Replies: 4
Views: 3059

Re: zoneminder keeps restarting

Enabled debugging.. 9 12:21:03 zoneminder zmpkg[29737]: DB1 [Testing "sudo -u www-data true"] Jun 9 12:21:03 zoneminder zmpkg[29737]: DB1 [Test failed, 'No such file or directory' So apperently sudo needs to be installed, so it can do its selfchecks. fixed by installing the sudo package.
by lbm
Wed Jun 09, 2021 10:18 am
Forum: ZoneMinder 1.34.x
Topic: [SOLVED] zoneminder keeps restarting
Replies: 4
Views: 3059

Re: zoneminder keeps restarting

Something is clearly wrong, since zm thinks the service is not started correctly, for which it tries to restart it over and over again. It can be worked around, by removing the restart=always in the systemd file. /lib/systemd/system/zoneminder.service #Restart=always then systemctl daemon-reload Sti...
by lbm
Mon Jun 07, 2021 1:57 pm
Forum: ZoneMinder 1.36.x
Topic: Debian Repo Update
Replies: 25
Views: 16089

Re: Debian Repo Update

I have one report that the resulting install is actually 1.37.0. Fear not, The difference at this time is minimal and the next update will fix the stored version #. Yes. Got the same.. thx for the headsup! Seems to be some issues in regards to versioning. :) shows 1.36.3 apt policy zoneminder zonem...
by lbm
Fri May 21, 2021 11:09 am
Forum: ZoneMinder 1.36.x
Topic: Debian Repo Update
Replies: 25
Views: 16089

Re: Debian Repo Update

by lbm
Fri May 21, 2021 8:54 am
Forum: ZoneMinder 1.34.x
Topic: Fresh install of ZoneMinder - access denied after enabling Auth
Replies: 1
Views: 1080

Re: Fresh install of ZoneMinder - access denied after enabling Auth

According to another post I saw the other day, some special characters are not allowed (or will be "missed"), because they are having issues with escaping them in the c++ layer. (my details might be wrong here, since its only of what I can remember).
by lbm
Fri May 21, 2021 8:52 am
Forum: ZoneMinder 1.34.x
Topic: Increasing Memory Percentage Help
Replies: 2
Views: 1269

Re: Increasing Memory Percentage Help

I think you got some basic understandings wrong. tmpfs is not an command, but an "temporary filesystem" /etc/fstab is not an command, but an file which you must edit. So to change the tmpfs allocation, edit the file, using vim, nano, emacs or whatever. (nano, might be easier for new users)...