[K12OSN] Getting MPlayer installed

jconlon1 at elp.rr.com jconlon1 at elp.rr.com
Thu Aug 24 17:41:56 UTC 2006


I tried your command line for making things update.  Here is what happened:

[root at server ~]# yum --enablerepo=at-stable -y update $(rpm -qa
--queryformat "%{NAME}
> %{VENDOR}\n"|grep ATrpms|cut -d ' ' -f 1)
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
macromedia                                                           [1/7]
macromedia                100% |=========================|  951 B    00:00
at-stable                                                            [2/7]
at-stable                 100% |=========================|  951 B    00:00
core                                                                 [3/7]
ftp://ftp.tecnoera.com/pub/fedora/linux/core/5/i386/os/repodata/repomd.xml:
[Errno 4] IOError: [Errno ftp error] timed out
Trying other mirror.
core                      100% |=========================| 1.1 kB    00:00
k12ltsp                                                              [4/7]
k12ltsp                   100% |=========================| 1.1 kB    00:00
updates                                                              [5/7]
updates                   100% |=========================| 1.2 kB    00:00
webmin                                                               [6/7]
webmin                    100% |=========================|  951 B    00:00
extras                                                               [7/7]
extras                    100% |=========================| 1.1 kB    00:00
Reading repository metadata in from local files
Could not find update match for ATrpms.net
No Packages marked for Update/Obsoletion
[root at server ~]#


----- Original Message -----
From: Calvin Dodge <caldodge at gmail.com>
Date: Thursday, August 24, 2006 10:37 am
Subject: Re: [K12OSN] Getting MPlayer installed
To: "Support list for open source software in schools." <k12osn at redhat.com>

> On 8/24/06, jconlon1 at elp.rr.com <jconlon1 at elp.rr.com> wrote:
> > Isent a follow up to Calvin about the error messages I received 
> when I
> > followed his procedure.  I'll want to wait for his response but I 
> have> looked at your information and will try it if Calvin doesn't 
> have a cure
> > for me.
> 
> I think I forgot to echo that followup to the group.
> 
> The issue is that the ATrpms folks have apparently moved their GPG key
> to a different URL.
> 
> So the at.repo line beginning with "gpgkey=" should have been 
> changed to:
> 
> gpgkey=http://www.atrpms.net/RPM-GPG-KEY.atrpms
> 
> 
> 
> Petre mentioned the livna repo being disabled by default.  Due to
> conflicts between different 3rd party RPM sites (and the occasional
> update naughtiness from k12ltsp (wiping out my named.conf and host
> files is a big nono)), I disable all my add-on repos by default, then
> manually update just the packages from those sites.  For example,
> when I want to update my MythTV stuff from ATrpms, I run the following
> one-liner:
> 
> yum --enablerepo=at-stable -y update $(rpm -qa --queryformat "%{NAME}
> %{VENDOR}\n"|grep ATrpms|cut -d ' ' -f 1)
> 
> which means
> 1) List all packages by name and vendor (rpm)
> 2) Grab only the packages with ATrpms as the vendor (grep)
> 3) extract the package names (cut)
> 4) tell yum to update just those packages
> 
> 
> Calvin
> 
> _______________________________________________
> K12OSN mailing list
> K12OSN at redhat.com
> https://www.redhat.com/mailman/listinfo/k12osn
> For more info see <http://www.k12os.org>
> 




More information about the K12OSN mailing list