Search found 6 matches

by aschouwe
Wed Jul 17, 2024 1:52 pm
Forum: ZoneMinder 1.36.x
Topic: Events not deleted from external hard drive
Replies: 8
Views: 1598

Re: Events not deleted from external hard drive

Success! 8)

I added a new line to the /etc/fstab file to auto mount the drive.

zmaudit.pl is now working as expected, and is also no longer throwing any errors :D

I think the plan will be to run this as a cronjob once per hour.

Thanks for the help!!
by aschouwe
Mon Jul 15, 2024 12:17 pm
Forum: ZoneMinder 1.36.x
Topic: Events not deleted from external hard drive
Replies: 8
Views: 1598

Re: Events not deleted from external hard drive

I am running: kali-raspberry-pi 5.15.44-Re4son-v8l+ #1 SMP PREEMPT Debian kali-pi (2022-07-03) aarch64 GNU/Linux on a Raspberry-Pi 4. The drive is mounted with this command: sudo mount -w /dev/sda1 /media/kali/Seagate\ Basic Formatted: ext4 To confirm ZoneMinder files are being created at this locat...
by aschouwe
Sun Jul 14, 2024 12:17 pm
Forum: ZoneMinder 1.36.x
Topic: Events not deleted from external hard drive
Replies: 8
Views: 1598

Re: Events not deleted from external hard drive

I have tested zmaudit.pl and at first this seemed to be the answer to my issue. The script was supposed to delete files from the external hard drive that did not exist in the database. However the files were not actually deleted. So, I deleted all events from the database and the hard drive manually...
by aschouwe
Fri Jul 12, 2024 12:37 pm
Forum: ZoneMinder 1.36.x
Topic: Events not deleted from external hard drive
Replies: 8
Views: 1598

Events not deleted from external hard drive

I'm experiencing a problem with ZoneMinder where event files are not being properly deleted from my external hard drive. When I delete events, either manually through the web console or automatically using filters, the events disappear from the ZoneMinder interface. However, the corresponding files ...
by aschouwe
Thu Apr 20, 2023 8:38 pm
Forum: ZoneMinder 1.32.x
Topic: Cant get time set correctly
Replies: 7
Views: 27668

Re: Cant get time set correctly

There are three timezones on your system that all have to match: - The operating system - php - mysql If all three do not match, exactly, you will have breakage. Setting the timezone in the OS should be straight forward. You also have to set the exact same timezone in your php.ini file. Debian user...
by aschouwe
Thu Apr 20, 2023 1:32 am
Forum: ZoneMinder 1.32.x
Topic: ZM 1.32.2 - cannot find Path options
Replies: 12
Views: 45982

Re: ZM 1.32.2 - cannot find Path options

:D Hello, i got a similar issue, then i notice those in the log: ERR Unable to authenticate user so a quick google let me find to modify thise option: AUTH_RELAY to none and then magically everything get to work i can saw my camera. So look like the issue come from the way the auth was send to the c...