zm does not have permission to use /dev/video0
from the system log
zmdc log shows video0 crashing on a regular basis
current ownership of /dev/video0 is root and video
i have added www-data to the video group zmuser is not a system user should it be?
zm 1.23 from debian pkg
rob
/dev/video0 device permission problem
-
- Posts: 319
- Joined: Thu Jul 20, 2006 1:07 am
- Location: Australia
-
- Posts: 319
- Joined: Thu Jul 20, 2006 1:07 am
- Location: Australia
zmfix needs to be run with root permissions to change things. So you either do Lee's trick of suid-ing the script, or you run "sudo zmfix".jorloujr wrote:Me too am facing the same problem, brute force chmod 666/dev/video0 does works, but zmfix do not ...
Any hints ?
I,m on Ubuntu 8.04, ZM installed from Synaptic.
PJH
Thanks Peter !PeterHoward wrote:zmfix needs to be run with root permissions ...
I found
http://www.zoneminder.com/wiki/index.php/Ubuntu_7.04
and
sudo chmod 4755 /usr/bin/zmfix
worked fine. Silly me ...