Search found 12 matches

by ruehlchr
Mon Mar 07, 2011 12:42 am
Forum: ZoneMinder 1.24.x
Topic: compiler cannot create executables
Replies: 1
Views: 14516

rangerbob,

try (as root or use sudo):
aptitude update
aptitude install build-essential
aptitude install g++

that might fix your problem.

regs.
Chris
by ruehlchr
Mon Mar 07, 2011 12:22 am
Forum: ZoneMinder 1.24.x
Topic: Conexant Fusion 878A not working in Zoneminder...Debian 6.0
Replies: 6
Views: 3745

May thats helps you ;-)

detected: GrandTec Multi Capture [card=57], PCI subsystem ID is 4344:4142

You should use
card=57 in your settings not 77.


try it and let us know.

regs.
Chris
by ruehlchr
Mon Feb 28, 2011 9:17 am
Forum: ZoneMinder 1.24.x
Topic: zm 1.24.x RTSP on debian 64bit crash
Replies: 11
Views: 6508

Sorry Maid! This build was for Debian 6 Sqeeze not for Ubuntu. The distributions differ a lot. for all the debian users.. this build dep's done against the latest ffmpeg from www.debian-media.org. Please update your source.list add: deb http://www.debian-multimedia.org squeeze main non-free down loa...
by ruehlchr
Mon Feb 28, 2011 5:47 am
Forum: ZoneMinder 1.24.x
Topic: Conexant Fusion 878A not working in Zoneminder...Debian 6.0
Replies: 6
Views: 3745

Please read

http://www.zoneminder.com/wiki/index.php/Pico2000

this should be help you configure the linux module and make the Card fly.

Chris
by ruehlchr
Mon Feb 28, 2011 4:10 am
Forum: ZoneMinder 1.24.x
Topic: Buffer overflow - in virtual recv function.
Replies: 1
Views: 1513

Buffer overflow - in virtual recv function.

Hi all, I'd like to point out a bug: 1) a dynamic 'buffer' initialized with maxLen 2) the ::recv() method reads bytes into buffer and return nBytes that can be equal to maxLen 3) buffer[nByte] = \0 !!!!!! if the received bytes == maxLen we overflow and write a null outside the barrier.. that can be ...
by ruehlchr
Mon Feb 28, 2011 2:44 am
Forum: ZoneMinder 1.24.x
Topic: zm 1.24.x RTSP on debian 64bit crash
Replies: 11
Views: 6508

Hey guy's I had a bunch of compiler warning's about types after I pached the zm.h - there is some more work to do - BUT for time being its works :D. Debian squeeze packet can be download for testing from: http://www.xit.com.hk/soft/zoneminder_1.24.2-9_amd64.deb @mastertheknife - thanks for the hint!...
by ruehlchr
Sun Feb 27, 2011 11:47 pm
Forum: ZoneMinder 1.24.x
Topic: zm 1.24.x RTSP on debian 64bit crash
Replies: 11
Views: 6508

mastertheknife,

yes i saw the other thread - I have to check if debian version still not include stdin.h
Let you know.

(Was away for a couple of days in the Philippines - very nice there)

cheers
Chris :twisted:
by ruehlchr
Wed Feb 23, 2011 3:42 am
Forum: ZoneMinder 1.24.x
Topic: 1.24.2 and 1.24.3 crash Ubuntu 10.04
Replies: 8
Views: 4085

Clint,

your shmall is 2meg only !

please try (256m):

268435456
for shmmax and shmall in your /etc/sysctrl.conf

kernel.shmall = 268435456
kernel.shmmax = 268435456

and call sysctrl -p /etc/sysctrl.conf
by ruehlchr
Tue Feb 22, 2011 3:38 am
Forum: ZoneMinder 1.24.x
Topic: 1.24.2 and 1.24.3 crash Ubuntu 10.04
Replies: 8
Views: 4085

Hi Clint,

can you give me the commands:
# sysctl -a | grep kernel.shm

# free (when its happen)

Please create a partition using ext3/4 and mount it
/var/cache/zoneminder

I'm not sure if your XFS filesystem is involved with this bug (maybe a work around for you)

-Chris
by ruehlchr
Tue Feb 22, 2011 1:55 am
Forum: ZoneMinder 1.24.x
Topic: zm 1.24.x RTSP on debian 64bit crash
Replies: 11
Views: 6508

Hi mastertheknife, I setup the Qnap again with the 64bit version to reproduce the problem switch on debugging for _zmc_m1. Please find the zip'd log under http://www.xit.com.hk/soft/error_log_atom64bit_debian.zip (260kb) http://www.xit.com.hk/soft/error_debuglevel9.zip (770kb) there are no crashs or...
by ruehlchr
Fri Feb 18, 2011 4:00 am
Forum: ZoneMinder 1.24.x
Topic: zm 1.24.x RTSP on debian 64bit crash
Replies: 11
Views: 6508

Therefore I need to rollback to the Squeeze amd64. I'm a bit in hurry but try to get a second machine with same configuration - at this point I will report with logs.

Chris
by ruehlchr
Fri Feb 18, 2011 3:40 am
Forum: ZoneMinder 1.24.x
Topic: zm 1.24.x RTSP on debian 64bit crash
Replies: 11
Views: 6508

zm 1.24.x RTSP on debian 64bit crash

Dear All, currently I installed ZM on a Qnap T259 Pro+ (Dual Atom) trying the debian squeeze amd64 installation. So far so good everything seems to work - beside the problem that the RTSP to my Axis crashs after a couple of seconds and all related functions are dead. I play around using the latest f...