Page 4 of 4

Posted: Fri Nov 07, 2008 5:05 pm
by rdmelin
OK with 2679 I'm still getting this error every few seconds in montage view with firefox and mozilla-seamonkey:
Nov 7 08:57:53 archbox httpd: socket_sendto( /var/lib/zm/socks/zms-658744s.sock ) failed: No such file or directory
Nov 7 08:57:53 archbox httpd: array ( 0 => array ( 'file' => '/var/lib/zm/www/ajax/stream.php', 'line' => 47, 'function' => 'ajaxError', 'args' => array ( 0 => 'socket_sendto( /var/lib/zm/socks/zms-658744s.sock ) failed: No such file or directory', ), ), 1 => array ( 'file' => '/var/lib/zm/www/index.php', 'line' => 116, 'args' => array ( 0 => '/var/lib/zm/www/ajax/stream.php', ), 'function' => 'require_once', ), )
Konqueror, opera, and IE6 all stream montage view without producing this error. The mozilla browsers seem to work OK other than the error in the server log.

Posted: Wed Nov 12, 2008 10:34 pm
by zoneminder
Can you try limiting the montage to fewer monitors to see if there is a threshold where this starts or a particular monitor?

Posted: Wed Nov 12, 2008 10:34 pm
by zoneminder
Also, do you actually see the streamed images for all monitors?

Posted: Thu Nov 13, 2008 3:19 pm
by rdmelin
I have only two monitors currently so there's not much I can change on that.
With 2679 I see the streamed images but monitor 1 stops after a few seconds with mozilla seamonkey.
Both streams continue with firefox.
Both browsers produce the same error message in syslog.

Posted: Mon Dec 01, 2008 2:12 am
by rdmelin
lang/en_us.php line 47 is:
require_once( 'zm_lang_en_gb.php' );
should be:
require_once( 'en_gb.php' );

Posted: Sun Dec 07, 2008 9:03 am
by nuck
I'm not getting live "streamed" images. What I'm seeing in a monitor window is only being updated once every 15 seconds. Also, I'm getting 3 images across the top of the monitor window and the balance of the window is blank. Doesn't seem to matter what browser I use, locally or across the network on a doze box. Configuration issue?

I've also noticed that when I add monitors they are all being linked and there is nothing I can do to remove them from the "linked monitors" box.

rdmelin's fix -

lang/en_us.php line 47 is:
require_once( 'zm_lang_en_gb.php' );
should be:
require_once( 'en_gb.php' );

worked like a charm.

I've got 5 cameras hooked into a LMLBT44 card on a Athlon 2800xp with 2 gigs ram.

Posted: Thu Dec 11, 2008 10:11 am
by nuck
Just for kicks tonight I decided I throw together a fresh Slackware 12.1 install with ZM 1.24 to see how far I'd get with a fresh and unpolluted install, and I'm seeing a few goofy (to me) things.

As mentioned in my last post, if I set up a monitor using the logical settings for my setup (X10 nightwatch b/w cameras, LMBT44 capture card) I end up with a monitor window that looks as though it wants to display nine images, but all I get is 3 (of the same) across the top and the rest of the monitor window is black. Settings are b/w 320x240 ntsc. If I set the monitor up to use rgb24 ntsc (and hold my breath just right when I save the monitor after creating it), it'll work and display properly.

I'm still getting multiple monitors in the "link" box that I can't change. Not that it's a big deal to me since I don't see a present need to link any monitors anyway.

Selecting L4V2 support doesn't work.

Posted: Thu Dec 11, 2008 7:10 pm
by nuck
When creating new monitors (X10 support enabled) I'm getting this in my apache error log -

[Thu Dec 11 12:34:34 2008] [error] [client 127.0.0.1] SQL-ERROR(38E75A): insert into TriggersX10 set MonitorId = '0', Activation = '', AlarmInput = '', AlarmOutput = '', referer: http://localhost/zm/index.php
[Thu Dec 11 12:34:34 2008] [error] [client 127.0.0.1] SQL-ERROR(38E75A): Duplicate entry '0' for key 1, referer: http://localhost/zm/index.php
[Thu Dec 11 12:36:56 2008] [error] [client 127.0.0.1] SQL-ERROR(C7EBCF): insert into TriggersX10 set MonitorId = '0', Activation = '', AlarmInput = '', AlarmOutput = '', referer: http://localhost/zm/index.php
[Thu Dec 11 12:36:56 2008] [error] [client 127.0.0.1] SQL-ERROR(C7EBCF): Duplicate entry '0' for key 1, referer: http://localhost/zm/index.php
[Thu Dec 11 12:39:24 2008] [error] [client 127.0.0.1] SQL-ERROR(3F8E58): insert into TriggersX10 set MonitorId = '0', Activation = '', AlarmInput = '', AlarmOutput = '', referer: http://localhost/zm/index.php
[Thu Dec 11 12:39:24 2008] [error] [client 127.0.0.1] SQL-ERROR(3F8E58): Duplicate entry '0' for key 1, referer: http://localhost/zm/index.php

And when creating new users I'm getting this in my apache error log -

[Thu Dec 11 12:45:24 2008] [error] [client 127.0.0.1] PHP Notice: Undefined index: Username in /var/www/htdocs/zm/includes/actions.php on line 1455, referer: http://localhost/zm/index.php?view=user&uid=0
[Thu Dec 11 12:45:54 2008] [error] [client 127.0.0.1] PHP Notice: Undefined index: Username in /var/www/htdocs/zm/includes/actions.php on line 1455, referer: http://localhost/zm/index.php?view=user&uid=0

I'm assuming that I can disable the PHP warnings but...