Search found 13 matches

by olki
Thu Jul 21, 2011 1:16 pm
Forum: ZoneMinder 1.24.x
Topic: Email notifications not sent (more or less solved)
Replies: 3
Views: 1682

Re: Email notifications not sent (more or less solved)

Finally, I managed to get the emails sent by changing the "smtp" method in the zmfilter script by "sendmail" and ticking the NEW_MAIL_MODULES option.
The warn() function that does not display anything in the logs still kills me!
by olki
Thu Jul 21, 2011 9:21 am
Forum: ZoneMinder 1.24.x
Topic: Email notifications not sent (more or less solved)
Replies: 3
Views: 1682

Re: Email notifications not sent (more or less solved)

I've modified the zmfilter.pl script to be able to see the warn log by changing the warn() function by the Info(). It's a little bit odd (as the warn is used everywhere in the scripts), but it works... So I could debug and I had to untick the NEW_MAIL_MODULES option + set as EMAIL_HOST the FQDN of ...
by olki
Thu Jul 21, 2011 7:49 am
Forum: ZoneMinder 1.24.x
Topic: Email notifications not sent (more or less solved)
Replies: 3
Views: 1682

Re: Email notifications not sent

Perhaps I see no log because the warn() function in the perl script is not working. I've added on top of the script the following code: Info( "Starting modified zmfilter\n" ); warn( "Warning Starting modified zmfilter\n" ); Error( "Error Starting modified zmfilter\n" ); Only lines 1&3 are displayed ...
by olki
Wed Jul 20, 2011 9:37 pm
Forum: ZoneMinder 1.24.x
Topic: Email notifications not sent (more or less solved)
Replies: 3
Views: 1682

Email notifications not sent (more or less solved)

Hello, I'm struggling with the set up of emails: after an event, when I look at the log, I can see the "Creating notification message" + "Sending notification message" but that's it. I don't see any "Can't send email:" or "Notification message sent". I looked at the zmfilter.pl script and I dont ...
by olki
Tue Jul 19, 2011 11:39 am
Forum: ZoneMinder 1.24.x
Topic: changed path, cannot see events anymore (SOLVED)
Replies: 1
Views: 970

changed path, cannot see events anymore (SOLVED)

Hello, I'm running zm 1.24.2. Ive changed the option DIR_EVENTS to store the images on an other partition and actually the images are created there, zm console is showing the correct events details but I can't replay/view them from the console. Is there something more to do than changing DIR_EVENTS ...
by olki
Mon Jul 18, 2011 8:47 am
Forum: ZoneMinder 1.24.x
Topic: No LiveStream (SOLVED)
Replies: 6
Views: 2571

Re: No LiveStream (SOLVED)

And here is the apache log: [Mon Jul 18 00:11:54 2011] [notice] Apache/2.2.14 (Ubuntu) PHP/5.3.2-1ubuntu4.9 with Suhosin-Patch mod_scgi/1.13 mod_ssl/2.2.14 OpenSSL/0.9.8k configured -- resuming normal operations [Mon Jul 18 00:12:12 2011] [error] [client xxx.xxx.xxx.xxx] ERR [socket_sendto( /tmp/zm ...
by olki
Sun Jul 17, 2011 9:29 pm
Forum: ZoneMinder 1.24.x
Topic: No LiveStream (SOLVED)
Replies: 6
Views: 2571

Re: No LiveStream

Thanks for helping. The /var/log/messages is showing: Jul 17 23:22:03 ks zmc_m1[14295]: WAR [Corrupt JPEG data: 2 extraneous bytes before marker 0xd9] Jul 17 23:22:09 ks zmc_m1[14295]: WAR [Corrupt JPEG data: 1 extraneous bytes before marker 0xd9] Jul 17 23:23:10 ks zmc_m1[14295]: last message ...
by olki
Sun Jul 17, 2011 10:19 am
Forum: ZoneMinder 1.24.x
Topic: No LiveStream (SOLVED)
Replies: 6
Views: 2571

Re: No LiveStream

Just looking at the logs, I have: 2011-07-17 12:17:43.161592 web_php 17116 ERR socket_sendto( /tmp/zm/zms-540240s.sock ) failed: No such file or directory /usr/share/zoneminder/includes/functions.php 2319 2011-07-17 12:17:36.300128 zmc_m1 24500 WAR Corrupt JPEG data: 1 extraneous bytes before marker ...
by olki
Sun Jul 17, 2011 9:26 am
Forum: ZoneMinder 1.24.x
Topic: No LiveStream (SOLVED)
Replies: 6
Views: 2571

Re: No LiveStream

I've just realize that cambozola is needed only for IE. I use FF or Chrome, anyway when I click on the monitor, there's no image displayed, nor in Chrome (broken image-link icon is displayed though), neither in FF.

Any ideas?

Thanks
by olki
Sun Jul 17, 2011 8:44 am
Forum: ZoneMinder 1.24.x
Topic: No LiveStream (SOLVED)
Replies: 6
Views: 2571

Re: Cambozola failed to connect

OK, ZM can definitly access the camera as I was able to record standstill images. So the cambozola live stream is not working for any reason. I have a doubt about the linux permission, when I list the /usr/share/zoneminder directory, I get the following output: drwxr-xr-x 2 www-data www-data 4096 ...
by olki
Sat Jul 16, 2011 5:43 pm
Forum: ZoneMinder 1.24.x
Topic: No LiveStream (SOLVED)
Replies: 6
Views: 2571

No LiveStream (SOLVED)

Hello, I've installed zoneminder but when I click on my camera, I have the message in the cambozola area: failed to connect to server (denied?) I'm using a Foscam FI8918W, and I can access it through a browser. In zm, I set the path to "/videostream.cgi?user=admin&pwd=" and I disabled any firewall ...
by olki
Tue Jul 12, 2011 9:12 am
Forum: ZoneMinder 1.24.x
Topic: Running ZM on distant server
Replies: 0
Views: 724

Running ZM on distant server

Hello, I'd like to install ZM on a internet dedicated server (Ubuntu server on Celeron 1.2GHz/2Go) to monitor 1 Foscam camera (to start with). My DSL connection is 1Mbit uptsream. Do you think that this is technically realistic? Does anybody already uses ZM with such configuration, what are the ...