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.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', ), )
test results RC version 2640 thru 2679
OK with 2679 I'm still getting this error every few seconds in montage view with firefox and mozilla-seamonkey:
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
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.
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.
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.
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.
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...
[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...