![](https://seccdn.libravatar.org/avatar/5cdd10d836bdda3796cf6bc1ab2d5a78.jpg?s=120&d=mm&r=g)
On Mon, 2012-10-15 at 19:20 +0200, Stefan Seyfried wrote:
On my Factory box with filesystem-12.3-2.1, a tmpfs is mounted on /var/lock -- and I guess you cannot rename busy mountpoints...
Not the case at mine.. and actually, the script would try to umount -l it first anyway.. so that part is covered The full script is (in lua): os.remove ("/usr/include/X11") os.remove ("/usr/lib/X11") os.execute ("mountpoint -q /var/lock && umount -l /var/lock") os.rename ("/var/lock","/var/lock.migrated") os.execute ("mountpoint -q /var/run && umount -l /var/run") os.rename ("/var/run","/var/run.migrated")
Any other good ideas on what can be tested? Whatever it is, it will have to enter the package too of course :)
The question os: What is the filesystem package trying to do?
from the changelog: - replace /var/run and /var/lock directories with symlinks to /run and /run/lock (respectively) Best regards, Dominique -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org