You are not logged in.
When I try to upgrade "filesystem" I get the following error:
erwin@villejo ~ % sudo pacman -S filesystem
Password:
resolving dependencies...
looking for inter-conflicts...
Targets (1): filesystem-2012.6-1
Total Installed Size: 0.30 MiB
Net Upgrade Size: 0.23 MiB
Proceed with installation? [Y/n]
(1/1) checking package integrity [######################] 100%
(1/1) loading package files [######################] 100%
(1/1) 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.
I searched the forums and found out that /var/lock and /var/run are symlinked to /run/lock and /run respectively:
erwin@villejo ~ % ls -ln /var/{lock,run}
lrwxrwxrwx 1 0 9 Apr 1 18:20 /var/lock -> /run/lock/
lrwxrwxrwx 1 0 4 Apr 1 18:20 /var/run -> /run/
Could these symlinks to /run and /run/lock be the problem? I checked my /etc/fstab and /etc/mtab and both files aren't there so I assume that they're not mounted as tmpfs. Also, I do not have a separate var partition.
How do I get around this? Is it safe to delete the symlinks? Or should I force install "filesystem"?
Last edited by erville (2012-06-04 17:52:04)
Offline
When was the last time you did a full update (pacman -Syu)?
Offline
If you use the [testing] repo you should subscribe to the arch-dev-public mailing list
Offline
If you use the [testing] repo you should subscribe to the arch-dev-public mailing list
And post in the [testing subforum!
ᶘ ᵒᴥᵒᶅ
Offline
try pacman -Sf filesystem
Offline
Marked as solved. That was embarrassing, solution was in arch-dev-public mailing list all along. Thanks arojas. In my defense, I did subscribe to the said mailing list but on a separate email address, which I later on deleted. My bad. Lesson learned.
Anyway, thanks for the quick response!
Offline
... And, I am moving this over to the testing forum...
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
As this is the first google hit for the error message, let me post another thread which has more info than this:
http://bbs.archbang.org/viewtopic.php?id=2909
Offline
Wouldn't it make more sense to just go to the main page of archlinux ?
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline