blog:setup_zoneminder_on_ubuntu_12.04_virtual_server
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| blog:setup_zoneminder_on_ubuntu_12.04_virtual_server [2012-09-30 18:19] – brb | blog:setup_zoneminder_on_ubuntu_12.04_virtual_server [2014-04-24 09:14] (current) – brb | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Setup zoneminder on ubuntu 12.04 virtual | + | - vanilla |
| + | - adding dlink cameras with no problems | ||
| + | - Setting the resolution to 640x480 got me errors. | ||
| + | < | ||
| - | vanilla server install | + | Patching / |
| - | Setting the resolution to 640x480 got me errors. | + | < |
| - | zmwatch[2429].ERR [Shared data size conflict in shared_data for monitor Monitor-1, expected 328, got 316] | + | The patch for i386 ($arch should be 32 here but perl uses 64 bit integer): |
| - | + | ||
| - | Patching / | + | |
| - | + | ||
| - | The patch for i386 ($\dollar$arch should be 32 here but perl uses 64 bit integer): | + | |
| ----- | ----- | ||
| -our $arch = int(3.2*length(~0)); | -our $arch = int(3.2*length(~0)); | ||
| +our $arch = 32; beyond 320x240 | +our $arch = 32; beyond 320x240 | ||
| - | + | </code> | |
| - | + | ||
| - | {{tag>}} | + | |
| - | + | ||
| - | ~~LINKBACK~~ | + | |
| - | ~~DISCUSSION~~ | + | |
blog/setup_zoneminder_on_ubuntu_12.04_virtual_server.1349021970.txt.gz · Last modified: 2012-09-30 18:19 by brb
