Search found 88 matches
- Tue Oct 29, 2019 3:53 pm
- Forum: ZoneMinder 1.32.x
- Topic: Cannot view recorded events
- Replies: 5
- Views: 1549
Re: Cannot view recorded events
Do the request and response headers, as displayed by the Developer Tools in Firefox and some other browsers, provide any clues?
- Tue Oct 29, 2019 11:24 am
- Forum: ZoneMinder 1.32.x
- Topic: ZM trying to write to root dir
- Replies: 7
- Views: 2437
Re: ZM trying to write to root dir
The default storage had been pointing at the same directory, but via a symbolic link. I don't know if the symbolic link was the problem, but pointing directly to the actual directory seems to have corrected the issue so far. Symlinks may not work, but bind mounts do... mount --bind /my/new/storage/...
- Tue Oct 29, 2019 11:21 am
- Forum: ZoneMinder 1.32.x
- Topic: Change function onDemand
- Replies: 3
- Views: 1293
Re: Change function onDemand
I think that you may be able to do this using Run States.
Set things up as you want them for a particular scenario.
Click the State button at the top-right of the Console page (it usually says 'Running' when the system is active).
Enter a name for your current setup/state and click 'Save'.
Set things up as you want them for a particular scenario.
Click the State button at the top-right of the Console page (it usually says 'Running' when the system is active).
Enter a name for your current setup/state and click 'Save'.
- Thu Oct 24, 2019 9:40 am
- Forum: ZoneMinder 1.32.x
- Topic: ZM trying to write to root dir
- Replies: 7
- Views: 2437
Re: ZM trying to write to root dir
You could try looking at the files in /etc/zm/conf.d, and/or at Options->Storage in the console.
- Wed Oct 16, 2019 2:20 pm
- Forum: ZoneMinder 1.32.x
- Topic: [SOLVED] zoneminder-nginx conflicts zoneminder-httpd
- Replies: 12
- Views: 11319
Re: [SOLVED] zoneminder-nginx conflicts zoneminder-httpd
I'm pretty sure that's the way it works. I suspect that you may still run into problems though, because you'll now probably have both Apache and nginx installed, and they may not play nicely together (or they may, I really don't know). I would have done a 'yum autoremove zoneminder-httpd' to remove ...
- Wed Oct 16, 2019 2:01 pm
- Forum: ZoneMinder 1.32.x
- Topic: [SOLVED] zoneminder-nginx conflicts zoneminder-httpd
- Replies: 12
- Views: 11319
Re: zoneminder-nginx conflicts zoneminder-httpd
[root@video ~]# rpm -qa "zone*" zoneminder-nginx-1.32.3-1.el7.x86_64 zoneminder-common-1.32.3-1.el7.x86_64 [root@video ~]# [root@video ~]# yum install zoneminder [...] Resolving Dependencies --> Running transaction check ---> Package zoneminder.x86_64 0:1.32.3-1.el7 will be installed --> Processing...
- Wed Oct 16, 2019 1:45 pm
- Forum: ZoneMinder 1.32.x
- Topic: [SOLVED] zoneminder-nginx conflicts zoneminder-httpd
- Replies: 12
- Views: 11319
Re: zoneminder-nginx conflicts zoneminder-httpd
Here is the proof: [root@video ~]# rpm -qa "zone*" zoneminder-common-1.32.3-1.el7.x86_64 [root@video ~]# [root@video ~]# yum install zoneminder-nginx [...] Resolving Dependencies --> Running transaction check ---> Package zoneminder-nginx.x86_64 0:1.32.3-1.el7 will be installed --> Processing Depen...
- Wed Oct 16, 2019 1:37 pm
- Forum: ZoneMinder 1.32.x
- Topic: [SOLVED] zoneminder-nginx conflicts zoneminder-httpd
- Replies: 12
- Views: 11319
Re: zoneminder-nginx conflicts zoneminder-httpd
This is from a system that has an older version of ZM (1.32.2), so none of the -common, -hhtpd, or -nginx packages are installed but most of the other dependencies from zoneminder-common are, and it looks like it'd work OK... $ yum install zoneminder-nginx Loaded plugins: fastestmirror Loading mirro...
- Wed Oct 16, 2019 1:14 pm
- Forum: ZoneMinder 1.32.x
- Topic: [SOLVED] zoneminder-nginx conflicts zoneminder-httpd
- Replies: 12
- Views: 11319
Re: zoneminder-nginx conflicts zoneminder-httpd
Thank you for the reply @kitkat This is a new install so there is no previous version. So where did your copy of zmc in the first post come from? [root@video ~]# zmc -v 1.32.3 Problem is that I CANNOT install -nginx package without yum complaining of conflict. zoneminder depends on -httpd, why? it ...
- Tue Oct 15, 2019 9:05 pm
- Forum: ZoneMinder 1.32.x
- Topic: [SOLVED] zoneminder-nginx conflicts zoneminder-httpd
- Replies: 12
- Views: 11319
Re: zoneminder-nginx conflicts zoneminder-httpd
I may be misreading all this but, as you have zmc installed I'm presuming that you also have some version of zoneminder already installed, probably the -httpd version (that's what I ended up with without specifying a version), and that the conflict message therefore relates to the -nginx version con...
- Tue Oct 15, 2019 7:36 pm
- Forum: ZoneMinder 1.32.x
- Topic: [SOLVED] zoneminder-nginx conflicts zoneminder-httpd
- Replies: 12
- Views: 11319
Re: zoneminder-nginx conflicts zoneminder-httpd
You'll probably have to remove the old version before installing the new one...
Code: Select all
$ yum autoremove zoneminder
- Mon Oct 14, 2019 2:45 pm
- Forum: ZoneMinder 1.30.x
- Topic: RSTP connection issues
- Replies: 19
- Views: 8353
Re: RSTP connection issues
Is the Method on the Source tab set to TCP? My RTSP cameras only work with that.
- Sun Oct 13, 2019 5:18 pm
- Forum: ZoneMinder 1.32.x
- Topic: Rendering issues after upgrading from 1.30.4 to 1.32.3
- Replies: 2
- Views: 753
Re: Rendering issues after upgrading from 1.30.4 to 1.32.3
There are a couple of things to check and possibly configure after an upgrade, including updating the database. See /usr/share/doc/zoneminder-1.32.3/README This is for 1.32.2 on CentOS... Upgrades ======== 1. Conf.d folder support has been added to ZoneMinder. Any custom changes previously made to z...
- Sun Oct 13, 2019 5:08 pm
- Forum: ZoneMinder 1.32.x
- Topic: Event playback plays 1 frame then white
- Replies: 2
- Views: 681
Re: Event playback plays 1 frame then white
It looks like there are errors in your log - If you copy and post them then someone may be able to help 

- Sat Oct 12, 2019 4:16 pm
- Forum: ZoneMinder 1.32.x
- Topic: Redirect /zm alias to server's root
- Replies: 4
- Views: 1316
Re: Redirect /zm alias to server's root
This worked for me... mount --bind /usr/share/zoneminder/www /var/www/html To make it survive a reboot, do... echo "/usr/share/zoneminder/www /var/www/html auto bind,defaults 0 0" >> /etc/fstab I'm running ZM-1.32.2 on CentOS/Apache so if you're using something different then you may have to alter t...