Hi guys,
My Dedicated server running 1.28 runs these 2 cameras fine, but my other Dedicated server running 1.29 does not. All camera config is the same but i just get this error;
DATE/TIME
COMPONENT SERVER PID LEVEL MESSAGE FILE LINE
2016-02-19 12:51:00.100796 zma_m1 10340 WAR Waiting for capture daemon
It appears constantly in the log, and the guide was followed twice exactly, so im stuck of how to get this to work.
Anybody have any ideas how i can troubleshoot this further please? Or any more info you need?
Many thanks
Waiting for capture daemon
Re: Waiting for capture daemon
Linux distribution/version and the instructions you followed?
Re: Waiting for capture daemon
Hi,
I used: https://wiki.zoneminder.com/Ubuntu_Serv ... e_easy_way
Using ubuntu 14.04 Lts with all the latest updates
No issues with cameras as all working fine on zm 1.28, has anyone has this previously?
Many thanks
I used: https://wiki.zoneminder.com/Ubuntu_Serv ... e_easy_way
Using ubuntu 14.04 Lts with all the latest updates
No issues with cameras as all working fine on zm 1.28, has anyone has this previously?
Many thanks
Re: Waiting for capture daemon
What source type are you using? If VLC there may be a couple of libraries you need to add.
bb
bb
Re: Waiting for capture daemon
The camera is using Ffmpeg as the source type
Are there any libraries 1.28 has that 1.29 doesn't?
Many thanks
Are there any libraries 1.28 has that 1.29 doesn't?
Many thanks
Re: Waiting for capture daemon
Not that I'm aware of.
Your error tells me that ZM can't communicate with your camera for some reason. Wrong resolution is a likely culprit. did you try shutting down the 1.28 server?
Your error tells me that ZM can't communicate with your camera for some reason. Wrong resolution is a likely culprit. did you try shutting down the 1.28 server?
Re: Waiting for capture daemon
hi again,
Yeah im tried stopping the other server to no avail,
Resolution is the same all camera config is the same.
Left it overnight and is now coming up with a different error;
DATE/TIME
COMPONENT SERVER PID LEVEL MESSAGE FILE LINE
2016-02-21 09:20:02.767327 web_php 492 ERR socket_sendto( /var/run/zm/zms-655215s.sock ) failed: No such file or directory /usr/share/zoneminder/www/includes/functions.php 2371
2016-02-21 09:19:59.598226 zms 2445 ERR Terminating, last frame sent time 1456046399.098056 secs more than maximum of 10.000000 zm_monitor.cpp 4392
2016-02-21 09:19:59.049692 undef 2445 INF No Server ID or Name specified in config. Not using Multi-Server Mode. zm_config.cpp 139
2016-02-21 09:19:09.888580 zmdc 10516 ERR 'zmc -m 1' exited abnormally, exit status 255 zmdc.pl
2016-02-21 09:19:09.838944 zmc_m1 2422 FAT Unable to find stream info from rtsp://5.64.**.**:554/user=admin&password=&channel=1&stream=0.sdp due to: Operation now in progress zm_ffmpeg_camera.cpp 286
2016-02-21 09:17:09.419763 zmc_m1 2422 INF Priming capture from rtsp://5.64.**.**:554/user=admin&password=&channel=1&stream=0.sdp zm_ffmpeg_camera.cpp 104
2016-02-21 09:17:09.374853 zmc_m1 2422 INF Starting Capture version 1.29.0 zmc.cpp 250
2016-02-21 09:17:09.250461 undef 2422 INF No Server ID or Name specified in config. Not using Multi-Server Mode. zm_config.cpp 139
2016-02-21 09:17:09.146760 zmdc 2422 INF 'zmc -m 1' started at 16/02/21 09:17:09 zmdc.pl
2016-02-21 09:17:09.146760 zmdc 10516 INF 'zmc -m 1' starting at 16/02/21 09:17:09, pid = 2422 zmdc.pl
2016-02-21 09:17:09.100270 zmdc 10516 INF Starting pending process, zmc -m 1 zmdc.pl
2016-02-21 09:07:09.067990 zmdc 10516 ERR 'zmc -m 1' exited abnormally, exit status 255 zmdc.pl
2016-02-21 09:07:09.020127 zmc_m1 2289 FAT Unable to find stream info from rtsp://5.64.**.**221.110:554/user=admin&password=&channel=1&stream=0.sdp due to: Operation now in progress zm_ffmpeg_camera.cpp 286
2016-02-21 09:05:08.383006 zmc_m1 2289 INF Priming capture from rtsp://5.64.**.**:554/user=admin&password=&channel=1&stream=0.sdp zm_ffmpeg_camera.cpp 104
2016-02-21 09:05:08.330010 zmc_m1 2289 INF Starting Capture version 1.29.0 zmc.cpp 250
2016-02-21 09:05:08.165470 undef 2289 INF No Server ID or Name specified in config. Not using Multi-Server Mode. zm_config.cpp 139
2016-02-21 09:05:08.101790 zmdc 10516 INF 'zmc -m 1' starting at 16/02/21 09:05:08, pid = 2289 zmdc.pl
2016-02-21 09:05:08.101790 zmdc 2289 INF 'zmc -m 1' started at 16/02/21 09:05:08 zmdc.pl
2016-02-21 09:05:08.050350 zmdc 10516 INF Starting pending process, zmc -m 1 zmdc.pl
2016-02-21 08:55:08.552420 zmdc 10516 ERR 'zmc -m 1' exited abnormally, exit status 255 zmdc.pl
Looking at line 2371 on functions.php is this which i am not sure why its causing an issue, iv'e tried HTTP 1.0 & 1.1;
function ajaxError( $message, $code=HTTP_STATUS_OK )
{
Error( $message );
if ( function_exists( 'ajaxCleanup' ) )
ajaxCleanup();
if ( $code == HTTP_STATUS_OK )
{
$response = array( 'result'=>'Error', 'message'=>$message );
header( "Content-type: text/plain" );
exit( jsonEncode( $response ) );
}
header( "HTTP/1.0 $code $message" );
exit();
}
Any help would be appreciated,
Many thanks
Yeah im tried stopping the other server to no avail,
Resolution is the same all camera config is the same.
Left it overnight and is now coming up with a different error;
DATE/TIME
COMPONENT SERVER PID LEVEL MESSAGE FILE LINE
2016-02-21 09:20:02.767327 web_php 492 ERR socket_sendto( /var/run/zm/zms-655215s.sock ) failed: No such file or directory /usr/share/zoneminder/www/includes/functions.php 2371
2016-02-21 09:19:59.598226 zms 2445 ERR Terminating, last frame sent time 1456046399.098056 secs more than maximum of 10.000000 zm_monitor.cpp 4392
2016-02-21 09:19:59.049692 undef 2445 INF No Server ID or Name specified in config. Not using Multi-Server Mode. zm_config.cpp 139
2016-02-21 09:19:09.888580 zmdc 10516 ERR 'zmc -m 1' exited abnormally, exit status 255 zmdc.pl
2016-02-21 09:19:09.838944 zmc_m1 2422 FAT Unable to find stream info from rtsp://5.64.**.**:554/user=admin&password=&channel=1&stream=0.sdp due to: Operation now in progress zm_ffmpeg_camera.cpp 286
2016-02-21 09:17:09.419763 zmc_m1 2422 INF Priming capture from rtsp://5.64.**.**:554/user=admin&password=&channel=1&stream=0.sdp zm_ffmpeg_camera.cpp 104
2016-02-21 09:17:09.374853 zmc_m1 2422 INF Starting Capture version 1.29.0 zmc.cpp 250
2016-02-21 09:17:09.250461 undef 2422 INF No Server ID or Name specified in config. Not using Multi-Server Mode. zm_config.cpp 139
2016-02-21 09:17:09.146760 zmdc 2422 INF 'zmc -m 1' started at 16/02/21 09:17:09 zmdc.pl
2016-02-21 09:17:09.146760 zmdc 10516 INF 'zmc -m 1' starting at 16/02/21 09:17:09, pid = 2422 zmdc.pl
2016-02-21 09:17:09.100270 zmdc 10516 INF Starting pending process, zmc -m 1 zmdc.pl
2016-02-21 09:07:09.067990 zmdc 10516 ERR 'zmc -m 1' exited abnormally, exit status 255 zmdc.pl
2016-02-21 09:07:09.020127 zmc_m1 2289 FAT Unable to find stream info from rtsp://5.64.**.**221.110:554/user=admin&password=&channel=1&stream=0.sdp due to: Operation now in progress zm_ffmpeg_camera.cpp 286
2016-02-21 09:05:08.383006 zmc_m1 2289 INF Priming capture from rtsp://5.64.**.**:554/user=admin&password=&channel=1&stream=0.sdp zm_ffmpeg_camera.cpp 104
2016-02-21 09:05:08.330010 zmc_m1 2289 INF Starting Capture version 1.29.0 zmc.cpp 250
2016-02-21 09:05:08.165470 undef 2289 INF No Server ID or Name specified in config. Not using Multi-Server Mode. zm_config.cpp 139
2016-02-21 09:05:08.101790 zmdc 10516 INF 'zmc -m 1' starting at 16/02/21 09:05:08, pid = 2289 zmdc.pl
2016-02-21 09:05:08.101790 zmdc 2289 INF 'zmc -m 1' started at 16/02/21 09:05:08 zmdc.pl
2016-02-21 09:05:08.050350 zmdc 10516 INF Starting pending process, zmc -m 1 zmdc.pl
2016-02-21 08:55:08.552420 zmdc 10516 ERR 'zmc -m 1' exited abnormally, exit status 255 zmdc.pl
Looking at line 2371 on functions.php is this which i am not sure why its causing an issue, iv'e tried HTTP 1.0 & 1.1;
function ajaxError( $message, $code=HTTP_STATUS_OK )
{
Error( $message );
if ( function_exists( 'ajaxCleanup' ) )
ajaxCleanup();
if ( $code == HTTP_STATUS_OK )
{
$response = array( 'result'=>'Error', 'message'=>$message );
header( "Content-type: text/plain" );
exit( jsonEncode( $response ) );
}
header( "HTTP/1.0 $code $message" );
exit();
}
Any help would be appreciated,
Many thanks
Re: Waiting for capture daemon
PLEASE IGNORE LAST POST, IT'S WORKING NOW.
Not sure why but a reboot of the router and a change of IP and its working
Thanks for you help!
Not sure why but a reboot of the router and a change of IP and its working
Thanks for you help!