Ubuntu 12.04 Zoneminder upgrade from 1.25.0 to 1.26.4
Posted: Wed Oct 16, 2013 2:44 pm
First, thanks to all of you who discovered the bits and pieces to make this work! My process is a bit cumbersome but it worked!!!
Zoneminder 1.25.0 was installed from my write up titled:
Ubuntu Server 12.04 64-bit with Zoneminder 1.25.0 the easy way
I then added the Launchpad repository:
apt-get install python-software-properties
add-apt-repository ppa:iconnor/zoneminder
apt-get update
Install the new Zoneminder
apt-get dist-upgrade
When you get to the first prompt asking what you want to do with the Zoneminder configuration file, STOP for a minute. You will need to create a symbolic link called db in:
/build/buildd/zoneminder-1.26.4 pointing to /usr/share/zoneminder/db
I did this by using Webmin file manager. I know you can open another terminal session to do this but I do what is comfortable for me.
Now that you have created a symbolic link continuue at the first terminal. I selected "Y" to overwrite the configuration file. You will have several other prompts asking if you want to convert the database. I chose to convert it and it worked for me!
When finished open:
nano /etc/init.d/zoneminder
Add above "zmfix -a" sleep 15
Ctrl+o Enter to save
CTRL+x to exit
I did notice that I had to switch my camera from Greyscale to color. Otherwise it all worked! Would be appreciative for comments to improve this. bb
Zoneminder 1.25.0 was installed from my write up titled:
Ubuntu Server 12.04 64-bit with Zoneminder 1.25.0 the easy way
I then added the Launchpad repository:
apt-get install python-software-properties
add-apt-repository ppa:iconnor/zoneminder
apt-get update
Install the new Zoneminder
apt-get dist-upgrade
When you get to the first prompt asking what you want to do with the Zoneminder configuration file, STOP for a minute. You will need to create a symbolic link called db in:
/build/buildd/zoneminder-1.26.4 pointing to /usr/share/zoneminder/db
I did this by using Webmin file manager. I know you can open another terminal session to do this but I do what is comfortable for me.
Now that you have created a symbolic link continuue at the first terminal. I selected "Y" to overwrite the configuration file. You will have several other prompts asking if you want to convert the database. I chose to convert it and it worked for me!
When finished open:
nano /etc/init.d/zoneminder
Add above "zmfix -a" sleep 15
Ctrl+o Enter to save
CTRL+x to exit
I did notice that I had to switch my camera from Greyscale to color. Otherwise it all worked! Would be appreciative for comments to improve this. bb