Search found 193 matches

by kitkat
Tue Aug 09, 2022 8:57 am
Forum: ZoneMinder 1.36.x
Topic: web_php.log + Fail2Ban + reverse proxy
Replies: 10
Views: 4684

Re: web_php.log + Fail2Ban + reverse proxy

Interesting, the option names are not quite the same in my version, plus there is this: This module should be considered as deprecated after Jessie. There are a few versions of mod_rpaf floating around - This is the one I'm using: https://github.com/gnif/mod_rpaf And yeah, it's very old and depreca...
by kitkat
Mon Aug 08, 2022 9:16 pm
Forum: ZoneMinder 1.36.x
Topic: web_php.log + Fail2Ban + reverse proxy
Replies: 10
Views: 4684

Re: web_php.log + Fail2Ban + reverse proxy

I use mod_rpaf on a few PHP-based sites hosted behind reverse proxies and they all see the correct remote address. Could you tell me how you set this up? I have this module installed and set RPAF_ProxyIPs with the IP address of the proxy, but still only the proxy is being logged and not the X-Forwa...
by kitkat
Mon May 02, 2022 8:44 pm
Forum: ZoneMinder 1.36.x
Topic: Date Format differs
Replies: 18
Views: 14356

Re: Date Format differs

So, even if we have to edit after every update, is there a way to get the Date string in the various views to be Day/Month/Year? Changing the definition of STRF_FMT_DATETIME_SHORTER in /usr/share/zoneminder/www/includes/lang.php from '%m/%d %H:%M:%S' to '%d/%m %H:%M:%S' worked to give me DD/MM inst...
by kitkat
Wed Dec 29, 2021 7:19 pm
Forum: ZoneMinder 1.34.x
Topic: Error starting Mysql after power outage
Replies: 16
Views: 26184

Re: Error starting Mysql after power outage

That looks better :) But it doesn't look good :( Subtracting the the 673GB on /mnt from the 699GB total leaves only about 26GB used, and as that's nowhere near the supposed 196GB capacity of that volume I'm going to suggest that there's some sort of file system error and that you need to run fsck on...
by kitkat
Tue Dec 28, 2021 4:04 pm
Forum: ZoneMinder 1.34.x
Topic: Error starting Mysql after power outage
Replies: 16
Views: 26184

Re: Error starting Mysql after power outage

So how to fix it? Wait until it completes and the command prompt reappears. It looks like /mnt would be next and you have a large drive with a lot of data mounted there (/dev/sda1 2.7T 673G 1.9T 26% /mnt/83f83fe3-4044-493f-aa74-ed86345d5d9c) which may take a while to calculate. If it stops by itsel...
by kitkat
Tue Dec 28, 2021 11:24 am
Forum: ZoneMinder 1.34.x
Topic: Error starting Mysql after power outage
Replies: 16
Views: 26184

Re: Error starting Mysql after power outage

The video storage should be on the LVM Array, as its I think three disks, the root file system for the OS should be on its own SSD for speed... ifI recall how I set it up correctly... The LVM is about 3TB or so... specifically for storing the video files from ZM... joe@camera:~$ sudo du -shc /* [su...
by kitkat
Sun Dec 26, 2021 7:25 pm
Forum: ZoneMinder 1.34.x
Topic: Error starting Mysql after power outage
Replies: 16
Views: 26184

Re: Error starting Mysql after power outage

how did / get to 95%? You could try the du command to find out what's using the space: sudo du -shc /* You can then drill down by extending the path to be examined, such as du -shc /var/* You'll probably get a bunch of "cannot access..." error messages but I tend to ignore those as they'r...
by kitkat
Wed Dec 22, 2021 10:34 am
Forum: ZoneMinder 1.36.x
Topic: Image analysis simulation / what-if
Replies: 2
Views: 3324

Re: Image analysis simulation / what-if

You could try using this to replay existing events and test various zone parameters: viewtopic.php?f=11&t=31355
by kitkat
Tue Dec 21, 2021 3:22 pm
Forum: ZoneMinder 1.32.x
Topic: API not working after install on fresh Buster system
Replies: 19
Views: 54011

Re: API not working after install on fresh Buster system

Make sure that overrides are enabled in the httpd/Apache config file - They aren't by default in my copy here on CentOS. Make a backup of the current conf: cp -p /etc/zm/www/zoneminder.conf /etc/zm/www/zoneminder.conf~ Open the original in a text editor and look for this block: Alias /zm "/usr/...
by kitkat
Mon Dec 20, 2021 1:13 pm
Forum: Non-ZoneMinder Chat
Topic: Recover bricked ANPVIZ IPC-D250W-S camera
Replies: 5
Views: 32398

Re: Recover bricked ANPVIZ IPC-D250W-S camera

Yeah, very weird. But what if you did reset it it? Or what if it reset itself somehow? I'd try the search tool linked above to see if that can find it. I'm kind of under the impression that these tools use MACs rather than IP addresses so that they'll work even if there's a network/mask mismatch. If...
by kitkat
Sun Dec 19, 2021 11:01 am
Forum: Non-ZoneMinder Chat
Topic: Recover bricked ANPVIZ IPC-D250W-S camera
Replies: 5
Views: 32398

Re: Recover bricked ANPVIZ IPC-D250W-S camera

I think you may be right about the PTZ option - This looks like a motorised-zoom version so there might be others: https://anpvizsecurity.com/https-wwwamazoncom-dp-b07n3y4hs6-p00473p1.html The manual for that model is here: https://anpvizsecurity.com/?do_action=action.products_download&Path=2&am...
by kitkat
Sun Dec 19, 2021 10:42 am
Forum: ZoneMinder 1.32.x
Topic: API not working after install on fresh Buster system
Replies: 19
Views: 54011

Re: API not working after install on fresh Buster system

where are the .htaccess files? I can't see them when I searc them I get empty response pi@raspberrypi:~ $ sudo find /usr/share/zoneminder/ -name .htaccess pi@raspberrypi:~ $ ? Thanks , There aren't any in the default distribution so they'll need to be created manually with nano or vim or something.
by kitkat
Thu Dec 16, 2021 4:40 pm
Forum: ZoneMinder 1.34.x
Topic: Get old confuguration from SD card?
Replies: 4
Views: 9369

Re: Get old confuguration from SD card?

If you have mysql/mariadb installed then you could try: - Stopping zm and mysql/mariadb systemctl stop zoneminder systemctl stop mysqld systemctl stop mariadb - Renaming or moving the folder /var/lib/mysql to keep it safe mv /var/lib/mysql /var/lib/mysql.bak - Copying the old /var/lib/mysql folder o...
by kitkat
Thu Dec 16, 2021 4:06 pm
Forum: ZoneMinder 1.36.x
Topic: VAAPI HW Encoding and Storage issues
Replies: 4
Views: 4291

Re: VAAPI HW Encoding and Storage issues

I had a similar problem after one of the upgrades a little while ago (although not VAAPI related) and it was caused by some of the option parameters changing with use of libx264. The alternative syntax can be found here: https://ffmpeg.org/ffmpeg-codecs.html#Options-31 I also had to remove the #comm...