proc directory left in previously chroot'd bind

GXX

Verified User
Joined
Mar 25, 2006
Messages
341
I've come across a box which had a chroot bind update that fubared a few things. I managed to revert it back and named is running correctly now. However, when checking through the named directory I came across a proc directory (/var/named/chroot/proc).

From some searches, it appears this was needed to get chroot "working". So, anyone have an idea on how to get rid of it correctly and cleanly?
 
It doesn't hurt a bit if it stays there, and since it's a virtual file system it won't even use disk space. Anyway, the correct way to remove it is "umount /var/named/chroot/proc" and "rm -r /var/named/chroot/proc".
 
Back
Top