On Mon, May 19, 2008 at 12:43:57PM +0200, Christer Solskogen wrote:
> Somehow someone in my company have managed to crash one of our OpenBSD
> boxes. I've taken a screenshot of the crash, but I dont know if it will
> tell you something or not.
>
> http://carebears.mine.nu/~solskogen/temp/openbsd_crash.png
>
> pf is not running on that machine.
> OpenBSD 4.2 GENERIC#375 i386
>
> --
> chs
I thik you are mistaken. First line in pf_test():
if (!pf_status.running)
return (PF_PASS);
So pf IS enabled.
-Otto