You are not logged in.

#1 2009-11-19 12:57:44

fastfret79
Member
Registered: 2009-09-05
Posts: 87

[SOLVED] MythTV 0.22 Issues

Just upgraded from 0.21-2 to 0.22-2 but having a couple of issues:

I run mythtv-setup and it performs the database upgrade perfectly, but if I then run the frontend it tells me that there is a protocol version mismatch (frontend = 50, backend = 40). From googleing, I know this is when you have differing versions of frontend/backend so is there a problem with the package?

Secondly (and quite possibly related), if I remove and try to re-add my tuner cards (Hauppauge Nova-TD-500) it fails to open the card and spits out the following:

2009-11-19 12:39:26.958 Can't open DVB frontend (0) for 0.
2009-11-19 12:39:26.963 DiSEqCDevTree, Warning: No device tree for cardid 1

For now I've rolled back to 0.21-2

Last edited by fastfret79 (2009-11-20 17:18:50)

Offline

#2 2009-11-20 12:56:47

fastfret79
Member
Registered: 2009-09-05
Posts: 87

Re: [SOLVED] MythTV 0.22 Issues

0.22-3 was available today, but still the same issues.

I even tried the mythtv-svn package from AUR, but again same problems.

I still don't understand how I can have different versions of the frontend and backend - both come from the same package and I don't get any errors when upgrading. Could it just be a problem with my database?

Offline

#3 2009-11-20 13:53:06

eldragon
Member
From: Buenos Aires
Registered: 2008-11-18
Posts: 1,029

Re: [SOLVED] MythTV 0.22 Issues

update mysql to 5.1.41-3

it should fix mythtv issues

Offline

#4 2009-11-20 14:00:19

fastfret79
Member
Registered: 2009-09-05
Posts: 87

Re: [SOLVED] MythTV 0.22 Issues

mysql is updated to 5.1.41-3 - still the same probs

Also just tried an empty database but still getting a protocol version mismatch

Offline

#5 2009-11-20 15:55:50

eldragon
Member
From: Buenos Aires
Registered: 2008-11-18
Posts: 1,029

Re: [SOLVED] MythTV 0.22 Issues

you are running frontend and backend on the same computer?

make sure to remove all myth plugins since those were not updated yet.

the db missmatch might come from one of those

Offline

#6 2009-11-20 16:10:17

fastfret79
Member
Registered: 2009-09-05
Posts: 87

Re: [SOLVED] MythTV 0.22 Issues

Yes - frontend and backend are on the same computer.

The only plugin I have installed is mythweb. I'll try removing it and upgrading again.

Thanks for your suggestions smile

Offline

#7 2009-11-20 17:18:17

fastfret79
Member
Registered: 2009-09-05
Posts: 87

Re: [SOLVED] MythTV 0.22 Issues

I tried removing mythweb - when I ran mythtv-setup it still said about protocol version mismatch, but it also complained that the backend was still running.

I checked and the backed was stopped, so I started it and then stopped it again and then re-run mythtv-setup.... and it worked!!

I hope the mythweb package gets updated soon as I much prefer using that, although I'm really liking the new terra theme.

Thanks eldragon for your help big_smile

Offline

#8 2009-11-20 17:46:06

eldragon
Member
From: Buenos Aires
Registered: 2008-11-18
Posts: 1,029

Re: [SOLVED] MythTV 0.22 Issues

fastfret79 wrote:

I tried removing mythweb - when I ran mythtv-setup it still said about protocol version mismatch, but it also complained that the backend was still running.

I checked and the backed was stopped, so I started it and then stopped it again and then re-run mythtv-setup.... and it worked!!

I hope the mythweb package gets updated soon as I much prefer using that, although I'm really liking the new terra theme.

Thanks eldragon for your help big_smile

to get mythweb running, use abs, bump the version, build configure. thats all there is to it (i can verify that it will work)

Offline

#9 2009-11-20 19:30:12

fastfret79
Member
Registered: 2009-09-05
Posts: 87

Re: [SOLVED] MythTV 0.22 Issues

wow that was easy!! I haven't had the need to build anything from abs before, but that was so simple!

Big thanks to the wiki for being so brilliant and easy to follow and thanks again to eldragon.

Can I mark this thread as doubly solved?! wink

Offline

#10 2009-11-23 02:17:08

timm
Member
From: Wisconsin
Registered: 2004-02-25
Posts: 417

Re: [SOLVED] MythTV 0.22 Issues

ABS, while apparently a simple thing, always causes me to pull my hair out.

I bumped the version number, but get an error that

ERROR: One or more files did not pass the validity check!

Where do I get the md5sums entry to put in the PKGBUILD?

[bump]
Not sure if it's right, but I just used the package that was downloaded during the failed build, did a

md5sum mythplugins-0.22.tar.bz2

at the command line, and plugged in the result.

Last edited by timm (2009-11-23 02:29:04)

Offline

#11 2009-11-23 02:29:17

eldragon
Member
From: Buenos Aires
Registered: 2008-11-18
Posts: 1,029

Re: [SOLVED] MythTV 0.22 Issues

timm wrote:

ABS, while apparently a simple thing, always causes me to pull my hair out.

I bumped the version number, but get an error that

ERROR: One or more files did not pass the validity check!

Where do I get the md5sums entry to put in the PKGBUILD?

man makepkg

if you bumped the version, another source tar is being downloaded, so the md5sum check will be different. you do the math. wink

Offline

#12 2009-11-23 10:08:18

fastfret79
Member
Registered: 2009-09-05
Posts: 87

Re: [SOLVED] MythTV 0.22 Issues

timm - I could see from the PKGBUILD where the file is being downloaded from, so I had a peek at the whole ftp directory and there was a mythplugins-0.22.md5sum, so I updated the line like so:

md5sums=('09c8fa1058399a0c5db169a71561e985')

Or you could just comment out the md5sums line which I think makes it skip any checking.

eldragon - did you mean 'man pkgbuild'?

Offline

#13 2009-11-23 13:07:15

eldragon
Member
From: Buenos Aires
Registered: 2008-11-18
Posts: 1,029

Re: [SOLVED] MythTV 0.22 Issues

fastfret79 wrote:

timm - I could see from the PKGBUILD where the file is being downloaded from, so I had a peek at the whole ftp directory and there was a mythplugins-0.22.md5sum, so I updated the line like so:

md5sums=('09c8fa1058399a0c5db169a71561e985')

Or you could just comment out the md5sums line which I think makes it skip any checking.

eldragon - did you mean 'man pkgbuild'?

no, makepkg
although PKGBUILD's manual should be useful too wink

Offline

#14 2009-11-24 03:00:03

timm
Member
From: Wisconsin
Registered: 2004-02-25
Posts: 417

Re: [SOLVED] MythTV 0.22 Issues

Thanks, got some of it working.  Commenting out the md5sum didn't ignore it, it complained about that.

Still working on learning how to read and understand a man page; need to do more of that to get the feel.  Most of the time I still leave more confused than when I arrived.;)

Now am working on some qt issues, a couple of the builds complain that they can't find cleanup.pro.    I think I need to figure out what uses qt3 to build and what uses qt4, but I'm not sure yet.

Offline

#15 2009-11-29 20:29:57

petelewis
Package Maintainer (PM)
From: Birmingham, UK
Registered: 2008-08-14
Posts: 128
Website

Re: [SOLVED] MythTV 0.22 Issues

Hi Timm,

I've just been going through the same process with the mythtv packages as you, it seems...

timm wrote:

Now am working on some qt issues, a couple of the builds complain that they can't find cleanup.pro.    I think I need to figure out what uses qt3 to build and what uses qt4, but I'm not sure yet.

I got this error too at first. It seems that mythtv needs qt3 to build, so make sure you have the qt3 package installed. It built for me then.

Pete.

PS. It is a little frustrating having the mythtv package and the plugins updated out of sync - mythvideo 0.2.1 won't work with mythtv 0.2.2 (for me at least).


"Cared thou not, thou would have abstained." - Xyne

Offline

Board footer

Powered by FluxBB