Re: Radeon r6/7xx support merged to -STABLE

2009-03-16 Thread Kostik Belousov
On Sun, Mar 15, 2009 at 10:27:53PM -0500, Robert Noland wrote: On Sun, 2009-03-15 at 23:33 +0200, Kostik Belousov wrote: On Sun, Mar 15, 2009 at 01:49:12PM -0500, Robert Noland wrote: I went ahead and merged the Radeon R6/7xx code to -STABLE a while ago. The current xorg drivers will

bge0: EEPROM read timed

2009-03-16 Thread pluknet
Hi. I got this on today's RELENG_6 with Broadcom BCM5722 A0, ASIC rev. 0xa200. From dmesg (bge related): bge0: Broadcom BCM5722 A0, ASIC rev. 0xa200 mem 0xe840-0xe840 irq 16 at device 0.0 on pci2 bge0: firmware handshake timed out, found 0x4b657654 bge0: firmware handshake timed out,

Re: mergemaster annoyance or not?

2009-03-16 Thread Oliver Fromme
Doug Barton wrote: The attached patch adds a -F option to automatically install files when only the FreeBSD $Ids differ. I've tested this and it seems to do what the people concerned about this issue are asking for. That seems to be a useful feature. You need to quote the dollar signs,

Re: bge0: EEPROM read timed

2009-03-16 Thread pluknet
2009/3/16 pluknet pluk...@gmail.com: Hi. I got this on today's RELENG_6 with Broadcom BCM5722 A0, ASIC rev. 0xa200. From dmesg (bge related): bge0: Broadcom BCM5722 A0, ASIC rev. 0xa200 mem 0xe840-0xe840 irq 16 at device 0.0 on pci2 bge0: firmware handshake timed out, found

FIB (routing table) question with jailed service

2009-03-16 Thread Harald Schmalzbauer
Hello, I set up a second routingtable and told rc.d/jail to use the FIB1. Now I wonder why the SSHd in the jail isn't responding. I set the default router to a local address and the second default router in FIB1 to the ISP router, reachable via a second NIC. Does the FIb only work for

Re: Radeon r6/7xx support merged to -STABLE

2009-03-16 Thread Robert Noland
On Mon, 2009-03-16 at 11:43 +0200, Kostik Belousov wrote: On Sun, Mar 15, 2009 at 10:27:53PM -0500, Robert Noland wrote: On Sun, 2009-03-15 at 23:33 +0200, Kostik Belousov wrote: On Sun, Mar 15, 2009 at 01:49:12PM -0500, Robert Noland wrote: I went ahead and merged the Radeon R6/7xx code

Re: Panic in radeon_get_vblank_counter()

2009-03-16 Thread Sean C. Farley
On Sun, 15 Mar 2009, Robert Noland wrote: On Sun, 2009-03-15 at 14:27 +0100, Fabian Keil wrote: Robert Noland rnol...@freebsd.org wrote: On Fri, 2009-03-13 at 23:33 -0500, Sean C. Farley wrote: On Fri, 13 Mar 2009, Robert Noland wrote: If I start rebooting before it is printed, the system

IPv6 gif(4) MTU: manpage vs src inconsistency?

2009-03-16 Thread Martin
Hi, it seems I have trouble to reach some websites using IPv6 through a gif tunnel. Most websites work, except for these two: www.freebsd.org www.kame.net I've searched for problems and it seems, I cannot send ping packets larger than 1232 from the host behind my router. That's why I wanted to

GCC build causes panic: page already inserted

2009-03-16 Thread Dan Allen
I saw that someone else had this happen last week... It is not a hardware failure. While building the latest GCC 4.4 from /usr/ports/lang/gcc44 I got a core dump with the message vm_page_insert: page already inserted I build this port every week on a Toshiba laptop (1.8GHz Core 2

Re: Panic in radeon_get_vblank_counter()

2009-03-16 Thread Robert Noland
On Mon, 2009-03-16 at 12:40 -0500, Sean C. Farley wrote: On Sun, 15 Mar 2009, Robert Noland wrote: On Sun, 2009-03-15 at 14:27 +0100, Fabian Keil wrote: Robert Noland rnol...@freebsd.org wrote: On Fri, 2009-03-13 at 23:33 -0500, Sean C. Farley wrote: On Fri, 13 Mar 2009, Robert Noland

Re: GCC build causes panic: page already inserted

2009-03-16 Thread Alan Cox
On Mon, Mar 16, 2009 at 12:59 PM, Dan Allen danalle...@airwired.net wrote: I saw that someone else had this happen last week... It is not a hardware failure. I have not seen that. I have only seen an assertion failure that would have nothing to do with your reported panic. While

Re: 7.1 panic vm_page_startup: inconsistent page counts

2009-03-16 Thread Alan Cox
Peter Jeremy wrote: On 2009-Mar-12 08:46:50 -0400, John Baldwin j...@freebsd.org wrote: On Thursday 12 March 2009 12:36:46 am Peter Jeremy wrote: I'm trying to upgrade an 11 month old FreeBSD 7 image in a VMware 4.5.2 guest to an up-to-date -stable and it panics as above. I've added a

Re: Radeon r6/7xx support merged to -STABLE

2009-03-16 Thread Kostik Belousov
On Mon, Mar 16, 2009 at 12:33:26PM -0500, Robert Noland wrote: On Mon, 2009-03-16 at 11:43 +0200, Kostik Belousov wrote: On Sun, Mar 15, 2009 at 10:27:53PM -0500, Robert Noland wrote: On Sun, 2009-03-15 at 23:33 +0200, Kostik Belousov wrote: On Sun, Mar 15, 2009 at 01:49:12PM -0500,

Re: GCC build causes panic: page already inserted

2009-03-16 Thread Dan Allen
On 16 Mar 2009, at 1:01 PM, Alan Cox wrote: For now, can you just provide the stack trace? How do I do this? Is there a tool that I run against the core dump? BTW, I just did the same gcc-4.4 build on my Mac and it built fine without any core dumps... Dan

Re: GCC build causes panic: page already inserted

2009-03-16 Thread Patrick Lamaizière
Le Mon, 16 Mar 2009 14:49:43 -0600, Dan Allen danalle...@airwired.net: For now, can you just provide the stack trace? How do I do this? Is there a tool that I run against the core dump? See http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html Regards.

Re: GCC build causes panic: page already inserted

2009-03-16 Thread Dan Allen
On 16 Mar 2009, at 3:42 PM, Patrick Lamaizière wrote: Le Mon, 16 Mar 2009 14:49:43 -0600, Dan Allen danalle...@airwired.net: For now, can you just provide the stack trace? How do I do this? Is there a tool that I run against the core dump? See

Calling NUT users in America (and other 110V countries)

2009-03-16 Thread Daniel O'Connor
Does anyone have a 110V MGE Pulsar connected to NUT via RS232? The reason I am asking is that we ship systems overseas (from Australia land of 230V) and typically have the customer purchase a UPS (or arrange for one to be delivered to the site) and I find that I can't communicate with them

Re: GCC build causes panic: page already inserted

2009-03-16 Thread Dan Allen
On 16 Mar 2009, at 1:01 PM, Alan Cox wrote: For now, can you just provide the stack trace? As I mentioned, I am unable to do so - I have no kernel.debug. However, I am trying to reproduce the bug again. (It takes a while.) Although it has not yet crashed, I noticed another unusual