ZM 1.25 on OpenSuSE 11.3 with packman rpm

Add any particular hints or tricks you have found to help with your ZoneMinder experience.
Post Reply
Nukem36
Posts: 9
Joined: Fri Feb 12, 2010 5:49 pm

ZM 1.25 on OpenSuSE 11.3 with packman rpm

Post by Nukem36 »

Hi!

after upgrading zm (from 1.24 to 1.25) and OpenSuSE (from 11.1 to 11.3) I had serious problems with my configuration. The following I found out:

1. the packman packages didn't set owner and group correctly for the zm files

Open a terminal-session as root and stop zm-processes
rczm stop
Goto the zm directory:
cd /srv/www/htdocs/
Set the rights for owner wwwrun and group www for all zm-files recursivly:
chown -R wwwrun:www ./zm
Leave terminal open to restart zm later. Now open Yast and goto the user and group adiministration. The zm processes run with the priviliges of user wwwrun. This system-user has no rights to access /dev/video* files. So you won't see the video on your monitor-window.

In Yast (user and group administration) change your filter to "system users" and locate the user "wwwrun"! In groups mark the group www for this user to give him the nec. rights

Save all and start zm again. In your root-terminal type
rczm start
That's all. I hope these hints will help anybody else

Regards
Nukem36
Post Reply