[afnog] FreeBSD incomplete boot problem
Brian Candler
B.Candler at pobox.com
Thu May 27 17:19:33 EAT 2004
On Thu, May 27, 2004 at 05:59:50PM +0200, Phil Regnauld wrote:
> At this point, I might suggest that you
>
> 1) put echo "reached point X" in your /etc/rc script,
> and see how far you get (where X goes from 0 to N)
Or just put "set -x" at the top of the script, after the hash-bang line:
#!/bin/sh
set -x
... rest as before
That should display each line of the script as it executes it.
Cheers,
Brian.
More information about the afnog
mailing list