ZoneMinder Virtual Appliance
-
- Posts: 9
- Joined: Tue Mar 24, 2009 6:11 am
ZoneMinder Virtual Appliance
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!
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!
-
- Posts: 9
- Joined: Tue Mar 24, 2009 6:11 am
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
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
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
what is the root password ???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
when i do "su -" or "sudo vi" it asks for a password.. none of the passwords in read-me work..
thanks.
-
- Posts: 9
- Joined: Tue Mar 24, 2009 6:11 am
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'.fc wrote:what is the root password ???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
when i do "su -" or "sudo vi" it asks for a password.. none of the passwords in read-me work..
thanks.
VMWare 2
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.
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/
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
--------------
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/
Just wanted to say that I tested this using KVM instead of vmware
Assuming you have KVM installed and working just fine.
I modified my ZoneMinder.xml, I change <name>, and changed the network to a bridge.
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
Code: Select all
sudo virsh define ZoneMinder.xml