# pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
Targets (4): filesystem-2012.6-2 icu-49.1.2-1 libsystemd-185-1
systemd-tools-185-1
Total Installed Size: 29,33 MiB
Net Upgrade Size: 0,23 MiB
Proceed with installation? [Y/n] y
(4/4) checking package integrity [----------------------] 100%
(4/4) loading package files [----------------------] 100%
(4/4) checking for file conflicts [----------------------] 100%
error: failed to commit transaction (conflicting files)
filesystem: /var/lock exists in filesystem
filesystem: /var/run exists in filesystem
Errors occurred, no packages were upgraded.
解决办法:#rm -rf /var/run /var/lock && pacman -Syu
阅读(1040) | 评论(0) | 转发(0) |