On 06/10/2013 06:00 AM, [email protected] wrote:
> Send atrpms-users mailing list submissions to
>       [email protected]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://lists.atrpms.net/mailman/listinfo/atrpms-users
> or, via email, send a message with subject or body 'help' to
>       [email protected]
> 
> You can reach the person managing the list at
>       [email protected]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of atrpms-users digest..."
> 
> 
> Today's Topics:
> 
>    1. Installing mythtv-0.26.0-294 on Centos 6.4 fails (Bob Lightfoot)
>    2. Re: Installing mythtv-0.26.0-294 on Centos 6.4 fails (Axel Thimm)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Sun, 09 Jun 2013 22:46:36 -0400
> From: Bob Lightfoot <[email protected]>
> To: [email protected]
> Subject: [ATrpms-users] Installing mythtv-0.26.0-294 on Centos 6.4
>       fails
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Dear atrpms:
>     Ok something is obviously broke and I am confused at to what it
> might be.  Recently mythtv-0.26.0-294.el6.x86_64 showed up as an update
> to -292.1.  After trying several ways to upgrade I removed all *myth*
> and *MythTV* rpm using yum.  I then ran rpm --rebuilddb and yum check
> and saw zero errors.  After a reboot "rpm -qa | grep myth"  and "rpm -qa
> | grep MythTV" both return nothing.  The command "yum install mythtv
> mythtv-frontend mythtv-backend mythtv-setup mythtv-common
> --exclude=*0.24* --exclude=*0.25* --disablerepo=rpmf*" then returns no
> package available.
>> [root@mythbox yum.repos.d]# rpm -qa | grep myth
>> [root@mythbox yum.repos.d]# rpm -qa | grep MythTV
>> [root@mythbox yum.repos.d]# yum install mythtv mythtv-frontend 
>> mythtv-backend mythtv-setup mythtv-common --exclude=*0.24* --exclude=*0.25* 
>> --disablerepo=rpmf*
>> Loaded plugins: auto-update-debuginfo, downloadonly, fastestmirror, 
>> priorities, refresh-packagekit
>> Loading mirror speeds from cached hostfile
>>  * base: centos.corenetworks.net
>>  * elrepo: repos.mia.lax-noc.com
>>  * epel: mirror.metrocast.net
>>  * epel-debuginfo: mirror.metrocast.net
>>  * extras: mirror.nexcess.net
>>  * updates: mirror.es.its.nyu.edu
>> 840 packages excluded due to repository priority protections
>> Setting up Install Process
>> No package mythtv available.
>> No package mythtv-frontend available.
>> No package mythtv-backend available.
>> No package mythtv-setup available.
>> No package mythtv-common available.
>> Error: Nothing to do
>> [root@mythbox yum.repos.d]# 
> 
>      I'm also pretty sure my atrpms repos are setup correctly, but I'm
> pasting below for reference.  Anyone got an idea how to get mythtv
> backup and running.
>> [root@mythbox yum.repos.d]# cat atrpms.repo 
>> [atrpms]
>> name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms
>> failovermethod=priority
>> baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable
>> enabled=1
>> gpgcheck=1
>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
>> priority=5
>>
>> [atrpms-debuginfo]
>> name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms - Debug
>> failovermethod=priority
>> baseurl=http://dl.atrpms.net/debug/el$releasever-$basearch/atrpms/stable
>> enabled=0
>> gpgcheck=1
>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
>> priority=5
>>
>> [atrpms-source]
>> name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms - Source
>> failovermethod=priority
>> baseurl=http://dl.atrpms.net/src/el$releasever-$basearch/atrpms/stable
>> enabled=0
>> gpgcheck=1
>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
>> priority=5
>>
>> [root@mythbox yum.repos.d]#
>> [root@mythbox yum.repos.d]# cat atrpms-testing.repo 
>> [atrpms-testing]
>> name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms testing
>> failovermethod=priority
>> baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/testing
>> enabled=1
>> gpgcheck=1
>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
>> priority=5
>>
>> [atrpms-testing-debuginfo]
>> name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms testing - 
>> Debug
>> failovermethod=priority
>> baseurl=http://dl.atrpms.net/debug/el$releasever-$basearch/atrpms/testing
>> enabled=0
>> gpgcheck=1
>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
>> priority=5
>>
>> [atrpms-testing-source]
>> name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms testing - 
>> Source
>> failovermethod=priority
>> baseurl=http://dl.atrpms.net/src/el$releasever-$basearch/atrpms/testing
>> enabled=0
>> gpgcheck=1
>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
>> priority=5
>>
>> [root@mythbox yum.repos.d]#
> 
>> [root@mythbox yum.repos.d]# cat atrpms-bleeding.repo 
>> [atrpms-bleeding]
>> name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms bleeding
>> failovermethod=priority
>> baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/bleeding
>> enabled=1
>> gpgcheck=1
>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
>> priority=5
>>
>> [atrpms-bleeding-debuginfo]
>> name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms bleeding - 
>> Debug
>> failovermethod=priority
>> baseurl=http://dl.atrpms.net/debug/el$releasever-$basearch/atrpms/bleeding
>> enabled=0
>> gpgcheck=1
>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
>> priority=5
>>
>> [atrpms-bleeding-source]
>> name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms bleeding - 
>> Source
>> failovermethod=priority
>> baseurl=http://dl.atrpms.net/src/el$releasever-$basearch/atrpms/bleeding
>> enabled=0
>> gpgcheck=1
>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
>> priority=5
>>
>> [root@mythbox yum.repos.d]#
> 
> 
> Sincerely,
> Bob Lightfoot
> 
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Mon, 10 Jun 2013 09:04:52 +0200
> From: Axel Thimm <[email protected]>
> To: "User discussion about ATrpms.net" <[email protected]>
> Subject: Re: [ATrpms-users] Installing mythtv-0.26.0-294 on Centos 6.4
>       fails
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
> 
> Hi,
> 
> the yum run does not mention any atrpms repos, so I guess it's an
> issue with setting up the repo files. Just download atrpms-repo and
> install it.
> 
> Actaullay the contents of your repo files looks OK, at least they
> should have shown up on the list of actiavted repos, but perhaps the
> permissions are off. Remove the files and use the ones that
> atrpms-repo deploys.
> 
> If that didn't help then for debugging purposes try
> 
> yum clean all
> yum --disableplugin=priorities --disablerepo=\* 
> --enablerepo=base,updates,atrpms -d9 -e9 install mythtv\*
> or
> yum --disableplugin=priorities --disablerepo=\* 
> --enablerepo=base,updates,atrpms -d9 -e9 list mythtv\*
> 
> and check the output. As it's going to be quite big, if you want to
> post something from the output, please trim to the important parts. :)
> 
> HTH, Axel.
> 
> On Sun, Jun 09, 2013 at 10:46:36PM -0400, Bob Lightfoot wrote:
>> Dear atrpms:
>>     Ok something is obviously broke and I am confused at to what it
>> might be.  Recently mythtv-0.26.0-294.el6.x86_64 showed up as an update
>> to -292.1.  After trying several ways to upgrade I removed all *myth*
>> and *MythTV* rpm using yum.  I then ran rpm --rebuilddb and yum check
>> and saw zero errors.  After a reboot "rpm -qa | grep myth"  and "rpm -qa
>> | grep MythTV" both return nothing.  The command "yum install mythtv
>> mythtv-frontend mythtv-backend mythtv-setup mythtv-common
>> --exclude=*0.24* --exclude=*0.25* --disablerepo=rpmf*" then returns no
>> package available.
>>> [root@mythbox yum.repos.d]# rpm -qa | grep myth
>>> [root@mythbox yum.repos.d]# rpm -qa | grep MythTV
>>> [root@mythbox yum.repos.d]# yum install mythtv mythtv-frontend 
>>> mythtv-backend mythtv-setup mythtv-common --exclude=*0.24* --exclude=*0.25* 
>>> --disablerepo=rpmf*
>>> Loaded plugins: auto-update-debuginfo, downloadonly, fastestmirror, 
>>> priorities, refresh-packagekit
>>> Loading mirror speeds from cached hostfile
>>>  * base: centos.corenetworks.net
>>>  * elrepo: repos.mia.lax-noc.com
>>>  * epel: mirror.metrocast.net
>>>  * epel-debuginfo: mirror.metrocast.net
>>>  * extras: mirror.nexcess.net
>>>  * updates: mirror.es.its.nyu.edu
>>> 840 packages excluded due to repository priority protections
>>> Setting up Install Process
>>> No package mythtv available.
>>> No package mythtv-frontend available.
>>> No package mythtv-backend available.
>>> No package mythtv-setup available.
>>> No package mythtv-common available.
>>> Error: Nothing to do
>>> [root@mythbox yum.repos.d]# 
>>
>>      I'm also pretty sure my atrpms repos are setup correctly, but I'm
>> pasting below for reference.  Anyone got an idea how to get mythtv
>> backup and running.
>>> [root@mythbox yum.repos.d]# cat atrpms.repo 
>>> [atrpms]
>>> name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms
>>> failovermethod=priority
>>> baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable
>>> enabled=1
>>> gpgcheck=1
>>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
>>> priority=5
>>>
>>> [atrpms-debuginfo]
>>> name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms - Debug
>>> failovermethod=priority
>>> baseurl=http://dl.atrpms.net/debug/el$releasever-$basearch/atrpms/stable
>>> enabled=0
>>> gpgcheck=1
>>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
>>> priority=5
>>>
>>> [atrpms-source]
>>> name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms - Source
>>> failovermethod=priority
>>> baseurl=http://dl.atrpms.net/src/el$releasever-$basearch/atrpms/stable
>>> enabled=0
>>> gpgcheck=1
>>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
>>> priority=5
>>>
>>> [root@mythbox yum.repos.d]#
>>> [root@mythbox yum.repos.d]# cat atrpms-testing.repo 
>>> [atrpms-testing]
>>> name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms testing
>>> failovermethod=priority
>>> baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/testing
>>> enabled=1
>>> gpgcheck=1
>>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
>>> priority=5
>>>
>>> [atrpms-testing-debuginfo]
>>> name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms testing - 
>>> Debug
>>> failovermethod=priority
>>> baseurl=http://dl.atrpms.net/debug/el$releasever-$basearch/atrpms/testing
>>> enabled=0
>>> gpgcheck=1
>>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
>>> priority=5
>>>
>>> [atrpms-testing-source]
>>> name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms testing - 
>>> Source
>>> failovermethod=priority
>>> baseurl=http://dl.atrpms.net/src/el$releasever-$basearch/atrpms/testing
>>> enabled=0
>>> gpgcheck=1
>>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
>>> priority=5
>>>
>>> [root@mythbox yum.repos.d]#
>>
>>> [root@mythbox yum.repos.d]# cat atrpms-bleeding.repo 
>>> [atrpms-bleeding]
>>> name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms bleeding
>>> failovermethod=priority
>>> baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/bleeding
>>> enabled=1
>>> gpgcheck=1
>>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
>>> priority=5
>>>
>>> [atrpms-bleeding-debuginfo]
>>> name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms bleeding - 
>>> Debug
>>> failovermethod=priority
>>> baseurl=http://dl.atrpms.net/debug/el$releasever-$basearch/atrpms/bleeding
>>> enabled=0
>>> gpgcheck=1
>>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
>>> priority=5
>>>
>>> [atrpms-bleeding-source]
>>> name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms bleeding - 
>>> Source
>>> failovermethod=priority
>>> baseurl=http://dl.atrpms.net/src/el$releasever-$basearch/atrpms/bleeding
>>> enabled=0
>>> gpgcheck=1
>>> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms
>>> priority=5
>>>
>>> [root@mythbox yum.repos.d]#
>>
>>
>> Sincerely,
>> Bob Lightfoot
>>
>> _______________________________________________
>> atrpms-users mailing list
>> [email protected]
>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>>
> 
As Homer would say "Dooh" , I forgot to check /etc/yum.conf for exclude
directives.  There was an exclude *myth* and *MythTV* from earlier when
I didn't want 0.25 to upgrade to 0.26.  removing the excludes resolved
the issue.  Dooh again.  and thanks for the swift reply Axel.  Keep up
the great packaging work.

Bob

_______________________________________________
atrpms-users mailing list
[email protected]
http://lists.atrpms.net/mailman/listinfo/atrpms-users

Reply via email to