zmcontrol.pl - Can't connect: Permission denied

Forum for questions and support relating to the 1.24.x releases only.
Locked
fechebsd
Posts: 1
Joined: Sat Aug 22, 2009 2:09 am

zmcontrol.pl - Can't connect: Permission denied

Post by fechebsd »

Hi, sorry for my bad english.
i have a jmk up010 ip camera, and i follow this configuration: http://www.zoneminder.com/forums/viewto ... 561c147ce1

I only have problem with PTZ control.
in my zmcontrol.log i see:

Code: Select all

01/27/10 15:19:13.506340 zmcontrol[8711].INF [Starting control server 1/jmkup10]
01/27/10 15:19:13.534749 zmcontrol[8714].INF [Control server 1/jmkup10 starting at 10/01/27 15:19:13]
01/27/10 15:19:23.550759 zmcontrol[8711].FAT [Can't connect: Permission denied]
if i execute zmcontrol.pl from shell:

Code: Select all

[root@localhost ~]# /usr/bin/zmcontrol.pl --id=1 --command=moveConUp
Can't connect: Connection refused at /usr/lib/perl5/vendor_perl/5.10.0/ZoneMinder/Debug.pm line 349
        ZoneMinder::Debug::Fatal('Can\'t connect: Connection refused') called at /usr/bin/zmcontrol.pl line 154
[root@localhost ~]#
thank very much
bye
TechGuy
Posts: 47
Joined: Sun Oct 18, 2009 8:16 pm

Re: zmcontrol.pl - Can't connect: Permission denied

Post by TechGuy »

Perhaps this is a silly question, but did you try connecting to the camera's tcp\udp port for the PTZ? Perhaps the ports are inaccessible either because they are not turned on, on the camera, or because of firewall rules blocking them.
Locked