• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

File System Loop detected

W

wclark

Guest
Hi there,

Today came in to hosed CentOS 6 system. Suspect Plesk auto-update, since nothing else changed. /var is full.

When I try to find the big file I get:
[root@impress-dev named]# pwd
/var/named
[root@imp named]# find . -type f -size +10000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
find: File system loop detected; `./chroot/var/named' is part of the same file system loop as `.'.

[root@impress-dev named]# uname -a
Linux impress-dev.com 2.6.32.43-6.art.x86_64 #1 SMP Thu Jul 14 14:54:31 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux



I don't know what created the /var/named/chroot directory. I can't delete it.

Any ideas?

Thanks!
Bill
 
Do

ls -ldi /var/named/chroot/var/named/ /var/named


and see if the inode numbers are the same (they shouldn't be). If they are then you need to remove the /var/named/chroot/var/named/ hard link and recreate it as a directory.
 
Back
Top