Page 2 of 2
Re: A copy of a virtual machine I test ZM in available
Posted: Sat Jul 19, 2014 3:59 pm
by DALDON
linuxsense wrote:I have a virtual machine image of Ubuntu 14.04 with the latest ZoneMinder built from source that includes a good version of ffmpeg, x264, libvlc, libjpeg-turbo, etc. Its a pretty minimal Ubuntu installation but its ready to run, just add your cameras. The source is included in /usr/local/src. If this might help some of you with your own builds, great, but it should also work if you just want to use it as-is. If you want to play with it you can get it here:
Thank for you job. I'll test it. What you think about use it it production?
If it works, I'll to convert it from VM to real hardware and use it for day to day.
Re: A copy of a virtual machine I test ZM in available
Posted: Sat Jul 19, 2014 9:03 pm
by linuxsense
DALDON wrote:linuxsense wrote:I have a virtual machine image of Ubuntu 14.04 with the latest ZoneMinder built from source that includes a good version of ffmpeg, x264, libvlc, libjpeg-turbo, etc. Its a pretty minimal Ubuntu installation but its ready to run, just add your cameras. The source is included in /usr/local/src. If this might help some of you with your own builds, great, but it should also work if you just want to use it as-is. If you want to play with it you can get it here:
Thank for you job. I'll test it. What you think about use it it production?
If it works, I'll to convert it from VM to real hardware and use it for day to day.
Its the same basic setup I use on physical boxes so it should be production ready but it might be easier to just rsync /usr/local/src, the configs (/etc/ and such), and duplicate the installed packages to a minimal 14.04 server install instead of converting from a VM to real hardware. Or maybe not, its been years since I attempted to convert a VM to a 'real' box...perhaps its easier now.
Re: A copy of a virtual machine I test ZM in available
Posted: Wed Jul 23, 2014 6:16 am
by DALDON
linuxsense wrote:DALDON wrote:linuxsense wrote:I have a virtual machine image of Ubuntu 14.04 with the latest ZoneMinder built from source that includes a good version of ffmpeg, x264, libvlc, libjpeg-turbo, etc. Its a pretty minimal Ubuntu installation but its ready to run, just add your cameras. The source is included in /usr/local/src. If this might help some of you with your own builds, great, but it should also work if you just want to use it as-is. If you want to play with it you can get it here:
Thank for you job. I'll test it. What you think about use it it production?
If it works, I'll to convert it from VM to real hardware and use it for day to day.
Its the same basic setup I use on physical boxes so it should be production ready but it might be easier to just rsync /usr/local/src, the configs (/etc/ and such), and duplicate the installed packages to a minimal 14.04 server install instead of converting from a VM to real hardware. Or maybe not, its been years since I attempted to convert a VM to a 'real' box...perhaps its easier now.
I moved from VBox to real HW. It works for me.
I plan to go my production now.
Re: A copy of a virtual machine I test ZM in available
Posted: Thu Jul 24, 2014 7:29 pm
by linuxsense
I moved from VBox to real HW. It works for me.
I plan to go my production now.
Nice. Its working well?
Re: A copy of a virtual machine I test ZM in available
Posted: Fri Jul 25, 2014 3:27 pm
by knight-of-ni
Thanks for putting this together, linuxsense. I don't have a need for this myself, but I'm willing to seed to make the download quicker for others.
If I ever get the time, I'll edit the ovf file to make it compatible with vmware. You can then ship your image with two ovf files and let the end user decide which one to use.
Re: A copy of a virtual machine I test ZM in available
Posted: Fri Jul 25, 2014 5:47 pm
by linuxsense
knnniggett wrote:Thanks for putting this together, linuxsense. I don't have a need for this myself, but I'm willing to seed to make the download quicker for others.
If I ever get the time, I'll edit the ovf file to make it compatible with vmware. You can then ship your image with two ovf files and let the end user decide which one to use.
Right on. I have been meaning to take care of the vmware compatibility issues but I have just been too busy with IT work I actually get paid for
Re: A copy of a virtual machine I test ZM in available
Posted: Tue Jul 29, 2014 7:35 pm
by DALDON
linuxsense wrote:I moved from VBox to real HW. It works for me.
I plan to go my production now.
Nice. Its working well?
Not so... Can you help me?
It works fine, but I have problem with timeline.
In your VM you setup your time zone, but I need to setup Europe/Moscow. I'm not shure about relation this, but my timeline shows me '-13' hour from my time... For example: if I have 11.00 PM (europe/moscow) in my ubuntu, events timeline shows me only last event at 10.00 AM. I'm not shure how I can fix it. I try to setup my.cf for global time zone without success. I'll glad for you help.
Re: A copy of a virtual machine I test ZM in available
Posted: Tue Jul 29, 2014 10:41 pm
by linuxsense
I cant look into it in detail right now but my initial guess is the systems timezone info needs uodating for your region. I can look into it in a few hours.
Re: A copy of a virtual machine I test ZM in available
Posted: Tue Jul 29, 2014 11:29 pm
by knight-of-ni
Check timezone settings in php.ini
Re: A copy of a virtual machine I test ZM in available
Posted: Wed Jul 30, 2014 5:56 am
by DALDON
knnniggett wrote:Check timezone settings in php.ini
Thank you! It was USA time zone in my php.ini. I fixed it.