[Still] No capturing after update to 1.36.3

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
swefrix
Posts: 5
Joined: Sun Nov 08, 2020 6:50 pm

[Still] No capturing after update to 1.36.3

Post by swefrix »

I've been running ZM for almost a year without any problems. Two Reolink POE cameras are hooked up and each one has only a single zone defined. After the latest update to 1.36.1 both cameras stopped working with the message in the console:
Monitor is not capturing. We will be unable to provide an image
But both cameras works perfectly fine in the Reolink app on Win10, and they have fixed IP-addresses.

The log says:
2021-05-30 21:46:07 zmdc 64222 INF 'zmc -m 1' started at 21/05/30 21:46:07 zmdc.pl -
2021-05-30 21:46:07 zmdc 63973 INF 'zmc -m 1' starting at 21/05/30 21:46:07, pid = 64222 zmdc.pl -
2021-05-30 21:46:07 zmdc 63973 INF Starting pending process, zmc -m 1 zmdc.pl -
2021-05-30 21:45:48 zmdc 63973 ERR 'zmc -m 2' exited abnormally, exit status 6 zmdc.pl -
2021-05-30 21:45:47 zmdc 63973 ERR 'zmc -m 1' exited abnormally, exit status 6
Any idea what's going on? I'm running ZM on Fedora 33, kernel 5.12.7-200.fc33.x86_64 and all the latest patches.
Last edited by swefrix on Tue Jun 15, 2021 6:34 am, edited 1 time in total.
User avatar
iconnor
Posts: 2880
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: No capturing after update to 1.36.1

Post by iconnor »

I think this may be fixed in 1.36.3. You will have to wait for packages to build to find out.
swefrix
Posts: 5
Joined: Sun Nov 08, 2020 6:50 pm

Re: No capturing after update to 1.36.1

Post by swefrix »

No problem, keep the good work up! :)
patmansf
Posts: 42
Joined: Mon Sep 30, 2013 12:19 am

Re: No capturing after update to 1.36.1

Post by patmansf »

I'm not sure what repo / packages you are using, but based on this post, I skipped 1.36.1 and updated to 1.36.3 using the rpmfusion-free-updates-testing repo (1.36.3 is not in the main rpmfusion repo yet).

This:

Code: Select all

dnf --enablerepo=rpmfusion-free-updates-testing upgrade zoneminder
I was upgrading from 1.34.23, and also hit the log_bin_trust_function_creators issue.

It took me multiple tries, so I'm not sure of the correct sequence, I think it's this:

Code: Select all

# This will fail and has a hard to read and understand error about "log_bin_trust_function_creators":
zmupdate.pl
# Per the output I ended up running:
mysql -uzmuser -p'somethingsomething' -hlocalhost zm < /usr/share/zoneminder/db/zm_update-1.35.14.sql
# The above also failed, with "ERROR 1728 (HY000) at line 424: Cannot load from mysql.proc. The table is probably corrupted".
# Fix that with:
mysql_upgrade
# And finally once more:
zmupdate.pl
swefrix
Posts: 5
Joined: Sun Nov 08, 2020 6:50 pm

Re: No capturing after update to 1.36.1

Post by swefrix »

I was just considering to try what patmansf suggested, when 1.36.3 showed up among the regular updates. Sorry to say, the update didn't help :( From the log window:

Code: Select all

2021-06-12 21:16:31	zmc_m2		127012	ERR	Backtrace 10: /lib64/libc.so.6(clone+0x43) [0x7f3a39671353]	zm_signal.cpp	100
2021-06-12 21:16:31	zmc_m2		127012	ERR	Backtrace 9: /lib64/libpthread.so.0(+0x9299) [0x7f3a3b306299]	zm_signal.cpp	100
2021-06-12 21:16:31	zmc_m2		127012	ERR	Backtrace 8: /lib64/libstdc++.so.6(+0xd9c84) [0x7f3a39978c84]	zm_signal.cpp	100
2021-06-12 21:16:31	zmc_m2		127012	ERR	Backtrace 7: /usr/bin/zmc(+0x65b50) [0x558183fb8b50]	zm_signal.cpp	100
2021-06-12 21:16:31	zmc_m2		127012	ERR	Backtrace 6: /usr/bin/zmc(+0x62c4a) [0x558183fb5c4a]	zm_signal.cpp	100
2021-06-12 21:16:31	zmc_m2		127012	ERR	Backtrace 5: /usr/bin/zmc(+0x6da3f) [0x558183fc0a3f]	zm_signal.cpp	100
2021-06-12 21:16:31	zmc_m2		127012	ERR	Backtrace 4: /usr/bin/zmc(+0x230e8) [0x558183f760e8]	zm_signal.cpp	100
2021-06-12 21:16:31	zmc_m2		127012	ERR	Backtrace 3: /lib64/libc.so.6(abort+0x116) [0x7f3a395978a4]	zm_signal.cpp	100
2021-06-12 21:16:31	zmc_m2		127012	ERR	Backtrace 2: /lib64/libc.so.6(gsignal+0x142) [0x7f3a395ae2a2]	zm_signal.cpp	100
2021-06-12 21:16:31	zmc_m2		127012	ERR	Backtrace 1: /lib64/libpthread.so.0(+0x13a20) [0x7f3a3b310a20]	zm_signal.cpp	100
2021-06-12 21:16:31	zmc_m2		127012	ERR	Backtrace 0: /usr/bin/zmc(+0x77475) [0x558183fca475]	zm_signal.cpp	100
2021-06-12 21:16:31	zmc_m2		127012	ERR	Signal address is 0x300001f020, from 0x7f3a395ae2a2	zm_signal.cpp	79
2021-06-12 21:16:31	zmc_m2		127012	ERR	Got signal 6 (Aborted), crashing
Any idea where I should start looking? Since I made the first post I've upgraded to Fedora 34, but that didn't change anything to the better...
Post Reply