Mailing List Archive

mythtv-0.27/0.28 for EL6
I noticed that for EL6, the mythtv folders for 0.27 and 0.28 only
include the mythweb src rpm and not the mythtv srv (or binary) rpms.

Are there any plans to create 0.27 and 0.28 rpms for EL6?
Are there any issues that would make it difficult/impossible?

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: mythtv-0.27/0.28 for EL6 [ In reply to ]
I'm very interested in this too.

On my current EL6 installation, I use Mythweb 0.27 and Mythtv backend 0.26
(this is the obvious result of "yum update" in atrpms). This difference
gives some annoying behaviour (mainly presentation).

In case, it is not planned to upgrade the atrpms repo to mythbackend 0.27,
can I downgrade mythweb, or is that like asking for trouble (database
format has changed AFAIK).

Best regards,
Kenneth


On 1 December 2013 22:31, <atrpms@kosowsky.org> wrote:

> I noticed that for EL6, the mythtv folders for 0.27 and 0.28 only
> include the mythweb src rpm and not the mythtv srv (or binary) rpms.
>
> Are there any plans to create 0.27 and 0.28 rpms for EL6?
> Are there any issues that would make it difficult/impossible?
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>
Re: mythtv-0.27/0.28 for EL6 [ In reply to ]
On Tue, 3 Dec 2013 17:45:16 +0100
Kenneth Brun Nielsen <subscriptions@brun.dk> wrote:

> I'm very interested in this too.
>
> On my current EL6 installation, I use Mythweb 0.27 and Mythtv backend
> 0.26 (this is the obvious result of "yum update" in atrpms). This
> difference gives some annoying behaviour (mainly presentation).
>
> In case, it is not planned to upgrade the atrpms repo to mythbackend
> 0.27, can I downgrade mythweb, or is that like asking for trouble
> (database format has changed AFAIK).

mythweb-0.26 is still in the repository, so you should be able to yum
downgrade mythweb. The database format is tied to the backend, so I
think this should be safe.

Jim

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: mythtv-0.27/0.28 for EL6 [ In reply to ]
On 4 December 2013 01:20, James Szinger <jszinger@gmail.com> wrote:

> On Tue, 3 Dec 2013 17:45:16 +0100
> Kenneth Brun Nielsen <subscriptions@brun.dk> wrote:
>
> > I'm very interested in this too.
> >
> > On my current EL6 installation, I use Mythweb 0.27 and Mythtv backend
> > 0.26 (this is the obvious result of "yum update" in atrpms). This
> > difference gives some annoying behaviour (mainly presentation).
> >
> > In case, it is not planned to upgrade the atrpms repo to mythbackend
> > 0.27, can I downgrade mythweb, or is that like asking for trouble
> > (database format has changed AFAIK).
>
> mythweb-0.26 is still in the repository, so you should be able to yum
> downgrade mythweb. The database format is tied to the backend, so I
> think this should be safe.
>
>
Jim, I tried downgrading, but it wasn't that straightforward After
downgrade of mythweb, the page complained: "Current database version of 4
is newer than the code base version 3".

However, after a few iterations, I located a parameter within database
table "settings" named "WebDBSchemaVer". I changed this from 4 to 3, and so
far it works. But I guess this is not the only thing, that has changed in
the DB, so I wouldnt recommend other to try it without having a deeper
insight, than I have.

/Kenneth
Re: mythtv-0.27/0.28 for EL6 [ In reply to ]
On Thu, Dec 5, 2013 at 2:14 PM, Kenneth Brun Nielsen
<subscriptions@brun.dk>wrote:

> On 4 December 2013 01:20, James Szinger <jszinger@gmail.com> wrote:
>
>> On Tue, 3 Dec 2013 17:45:16 +0100
>> Kenneth Brun Nielsen <subscriptions@brun.dk> wrote:
>>
>> > I'm very interested in this too.
>> >
>> > On my current EL6 installation, I use Mythweb 0.27 and Mythtv backend
>> > 0.26 (this is the obvious result of "yum update" in atrpms). This
>> > difference gives some annoying behaviour (mainly presentation).
>> >
>> > In case, it is not planned to upgrade the atrpms repo to mythbackend
>> > 0.27, can I downgrade mythweb, or is that like asking for trouble
>> > (database format has changed AFAIK).
>>
>> mythweb-0.26 is still in the repository, so you should be able to yum
>> downgrade mythweb. The database format is tied to the backend, so I
>> think this should be safe.
>>
>>
> Jim, I tried downgrading, but it wasn't that straightforward After
> downgrade of mythweb, the page complained: "Current database version of 4
> is newer than the code base version 3".
>
> However, after a few iterations, I located a parameter within database
> table "settings" named "WebDBSchemaVer". I changed this from 4 to 3, and so
> far it works. But I guess this is not the only thing, that has changed in
> the DB, so I wouldnt recommend other to try it without having a deeper
> insight, than I have.
>
> /Kenneth
>

Kenneth:

I had the same problem a few months ago. I think I only modified
db_update.php after the downgrade to get mythweb working again. I've
included the changes to my db_update file below.

db_update.php:

define('WebDBSchemaVer', 4)


Grant
Re: mythtv-0.27/0.28 for EL6 [ In reply to ]
Hi all,

Any comments on the original questions in this thread reg. mythtv?:
--

Are there any plans to create 0.27 and 0.28 rpms for EL6?
Are there any issues that would make it difficult/impossible?
--

I would really appreciate to have 0.27 working on EL6. As of now, my
mythfrontend (v0.27-109-gcb744f8 on Fedora 20) cannot be used with my
backend hosted on Centos 6. The DB schema versions are apparently too
different.

Best wishes for a happy new year to all of you.
Kenneth


On 6 December 2013 00:09, Grant McChesney <grantmc@gmail.com> wrote:

>
>
> On Thu, Dec 5, 2013 at 2:14 PM, Kenneth Brun Nielsen <
> subscriptions@brun.dk> wrote:
>
>> On 4 December 2013 01:20, James Szinger <jszinger@gmail.com> wrote:
>>
>>> On Tue, 3 Dec 2013 17:45:16 +0100
>>> Kenneth Brun Nielsen <subscriptions@brun.dk> wrote:
>>>
>>> > I'm very interested in this too.
>>> >
>>> > On my current EL6 installation, I use Mythweb 0.27 and Mythtv backend
>>> > 0.26 (this is the obvious result of "yum update" in atrpms). This
>>> > difference gives some annoying behaviour (mainly presentation).
>>> >
>>> > In case, it is not planned to upgrade the atrpms repo to mythbackend
>>> > 0.27, can I downgrade mythweb, or is that like asking for trouble
>>> > (database format has changed AFAIK).
>>>
>>> mythweb-0.26 is still in the repository, so you should be able to yum
>>> downgrade mythweb. The database format is tied to the backend, so I
>>> think this should be safe.
>>>
>>>
>> Jim, I tried downgrading, but it wasn't that straightforward After
>> downgrade of mythweb, the page complained: "Current database version of 4
>> is newer than the code base version 3".
>>
>> However, after a few iterations, I located a parameter within database
>> table "settings" named "WebDBSchemaVer". I changed this from 4 to 3, and so
>> far it works. But I guess this is not the only thing, that has changed in
>> the DB, so I wouldnt recommend other to try it without having a deeper
>> insight, than I have.
>>
>> /Kenneth
>>
>
> Kenneth:
>
> I had the same problem a few months ago. I think I only modified
> db_update.php after the downgrade to get mythweb working again. I've
> included the changes to my db_update file below.
>
> db_update.php:
>
> define('WebDBSchemaVer', 4)
>
>
> Grant
>
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>