Page 1 of 1
[Still] No capturing after update to 1.36.3
Posted: Sun May 30, 2021 7:54 pm
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.
Re: No capturing after update to 1.36.1
Posted: Sun May 30, 2021 11:22 pm
by iconnor
I think this may be fixed in 1.36.3. You will have to wait for packages to build to find out.
Re: No capturing after update to 1.36.1
Posted: Mon May 31, 2021 4:58 am
by swefrix
No problem, keep the good work up!
Re: No capturing after update to 1.36.1
Posted: Sat Jun 05, 2021 4:42 pm
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
Re: No capturing after update to 1.36.1
Posted: Sat Jun 12, 2021 7:29 pm
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...