Subject: Re: me again - problem with dhcpd problem
To: Jon <jons@dotnet.com>
From: Andrew Gillham <gillham@vaultron.com>
List: port-i386
Date: 10/27/2001 20:13:45
On Sat, Oct 27, 2001 at 09:52:16PM -0500, Jon wrote:
> When I boot and it comes to the process is comes up with some blurb.
> and when I do ps auxw it doesn't show.
> 
> So I read the man pages and found the -q is supposed to remove the copyright, which is the only thing I( can think the blurb is.

Login as root and run it manually:
	# dhcpd -q tlp0

You will probably see something complaining about a syntax error in your
/etc/dhcpd.conf file, or a missing file in /var/db.  You can create the
file with 'touch /var/db/dhcpd.leases' if that is the problem.

You can run capture the output with:
	# dhcpd -q tlp0 >& /tmp/error.txt

-Andrew