WAR [ Waiting for Capture Daemon ]
Posted: Wed Feb 17, 2010 8:56 pm
Running Zoneminder 1.24.1. logs show error: WAR [ Waiting for Capture Daemon ] . Camera sources are black. Any ideas on a solution? THANKS!
ZoneMinder Forums
https://forums.zoneminder.com/
Code: Select all
Feb 19 01:00:29 valhalla zmdc[5409]: INF [Starting pending process, zmc -d /dev/video0]
Feb 19 01:00:29 valhalla zmdc[5409]: INF ['zmc -d /dev/video0' starting at 10/02/19 01:00:29, pid = 5464]
Feb 19 01:00:29 valhalla zmdc[5464]: INF ['zmc -d /dev/video0' started at 10/02/19 01:00:29]
Feb 19 01:00:29 valhalla zmc_dvideo0[5464]: INF [Debug Level = 0, Debug Log = <none>]
Feb 19 01:00:29 valhalla zmc_dvideo0[5464]: INF [Starting Capture]
Feb 19 01:00:29 valhalla zmc_dvideo0[5464]: FAT [Failed to open video device /dev/video0: Permission denied]
Feb 19 01:00:29 valhalla zmc_dvideo0[5464]: INF [Got signal 6 (Aborted), exiting and forcing backtrace]
Feb 19 01:00:29 valhalla zmdc[5409]: ERR ['zmc -d /dev/video0' exited abnormally, exit status 6]
Feb 19 01:00:29 valhalla zma_m2[5434]: WAR [Waiting for capture daemon]
I try run as root, error still remains [Failed to open video device /dev/video0: Permission denied]Debian squezze.mastertheknife wrote:[Failed to open video device /dev/video0: Permission denied]
Typically, zmfix is run at startup as root to set permissions so zmc will be able to access the device. It seems its not doing its job for you, but in most distros /dev/videoX are root:video, so adding the user zmc runs on to the video group should also do the job.