I just updated my machine from suse leap 15.2 to 15.4. The update also included an update of zoneminder from 1.34 to 1.36.33.
The video streams in vlc of my cameras are running normally, just like before the update.
Code: Select all
systemctl status zm.service
Code: Select all
systemctl status zm.service
● zm.service - ZoneMinder Video Surveillance System
Loaded: loaded (/usr/lib/systemd/system/zm.service; enabled; vendor preset: disabled)
Active: active (running) since Mon 2023-05-29 20:30:44 CEST; 22min ago
Main PID: 7343 (zmdc.pl)
Tasks: 6 (limit: 4915)
CGroup: /system.slice/zm.service
├─ 7343 /usr/bin/perl -wT /usr/bin/zmdc.pl startup
├─ 7720 /usr/bin/perl -wT /usr/bin/zmfilter.pl --filter_id=1 --daemon
├─ 7790 /usr/bin/perl -wT /usr/bin/zmfilter.pl --filter_id=2 --daemon
├─ 7795 /usr/bin/perl -wT /usr/bin/zmwatch.pl
├─ 7801 /usr/bin/perl -wT /usr/bin/zmupdate.pl -c
└─ 7805 /usr/bin/perl -wT /usr/bin/zmstats.pl
Mai 29 20:30:42 mymachine systemd[1]: Starting ZoneMinder Video Surveillance System...
Mai 29 20:30:42 mymachine zm_database_init[7332]: INFO: when db is correctly installed and you just reinstalled rpm, then answer all questions with 'n'
Mai 29 20:30:42 mymachine zm_database_init[7332]: no lockfile found, proceed anyway? [y/N]: N
Mai 29 20:30:44 mymachine systemd[1]: Started ZoneMinder Video Surveillance System.
When I open firefox to check
Code: Select all
localhost/zm/index.php
I was running 1.34 without any bugs or hiccups before.
Any idea, where I might start looking?
Thank you!