On 07/17/2011 04:45 AM, Michael Schwendt wrote:
> On Sat, 16 Jul 2011 20:29:03 -0400, ML (Mark) wrote:
> > I just tried:
> >
> > [root@mushroom ~]# yum update
> > Loaded plugins: auto-update-debuginfo, presto, refresh-packagekit
> > Found 15 installed debuginfo package(s)
> > Enabling fedora-debuginfo: Fedora 13 - i386 - Debug
> > Enabling rpmfusion-nonfree-debuginfo: RPM Fusion for Fedora 13 -
Nonfree
> > - Debug
> > Enabling rpmfusion-free-updates-debuginfo: RPM Fusion for Fedora 13 -
> > Free - Updates Debug
> > Enabling rpmfusion-free-debuginfo: RPM Fusion for Fedora 13 - Free
- Debug
> > Enabling updates-debuginfo: Fedora 13 - i386 - Updates - Debug
> > Enabling rpmfusion-nonfree-updates-debuginfo: RPM Fusion for Fedora
13 -
> > Nonfree
> >
> > What I see troubles me. It appears to still be pointing to the old
F13
> > repositories. Maybe this is what is wrong with my installation as
well
> > as for the OP.
> >
> > [root@mushroom ~]# uname -a
> > Linux mushroom.patch 2.6.35.13-92.fc14.i686.PAE #1 SMP Sat May 21
> > 17:33:09 UTC 2011 i686 i686 i386 GNU/Linux
> >
> > When I reboot the machine it claims to be F14 on the progress screen.
> >
> > There must be a configuration file somewhere that is setting the
> > $releasever variable to F13 instead of F14. Could this effect the
auto
> > updater too?
>
> No, yours is an entirely different issue. You need to verify the version
> of your "fedora-release" package as well as check for any hardcoded
> release numbers (instead of the $releasever variable) in
/etc/yum.repos.d/
> The output of "yum -v repolist" is also relevant when talking about repo
> configuration troubles.
This string was copied from "Fedora 15 won't do automatic updates" since
it applies to a totally different subject.
First some background:
I upgraded from F13 to F14 using preupgrade some months ago. I like to
stay one release back from the most current release. I like to be on
the cutting edge but I have an aversion to bleeding.
After a while I began to get upgrade notices about gimp that would not
install due to a missing dependency. That was when I noticed that it
was trying to install an F13 package. After much effort trying to
resolve the missing dependency I decided to run preupgrade again on Sun
Jul 10. That solved the problem with the gimp package but now I don't
seem to be getting any package update notices.
Enough with the background already:
I spent some time in Google looking for instructions on how to 'verify
the version of your "fedora-release" package' but came up empty. Could
you elucidate this point more thoroughly.
As you suggested I checked /etc/yum.repos.d/ for a hard coded reference
to F13. The only hard coded reference to F13 was a line in
packagekit-media.repo. I changed the line in packagekit-media.repo
from name=Fedora 13
to name=Fedora 14
The output of "yum -v repolist" after the change is:
[root@mushroom yum.repos.d]# yum -v repolist
Loading "auto-update-debuginfo" plugin
Not loading "blacklist" plugin, as it is disabled
Loading "presto" plugin
Loading "refresh-packagekit" plugin
Not loading "whiteout" plugin, as it is disabled
Config time: 0.046
Yum Version: 3.2.28
rpmdb time: 0.000
Found 15 installed debuginfo package(s)
Enabling fedora-debuginfo: Fedora 13 - i386 - Debug
Enabling rpmfusion-nonfree-debuginfo: RPM Fusion for Fedora 13 - Nonfree
- Debug
Enabling rpmfusion-free-updates-debuginfo: RPM Fusion for Fedora 13 -
Free - Updates Debug
Enabling rpmfusion-free-debuginfo: RPM Fusion for Fedora 13 - Free - Debug
Enabling updates-debuginfo: Fedora 13 - i386 - Updates - Debug
Enabling rpmfusion-nonfree-updates-debuginfo: RPM Fusion for Fedora 13 -
Nonfree - Updates Debug
Setting up Package Sacks
pkgsack time: 0.150
Repo-id : adobe-linux-i386
Repo-name : Adobe Systems Incorporated
Repo-updated : Wed Jun 22 13:56:44 2011
Repo-pkgs : 18
Repo-size : 853 M
Repo-baseurl : http://linuxdownload.adobe.com/linux/i386/
Repo-expire : 21,600 second(s) (last: Sun Jul 17 10:02:49 2011)
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
07-17-2011, 03:30 PM
Reindl Harald
yum Repo List Shows Old Release Version
to makes this shorter:
* what shows "cat /etc/redhat-release"
* what says "rpm -qa | grep release"
it si not normal that anything is using wrong repos
if there are no manually crapped repo-files under
/etc/yum.repos.d/ and the current release-package
is installed correctly
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
07-17-2011, 04:20 PM
Michael Schwendt
yum Repo List Shows Old Release Version
On Sun, 17 Jul 2011 11:10:12 -0400, ML (Mark) wrote:
> I spent some time in Google looking for instructions on how to 'verify
> the version of your "fedora-release" package' but came up empty. Could
> you elucidate this point more thoroughly.
You would learn about RPM and basic queries as covered by the "man rpm"
manual. For example, run
rpm -v fedora-release
in your favourite terminal. It should print the Name, Version, Release
and Arch of the fedora-release package. Version should be 14 for Fedora 14.
This would be just a first step at analyzing your package list. The
next step (once your repo config targets F-14) would be to check for
duplicates and orphans with the help of the package-cleanup command from
the yum-utils package.
> As you suggested I checked /etc/yum.repos.d/ for a hard coded reference
> to F13. The only hard coded reference to F13 was a line in
> packagekit-media.repo. I changed the line in packagekit-media.repo
> from name=Fedora 13
> to name=Fedora 14
Unimportant. Those name= fields are descriptive strings only.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
07-17-2011, 04:29 PM
"Garry T. Williams"
yum Repo List Shows Old Release Version
On Sunday, July 17, 2011 12:20:46 Michael Schwendt wrote:
> You would learn about RPM and basic queries as covered by the "man rpm"
> manual. For example, run
>
> rpm -v fedora-release
I think you mean
rpm -q fedora-release
--
Garry Williams
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
07-17-2011, 04:31 PM
Michael Schwendt
yum Repo List Shows Old Release Version
On Sun, 17 Jul 2011 12:29:46 -0400, GTW (Garry) wrote:
> > You would learn about RPM and basic queries as covered by the "man rpm"
> > manual. For example, run
> >
> > rpm -v fedora-release
>
> I think you mean
>
> rpm -q fedora-release
Yes, it was just a typo.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
07-19-2011, 12:04 AM
Mark LaPierre
yum Repo List Shows Old Release Version
On 07/17/2011 11:30 AM, Reindl Harald wrote:
>
> to makes this shorter:
>
> * what shows "cat /etc/redhat-release"
> * what says "rpm -qa | grep release"
>
> it si not normal that anything is using wrong repos
> if there are no manually crapped repo-files under
> /etc/yum.repos.d/ and the current release-package
> is installed correctly
>
>
--
°v°
/(_)
^ ^ Mark LaPierre
Registerd Linux user No #267004
www.counter.li.org
****
In a free world without fences, who needs gates.
**
Help Microsoft stamp out piracy - give Linux to a friend today.
**
To mess up a Linux box, you need to work at it.
To mess up an MS Windows box, you just need to *look* at it.
**
learn linux:
'Rute User's Tutorial and Exposition' http://rute.2038bug.com/index.html
'The Linux Documentation Project' http://www.tldp.org/
'LDP HOWTO-index' http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
'HowtoForge' http://howtoforge.com/
****
--
Signature shamelessly copied from:
Jatin Khatri & geleem
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines