Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 2008 11:19:21 +0200
From:      "Adrian Penisoara" <ady@freebsd.ady.ro>
To:        freebsd-ipfw@freebsd.org, "Fratiman Vladut" <vladone@spaingsm.com>
Subject:   Re: savecore: reboot after panic:
Message-ID:  <78cb3d3f0803040119g7bfa060m71ac2b6814bc2937@mail.gmail.com>
In-Reply-To: <78cb3d3f0803040112j443413e9u1e8b319ab7f2187d@mail.gmail.com>
References:  <47CC602A.7030300@spaingsm.com> <78cb3d3f0803040112j443413e9u1e8b319ab7f2187d@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Mon, Mar 3, 2008 at 10:31 PM, Fratiman Vladut <vladone@spaingsm.com>
wrote:

> Hi!
> I try to implement some load balancing using pf. I use also ipfw for
> traffic shaping.


Have you tried to use traffic shaping with ALTQ inside pf ? Perhaps there is
a negative side-effect when combining ipfw and pf this way.


>
> In pf.conf, my rules are this:
> nat on $ext_if1 from $lan_net to any -> ($ext_if1)
> nat on $ext_if2 from $lan_net to any -> ($ext_if2)
>
> pass in on $int_if route-to { ($ext_if1 $ext_gw1), ($ext_if2 $ext_gw2),
> ($ext_if2 $ext_gw2) } round-robin from $lan_net to any keep state
>
> pass out on $ext_if1 route-to ($ext_if2 $ext_gw2) from $ext_if2 to any
> pass out on $ext_if2 route-to ($ext_if1 $ext_gw1) from $ext_if1 to any
>
> All work fine, but after some time , my system reboot. I found with
> dmesg, this error:
> savecore: reboot after panic: vm_fault: fault on nofault entry, addr:
> e13d0000
> Mar  3 21:29:47 server savecore: reboot after panic: vm_fault: fault on
> nofault entry, addr: e13d0000
> savecore: writing core to vmcore.1


Have you tried to extract a gdb stack trace from the core file ? See link
below:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-gdb.html

Regards,
Adrian Penisoara
ROFUG / EnterpriseBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?78cb3d3f0803040119g7bfa060m71ac2b6814bc2937>