Search found 3 matches

by slefevre
Tue Jan 31, 2012 6:00 pm
Forum: ZoneMinder 1.25.x
Topic: Limited to 4 network cameras???
Replies: 3
Views: 3855

[SOLVED] Re: Limited to 4 network cameras???

I've figured this out and posting here to document the solution for future users. The short answer is this: 'Bus error' = not enough shared memory Shared memory is allocated out of the tmpfs file system. If you run df -h it will show you how much memory is allocated to the tmpfs. If you do the math ...
by slefevre
Tue Jan 31, 2012 3:45 pm
Forum: ZoneMinder 1.25.x
Topic: Limited to 4 network cameras???
Replies: 3
Views: 3855

Re: Limited to 4 network cameras???

To add more detail, I ran an strace on one of the monitors and the results follow. #strace zmc -m 4 .... open("/lib/libnss_dns.so.2", O_RDONLY) = 6 read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\v\0\0004\0\0\0"..., 512) = 512 fstat64(6, {st_mode=S_IFREG|0755, st_siz...
by slefevre
Mon Jan 30, 2012 9:30 pm
Forum: ZoneMinder 1.25.x
Topic: Limited to 4 network cameras???
Replies: 3
Views: 3855

Limited to 4 network cameras???

I've setup a new ZM 1.25 on CentOS 5.7 i386 in a VM. I have 8 Axis cameras for this system but I can only get four to work at a time. The syslog show the following error messages. Jan 29 13:16:20 sc01 zmdc[3762]: WAR [Can't find process with command of 'zmc -m 6'] Jan 29 13:16:20 sc01 zmdc[8197]: IN...