update konci s errorem

Ahoj,

spoustel jsem yum -y update. naslo mi to nekolik desitek balicku. Bohuzel behem nasledne instalace se mi vypl pocitac (vypadek elektricke site), nasledny pokus konci s errorem:

Traceback (most recent call last):
File “/usr/share/PackageKit/helpers/yum/yumBackend.py”, line 2807, in get_updates
changelog = pkg.returnChangelog()
File “/usr/lib/python2.7/site-packages/yum/sqlitesack.py”, line 350, in returnChangelog
self._loadChangelog()
File “/usr/lib/python2.7/site-packages/yum/sqlitesack.py”, line 320, in _loadChangelog
self.sack.populate(self.repo, mdtype=‘otherdata’)
File “/usr/lib/python2.7/site-packages/yum/yumRepo.py”, line 191, in populate
db_un_fn = self._check_uncompressed_db_gen(repo, mydbtype)
File “/usr/lib/python2.7/site-packages/yum/yumRepo.py”, line 242, in _check_uncompressed_db_gen
cached=repo.cache)
File “/usr/lib/python2.7/site-packages/yum/misc.py”, line 1177, in repo_gen_decompress
return decompress(filename, dest=dest, check_timestamps=True,fn_only=cached)
File “/usr/lib/python2.7/site-packages/yum/misc.py”, line 1163, in decompress
_decompress_chunked(filename, out, ztype)
File “/usr/lib/python2.7/site-packages/yum/misc.py”, line 777, in _decompress_chunked
raise Errors.MiscError, msg
MiscError: Error reading from file /var/cache/yum/x86_64/17/rpmfusion-free-updates/f989a603341d30d6c7130792c534a72782002842bf899f39024b23378d80791e-other.sqlite.bz2: compressed file ended before the logical end-of-stream was detected

nevite prosim jak se toho zbavit? Dekuji

zkus:

sudo yum clean all && sudo yum update

ahoj,
dekuji za odpoved. Bohuzle stale je tu error:
Error: Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem. Eg.:

     1. You have an upgrade for systemd which is missing some
        dependency that another package requires. Yum is trying to
        solve this by installing an older version of systemd of the
        different architecture. If you exclude the bad architecture
        yum will tell you what the root cause is (which package
        requires what). You can try redoing the upgrade with
        --exclude systemd.otherarch ... this should give you an error
        message showing the root cause of the problem.
   
     2. You have multiple architectures of systemd installed, but
        yum can only see an upgrade for one of those arcitectures.
        If you don't want/need both architectures anymore then you
        can remove the one with the missing update and everything
        will work.
   
     3. You have duplicate versions of systemd installed already.
        You can use "yum check" to get yum show these errors.
   
   ...you can also use --setopt=protected_multilib=false to remove
   this checking, however this is almost never the correct thing to
   do as something else is very likely to go wrong (often causing
   much more problems).
   
   Protected multilib versions: systemd-44-21.fc17.i686 != systemd-44-17.fc17.x86_64

Error: Protected multilib versions: cryptsetup-libs-1.5.1-1.fc17.i686 != cryptsetup-libs-1.5.0-1.fc17.x86_64
Error: Protected multilib versions: glibc-2.15-58.fc17.i686 != glibc-2.15-57.fc17.x86_64
Error: Protected multilib versions: 1:dbus-libs-1.4.10-6.fc17.i686 != 1:dbus-libs-1.4.10-5.fc17.x86_64

Yum check mi da soupis nekolika desitek duplikatnich balicku.

Aha.
Dle https://ask.fedoraproject.org/question/2125/error-protected-multilib-versions-while-yum-update
By měl zabrat příkaz:

package-cleanup --cleandupes

diky moc. toto pomohlo :o)