Re: More Yum Problems with F7

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 7/6/07, Tom Browder <tom.browder@xxxxxxxxx> wrote:
I normally use my Linux laptop offline because wireless doesn'y work
(ipw2200--see previous threads|).

Yesterday I connected via wire and tried yum update.  Got following response:

==>
Loading "installonlyn" plugin


Could not find any working storages.
Exception exceptions.AttributeError: "'YumRepository' object has no
attribute 'sack'" in <bound method YumRepository.__del__ of
<yum.yumRepo.YumRepository object at 0x9276f8c>> ignored
<==

Are you *sure* that sqlite is installed and OK? (type sqlite3)

Same for python-sqlite? (???)

This error - "> Could not find any working storages." - indicates that
yum can't import sqlite

Chris


PS - from yum/storagefactory.py:

def GetStorage():
   storage = None

   # Try to load storages, prefering the fastest one.

   try:
       storage = StorageSqliteC()
       return storage
   except ImportError:
       pass

   try:
       storage = StorageSqlite()
       return storage
   except ImportError:
       pass

   raise Errors.YumBaseError, 'Could not find any working storages.'

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux