[Bug 1309732] Re: package mythtv-database 2:0.27.0+fixes.20140324.8ee257c-0ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-09-19 Thread Chris B
Hi I think this is the same issue. However, when I try to run 'mythfrontend --service' I get this message: "This version of MythTV requires an updated database. (schema is 18 versions behind) Please run mythtv-setup or mythbackend to update your database. Database host: localhost Database name:

[Bug 1309732] Re: package mythtv-database 2:0.27.0+fixes.20140324.8ee257c-0ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-09-20 Thread mpp
Not sure if this will help you or not, but I found that the upgrade also lost the upstart scripts to automatically start mythtv-backend at boot- up. You'll know if they're missing if you can't run from the command line: sudo service mythtv-backend start I followed the website http://www.mythtv.or

[Bug 1309732] Re: package mythtv-database 2:0.27.0+fixes.20140324.8ee257c-0ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-04-18 Thread Ubuntu Foundations Team Bug Bot
** Attachment removed: "VarLogDistupgradeTermlog.gz" https://bugs.launchpad.net/bugs/1309732/+attachment/4087995/+files/VarLogDistupgradeTermlog.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/130

[Bug 1309732] Re: package mythtv-database 2:0.27.0+fixes.20140324.8ee257c-0ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-04-18 Thread Thomas Mashos
Can you attach your /etc/mythtv/config.xml and /etc/mythtv/mysql.txt files? ** Changed in: mythtv (Ubuntu) Assignee: (unassigned) => Thomas Mashos (tgm4883) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

Re: [Bug 1309732] Re: package mythtv-database 2:0.27.0+fixes.20140324.8ee257c-0ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status

2014-04-18 Thread Michael Dreier
Hi Thomas, I searched for the issue and found that the the /var/lib/dpgk/info/mythtv-database.postinst should be modified case "$1" in configure) . /usr/share/debconf/confmodule db_get mythtv/mysql_mythtv_dbname database="$RET" db_get mythtv/mysql_mythtv_user mytht

[Bug 1309732] Re: package mythtv-database 2:0.27.0+fixes.20140324.8ee257c-0ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-04-18 Thread Thomas Mashos
Michael, Actually, the issue is that your /etc/mythtv/config.xml didn't contain the correct information (it probably does now though). As you can see in this file https://github.com/MythTV/packaging/blob/master/deb/debian/mythtv- database.config It looks for the correct information in that file

Re: [Bug 1309732] Re: package mythtv-database 2:0.27.0+fixes.20140324.8ee257c-0ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status

2014-04-19 Thread Michael Dreier
Hi Thomas, I searched for the issue with the not starting mythtvbackend and found an answer that the config.xml should be modified. That's what I did and it's working now. In the config.xml the entries regarding database etc. like in the mythtv-database.postinst where missing as well. Issue can

[Bug 1309732] Re: package mythtv-database 2:0.27.0+fixes.20140324.8ee257c-0ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-04-22 Thread mpp
I too had this problem with upgrading from Ubuntu 12.04 to 14.04. It seems that config.xml was not populated when MythTV was installed. I followed the advice above, that is copying info from mysql.txt to config.xml, then ran 'sudo apt-get dist-upgrade' which proceeded to successfully finish insta