On 2016-10-07 13:17, Knurpht - Gertjan Lettink wrote:
Op vrijdag 7 oktober 2016 04:33:21 CEST schreef Ronan Arraes Jardim Chagas:
Hi,
Em qui, 2016-10-06 às 23:01 +0200, Jan Engelhardt escreveu:
The only conceivable setting where this might have happened is that an update from an earlier openSUSE when it moved from /var/run to /run did not go as planned.
Actually, it is happening to a new installation using the latest DVD ISO. Notice that if I install using GNOME LiveCD, for example, then /var/run is a symlink to /run and everything works fine. Hence, something is happening to the standard DVD installation that is creating /var/run directory.
Best regards, Ronan Arraes
I can confirm this.
I notice this:
System A (installed fresh as Beta 1 DVD, then upgraded to 2 and 3):
linux-qyxj:~ # mount | grep tmpfs devtmpfs on /dev type devtmpfs (rw,nosuid,size=360232k,nr_inodes=90058,mode=755) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755) tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755) tmpfs on /run/user/482 type tmpfs (rw,nosuid,nodev,relatime,size=73288k,mode=700,uid=482,gid=483) tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=73288k,mode=700,uid=1000,gid=100) tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=73288k,mode=700) linux-qyxj:~ #
linux-qyxj:~ # l /var total 52 drwxr-xr-x 12 root root 4096 Aug 31 15:28 ./ drwxr-xr-x 23 root root 4096 Sep 22 14:18 ../ ... lrwxrwxrwx 1 root root 9 Aug 31 15:02 lock -> /run/lock/ ... lrwxrwxrwx 1 root root 10 Aug 31 15:02 mail -> spool/mail/ ... lrwxrwxrwx 1 root root 4 Aug 31 15:02 run -> /run/ ... linux-qyxj:~ #
System B (upgraded from 13.1 using DVD):
Eleanor4-up:~ # mount | grep tmpfs devtmpfs on /dev type devtmpfs (rw,nosuid,size=361796k,nr_inodes=90449,mode=755) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755) tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755) tmpfs on /var/lock type tmpfs (rw,nosuid,nodev,mode=755) <================ tmpfs on /var/run type tmpfs (rw,nosuid,nodev,mode=755) <================= tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=74544k,mode=700) tmpfs on /var/run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=74544k,mode=700) Eleanor4-up:~ #