~> yum update --> Finished Dependency Resolution Error: Multilib version problems found. This often means thatthe root cause is something elseand multilib version checking is just pointing out that there is a problem. Eg.:
1. You have an upgrade for libselinux which is missing some dependency that another package requires. Yum is trying to solve this by installing an older versionof glibc ofthe 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 glibc.otherarch ... this should give you an error message showing the root cause ofthe problem.
2. You have multiple architectures of glibc 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 withthe missing update and everything will work.
3. You have duplicate versions of glibc installed already. You can use "yum check"toget 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 elseis very likely to go wrong (often causing much more problems).
Failed to activate service 'org.freedesktop.systemd1': timed out
咦?systemd 自己都没正常启动,看看日志:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
... localhost dbus-daemon[1166]: Encountered error 'Errorinfile /etc/dbus-1/system.d/org.freedesktop.hostname1.conf, line 1, column 0: no element found ' while parsing '/etc/dbus-1/system.d/org.freedesktop.hostname1.conf' localhost dbus-daemon[1166]: Encountered error 'Errorinfile /etc/dbus-1/system.d/org.freedesktop.import1.conf, line 1, column 0: no element found ' while parsing '/etc/dbus-1/system.d/org.freedesktop.import1.conf' localhost dbus-daemon[1166]: Encountered error 'Errorinfile /etc/dbus-1/system.d/org.freedesktop.locale1.conf, line 1, column 0: no element found ' while parsing '/etc/dbus-1/system.d/org.freedesktop.locale1.conf' localhost dbus-daemon[1166]: Encountered error 'Errorinfile /etc/dbus-1/system.d/org.freedesktop.login1.conf, line 1, column 0: no element found ' while parsing '/etc/dbus-1/system.d/org.freedesktop.login1.conf' localhost dbus-daemon[1166]: Encountered error 'Errorinfile /etc/dbus-1/system.d/org.freedesktop.machine1.conf, line 1, column 0: no element found ' while parsing '/etc/dbus-1/system.d/org.freedesktop.machine1.conf' localhost dbus-daemon[1166]: Encountered error 'Errorinfile /etc/dbus-1/system.d/org.freedesktop.systemd1.conf, line 1, column 0: no element found ' while parsing '/etc/dbus-1/system.d/org.freedesktop.systemd1.conf' localhost dbus-daemon[1166]: Encountered error 'Errorinfile /etc/dbus-1/system.d/org.freedesktop.timedate1.conf, line 1, column 0: no element found ' while parsing '/etc/dbus-1/system.d/org.freedesktop.timedate1.conf' ...