User Tools

Site Tools


blog:setup_zoneminder_on_ubuntu_12.04_virtual_server

This is an old revision of the document!


  1. vanilla server install (32bit)
  2. adding dlink cameras with no problems
  3. Setting the resolution to 640×480 got me errors.
zmwatch[2429].ERR [Shared data size conflict in shared_data for monitor Monitor-1, expected 328, got 316]
Patching /usr/share/perl5/ZoneMinder/Memory.pm at line 130

The patch for i386 ($arch should be 32 here but perl uses 64 bit integer):


  1. our $arch = int(3.2*length(~0));

+our $arch = 32; beyond 320×240 </code>

Discussion

Enter your comment. Wiki syntax is allowed:
   ____   ___    __    _  __  __  __
  /  _/  / _ \  / /   | |/_/ / / / /
 _/ /   / // / / /__ _>  <  / /_/ / 
/___/  /____/ /____//_/|_|  \____/
 
blog/setup_zoneminder_on_ubuntu_12.04_virtual_server.1398323651.txt.gz · Last modified: 2014-04-24 09:14 by brb