Upgrade from 2.12 to 3.0
Added by xraynorm - about 12 years ago
Hello.
I have a tvheadend 2.12 nicely setup on my 24/7 server (installed from the hts repository). What is the best way upgrade to 3.0?
Should I wipe 2.12 completely, or can I install the 3.0.deb over the top of 2.12 to preserve config setting?
Thanks.
Replies (4)
RE: Upgrade from 2.12 to 3.0 - Added by Adam Sutton about 12 years ago
Should work fine with upgrade. Back up your config if your not sure and might want to go back.
Adam
RE: Upgrade from 2.12 to 3.0 - Added by xraynorm - about 12 years ago
Im running ubuntu server 10.04 LTS
It looks like TVHeadend 3.0 depends on a newer version of libssl.
sudo dpkg -i tvheadend_3.0_i386.deb
Selecting previously deselected package tvheadend.
(Reading database ... 491160 files and directories currently installed.)
Unpacking tvheadend (from tvheadend_3.0_i386.deb) ...
Replacing files in old package hts-tvheadend ...
dpkg: dependency problems prevent configuration of tvheadend:
tvheadend depends on libssl1.0.0 (>= 1.0.0); however:
Package libssl1.0.0 is not installed.
dpkg: error processing tvheadend (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Errors were encountered while processing:
tvheadend
Tried installing these, but they will not install.
http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.0e-2ubuntu4.6_i386.deb
http://ftp.us.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1c-4_i386.deb
RE: Upgrade from 2.12 to 3.0 - Added by Adam Sutton about 12 years ago
This is true of the pre-built binaries as we currently only provide deb packages for the latest Ubuntu release, so 12.04 LTS.
This will hopefully change in the future, however for now please follow Building for instructions to create you own.
Note: although the scripts say "precise", they'll work for ubuntu back to something like 8/9.04.
Adam
RE: Upgrade from 2.12 to 3.0 - Added by xraynorm - about 12 years ago
After the failed upgrade to 3.0, TVheadend would not work at at all.
Had to reinstall 2.12 from repositories. Working again now.
sudo dpkg -r tvheadend
sudo apt-get remove hts-tvheadend
sudo apt-get install hts-tvheadend
config file were left intact.
Im going to upgrade to 12.04 lts soon. So I will try it then.
Thanks anyway!
Good to see TVheadend getting some attention!