Search found 191 matches
- Mon May 02, 2022 8:44 pm
- Forum: ZoneMinder 1.36.x
- Topic: Date Format differs
- Replies: 14
- Views: 5071
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...
- Wed Dec 29, 2021 7:19 pm
- Forum: ZoneMinder 1.34.x
- Topic: Error starting Mysql after power outage
- Replies: 16
- Views: 12043
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...
- Tue Dec 28, 2021 4:04 pm
- Forum: ZoneMinder 1.34.x
- Topic: Error starting Mysql after power outage
- Replies: 16
- Views: 12043
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...
- Tue Dec 28, 2021 11:24 am
- Forum: ZoneMinder 1.34.x
- Topic: Error starting Mysql after power outage
- Replies: 16
- Views: 12043
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...
- Sun Dec 26, 2021 7:25 pm
- Forum: ZoneMinder 1.34.x
- Topic: Error starting Mysql after power outage
- Replies: 16
- Views: 12043
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...
- Wed Dec 22, 2021 10:34 am
- Forum: ZoneMinder 1.36.x
- Topic: Image analysis simulation / what-if
- Replies: 2
- Views: 2096
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
- 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: 29104
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/...
- Mon Dec 20, 2021 1:13 pm
- Forum: Non-ZoneMinder Chat
- Topic: Recover bricked ANPVIZ IPC-D250W-S camera
- Replies: 5
- Views: 18962
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...
- Sun Dec 19, 2021 11:01 am
- Forum: Non-ZoneMinder Chat
- Topic: Recover bricked ANPVIZ IPC-D250W-S camera
- Replies: 5
- Views: 18962
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...
- 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: 29104
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.
- Sat Dec 18, 2021 10:00 pm
- Forum: ZoneMinder 1.36.x
- Topic: Main Console page is unresponsive, but all others like options, montage, etc. are responsive
- Replies: 2
- Views: 2408
Re: Main Console page is unresponsive, but all others like options, montage, etc. are responsive
Just a thought that it may be worth looking in the web server logs.
- Thu Dec 16, 2021 4:40 pm
- Forum: ZoneMinder 1.34.x
- Topic: Get old confuguration from SD card?
- Replies: 4
- Views: 5731
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...
- Thu Dec 16, 2021 4:06 pm
- Forum: ZoneMinder 1.36.x
- Topic: VAAPI HW Encoding and Storage issues
- Replies: 4
- Views: 2203
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...
- Thu Dec 16, 2021 10:16 am
- Forum: ZoneMinder 1.36.x
- Topic: Date Format differs
- Replies: 14
- Views: 5071
Re: Date Format differs
I wish I could get UK date formats here! Untitled-1.png 1.36.10 on CentOS. e2a: Turns out I can :) The clue was STRF_FMT_DATETIME_SHORTER above and the solution was to edit /usr/share/zoneminder/www/includes/lang.php and change the definition from '%m/%d %H:%M:%S' to '%d/%m %H:%M:%S' I guess this mi...
- Wed Dec 15, 2021 12:01 pm
- Forum: ZoneMinder 1.36.x
- Topic: noob: recording on raspberry
- Replies: 2
- Views: 1169
Re: noob: recording on raspberry
I don't know how things are set up there but you'll probably want to set the Video Writer to Camera Passthrough to avoid decoding/encoding the video stream and use a separate low-resolution stream for any detection or analysis, triggering a higher-resolution stream to record any events. Also check t...