Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 3061  / 2 Years ago, mon, january 31, 2022, 10:18:06

I have found that it lacks /run/lock directory.



And I cannot find out what daemon/init script creates it.



Could you give me a hint?



Just to make it clear:



1.



# mount
/var/lib/vz/private/101 on / type simfs (rw,relatime)
/dev/sdb on /var/lib/mysql type ext4 (rw,noatime,relatime,barrier=1,data=ordered)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,mode=600,ptmxmode=000)
varrun on /run type tmpfs (rw,relatime)


2.



# ls -la /run/l*
ls: cannot access /run/l*: No such file or directory

More From » 12.04

 Answers
1

Well, I could remount it using plain old



mount -o remount /run/lock


and it's defined in /lib/init/fstab


[#29369] Wednesday, February 2, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
pheter

Total Points: 223
Total Questions: 111
Total Answers: 119

Location: Guadeloupe
Member since Sat, Aug 22, 2020
4 Years ago
;