On 21.11.2022. 16:04, Josmar Pierri wrote:
> Hi,
>
> I managed to get screenshots of a random kernel panic that we are
> having on a server here.
> They were taken using a console management tool embedded into the
> server (Dell IDRAC) and are PNG images of the panic itself, trace of
> all cpus and ps.
> I'm not attaching them here right now because I don't know how the
> list would react to them.
>
> I attached the output of:
> 1 - sendbug -P
> 2 - dmesg right after reboot
> 3 - dmesg-boot
>
> This server has an aggr0 grouping bnxt0 and bnxt1, both at 10 Gbps.
> Its task is to load-balance RDP traffic (TCP 3389) among 2 large pools
> (more than 50 servers on each one) and 3 small ones using pf (tables)
> for that.
>
> These panics happen at random times without an apparent cause.
>
> The panic message reads:
>
> ddb{3}> show panic
> *cpu3: kernel diagnostic assertion "st->snapped == 0" failed: file
> "/usr/src/sys/net/if_pfsync.c", line 1591
> cpu2: kernel diagnostic assertion "st->snapped == 0" failed: file
> "/usr/src/sys/net/if_pfsync.c", line 1591
> cpu1: kernel diagnostic assertion "st->snapped == 0" failed: file
> "/usr/src/sys/net/if_pfsync.c", line 1591
> ddb{3}>
>
> Please advise how I should proceed to submit the screenshots.
Hi,
I have similar setup with aggr grouping ix0 and ix1 and pfsync. If you
have two firewalls, can you sysupgrade this one to latest snapshot ?
I'm running snapshot after last hackathon with this diff
https://www.mail-archive.com/[email protected]/msg72582.html
and for now firewall seems to work just fine.