Search found 76 matches

by Simpler
Fri Dec 01, 2023 12:33 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Error writing packet: Invalid argument
Replies: 7
Views: 11128

Re: Error writing packet: Invalid argument

Database is on the same ssd as the images.

Thanks for the suggestions
by Simpler
Thu Nov 30, 2023 8:50 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: :Incorrect decimal value: '' for column `zm`.`Server_Stats`.`CpuSystemPercent` at row 1
Replies: 3
Views: 5309

Re: :Incorrect decimal value: '' for column `zm`.`Server_Stats`.`CpuSystemPercent` at row 1

Thanks. That makes sense. if we don't get user_utilization, we probably don't get system_utilization. We should either set both to 0 if user_utilization is not returned properly or have two separate checks and set system_utilization to 0 if not returned properly. Looks like sometimes the "%Cpu(...
by Simpler
Thu Nov 30, 2023 2:10 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Error writing packet: Invalid argument
Replies: 7
Views: 11128

Re: Error writing packet: Invalid argument

No audio. I'll kick up the debug and see what I get.

Thanks
by Simpler
Thu Nov 30, 2023 1:02 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Error writing packet: Invalid argument
Replies: 7
Views: 11128

Re: Error writing packet: Invalid argument

Hi Doug, Thanks for the reply. My OS is on an HDD, but my images and recordings are on an SSD. Here are the write speeds of these disks: /tmp$ sync; dd if=/dev/zero of=tempfile bs=1M count=1024; sync 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 0.444337 s, 2.4 GB/s...
by Simpler
Thu Nov 30, 2023 2:14 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Error writing packet: Invalid argument
Replies: 7
Views: 11128

Error writing packet: Invalid argument

Running 1.37.47 (latest commit) and I keep seeing the following error message repeated in my logs: 2023/11/29 - 18:14:22 zmc_m6 458760 ERR Error writing packet: Invalid argument zm_videostore.cpp 1427 I saw the previous posts about this issue. One was on an earlier version. https://forums.zoneminder...
by Simpler
Thu Nov 30, 2023 1:49 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: :Incorrect decimal value: '' for column `zm`.`Server_Stats`.`CpuSystemPercent` at row 1
Replies: 3
Views: 5309

:Incorrect decimal value: '' for column `zm`.`Server_Stats`.`CpuSystemPercent` at row 1

Running 1.37.47 (latest commit) and I keep seeing the following error message in my logs: Failed INSERT INTO Server_Stats (ServerId, TimeStamp, CpuLoad, CpuUserPercent, CpuSystemPercent, TotalMem, FreeMem, TotalSwap, FreeSwap) VALUES ('',NOW(),?,?,?,?,?,?,?) :Incorrect decimal value: '' for column `...
by Simpler
Wed Jul 26, 2023 12:28 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Couldn't get lock on /zoneminder/tmp/zmswap-m2/zmswap-q341718/zmswap-i00000.jpg, continuing
Replies: 6
Views: 4425

Re: Couldn't get lock on /zoneminder/tmp/zmswap-m2/zmswap-q341718/zmswap-i00000.jpg, continuing

Thanks. Yes. It's fixed in last night's build "nightly-1236". In the docker container: zoneminder-containers/zoneminder-base, I found the ZM_PATH_SWAP variable in the following file: /zoneminder/defaultconfig/conf.d/01-system-paths.conf/01-system-paths.conf Checking for tmpfs usage: # df -...
by Simpler
Tue Jul 25, 2023 5:16 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Couldn't get lock on /zoneminder/tmp/zmswap-m2/zmswap-q341718/zmswap-i00000.jpg, continuing
Replies: 6
Views: 4425

Re: Couldn't get lock on /zoneminder/tmp/zmswap-m2/zmswap-q341718/zmswap-i00000.jpg, continuing

This problem started with "nightly-1224" on July 12th with commit bdb0768dfe52034d1e6926fe6c897e6b9b6283b3
and occurs in every nightly after that.
by Simpler
Tue Jul 25, 2023 2:25 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Couldn't get lock on /zoneminder/tmp/zmswap-m2/zmswap-q341718/zmswap-i00000.jpg, continuing
Replies: 6
Views: 4425

Re: Couldn't get lock on /zoneminder/tmp/zmswap-m2/zmswap-q341718/zmswap-i00000.jpg, continuing

This is only happening if I'm watching a feed live. For example, with the Montage view up or the Watch view up.
by Simpler
Tue Jul 25, 2023 2:14 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Couldn't get lock on /zoneminder/tmp/zmswap-m2/zmswap-q341718/zmswap-i00000.jpg, continuing
Replies: 6
Views: 4425

Couldn't get lock on /zoneminder/tmp/zmswap-m2/zmswap-q341718/zmswap-i00000.jpg, continuing

Running the latest nightly environment from https://github.com/zoneminder-containers/zoneminder-base/pkgs/container/zoneminder-base nightly-1235 My log file is being filled with the following message (about 40 times per second) 2023/07/25 - 10:13:15 zms_m2 653 ERR Couldn't get lock on /zoneminder/tm...
by Simpler
Fri May 12, 2023 2:57 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: "Alarm Colour" and "Showing Analysis"?
Replies: 3
Views: 691

Re: "Alarm Colour" and "Showing Analysis"?

The Alarm Color is the outline color around the area that triggered the alarm when looking at the alarmed frames.

I believe the "Not Showing Analysis" can be used to keep the image from jumping around when redefining the extents of the zone area.
by Simpler
Fri May 12, 2023 1:26 pm
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.33 The Memory Remains
Replies: 22
Views: 408711

Re: Released 1.36.33 The Memory Remains

You can if you want... I think the fix is more complicated... I need user preferences, which I've started to rough in. So basically preferences that aren't in the session or global, but per-user, forever. So I can set the defaults appropriately. So in short, I'm wokring towards it, I think the big ...