ZoneMinder Virtual Appliance

Forum for questions and support relating to the 1.24.x releases only.
Locked
vpetersson
Posts: 9
Joined: Tue Mar 24, 2009 6:11 am

ZoneMinder Virtual Appliance

Post by vpetersson »

Hi,

I just wanted to announce that I've created a virtual appliance for ZoneMinder 1.24.1. I'm currently using it myself in production, and it works great. I don't think you're able to use it with V4L devices (without a ffserver-setup), but it works great for IP Cameras (such as Axis).

The Virtual Machine (VM) was created with VMware Server 2.0 and works on Windows and Linux (probably also Mac with Fusion). All you need to do is to download and boot up the VM and your up running with ZoneMinder.

You can download the appliance from here: http://linuxtracker.org/index.php?page= ... 7d2bb96594.

The VM is based on Ubuntu 8.04 LTS Server, with the bare minimal requirements installed (LAMP+ZoneMinder requirements).

Enjoy!
coke
Posts: 518
Joined: Wed Jan 30, 2008 5:53 pm
Location: St. Louis, MO, USA

Post by coke »

Now that's what I've been wanting some one to post. Thanks! I have the time to play a VM, haven't had the time to try a compile / etc.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Awesome contribution :D

Thank You :!:
vpetersson
Posts: 9
Joined: Tue Mar 24, 2009 6:11 am

Post by vpetersson »

Thanks guys. If you have any feedback, please let me know.

I also just got a note from VMware. The VM passed their tests and is now available in their Virtual Appliance Marketplace: http://www.vmware.com/appliances/directory/86653
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Excellent. Thanks very much for this. I have added a note and a link to the Downloads page.
Phil
fc
Posts: 10
Joined: Fri Feb 20, 2009 12:23 am

Post by fc »

vpetersson wrote:Thanks guys. If you have any feedback, please let me know.

I also just got a note from VMware. The VM passed their tests and is now available in their Virtual Appliance Marketplace: http://www.vmware.com/appliances/directory/86653
what is the root password ???

when i do "su -" or "sudo vi" it asks for a password.. none of the passwords in read-me work..

thanks.
Voltage54
Posts: 23
Joined: Sat Feb 21, 2009 1:35 am

Post by Voltage54 »

which readme are you refering to?

Do the following work:

== System user(s) ==
username=zmadmin
password= zmrandompwd

== MySQL user(s) ==
username= zm
password = zones506_fiche

username = root
password = rotes0)gangrenes
vpetersson
Posts: 9
Joined: Tue Mar 24, 2009 6:11 am

Post by vpetersson »

fc wrote:
vpetersson wrote:Thanks guys. If you have any feedback, please let me know.

I also just got a note from VMware. The VM passed their tests and is now available in their Virtual Appliance Marketplace: http://www.vmware.com/appliances/directory/86653
what is the root password ???

when i do "su -" or "sudo vi" it asks for a password.. none of the passwords in read-me work..

thanks.
By default, there is no 'root' password set in Ubuntu. However, if you log in as 'zmadmin' you should be able to either sudo to root (sudo su - root), or execute root commands with sudo 'sudo command'.
coke
Posts: 518
Joined: Wed Jan 30, 2008 5:53 pm
Location: St. Louis, MO, USA

VMWare 2

Post by coke »

For those of us (like myself) that think VMWare 2 is extremely annoying compared to VMWare 1, there's a way to downconvert the image to work in 1. (At least 1.0.8, that's what I'm running.)


Edit the hard drive as follows. Alternately do the same with a hex editor, but my attempts on that front didn't work out so well, but this did.

Code: Select all

 dd "if=Zoneminder.vmdk" | sed "/virtualHWVersion = \"7\"/s//virtualHWVersion = \"4\"/" > Zoneminder2
Now edit the Zoneminder.vmx file (it's small, use whatever editor you like), and change "virtualHW.version = "8" to "4".

--------------

Meanwhile, am I the only one having problems getting a network interface other than l0 to work? I tried it on a VMWare Server 2 machine and failed, decided it was yet another reason I hated vmware 2, but I'm having the same issue on 1.0.8.

Edit: Solved that problem by following this post http://www.ericmmartin.com/running-ubun ... re-player/
zimmer62
Posts: 13
Joined: Mon Jun 27, 2005 1:06 pm

Post by zimmer62 »

Just wanted to say that I tested this using KVM instead of vmware

Assuming you have KVM installed and working just fine.

Code: Select all

sudo apt-get install virt-goodies
sudo vmware2libvirt -f ./Zoneminder.vmx > ZoneMinder.xml
I modified my ZoneMinder.xml, I change <name>, and changed the network to a bridge.

Code: Select all

sudo virsh define ZoneMinder.xml
Locked