Search found 94 matches

by chuck8530
Mon May 15, 2023 3:20 pm
Forum: ZoneMinder 1.36.x
Topic: No Generate Video
Replies: 1
Views: 319

No Generate Video

v1.36.4 in a Docker container on Ubuntu. When I display an event the Toolbar the videoBtn is missing. I've searched the code and found the "button" line missing from event.php. I added it from another system that does have a working "Generate Video" button - no joy. Is there a re...
by chuck8530
Fri Apr 07, 2023 1:13 pm
Forum: ZoneMinder 1.36.x
Topic: Executing a script on alarm
Replies: 0
Views: 6828

Executing a script on alarm

So I've got it working, big brown truck pulls in to the driveway and I get the output of my test program. But only after the end of the event. I'd like it to trigger at the beginning of the event. A way to do that?
tks
by chuck8530
Sat Mar 18, 2023 1:50 pm
Forum: ZoneMinder 1.36.x
Topic: Reolink won't connect
Replies: 2
Views: 695

Re: Reolink won't connect

That did it. I updated the HW page to include the steps.

Have a beer on me, thanks.
by chuck8530
Sat Mar 18, 2023 1:11 am
Forum: ZoneMinder 1.36.x
Topic: Reolink won't connect
Replies: 2
Views: 695

Reolink won't connect

Reolink 520A Can display in browser ( https://IP ). But the suggested ZM/hardware page gives the following log error. 3/17/23, 6:48:30 PM MDT zmc_m8 155711 ERR Unable to open input rtmp://192.168.0.183:1935/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&passwor... and something I've...
by chuck8530
Thu Mar 09, 2023 3:37 pm
Forum: Docker
Topic: Database doesn’t exist
Replies: 7
Views: 9328

Re: Database doesn’t exist

zmdc.log 03/09/23 06:11:56.490429 zmdc[14210].INF [ZMServer:411] ['zmc -m 7' started at 23/03/09 06:11:56] 03/09/23 06:11:56.544327 zmdc[463].ERR [ZMServer:708] ['zmc -m 7' exited abnormally, exit status 255] 03/09/23 06:13:16.623873 zmdc[463].INF [ZMServer:411] [Starting pending process, zmc -m 7] ...
by chuck8530
Wed Mar 08, 2023 6:32 pm
Forum: Docker
Topic: Database doesn’t exist
Replies: 7
Views: 9328

Re: Database doesn’t exist

docker exec zoneminder bash /root/bin/ck.sql
runs: echo "select count(*) from Monitors;" | mysql -s zm

should return "7" but at 06:xx it returns "ERROR 1049 (42000): Unknown database 'zm' "
by chuck8530
Tue Mar 07, 2023 3:08 pm
Forum: Docker
Topic: Database doesn’t exist
Replies: 7
Views: 9328

Re: Database doesn’t exist

Everything runs fine until (my crontab check every 5 min) 6:25, 6:15, 6:40, 6:20 ... If it was the same time every day - but it's different every day 6:XX. "DB zm doesn't exist"
by chuck8530
Sun Mar 05, 2023 3:33 pm
Forum: Docker
Topic: Database doesn’t exist
Replies: 7
Views: 9328

Database doesn’t exist

Beelink SER4, Ubuntu 22.04, Docker 20.10.23, Zoneminder 1.36.4 Every morning between 6 AM and 7AM Zoneminder attempts to do a DB something and is told the DB zm doesn’t exist. Mysql is up and running, show databases returns the other 4 mysql DB’s but not zm. So, I’ve created a cron job, every 5 min,...
by chuck8530
Tue Jan 31, 2023 5:45 pm
Forum: ZoneMinder 1.36.x
Topic: FC-37
Replies: 6
Views: 3250

Re: FC-37

selinux !*^%#&^%!$*&^!@#! selinux
Now working
by chuck8530
Tue Jan 31, 2023 4:50 pm
Forum: ZoneMinder 1.36.x
Topic: FC-37
Replies: 6
Views: 3250

Re: FC-37

System: 6.1.7-200.fc37.x86_64 OK, I went to the page you referenced - rpmfusion. I downloaded: zoneminder-1.36.31-1.fc37.x86_64.rpm zoneminder-common-1.36.31-1.fc37.x86_64.rpm zoneminder-httpd-1.36.31-1.fc37.x86_64.rpm ran: dnf install (the 3 above) and started zoneminder. Webbed to ZM and created c...
by chuck8530
Sat Jan 28, 2023 2:46 am
Forum: ZoneMinder 1.36.x
Topic: FC-37
Replies: 6
Views: 3250

Re: FC-37

So searching rpmfind.net I found zoneminder-1.36.32-1.fc37.src.rpm dnf install - results in: Error: Problem: package zoneminder-1.36.32-1.fc37.src requires ffmpeg, but none of the providers can be installed - package ffmpeg-5.1.2-3.fc37.x86_64 requires ffmpeg-libs(x86-64) = 5.1.2-3.fc37, but none of...
by chuck8530
Fri Jan 20, 2023 5:35 pm
Forum: ZoneMinder 1.36.x
Topic: FC-37
Replies: 6
Views: 3250

Re: FC-37

From what I can tell Repos doesn't have 37 and when I go to rpmfusion "this page doesn't exist ...
by chuck8530
Thu Jan 19, 2023 3:15 pm
Forum: ZoneMinder 1.36.x
Topic: FC-37
Replies: 6
Views: 3250

FC-37

I've upgraded my Fedora system to 37. The Repo 37 is there but not filled in. Can I use 36?
by chuck8530
Tue Dec 20, 2022 11:38 pm
Forum: ZoneMinder 1.36.x
Topic: Left over sock & lock files
Replies: 2
Views: 478

Re: Left over sock & lock files

So if I were to add "rm -f /run/zm/*" at the beginning of the SQL section in entrypoint.sh
That way every time we run - docker start zoneminder - it would get cleaned out.
Thoughts?
by chuck8530
Mon Dec 19, 2022 12:05 am
Forum: ZoneMinder 1.36.x
Topic: Left over sock & lock files
Replies: 2
Views: 478

Left over sock & lock files

In trying to learn more about ZM in Docker I wandered to /run/zm. I discovered zm...sock and zm...lock and other file going back almost 2 months - over 1500 files. Shouldn't that get cleaned out on every (re)start?
:?: