docs/132260: dhcpd(8) pid not stored in documented location
Josh Paetzel
jpaetzel at FreeBSD.org
Thu Oct 22 17:20:04 UTC 2009
The following reply was made to PR docs/132260; it has been noted by GNATS.
From: Josh Paetzel <jpaetzel at FreeBSD.org>
To: bug-followup at FreeBSD.org
Cc: Giorgos Keramidas <keramida at freebsd.org>,
feenberg at nber.org
Subject: Re: docs/132260: dhcpd(8) pid not stored in documented location
Date: Thu, 22 Oct 2009 12:13:53 -0500
The reason that it puts the pidfile in /var/run/dhcpd is that you are
running with either paranoia or chmodded as the dhcpd user. In either
case it can't write to /var/run as it starts up as the dhcpd user.
If you look at the ownership of /var/run/dhcpd you'll see it is owned
by dhcpd:dhcpd
If you run as root, or without paranoia it will in fact create the
pidfile in /var/run/
I suppose we could patch the man pages depending on the compilation
options or something.
Thanks,
Josh Paetzel
More information about the freebsd-doc
mailing list