Search found 6 matches
- Tue Apr 08, 2014 1:52 am
- Forum: ZoneMinder 1.27.x
- Topic: Source shows red and running status confusion
- Replies: 5
- Views: 3586
Re: Source shows red and running status confusion
it fails here in zmdc.pl: my $server_up = connect( CLIENT, $saddr ); if ( !$server_up ) { if ( $command eq "logrot" ) { exit(); } if ( $command eq "check" ) { print( "stopped\n" ); exit(); } it is certain now: 1. run "zmdc.pl check" in console , connecting to /tmp/zm/zmdc.sock succeeds it can run ...
- Mon Apr 07, 2014 11:23 pm
- Forum: ZoneMinder 1.27.x
- Topic: Source shows red and running status confusion
- Replies: 5
- Views: 3586
Re: Source shows red and running status confusion
I have not found the real reason till now.
I was running the zoneminder on pandaboard using minimal linux rootfs, not any linux distribution.
I checked my system and found there is only one zmdc.sock in /tmp/zm . so your solution does not suit mine.
I was running the zoneminder on pandaboard using minimal linux rootfs, not any linux distribution.
I checked my system and found there is only one zmdc.sock in /tmp/zm . so your solution does not suit mine.
- Fri Apr 04, 2014 3:52 am
- Forum: ZoneMinder 1.27.x
- Topic: Source shows red and running status confusion
- Replies: 5
- Views: 3586
Source shows red and running status confusion
i was using v1.27 on an Arm board. the status in Console is always 'Stopped', the Name list showed Black without poplink and the Source list showed red. all the log messages seem right. and I can record videos using ffmpeg. when i ran ' /usr/bin/zmdc.pl check ' in console, it got ' running '; and ...
- Thu Dec 12, 2013 3:08 pm
- Forum: ZoneMinder 1.26.x
- Topic: compile zoneminder openembedded based accomplished
- Replies: 3
- Views: 2329
Re: compile zoneminder based openembedded
the 2nd error was fixed by using the system variable STAGING_DIR_HOST, ie:
Code: Select all
--with-mysql=${STAGING_DIR_HOST}/usr/ --with-ffmpeg=${STAGING_DIR_HOST}/usr/
- Thu Dec 12, 2013 5:18 am
- Forum: ZoneMinder 1.26.x
- Topic: compile zoneminder openembedded based accomplished
- Replies: 3
- Views: 2329
Re: compile zoneminder based openembedded
the 5th error was fixed by adding some lines into zoneminder.bb.
Code: Select all
FILES_${PN} += "\
${libdir}/perl \
${datadir}/perl \
/tmp \
/run \"
FILES_${PN}-doc += "\
/usr/man \"
FILES_${PN}-dbg += "\
/var/www/cgi-bin/.debug/zms \
/var/www/cgi-bin/.debug/nph-zms \"
- Wed Dec 11, 2013 3:12 am
- Forum: ZoneMinder 1.26.x
- Topic: compile zoneminder openembedded based accomplished
- Replies: 3
- Views: 2329
compile zoneminder openembedded based accomplished
Hi guys. I was using yocto poky to cross-compile a rootfs including ZoneMinder, and I got some errors. I hope someone can together with me workout this if you are interested too. thanks in advance. My board has a SoC with ARM Cortex-A8. I cloned the following extra meta(I replaced the "." using ...