Search found 7 matches

by robertclemens
Tue Apr 17, 2012 12:14 am
Forum: ZoneMinder 1.24.x
Topic: zmfilter.pl ' exited abnormally, exit status 9
Replies: 24
Views: 16747

Re: zmfilter.pl ' exited abnormally, exit status 9

So far you are doing very well. I was wondering how you would fare with the SQL commands but you did great. You said you were unsure of the schema file. It appears that your database exists and has the proper table layout. The schema file you used was /usr/share/zoneminder/db/zm_create.sql The zm ...
by robertclemens
Mon Apr 16, 2012 6:32 pm
Forum: ZoneMinder 1.24.x
Topic: zmfilter.pl ' exited abnormally, exit status 9
Replies: 24
Views: 16747

Re: zmfilter.pl ' exited abnormally, exit status 9

Okay so you are only trying to archive the events. Most of my previous information was related to FTP/Email but it did have you check for a couple modules for Archival. First things first. Is your zm.conf file correct? Located at /etc/zm/zm.conf You will want to look for: ZM_DB_HOST ZM_DB_USER ZM_DB ...
by robertclemens
Mon Apr 16, 2012 2:34 pm
Forum: ZoneMinder 1.24.x
Topic: zmfilter.pl ' exited abnormally, exit status 9
Replies: 24
Views: 16747

Re: zmfilter.pl ' exited abnormally, exit status 9

I guess my next procedure would be to see what you enabled in that filter. Is it upload only or are you using other methods as well such as email? Then we need to see what you are requiring from your system to make sure you have what you need. In your FTP options tab did you specify zip or tar? If ...
by robertclemens
Sun Apr 15, 2012 11:45 pm
Forum: ZoneMinder 1.24.x
Topic: zmfilter.pl ' exited abnormally, exit status 9
Replies: 24
Views: 16747

Re: zmfilter.pl ' exited abnormally, exit status 9

A common exit error when you enable the upload function is that the perl module it is trying to load does not exist. In this case it is Net::FTP. Make sure you have that installed and that the path is picked up in perl. perl -MNet::FTP -e "print \"Module installed.\\n\";" If you see "Module ...
by robertclemens
Sun Apr 15, 2012 11:36 pm
Forum: Feature Requests
Topic: FTP Upload bandwidth limits
Replies: 1
Views: 2392

Re: FTP Upload bandwidth limits

I set this up for my Zoneminder. If anyone is interested on how to throttle the ftp uploads so you can have this uploading all the time but don't want to kill your connection then do as follows. 1) Install perl Net::FTP::Throttle. You may do this many different ways but "cpan Net::FTP::Throttle ...
by robertclemens
Sat Mar 24, 2012 9:30 pm
Forum: Hardware Queries
Topic: looking for recommendation for best outdoor day/night camera
Replies: 2
Views: 2500

Re: looking for recommendation for best outdoor day/night ca

Your post leaves a lot of wriggle room for opinions. I will tell you of my experience with cameras. I have experience deploying large camera security systems and have used many cameras. Most camera brands I used were Panasonic, Axis, Foscam, and Arecont. Axis is a good tried-and-true company. They ...
by robertclemens
Fri Mar 23, 2012 3:49 am
Forum: Feature Requests
Topic: FTP Upload bandwidth limits
Replies: 1
Views: 2392

FTP Upload bandwidth limits

It would be nice to limit the upload speed of images being offloaded to offsite storage. I use the built-in FTP functionality myself. There are lots of workarounds someone could do themselves to do this but because the feature is already implemented this would be a good addition. Currently my ftp ...