Page 1 of 1

Zmc 255 error with strace

Posted: Mon Jul 29, 2013 2:48 am
by hugues41
hello I use fedora 19 and I have a problem with zmc command. I try reach a remote camera and when I lunch strace on zmc command I see this error. read(8, "HTTP/1.0 400 Bad Request\r\nDate: "..., 302) = 302....

Somebody can help me ?

Thanks

Camera Axis 207 Firmware version: 4.40
Camera source : remote
fonction: Record
Remote protocol:Http
Remote Method: Simple
Remote Host: Camera2 (in host file 192.168.1.65)
remote path: /axis-cgi/jpg/image.cgi?resolution=1280×1024
Remote Image Colours: 24
1280 X 1024

strace:
rt_sigprocmask(SIG_BLOCK, [USR1 USR2], NULL, 8) = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 8
connect(8, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("192.168.1.65")}, 16) = 0
write(8, "GET /axis-cgi/jpg/image.cgi?reso"..., 108) = 108
select(9, [8], NULL, NULL, {2, 500000}) = 1 (in [8], left {2, 495337})
ioctl(8, FIONREAD, [302]) = 0
read(8, "HTTP/1.0 400 Bad Request\r\nDate: "..., 302) = 302
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3477, ...}) = 0
gettid() = 4048
poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
write(4, "\325\0\0\0\3insert into Logs ( TimeKey,"..., 217) = 217
read(4, "\7\0\0\1\0\1\0\2\0\0\0", 16384) = 11
sendto(6, "<139>Jul 28 22:39:25 zmc_m3[4048"..., 81, MSG_NOSIGNAL, NULL, 0) = 81
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3477, ...}) = 0
gettid() = 4048
poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
write(4, "\304\0\0\0\3insert into Logs ( TimeKey,"..., 200) = 200
read(4, "\7\0\0\1\0\1\0\2\0\0\0", 16384) = 11
sendto(6, "<139>Jul 28 22:39:25 zmc_m3[4048"..., 63, MSG_NOSIGNAL, NULL, 0) = 63
close(8) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3477, ...}) = 0
gettid() = 4048
poll([{fd=4, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
write(4, "\307\0\0\0\3insert into Logs ( TimeKey,"..., 203) = 203
read(4, "\7\0\0\1\0\1\0\2\0\0\0", 16384) = 11
sendto(6, "<139>Jul 28 22:39:25 zmc_m3[4048"..., 85, MSG_NOSIGNAL, NULL, 0) = 85
rt_sigprocmask(SIG_UNBLOCK, [USR1 USR2], NULL, 8) = 0
munmap(0x7f7884c9a000, 1314816) = 0
close(-1) = -1 EBADF (Bad file descriptor)
munmap(0x7f788569e000, 3936256) = 0
msync(0x7f78769ff000, 157287924, MS_SYNC) = 0
munmap(0x7f78769ff000, 157287924) = 0
close(7) = 0
munmap(0x7f7884f1c000, 3936256) = 0
munmap(0x7f78852dd000, 3936256) = 0
write(5, "07/28/13 22:39:25.321016 zmc_m3["..., 1834) = 1834
exit_group(-1) = ?
+++ exited with 255 +++