Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 22nd February 2007, 01:53 PM
Zeppe|in Offline
Registered User
 
Join Date: Dec 2006
Posts: 40
Yum: requested datatype primary not available

Greetings,

Latetly, when I try to use yum or yumex i get this error

Error: requested datatype primary not available
and yum/yumex stops.

Code:
Loading "changelog" plugin
Loading "fedorakmod" plugin
Loading "fastestmirror" plugin
Loading "skip-broken" plugin
Loading "kernel-module" plugin
Plugin "tsflags" uses deprecated constant TYPE_INTERFACE.
Please use TYPE_INTERACTIVE instead.
Loading "tsflags" plugin
Loading "allowdowngrade" plugin
Loading "installonlyn" plugin
Loading "downloadonly" plugin
Loading "protectbase" plugin
Setting up Install Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Error: Error: requested datatype primary not available
any ideas ?

thnx in advance
Reply With Quote
  #2  
Old 26th February 2007, 08:52 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
Hello!
Lotsa Yum/Yumex/Kyum problems popping up lately. Appears to be fedorakmod plugin. As "root" user, disable:
Code:
[root@localhost ~]# gedit /etc/yum/pluginconf.d/fedorakmod.conf
Change "enabled=1" to "enabled=0". Save and exit. Do the same with file "/etc/yum/pluginconf.d/tsflags.conf". This plugin is pointless anyway since you can't pass arguments to the CLI when you're in yumex/kyum. Try again, post back if this approach fails.

Vince

It is the fedorakmod plugin; see
HTML Code:
http://forums.fedoraforum.org/forum/showthread.php?t=148356&highlight=fedorakmod
, post #11.
__________________
VinceHowTo:Install Linux
RPMME repo
Automated Install Scripts for the Goodies and I-Kandy: FedoraPlus (formerly AutoTen), EasyLife
Various Packages by forum members
Direct Rendering for Mach64 and other older chipsets
Nvidia Videocard Setup In Fedora Linux

1. Compaq Presario SR2020NX, F8 x86 (F11 VM)/WinXP MCE Smolt Profile
2. micron.pc ClientPro CN, F9 x86/F10 x86 KDE-Live+E17 Smolt Profile F9 Smolt Profile F10
3. emachines etower 466id, F11 i586 LXDE/Win98SE Smolt Profile

Registered Linux User #436519

Last edited by Hlingler; 26th February 2007 at 09:00 AM. Reason: Additional Info
Reply With Quote
  #3  
Old 3rd March 2007, 01:47 PM
Zeppe|in Offline
Registered User
 
Join Date: Dec 2006
Posts: 40
Hello,

I have disabled all yum plug ins but I have the same problem..

I have to tell that i dont always have this problem but it happens frequently.

Thank you
Reply With Quote
  #4  
Old 4th March 2007, 12:52 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
The only other suggestion I have is: always do a "yum clean all" first. I often get "metadata does not match checksum" errors which is a common problem; clearing cache usually helps. Last resort is to rebuild database (but only if absolutely necessary). Also, never use yum and "smart package manager" at the same time. You might want to try smart PM - it's great, only one very minor issue: no logs. Good luck.
__________________
VinceHowTo:Install Linux
RPMME repo
Automated Install Scripts for the Goodies and I-Kandy: FedoraPlus (formerly AutoTen), EasyLife
Various Packages by forum members
Direct Rendering for Mach64 and other older chipsets
Nvidia Videocard Setup In Fedora Linux

1. Compaq Presario SR2020NX, F8 x86 (F11 VM)/WinXP MCE Smolt Profile
2. micron.pc ClientPro CN, F9 x86/F10 x86 KDE-Live+E17 Smolt Profile F9 Smolt Profile F10
3. emachines etower 466id, F11 i586 LXDE/Win98SE Smolt Profile

Registered Linux User #436519
Reply With Quote
  #5  
Old 19th June 2007, 08:27 PM
mpolo Offline
Registered User
 
Join Date: Jun 2005
Posts: 183
I got this problem upon upgrading to FC7. The problem seems to be that the mirrors have changed the locations of the updates directories, so that yum is unable to find them. I got yum to work by removing "core/" from the URLs.
Reply With Quote
  #6  
Old 28th August 2008, 06:59 PM
robert.forster's Avatar
robert.forster Offline
Registered User
 
Join Date: Feb 2008
Location: Newport News, VA
Posts: 128
I have this problem...It JUST happened. FC8
Yum list
sudo yum list
yum update
sudo yum update
su -
then yum anything
results in
"Error: requested datatype primary not available"

I loked for the above and could not find

update:
in another post I found where someone stated to
Code:
rm -f /etc/yum/yum.repos.d/Fedora-install-media.repo
I did not do that. I did a
Code:
mv /etc/yum/yum.repos.d/Fedora-install-media.repo /etc/yum/yum.repos.d/Fedora-install-media.repo.bak
but it did not help
__________________
Intel Core2 QUADcore 2.4 Ghz
RAM = 3GIG
ATI Radeon HD 2400
Dual 19" monitors
Windows XP sp3
DVD+/- RW 16
HD=250G (OS) 500G + 300G (storage)

[Microsoft] Vista - Definition per http://dictionary.reference.com "a far-reaching mental view" :eek: (but not realistic?)

registered linux user #467749 :cool:

Last edited by robert.forster; 28th August 2008 at 07:06 PM.
Reply With Quote
  #7  
Old 28th August 2008, 07:07 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
Well, make sure that your internet connection(s) is working. Then start with:
yum clean all

Proceed from there. Post exact error output.

V
Reply With Quote
  #8  
Old 28th August 2008, 07:14 PM
robert.forster's Avatar
robert.forster Offline
Registered User
 
Join Date: Feb 2008
Location: Newport News, VA
Posts: 128
Now why didn't I think of that!!
Thank you

previous verbatim error:

Code:
[root@BLAH ~]# yum list
Error: requested datatype primary not available
after ran
sudo yum clean all

(dont like to be root unless needed)

all went well then

thank you
__________________
Intel Core2 QUADcore 2.4 Ghz
RAM = 3GIG
ATI Radeon HD 2400
Dual 19" monitors
Windows XP sp3
DVD+/- RW 16
HD=250G (OS) 500G + 300G (storage)

[Microsoft] Vista - Definition per http://dictionary.reference.com "a far-reaching mental view" :eek: (but not realistic?)

registered linux user #467749 :cool:
Reply With Quote
  #9  
Old 3rd January 2010, 07:25 PM
heyjay4 Offline
Registered User
 
Join Date: Jan 2010
Posts: 1
linuxfedoramozilla
I am getting the same error, which started today.

yum update seamonkey
Loading "priorities" plugin
Error: requested datatype primary not available

or

yum -v update evolution
Loading "priorities" plugin
Running "config" handler for "priorities" plugin
Yum Version: 3.2.8
COMMAND: yum -v update evolution
Installroot: /
Ext Commands:

evolution
Reading Local RPMDB
Setting up Package Sacks
Error: requested datatype primary not available
Reply With Quote
  #10  
Old 14th November 2010, 03:28 PM
arunprl Offline
Registered User
 
Join Date: Oct 2009
Posts: 2
linuxchrome
Re: Yum: requested datatype primary not available

This method is little laborious but helpful if nothing else stated above is working.

Just check that at which stage the error is occurring. I mean, yum checks the repositories in the same order as they are listed in /etc/yum.repos.d/ directory. In my case here it hapened.


rpmfusion-nonfree | 3.3 kB 00:00
rpmfusion-nonfree/primary_db | 91 kB 00:03
rpmfusion-nonfree-updates | 414 B 00:00
Error: requested datatype primary not available
and the next file was rpmfusion-nonfree-updates-testing.repo. I just edit the file as follows
enabled=0
gpgcheck=0

prior both were set to 1.

now for me, error is resolved. Thought may be helpful to you 2.
Reply With Quote
  #11  
Old 2nd June 2012, 07:24 PM
SimsRU Offline
Registered User
 
Join Date: Jun 2012
Location: Israel
Posts: 1
linuxchrome
Re: Yum: requested datatype primary not available

enabled=0
gpgcheck=0
helped in my case. thanks a lot
Reply With Quote
Reply

Tags
datatype, primary, requested, yum

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
CD requested from DVD rleal Installation and Live Media 5 4th July 2007 01:38 AM
FC3 Help Requested lynked EOL (End Of Life) Versions 0 21st December 2005 12:53 AM


Current GMT-time: 15:35 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat