Re: CARP interfaces and mastership issue

2011-10-01 Thread johan Hendriks
Op 29-09-11 16:49, Damien Fleuriot schreef: Quick follow-up again. This is the code for sys/netinet/ip_carp.c on FreeBSD 8.2, OpenBSD 3.8, OpenBSD 3.9 in function carp_setrun(struct carp_softc *sc, sa_family_t af) FREEBSD 8.2-PRERELEASE with init + preempt => auto MASTER bug Function start

Interpreting MCA error output

2011-10-01 Thread Thomas Zander
Good morning, just spotted this MCA event (and subsequently kernel panic): Oct 1 10:43:42 marvin kernel: MCA: Bank 4, Status 0xf41b210030080a13 Oct 1 10:43:42 marvin kernel: MCA: Global Cap 0x0105, Status 0x0007 Oct 1 10:43:42 marvin kernel: MCA: Vendor "AuthenticAMD",

Re: Interpreting MCA error output

2011-10-01 Thread Jeremy Chadwick
On Sat, Oct 01, 2011 at 11:08:12AM +0200, Thomas Zander wrote: > just spotted this MCA event (and subsequently kernel panic): > > Oct 1 10:43:42 marvin kernel: MCA: Bank 4, Status 0xf41b210030080a13 > Oct 1 10:43:42 marvin kernel: MCA: Global Cap 0x0105, > Status 0x0007 >

Re: CARP interfaces and mastership issue

2011-10-01 Thread Damien Fleuriot
On 1 October 2011 11:04, johan Hendriks wrote: > Op 29-09-11 16:49, Damien Fleuriot schreef: >>> >>> >>> Quick follow-up again. >>> >>> This is the code for sys/netinet/ip_carp.c on FreeBSD 8.2, OpenBSD >>> 3.8, OpenBSD 3.9 in function carp_setrun(struct carp_softc *sc, >>> sa_family_t af) >>> >>>

Re: Interpreting MCA error output

2011-10-01 Thread Royce Williams
On Sat, Oct 1, 2011 at 2:23 AM, Jeremy Chadwick wrote: [snip] > Decoding the MCE can be done using Linux's mcelog program -- you'll need > to download the source and apply the patch by hand *and* put in place a > heavily modified version of memstream.c -- which requires a lot of > patching to wo