On Fri, 02 Mar 2012 19:26:08 -0500, Gary Palmer wrote:
> fstat only shows the inode number of the file, e.g. [...]
Oops. I should have paid more attention (or installed sysutils/lsof)
before piping around output of an unfamiliar tool...
> I don't recall seeing in your original message - after
On Fri, 02 Mar 2012 18:16:45 -0500, Gary Palmer wrote:
> Does the datestamp on /usr/sbin/named reflect when you built the world
> or could named have been left over from a previous install?
>
> WITHOUT_BIND="yes" doesn't delete named if its already installed (not
> sure
> if 'make delete-old' cle
I set WITHOUT_BIND="yes" in /etc/src.conf, and built/installed world.
Not only does /usr/sbin/named exist - named is actually started!
Several other WITHOUT_* variables also were apparently ignored, as
evidenced by stuff installed on running system.
My main question is - how do I debug this? I ha