Re[2]: Kernel panic rtfree 2

2011-08-23 Thread Andrey Smagin
Cc: freebsd-current@freebsd.org Subject: RE: Kernel panic rtfree 2 Hi, Please re-enable RADIX_MPATH option in your kernel config file, and try the following patch: http://people.freebsd.org/~qingli/radix_mpath.c.diff and let me know if it works out for you. I performed

RE: Kernel panic rtfree 2

2011-08-16 Thread Li, Qing
Hi, Could you please let me know if the patch fixes your crash problem ? Thanks, --Qing -Original Message- From: Li, Qing Sent: Friday, August 12, 2011 6:29 PM To: Li, Qing; Luiz Otavio O Souza; Andrey Smagin Cc: freebsd-current@freebsd.org Subject: RE: Kernel panic rtfree 2

Kernel panic rtfree 2

2011-08-12 Thread Andrey Smagin
Before all upgrade system never crash. After upgrade system month ago happens every day Kernel panic rtfree 2 at rtfree route_output sosend_generic soo_write dofilewrite kernwrite write syscallenter syscall Xfast_syscall Now I upgraded to FreeBSD 9.0-BETA1 #32 r224760M and problem exist

Re: Kernel panic rtfree 2

2011-08-12 Thread Kip Macy
It would help to know your configuration. Also, can you furnish us with a core? On Fri, Aug 12, 2011 at 9:02 AM, Andrey Smagin samsp...@mail.ru wrote: Before all upgrade system never crash. After upgrade system month ago happens every day Kernel panic rtfree 2 at rtfree route_output

Re: Kernel panic rtfree 2

2011-08-12 Thread Andrey Smagin
options IPFIREWALL_FORWARD options IPFIREWALL_NAT options ROUTETABLES=16 options DEVICE_POLLING On Fri, Aug 12, 2011 at 9:02 AM, Andrey Smagin samsp...@mail.ru wrote: Before all upgrade system never crash. After upgrade system month ago happens every day Kernel panic rtfree 2 at rtfree

Re: Kernel panic rtfree 2

2011-08-12 Thread Luiz Otavio O Souza
On Aug 12, 2011, at 11:32 AM, Andrey Smagin wrote: 12 августа 2011, 16:31 от Kip Macy kip.m...@gmail.com: It would help to know your configuration. Also, can you furnish us with a core? This is my kernel conf: cpu HAMMER ident SAM [snip] options RADIX_MPATH Can you try it without

Re[2]: Kernel panic rtfree 2

2011-08-12 Thread Andrey Smagin
12 августа 2011, 19:05 от Luiz Otavio O Souza lists...@gmail.com: On Aug 12, 2011, at 11:32 AM, Andrey Smagin wrote: 12 августа 2011, 16:31 от Kip Macy kip.m...@gmail.com: It would help to know your configuration. Also, can you furnish us with a core? This is my kernel conf: cpu

RE: Kernel panic rtfree 2

2011-08-12 Thread Li, Qing
AM To: Andrey Smagin Cc: freebsd-current@freebsd.org Subject: Re: Kernel panic rtfree 2 On Aug 12, 2011, at 11:32 AM, Andrey Smagin wrote: 12 августа 2011, 16:31 от Kip Macy kip.m...@gmail.com: It would help to know your configuration. Also, can you furnish us with a core? This is my

RE: Kernel panic rtfree 2

2011-08-12 Thread Li, Qing
Hi, Please re-enable RADIX_MPATH option in your kernel config file, and try the following patch: http://people.freebsd.org/~qingli/radix_mpath.c.diff and let me know if it works out for you. I performed very limited testing. Thanks, --Qing