Re: 8-RC1: ral0: need multicast update callback

2009-09-25 Thread Brandon Gooch
On Fri, Sep 25, 2009 at 11:29 PM, Scott Lambert wrote: > iwn does not function after resume so I've actually run ethernet cables > to where I use the laptop now. I have to unload the if_iwn module on suspend, and reload it on resume (via /etc/rc.[suspend|resume], of course). Have you tried that?

Re: 8.0-RC1: kernel page fault in NLM master thread (VIMAGE or ZFS related?)

2009-09-25 Thread Marcel Moolenaar
On Sep 25, 2009, at 4:01 PM, Jamie Gritton wrote: (kgdb) p cred->cr_prison $4 = (struct prison *) 0x0 It seems to be NFS related. I think the null pointer in question is from the export's anonymous credential. Try the patch below and see if it helps (which I guess means run it overnight and

Re: 8-RC1: ral0: need multicast update callback

2009-09-25 Thread Scott Lambert
On Fri, Sep 25, 2009 at 08:47:38AM -0700, Steve Franks wrote: > On my vanilla RC1 install (from ISO), ral seems to be having issues. > About every 1/2 hour it will hang the network when downloading ports, > or doing a large rsync transfer. If you ctrl-c on the transfer & > restart, it fires right

Re: 8.0-RC1: kernel page fault in NLM master thread (VIMAGE or ZFS related?)

2009-09-25 Thread Jamie Gritton
Marcel Moolenaar wrote: All, I just got this overnight on my server: Fatal trap 12: page fault while in kernel mode fault virtual address= 0x90 fault code= supervisor read, page not present instruction pointer= 0x20:0xc05ba39d stack pointer= 0x28:0xf31077bc frame poi

Re: 8.0-RC1 panic attaching ppc

2009-09-25 Thread Daniel O'Connor
On Fri, 25 Sep 2009, John Baldwin wrote: > On Friday 25 September 2009 3:20:05 am Daniel O'Connor wrote: > > On Thu, 24 Sep 2009, John Baldwin wrote: > > > Can you try this patch perhaps: > > > > > > Index: sys/amd64/isa/isa_dma.c > > > ==

Re: 8.0-RC1 panic attaching ppc

2009-09-25 Thread Daniel O'Connor
On Sat, 26 Sep 2009, Alan Cox wrote: > John Baldwin wrote: > > On Friday 25 September 2009 3:20:05 am Daniel O'Connor wrote: > >> On Thu, 24 Sep 2009, John Baldwin wrote: > >>> Can you try this patch perhaps: > >>> > >>> Index: sys/amd64/isa/isa_dma.c > >>> =

8.0-RC1: kernel page fault in NLM master thread (VIMAGE or ZFS related?)

2009-09-25 Thread Marcel Moolenaar
All, I just got this overnight on my server: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x90 fault code = supervisor read, page not present instruction pointer = 0x20:0xc05ba39d stack pointer = 0x28:0xf31077bc frame pointer = 0x2

Re: 8.0-RC1 panic attaching ppc

2009-09-25 Thread Alan Cox
John Baldwin wrote: On Friday 25 September 2009 3:20:05 am Daniel O'Connor wrote: On Thu, 24 Sep 2009, John Baldwin wrote: Can you try this patch perhaps: Index: sys/amd64/isa/isa_dma.c === --- isa_dma.c (revision 197430

Re: 8.0-RC1 panic attaching ppc

2009-09-25 Thread Alan Cox
John Baldwin wrote: On Friday 25 September 2009 3:20:05 am Daniel O'Connor wrote: On Thu, 24 Sep 2009, John Baldwin wrote: Can you try this patch perhaps: Index: sys/amd64/isa/isa_dma.c === --- isa_dma.c (revision 197430

8-RC1: ral0: need multicast update callback

2009-09-25 Thread Steve Franks
On my vanilla RC1 install (from ISO), ral seems to be having issues. About every 1/2 hour it will hang the network when downloading ports, or doing a large rsync transfer. If you ctrl-c on the transfer & restart, it fires right up. The only error: ral0: need multicast update callback Exact chips

Re: May running megarc still cause memory corruption on 7.X?

2009-09-25 Thread David Samms
Mikolaj Golub wrote: Hi, Previously sysutils/megarc port was marked as broken with the statement: running megarc may cause memory corruption/system instability. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128082 But recently it has been re-enabled: http://www.freebsd.org/cgi/query-pr.cgi

Re: Base system's Heimdal with Openldap support?

2009-09-25 Thread Brooks Davis
On Thu, Sep 24, 2009 at 04:45:05PM -0700, Doug Barton wrote: > Peter C. Lai wrote: > > What happens when you portupgrade? You will have to deal with rebuilding > > that part of world? > > Not unless the shared library version number changes, that's the > beauty of shared libraries. Unfortunatly w

Re: 8.0-RC1 panic attaching ppc

2009-09-25 Thread John Baldwin
On Friday 25 September 2009 3:20:05 am Daniel O'Connor wrote: > On Thu, 24 Sep 2009, John Baldwin wrote: > > Can you try this patch perhaps: > > > > Index: sys/amd64/isa/isa_dma.c > > === > > --- isa_dma.c (revision 197430) > > +

Re: USB problems with 8.0-RC1 & ATI SB6000

2009-09-25 Thread Daniel O'Connor
On Fri, 25 Sep 2009, Daniel O'Connor wrote: > I tried reverting to the old kernel but it behaves exactly the same > now.. Never mind I found the thread on freebsd-usb@ titled "sb600/sb700 ohci experimental patch" which fixes it for me. -- Daniel O'Connor software and network engineer for Genesi

Re: FreeBSD 7.2-STABLE boot freeze

2009-09-25 Thread Andriy Gapon
on 25/09/2009 12:04 kama said the following: > On Thu, 24 Sep 2009, kama wrote: > >> I am currently building the source on another machine. Lets see if it will >> build it any better. > > Building the the world on another machine and install it on the DL385 > machine made it also to freeze. Did

Re: FreeBSD 7.2-STABLE boot freeze (was: when calibrating clock.)

2009-09-25 Thread kama
On Thu, 24 Sep 2009, kama wrote: > I am currently building the source on another machine. Lets see if it will > build it any better. Building the the world on another machine and install it on the DL385 machine made it also to freeze. /Bjorn ___ freeb

May running megarc still cause memory corruption on 7.X?

2009-09-25 Thread Mikolaj Golub
Hi, Previously sysutils/megarc port was marked as broken with the statement: running megarc may cause memory corruption/system instability. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128082 But recently it has been re-enabled: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/137938 Gerri

USB problems with 8.0-RC1 & ATI SB6000

2009-09-25 Thread Daniel O'Connor
Hi, I am having an odd problem with USB on a Gigabyte MA785GM-US2H board. Initially it worked fine (tested with a mouse), over several reboots, however I recently applied a patch to fix a crash in ppc and when I rebooted I got.. Sep 25 17:08:45 midget kernel: usb_alloc_device:1586: set address

Re: 8.0-RC1 panic attaching ppc

2009-09-25 Thread Daniel O'Connor
On Thu, 24 Sep 2009, John Baldwin wrote: > Can you try this patch perhaps: > > Index: sys/amd64/isa/isa_dma.c > === > --- isa_dma.c (revision 197430) > +++ isa_dma.c (working copy) This patch fixes the panic for me. I haven't tried p