Author Topic: [SOLVED] Mythtv problem after update  (Read 14709 times)

pw44

  • Addicted
  • *
  • Posts: 666
    • View Profile
Re: Mythtv problem after update
« Reply #15 on: May 24, 2010, 07:37:11 pm »
Just in case, could you send me a copy of your /etc/apt/sources.list file?
TIA

ccoudsi

  • Guru
  • ****
  • Posts: 244
    • View Profile
Re: Mythtv problem after update
« Reply #16 on: May 24, 2010, 07:46:15 pm »
Here's my /etc/apt/preferences

Code: [Select]
Package: *
Pin: origin deb.linuxmce.org
Pin-Priority: 1001
Cheers |[BEER]
Charlie,

pw44

  • Addicted
  • *
  • Posts: 666
    • View Profile
Re: Mythtv problem after update
« Reply #17 on: May 24, 2010, 08:17:32 pm »
Thx, problem was lack of preferences.... and later an empty one.
Using the one you published, it worked.
Thx again!

skeptic

  • Addicted
  • *
  • Posts: 615
    • View Profile
Re: [SOLVED] Mythtv problem after update
« Reply #18 on: May 24, 2010, 09:21:15 pm »
So does this mean it's safe for the rest of us to upgrade?  I do not have an /etc/apt/preferences file, do I need to create one with the entries ccoudsi posted?

pw44

  • Addicted
  • *
  • Posts: 666
    • View Profile
Re: [SOLVED] Mythtv problem after update
« Reply #19 on: May 24, 2010, 09:51:41 pm »
Apparentely yes, because i could not upgrade witou the preferences file :( Only after i did, i was able to upgrade (before deleting, i had i with the "lock" to myth 0.22).
« Last Edit: May 25, 2010, 02:05:43 am by pw44 »

ccoudsi

  • Guru
  • ****
  • Posts: 244
    • View Profile
Re: [SOLVED] Mythtv problem after update
« Reply #20 on: May 25, 2010, 03:34:01 am »
On one of my Md's got the database error as below, and the fix suggested earlier didn't work, any other ideas ???
Quote
I ran into a DB problem that was fixed. Just follow this link. http://svn.linuxmce.org/trac.cgi/ticket/690
Code: [Select]
root@moon117:~# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up mythtv-database (0.23-0.1) ...
Failed to execute SQL: GRANT ALL PRIVILEGES ON mythconverg.* TO mythtv@localhost IDENTIFIED BY '0AVErWgp'\nAccess denied for user 'root'@'192.168.80.4' to database 'mythconverg' at -e line 8, <> line 1.
dpkg: error processing mythtv-database (--configure):
 subprocess post-installation script returned error exit status 255
Errors were encountered while processing:
 mythtv-database
E: Sub-process /usr/bin/dpkg returned an error code (1)



root@moon117:~# dpkg-reconfigure mythtv-database
/usr/sbin/dpkg-reconfigure: mythtv-database is broken or not fully installed
root@moon117:~#

« Last Edit: May 25, 2010, 03:36:18 am by ccoudsi »
Cheers |[BEER]
Charlie,

fastie81

  • Veteran
  • ***
  • Posts: 136
  • SSDD
    • View Profile
Re: [SOLVED] Mythtv problem after update
« Reply #21 on: May 25, 2010, 04:43:27 am »
we all have this problem on the MD's
I am trying to look for a work around..
No luck yet..
C

dcubox1

  • Veteran
  • ***
  • Posts: 130
    • View Profile
Re: [SOLVED] Mythtv problem after update
« Reply #22 on: May 25, 2010, 10:39:00 am »
Does the new version fix the issue of not being able to tune a channel using a coax feed?

bongowongo

  • wants to work for LinuxMCE
  • **
  • Posts: 826
    • View Profile
Re: [SOLVED] Mythtv problem after update
« Reply #23 on: May 25, 2010, 12:03:43 pm »
Does the new version fix the issue of not being able to tune a channel using a coax feed?
Yes it scans coax now.

dcubox1

  • Veteran
  • ***
  • Posts: 130
    • View Profile
Re: [SOLVED] Mythtv problem after update
« Reply #24 on: May 25, 2010, 12:11:20 pm »
Sweet, thanks for the hard work on this....
is there a wiki for how to upgrade? or is it just apt-get update and dist upgrade?

Thanks Again

wombiroller

  • Guru
  • ****
  • Posts: 340
    • View Profile
Re: [SOLVED] Mythtv problem after update
« Reply #25 on: May 25, 2010, 01:52:25 pm »
Sweet, thanks for the hard work on this....
is there a wiki for how to upgrade? or is it just apt-get update and dist upgrade?

Thanks Again
http://wiki.linuxmce.org/index.php/Installing_0810

Quote
  Keeping Up-to-date with updates

Once you have installed LinuxMCE-0810, all you need to do to keep up-to-date with the latest and greatest, is run the following from a terminal on the core and each MD:

Code: [Select]
sudo apt-get update
sudo apt-get upgrade

Note: You should NOT run apt-get dist-upgrade after LinuxMCE is installed, as it can cause several problems, including having different kernel versions on your core and media directors, and the installation of new Kubuntu packages that can break some features!

pga57

  • Veteran
  • ***
  • Posts: 145
    • View Profile
Mythtv problem after update
« Reply #26 on: May 26, 2010, 09:44:10 am »
Me to.
I have this problem on the MD's and have not find the solution.

Code: [Select]
root@moon130:~# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]?
Setting up mythtv-database (0.23-0.1) ...
Failed to execute SQL: GRANT ALL PRIVILEGES ON mythconverg.* TO mythtv@localhost IDENTIFIED BY '3zRkyO86'\nAccess denied for user 'root'@'192.168.80.4' to database 'mythconverg' at -e line 8, <> line 1.
dpkg: error processing mythtv-database (--configure):
 subprocess post-installation script returned error exit status 255
Errors were encountered while processing:
 mythtv-database
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@moon130:~#


Is there a solution ?
Remove and reinstall Mythtv on MD don't resolve this.

Philippe
« Last Edit: May 27, 2010, 08:49:19 pm by pga57 »