• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

proc directory in /var/named/run-root?

M

mgalloway

Guest
I was trying to troubleshot an issue with a 7.5.4 upgrade where a named error forced an error and abort of the upgrade:

===> Installing and configuring Named Server

Trying to untar named run-root directory structure... done
Trying to set up default permissions... /var/named/run-root
...
find: /var/named/run-root/proc/5647/fd/4: No such file or directory

ERROR while trying to set up default permissions

Aborting...

Now while looking in that directory I find the following:

[root@ns4 run-root]# ll
total 12
drwxr-xr-x 2 root root 4096 Apr 3 00:23 dev
drwxr-xr-x 2 root root 4096 Apr 3 01:59 etc
dr-xr-xr-x 171 root root 0 Nov 22 04:27 proc
drwxr-xr-x 3 named named 4096 Apr 3 01:59 var

Question:

Why is the proc directory here?
Listing this directory provides the same results as /proc.

Also, how can I delete this without causing a problem on the server?

Thanks!
 
Back
Top