[mythtv-users] Ubuntu 18.04.1 LTS do-release-upgrade with Mythtv

Mike Bibbings mike.bibbings at gmail.com
Sun Oct 7 12:50:27 UTC 2018


On 07/10/18 13:02, Jim Abernathy wrote:
> Has anybody who has a working Ubuntu 16.04.5 system with mythtv 
> backend V29 been brave enough to run do-release-upgrade and see what 
> happens?
>
> And No I'm not that brave.
>
> Jim A
>

Done it a few times, it works ok, remember to re-enable mythtv ppa.

Also mythweb will likely fail due to php7.2 being installed in 18.04 
upgrade.

This is fixed as follows:

sudo mv /etc/php/7.0/apache2/conf.d/20-mythweb.ini 
/etc/php/7.2/apache2/conf.d/20-mythweb.ini
sudo a2enmod php7.2 #to sort out apache2
sudo systemctl restart apache2

Mike


More information about the mythtv-users mailing list