Re: panic.log on Intel?
Re: panic.log on Intel?
- Subject: Re: panic.log on Intel?
- From: Peter Lovell <email@hidden>
- Date: Wed, 18 Oct 2006 15:01:54 -0400
And it's not as though fixing it is hard. I wrote the code and attached it to the radar rdar://4422761 last January.
Your default-route scheme certainly make this work, but wasn't viable for us since the server couldn't be a router (for various reasons).
Regards.....Peter
On Oct 18, 2006, at 2:39 PM, Andrew Gallatin wrote:
Peter Lovell writes: This is because the kernel dump code on the crashed machine does not ARP for the ethernet address of the dump server. Instead it sends it to the default gateway and expects the gateway to forward it.
<...>
Your choices are to put the dump server on a different subnet (the router will obviously forward in this case, as that what it must do) or write your own arp code in a modified kernel. That's what we did, since we already had kernel mods. Most folks won't go that way :)
I've run into this for as long as I can remember having dumps. My workaround is to set the default route to be the dump server. This works best when you are planning in advance to crash the machine :)
Drew
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden