Re: Kernel panic with PF

2006-07-24 Thread Martin Beran
On Fri, Jul 21, 2006 at 02:15:33PM +, Martin Beran wrote: > I think this is not the case. The proxy uses either DIOCXBEGIN + > DIOCBEGINADDRS > + DIOCADDADDR + DIOCADDRULE + DIOCXCOMMIT or > DIOCCHANGERULE(PF_CHANGE_GET_TICKET) + DIOCBEGINADDRS + DIOCADDADDR > + DIOCCHANGERULE(PF_CHANGE_ADD_T

Your message to ISN awaits moderator approval

2006-07-24 Thread isn-bounces
Your mail to 'ISN' with the subject Returned mail: Data format error Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you will receive notificatio

Re: Panic

2006-07-24 Thread Graham Menhennitt
Graham Menhennitt wrote: > On Wed, 19 Jul 2006, Stephen Montgomery-Smith wrote: > >>> I just had a kernel panic. This happened seconds after I started a >>> reboot using alt-ctl-del, at about the time just after it it said it >>> was writing the entropy file. >>> >>> Here is the kernel config f

Re: filesystem full error with inumber

2006-07-24 Thread Oliver Fromme
Nobody else has answered so far, so I try to give it a shot ... Feargal Reilly <[EMAIL PROTECTED]> wrote: > The following error is being logged in /var/log/messages on > FreeBSD 5.4: > > Jul 21 09:58:44 arwen kernel: pid 615 (postgres), uid 1001 > inumber 6166128 on /data0: filesystem full

Re: filesystem full error with inumber

2006-07-24 Thread Feargal Reilly
On Mon, 24 Jul 2006 17:14:27 +0200 (CEST) Oliver Fromme <[EMAIL PROTECTED]> wrote: > Nobody else has answered so far, so I try to give it a shot ... > > The "filesystem full" error can happen in three cases: > 1. The file system is running out of data space. > 2. The file system is running out

gmirror problem/question

2006-07-24 Thread Anton Nikiforov
Dear All I'm trying to implement gmirror file system for my cluster. Does someone using geom/gmirror solutions for that? any comments? I'm confused with the algorithm of moving gmirrored volume from one server to another. And how to add failed provider to a volume. I'm trying to stop the volume,

crashes on newly updated freebsd 6.1 box..

2006-07-24 Thread Jason
I was running 6.0 stable on my dual Pentium III/733Mhz box and was running fine and dandy.. I did makeworld to upgrade to 6.1 and its been crashing weekly if not less.. the only thing I get on the console is Sleeping thread (tid 100075, pid 4401) owns a non-sleepable lock panic: sleeping thread

Re: interface announcement MFC

2006-07-24 Thread Brooks Davis
On Sun, Jul 23, 2006 at 10:33:06PM +1200, Andrew Thompson wrote: > > I would quite like to MFC the autobridge feature but it depends on this > change, http://lists.freebsd.org/pipermail/cvs-src/2006-May/064529.html > > I cant see it being a problem MFCing this to stable as the existing devd > anno

Re: How to setup polling on 'bge' interface

2006-07-24 Thread Marcelo Gardini do Amaral
> A few points: > > - Polling and SMP are compatible in 6.1. In fact, they were compatible > in earlier versions too; basically it's just the compile-time check > that had to be "fixed." > > - You may have to adjust some parameters in the kern.polling sysctl > tree - specifically, kern.pol

Re: How to setup polling on 'bge' interface

2006-07-24 Thread Marcelo Gardini do Amaral
> >The limited testing I've done on a Sun V20z at work suggests that you > >can get better routing throughput in interrupt mode than polling mode. > >YMMV and this is before tweaking the polling parameters. (My testing > >also suggests that I don't really need to do any tweaking because > >the lim

Re: How to setup polling on 'bge' interface

2006-07-24 Thread Scott Long
Marcelo Gardini do Amaral wrote: The limited testing I've done on a Sun V20z at work suggests that you can get better routing throughput in interrupt mode than polling mode. YMMV and this is before tweaking the polling parameters. (My testing also suggests that I don't really need to do any twea

6-STABLE locks solid - current ok, why?

2006-07-24 Thread Per olof Ljungmark
Hi, Got a testbed Proliant DL380G2, internal SmartArray 5i disabled, have SmartArray 5300 with 6 disks. Installed 6.1-REL last week, rebuilt to -STABLE three times since without a problem. However, when I try to add various (random) applications the box locks up solid during "configure" or "

Re: 6-STABLE locks solid - current ok, why?

2006-07-24 Thread Per olof Ljungmark
Daniel Bond wrote: On 22:22 Mon 24 Jul, Per olof Ljungmark wrote: Hi, Got a testbed Proliant DL380G2, internal SmartArray 5i disabled, have SmartArray 5300 with 6 disks. Installed 6.1-REL last week, rebuilt to -STABLE three times since without a problem. However, when I try to add various (r

Re: 6-STABLE locks solid - current ok, why?

2006-07-24 Thread Per olof Ljungmark
The 5300 have a battery backed up cache, I guess I should try to run the box off the 5i to check. Have several 360/380 G1/2/3's here too and never saw this before. I did: * Installed hw; iLO card + one Intel em0 + the 5300 * Booted 6.1-REL CD, installed base system including ports tree and sour

Cardbus0: CIS pointer != 0 problem.

2006-07-24 Thread Steve Kargl
I have a colleague who installed FreeBSD 6.1-stable onto an Alienware MJ-12 laptop. A verbose dmesg is at http://troutmask.apl.washington.edu/~kargl/alienware.dmesg We are trying to getting his wireless nic up, but seem to have run into a cardbus issue. I've built a custom kernel and stripped ou

Re: Cardbus0: CIS pointer != 0 problem.

2006-07-24 Thread John Merryweather Cooper
Steve Kargl wrote: I have a colleague who installed FreeBSD 6.1-stable onto an Alienware MJ-12 laptop. A verbose dmesg is at http://troutmask.apl.washington.edu/~kargl/alienware.dmesg We are trying to getting his wireless nic up, but seem to have run into a cardbus issue. I've built a custom k

Re: Cardbus0: CIS pointer != 0 problem.

2006-07-24 Thread Steve Kargl
On Mon, Jul 24, 2006 at 09:20:37PM -0500, John Merryweather Cooper wrote: > Steve Kargl wrote: > > > >cardbus0: CIS pointer is 0! > >cardbus0: Resource not specified in CIS: id=10, size=100 > >cardbus0: Resource not specified in CIS: id=14, size=0 > >cardbus0: Resource not specified in CIS: id=

Re: gmirror problem/question

2006-07-24 Thread Dmitriy Kirhlarov
On Mon, Jul 24, 2006 at 08:49:19PM +0400, Anton Nikiforov wrote: > I'm trying to implement gmirror file system for my cluster. > Does someone using geom/gmirror solutions for that? any comments? > > I'm confused with the algorithm of moving gmirrored volume from one server to > another. > And h