Hi,
the mounted local filesystems of my desktop machine are as follows:
> findmnt -t ext4,xfs,sysfs,proc,tmpfs
TARGET SOURCE FSTYPE OPTIONS
/ /dev/sda1 ext4 rw,noatime,data=ordered
├─/sys sysfs sysfs rw,nosuid,nodev,noexec,relatime
│ └─/sys/fs/cgroup tmpfs tmpfs rw,nosuid,nodev,noexec,mode=755
├─/proc proc proc rw,nosuid,nodev,noexec,relatime
├─/dev/shm tmpfs tmpfs rw,nosuid,nodev
├─/run tmpfs tmpfs rw,nosuid,nodev,mode=755
├─/home01 /dev/sdb2 xfs rw,relatime,attr2,inode64,noquota
├─/var /dev/sdb1 ext4 rw,noatime,data=ordered
│ ├─/var/run tmpfs tmpfs rw,nosuid,nodev,mode=755
│ └─/var/lib/ntp/proc none proc ro,nosuid,nodev,relatime
├─/srv /dev/sdc2 ext4 rw,noatime,data=ordered
├─/home /dev/sdc3 xfs rw,relatime,attr2,inode64,noquota
└─/tmp /dev/sdc1 ext4 rw,noatime,data=ordered
>
I suspect that you may have an issue with the /var/run link, especially as it’s pointing to something which may be used by NTP:
> l /var/lib/ntp/
insgesamt 24
drwxr-xr-x 7 root root 4096 19. Aug 22:12 ./
drwxr-xr-x 53 root root 4096 10. Okt 00:00 ../
drwxr-xr-x 2 root root 4096 20. Apr 2015 dev/
drwxr-xr-x 2 ntp ntp 4096 28. Okt 15:39 drift/
drwxr-xr-x 2 root root 4096 12. Okt 10:26 etc/
dr-xr-xr-x 272 root root 0 28. Okt 07:38 proc/
drwxr-xr-x 5 root root 4096 19. Aug 22:12 var/
> l /var/lib/ntp/var/
insgesamt 20
drwxr-xr-x 5 root root 4096 19. Aug 22:12 ./
drwxr-xr-x 7 root root 4096 19. Aug 22:12 ../
drwxr-xr-x 2 root root 4096 19. Aug 17:04 lib/
drwxr-xr-x 2 root root 4096 19. Aug 22:12 log/
drwxr-xr-x 3 root root 4096 20. Apr 2015 run/
> l /var/lib/ntp/var/run/
insgesamt 12
drwxr-xr-x 3 root root 4096 20. Apr 2015 ./
drwxr-xr-x 5 root root 4096 19. Aug 22:12 ../
drwxr-xr-x 2 ntp root 4096 10. Okt 18:40 ntp/
> l /var/lib/ntp/var/run/ntp/
insgesamt 8
drwxr-xr-x 2 ntp root 4096 10. Okt 18:40 ./
drwxr-xr-x 3 root root 4096 20. Apr 2015 ../
>
I suspect that you need to (as root) ‘init’ to (systemd) “system rescue mode” (used to be “single user mode”): “# init 1” or “# telinit 1” or “# systemctl rescue”.
Make sure that the ntpd.service has shut down.
Then, in this mode you should should at least unlink /var/run after moving everything there somewhere else.
Then move everything that should be in /var/run back to that “no longer linked somewhere else” directory.
Then move everything that should be in /var/lib/ntp also back there from “somewhere else”.
Example /var/run:
> l /var/run/
insgesamt 48
drwxr-xr-x 34 root root 1060 28. Okt 13:14 ./
drwxr-xr-x 15 root root 4096 19. Aug 18:03 ../
-rw-r--r-- 1 root root 4 28. Okt 07:39 auditd.pid
prw------- 1 root root 0 28. Okt 07:39 autofs.fifo-mnt-MyBookWorld|
---------- 1 root root 5 28. Okt 07:39 autofs-running
-rw-r--r-- 1 root root 5 28. Okt 07:39 automount.pid
drwxr-xr-x 2 avahi avahi 80 28. Okt 07:39 avahi-daemon/
---------- 1 root root 0 28. Okt 07:39 cron.reboot
drwxr-xr-x 3 root lp 80 28. Okt 07:39 cups/
drwxr-xr-x 2 root root 60 28. Okt 07:39 dbus/
lrwxrwxrwx 1 root root 16 28. Okt 07:39 displaymanager.pid -> /var/run/kdm.pid
prw------- 1 root root 0 28. Okt 07:39 dmeventd-client|
-rw-r--r-- 1 root root 4 28. Okt 07:39 dmeventd.pid
prw------- 1 root root 0 28. Okt 07:39 dmeventd-server|
drwxr-xr-x 2 root root 40 28. Okt 07:39 fsck/
-rw-r--r-- 1 root root 5 28. Okt 07:39 httpd.pid
drwxr-xr-x 3 root root 80 28. Okt 07:39 initramfs/
-rw-r--r-- 1 root root 5 28. Okt 07:39 kdm.pid
drwxr-xr-x 2 root root 60 28. Okt 12:56 libstorage/
drwxrwxr-x 5 root lock 120 28. Okt 07:39 lock/
drwxr-xr-x 2 root root 40 28. Okt 07:39 log/
drwx------ 3 root root 80 28. Okt 07:39 lvm/
-rw-r--r-- 1 root root 4 28. Okt 07:39 lvmetad.pid
drwxr-xr-x 2 root root 80 28. Okt 07:39 mcelog/
drwxr-xr-x 2 root root 60 28. Okt 07:39 mount/
drwxr-xr-x 4 root root 80 28. Okt 07:39 netconfig/
drwxr-xr-x 2 root root 80 28. Okt 07:39 nfs/
drwxr-xr-x 2 root root 160 28. Okt 07:39 nscd/
drwxr-xr-x 2 root root 80 28. Okt 07:39 ntp/
-rw-r--r-- 1 root root 0 28. Okt 07:39 numlock-on
drwxr-x--- 2 root root 40 28. Okt 07:39 openvpn/
drwxr-xr-x 2 root root 60 28. Okt 07:39 pcscd/
drwxr-xr-x 2 root root 40 28. Okt 07:39 plymouth/
-r--r--r-- 1 root root 0 28. Okt 07:39 rpcbind.lock
srw-rw-rw- 1 root root 0 28. Okt 07:39 rpcbind.sock=
-rw-r--r-- 1 statd nogroup 5 28. Okt 07:39 rpc.statd.pid
drwxr-xr-x 4 root root 120 28. Okt 07:39 samba/
drwxr-xr-x 2 root root 40 28. Okt 07:39 screens/
-rw------- 1 root root 5 28. Okt 07:39 sm-notify.pid
drwxr-xr-x 3 root root 60 28. Okt 07:39 SuSEfirewall2/
drwxr-xr-x 2 svn svn 40 28. Okt 07:39 svnserve/
drwxr-xr-x 13 root root 300 28. Okt 07:39 systemd/
drwxr-xr-x 2 root root 60 28. Okt 07:39 tmpfiles.d/
drwxr-xr-x 2 root root 40 28. Okt 07:39 tuned/
drwxr-xr-x 9 root root 200 28. Okt 12:56 udev/
drwx------ 2 root root 40 28. Okt 08:34 udisks2/
drwxrwxrwt 2 root root 40 28. Okt 07:39 uscreens/
drwxr-xr-x 3 root root 60 28. Okt 17:00 user/
-rw-rw-r-- 1 root utmp 3456 28. Okt 16:41 utmp
drwxr-xr-x 2 root root 40 28. Okt 07:39 vpnc/
drwxr-xr-x 3 root root 180 28. Okt 07:46 wicked/
drwxr-xr-x 4 root root 80 28. Okt 07:39 xdmctl/
-rw-r--r-- 1 root root 5 28. Okt 08:40 zypp.pid
>
Cheers