Search found 32 matches
- Wed Jan 24, 2024 7:47 pm
- Forum: ZoneMinder 1.36.x
- Topic: File System Recommendation
- Replies: 9
- Views: 2129
Re: File System Recommendation
Your file system being "full" due to lack of inodes is certainly a real thing This is what makes me baulk at the idea of using XFS on a filesystem that is storing many small files, and not a few large ones. Ironically resierfs was very good at this. XFS recovery tools are not as good as EXT's in my ...
- Fri Dec 02, 2022 4:12 pm
- Forum: ZoneMinder 1.34.x
- Topic: Connecting to cameras on second NIC
- Replies: 3
- Views: 3453
Re: Connecting to cameras on second NIC
There is a thing called a "routing table" within the kernels network stack that tells it how to reach certain networks, so as long as the camera's network is only available via the IP address assigned to your second NIC, traffic to and from the cameras will be sent via that NIC. You could manually ...
- Fri Sep 30, 2022 12:13 am
- Forum: Hardware Compatibility List
- Topic: Suggested computer
- Replies: 6
- Views: 3813
Re: Suggested computer
Our current system is a dedicated video recorder with limited storage space. Re-purpose (well, almost) your current system and supplement it with a NAS/DAS (simple under Linux). If it turns out to be "not up to the job" you have a free and "quantifiable" benchmark to work from, and don't have any ...
- Wed Sep 07, 2022 11:26 am
- Forum: ZoneMinder 1.36.x
- Topic: Storage Optimization
- Replies: 2
- Views: 3640
Re: Storage Optimization
I really depends on each cameras scene as to how to optimise for storage. It also depends on the degree of control you have over the codec. Using CBR/ABR is nice for storage and bandwidth predictions, but using quality based codec parameters* lets you eek out the best "image per byte". A couple of ...
- Sun Aug 28, 2022 9:37 am
- Forum: ZoneMinder 1.36.x
- Topic: 500 ISE after changing locale
- Replies: 4
- Views: 11672
Re: 500 ISE after changing locale
Try using en-GB for intl.default_locale.
- Thu Aug 25, 2022 12:31 am
- Forum: ZoneMinder 1.36.x
- Topic: [Solved] NODECT catching the tail end of the events...
- Replies: 4
- Views: 3562
Re: NODECT catching the tail end of the events...
Nice work friend.justanotherguy wrote: ↑Wed Aug 24, 2022 10:16 pmSetting up edge detection motion recording just to work around a "detection lag bug", AND seamlessly pushing the data back to the NVR
- Thu Jul 28, 2022 1:13 pm
- Forum: ZoneMinder 1.36.x
- Topic: (1.36.21)how can i init database
- Replies: 3
- Views: 2729
Re: (1.36.21)how can i init database
You basically do it the normal way (redirecting the creation script into the mysql command) but from your DB client machine (your ZM server), or by copying the sql script to the the DB server and redirecting it locally. For the "do it from the ZM server" way: The only extra step is to create an ...
- Mon Jul 25, 2022 4:25 pm
- Forum: ZoneMinder 1.36.x
- Topic: Released 1.36.21 The Memory Remains
- Replies: 4
- Views: 72381
- Mon Jul 25, 2022 1:23 pm
- Forum: ZoneMinder 1.36.x
- Topic: Can't mkdir permission denied
- Replies: 2
- Views: 3105
Re: Can't mkdir permission denied
You've only set write privilege to the "owner" of /mnt/hdd, the three numbers 7, 5 & 5 are user, group & other respectively. What you should do is (as root) find out what the primary group ID of your apache2 user is grep $(ps aux|awk '/\/apache/ {print $1}'|grep -v $(whoami)|sort -u) /etc/passwd|sed ...
- Mon Jul 25, 2022 10:57 am
- Forum: ZoneMinder 1.36.x
- Topic: Released 1.36.21 The Memory Remains
- Replies: 4
- Views: 72381
- Thu Jul 21, 2022 2:48 pm
- Forum: ZoneMinder 1.36.x
- Topic: STRF_FMT_DATETIME_SHORTER
- Replies: 4
- Views: 3032
Re: STRF_FMT_DATETIME_SHORTER
Yeah it'll work fine just fixing watch.php, but obviously if you use snapshots at any point (until the next release) then you'll see a similar replacement of the date and timestamp with "STRF_FMT_DATETIME_SHORTER" or whatever is being passed to the deprecated strftime(). If you don't use snapshots ...
- Thu Jul 21, 2022 3:11 am
- Forum: ZoneMinder 1.36.x
- Topic: STRF_FMT_DATETIME_SHORTER
- Replies: 4
- Views: 3032
- Mon Jul 18, 2022 4:16 pm
- Forum: ZoneMinder 1.36.x
- Topic: Monitors Not Loading Images?
- Replies: 18
- Views: 10649
Re: Monitors Not Loading Images?
One week ago with 1.34.?? everything looked spectacular. Yet with 1.36.20 something happened. There was something added to support newer versions of PHP, but there was a regression on older versions, and that got fixed, then the addition of the MaxImageBuffers. I think some of it was previous ...
- Sun Jul 17, 2022 11:51 pm
- Forum: ZoneMinder 1.36.x
- Topic: Monitors Not Loading Images?
- Replies: 18
- Views: 10649
Re: Monitors Not Loading Images?
Yet I'm unsure where the keyframe comes from: does the camera send it? Or does zoneminder "insert" it every so often? In this case we mean the cameras "keyframe interval", but Reolink doesn't give you this level of control over their encoder, so you are going to have to ask them, poke around inside ...
- Sun Jul 17, 2022 10:04 pm
- Forum: ZoneMinder 1.36.x
- Topic: upgrade to 1.36.20 - now receiving an error trying to go to ZM site
- Replies: 15
- Views: 35534
Re: upgrade to 1.36.20 - now receiving an error trying to go to ZM site
Thank you so much for your help & patience You're welcome, I'm used to linux, just not ubuntu or ZM, so it helped me to get some insight into how to poke around inside a .deb package manager, plus VM's are so quick to set-up nowadays it's silly NOT to try and emulate someones issue, plus fixing ...