exit status 255

Support and queries relating to all previous versions of ZoneMinder
Locked
mascimax
Posts: 8
Joined: Tue May 26, 2009 7:34 pm

exit status 255

Post by mascimax »

i not see the fps and see black screen in zoneminder console but i see good in kopete software,i have kubuntu 9.04 please help me

i just try this command but not work:
1. Post the output from this command into this thread :
Quote:
cat /var/log/syslog | tail



2. Try :
Quote:
chmod 777 /dev/video0

Quote:
/etc/init.d/zoneminder restart



3. Or try this :
Quote:
adduder www-data video



4. And maybe this :
Quote:
zmfix



5. Could even be memory, shmget :
Quote:
echo 134217728 >/proc/sys/kernel/shmmax



btw, 2 and 5 won't survive a reboot.

May 26 21:35:37 ubuntu zmc_dvideo[10626]: ERR [Failed to open video device /dev/video: No such file or directory]
May 26 21:35:37 ubuntu zmdc[9927]: ERR ['zmc -d /dev/video' exited abnormally, exit status 255]
May 26 21:35:47 ubuntu zmwatch[9956]: ERR [Can't get shared memory id '7a6d000c', 12: Nessun file o directory]
May 26 21:35:47 ubuntu zmwatch[9956]: INF [Restarting capture daemon for New, shared memory not valid]
May 26 21:35:48 ubuntu zmdc[10628]: INF ['zmc -d /dev/video' started at 09/05/26 21:35:48]
May 26 21:35:48 ubuntu zmdc[9927]: INF ['zmc -d /dev/video' starting at 09/05/26 21:35:48, pid = 10628]
May 26 21:35:48 ubuntu zmwatch[9956]: INF ['zmc -d /dev/video' starting at 09/05/26 21:35:48, pid = 10628]
May 26 21:35:48 ubuntu zmc_dvideo[10628]: INF [Debug Level = 0, Debug Log = <none>]
May 26 21:35:48 ubuntu zmc_dvideo[10628]: ERR [Failed to open video device /dev/video: No such file or directory]
May 26 21:35:48 ubuntu zmdc[9927]: ERR ['zmc -d /dev/video' exited abnormally, exit status 255]
mascimax
Posts: 8
Joined: Tue May 26, 2009 7:34 pm

Post by mascimax »

any help?
coke
Posts: 518
Joined: Wed Jan 30, 2008 5:53 pm
Location: St. Louis, MO, USA

Post by coke »

I don't recall seeing an answer as to whether or not you have an actual /dev/video. It might have a /dev/video0, /dev/video1, etc. Do

Code: Select all

ls -l /dev/vid*
and see what you get. If there's only a 0 and 1, you need to change your source tab to reflect that.
Locked