Re: kernel compile fails without AH_SUPPORT_AR5416

2009-04-21 Thread Bruce Simpson
Hi, Looks like I'm late to the party. I was responsible for committing these ath(4) changes to RELENG_7. I can't remember if I tested the kernel compile without the AH_SUPPORT_AR5416 option or not, I have been so incredibly busy. Dennis Melentyev wrote: 2009/4/16 Maxim Sobolev

Anyone using func or certserver?

2009-04-21 Thread Bruce Simpson
Is anyone out there using Fedora's Unified Network Controller (func) or certserver on FreeBSD? If so, I would really like to hear from you about your experience with it. thanks, BMS ___ freebsd-stable@freebsd.org mailing list

Re: dri + ATI: dramatic performance slowdown

2009-04-21 Thread Ronald Klop
On Mon, 20 Apr 2009 15:26:20 +0200, Oliver Lehmann lehm...@ans-netz.de wrote: Hi, as I found out in the meantime - the following described problem can be only worked around when 'Load dri' is removed from the server section, and 'Option DRI true' is removed from the Device section.

diskless netmask problem

2009-04-21 Thread alexs
Setup diskless in ip/22 subnet dhcpd.conf subnet 192.168.0.0 netmask 255.255.252.0 { use-host-decl-names on; option subnet-mask 255.255.252.0; option broadcast-address 192.168.3.255; host bart { hardware ethernet 00:1c:c0:85:48:fe; fixed-address 192.168.0.72; filename

Re: dri + ATI: dramatic performance slowdown

2009-04-21 Thread Oliver Lehmann
Hi Robert, Robert Noland wrote: Can you show me the output of memcontrol list, with drm enabled. here we go (with drm in the kernel, dri disabled in xorg): r...@kartoffel olivleh1 memcontrol list 0x0/0x1 BIOS write-back fixed-base fixed-length set-by-firmware active 0x1/0x1 BIOS

Re: dri + ATI: dramatic performance slowdown

2009-04-21 Thread Oliver Lehmann
Hi, Warren Block wrote: No DRI Section? From what I understood in the past is, that this section is just optional. I had it once in the past but removed it and nothing changed so far without having it. -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/

Re: dri + ATI: dramatic performance slowdown

2009-04-21 Thread Oliver Lehmann
Ronald Klop wrote: X.org is quite good in autodetecting your hardware and running without a config. It works for me out-of-the-box with my Radeon HD 2400 XT and Radeon HD 2600 XT. (But I'm not using agp.) You can also try the xf86-video-ati driver. It works very well with 2d accell.

Re: kernel compile fails without AH_SUPPORT_AR5416

2009-04-21 Thread Sam Leffler
Bruce Simpson wrote: Hi, Looks like I'm late to the party. I was responsible for committing these ath(4) changes to RELENG_7. I can't remember if I tested the kernel compile without the AH_SUPPORT_AR5416 option or not, I have been so incredibly busy. Dennis Melentyev wrote: 2009/4/16

Re: dri + ATI: dramatic performance slowdown

2009-04-21 Thread Robert Noland
On Tue, 2009-04-21 at 10:26 +0200, Ronald Klop wrote: On Mon, 20 Apr 2009 15:26:20 +0200, Oliver Lehmann lehm...@ans-netz.de wrote: Hi, as I found out in the meantime - the following described problem can be only worked around when 'Load dri' is removed from the server section,

Re: dri + ATI: dramatic performance slowdown

2009-04-21 Thread Robert Noland
On Tue, 2009-04-21 at 16:26 +0200, Oliver Lehmann wrote: Ronald Klop wrote: X.org is quite good in autodetecting your hardware and running without a config. It works for me out-of-the-box with my Radeon HD 2400 XT and Radeon HD 2600 XT. (But I'm not using agp.) You can also try the

Re: RELENG_7 crash

2009-04-21 Thread John Baldwin
On Tuesday 21 April 2009 1:25:06 am Mike Tancsa wrote: The box has a fairly heavy UDP load. Its RELENG_7 as of today and took 3hrs for it to dump core. Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x68 fault code =

Re: dri + ATI: dramatic performance slowdown

2009-04-21 Thread Robert Noland
On Tue, 2009-04-21 at 16:04 +0200, Oliver Lehmann wrote: 0xd800/0x800 drm write-combine active Ok, looks like MTRR is working for you, so that isn't it... robert. -- Robert Noland rnol...@freebsd.org FreeBSD signature.asc Description: This is a digitally signed message part

Re: RELENG_7 crash

2009-04-21 Thread Mike Tancsa
At 11:11 AM 4/21/2009, John Baldwin wrote: Can you do 'frame 7' followed by 'l', 'p ifp', and 'p ifp-if_snd'? Hi, kgdb) bt #0 doadump () at pcpu.h:196 #1 0xc05964d7 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418 #2 0xc05967a9 in panic (fmt=Variable fmt is not available. )

Re: RELENG_7 crash

2009-04-21 Thread Ruslan Ermilov
On Tue, Apr 21, 2009 at 11:20:13AM -0400, Mike Tancsa wrote: At 11:11 AM 4/21/2009, John Baldwin wrote: Can you do 'frame 7' followed by 'l', 'p ifp', and 'p ifp-if_snd'? Hi, kgdb) bt #0 doadump () at pcpu.h:196 #1 0xc05964d7 in boot (howto=260) at

Re: RELENG_7 crash

2009-04-21 Thread Mike Tancsa
At 11:31 AM 4/21/2009, Ruslan Ermilov wrote: : : Note that these changes simply close races around use of ifindex_table, : and make no attempt to solve the probem of disappearing ifnets. Further ^^ : refinement of this work,

Re: dri + ATI: dramatic performance slowdown

2009-04-21 Thread Oliver Lehmann
Robert Noland wrote: but you need to be setting Option AccelMethod EXA on your hardware as well. (**) RADEONHD(0): Option DRI true (**) RADEONHD(0): Selected EXA 2D acceleration. (II) RADEONHD(0): Unknown card detected: 0x9515:0x1787:0x0028. Great - this did the trick. Now the system works

Re: dri + ATI: dramatic performance slowdown

2009-04-21 Thread Robert Noland
On Tue, 2009-04-21 at 19:27 +0200, Oliver Lehmann wrote: Robert Noland wrote: but you need to be setting Option AccelMethod EXA on your hardware as well. (**) RADEONHD(0): Option DRI true (**) RADEONHD(0): Selected EXA 2D acceleration. (II) RADEONHD(0): Unknown card detected:

Re: RELENG_7 crash

2009-04-21 Thread Robert Watson
On Tue, 21 Apr 2009, Mike Tancsa wrote: At 11:31 AM 4/21/2009, Ruslan Ermilov wrote: : : Note that these changes simply close races around use of ifindex_table, : and make no attempt to solve the probem of disappearing ifnets. Further

Re: bge problems under 7.2-PRERELEASE

2009-04-21 Thread Marius Strobl
On Mon, Apr 20, 2009 at 04:46:38PM -0400, Jeff Blank wrote: Hi, csup today around 13:00 UTC. 'make buildworld', 'make buildkernel', 'make installkernel', reboot to single-user. # ifconfig bge0 141.219.5.33/22 up # ping 141.219.4.1 PING 141.219.4.1 (141.219.4.1): 56 data bytes ^C ---

Re: bge problems under 7.2-PRERELEASE

2009-04-21 Thread Jeff Blank
On Tue, Apr 21, 2009 at 08:49:24PM +0200, Marius Strobl wrote: On Mon, Apr 20, 2009 at 04:46:38PM -0400, Jeff Blank wrote: I have no trouble with networking using a kernel from 20090115. This Does that working kernel include r187309 (if_bge.c rev 1.198.2.14)? nope, 1.198.2.11. If it

Re: bge problems under 7.2-PRERELEASE

2009-04-21 Thread Marius Strobl
On Tue, Apr 21, 2009 at 03:31:29PM -0400, Jeff Blank wrote: On Tue, Apr 21, 2009 at 08:49:24PM +0200, Marius Strobl wrote: On Mon, Apr 20, 2009 at 04:46:38PM -0400, Jeff Blank wrote: I have no trouble with networking using a kernel from 20090115. This Does that working kernel include

Re: RELENG_7 crash

2009-04-21 Thread Mikolaj Golub
On Tue, 21 Apr 2009 01:25:06 -0400 Mike Tancsa wrote: MT The box has a fairly heavy UDP load. Its RELENG_7 as of today and MT took 3hrs for it to dump core. MT Fatal trap 12: page fault while in kernel mode MT cpuid = 1; apic id = 01 MT fault virtual address = 0x68 MT fault code

Re: RELENG_7 crash

2009-04-21 Thread Mike Tancsa
At 04:53 PM 4/21/2009, Mikolaj Golub wrote: Just FYI, the same problem has already been registered in pr database as kern/132734. Thanks, http://www.freebsd.org/cgi/query-pr.cgi?pr=132734 does look familiar :) If you disable the snmpwalk, is the box stable ? ---Mike

Re: RELENG_7 crash

2009-04-21 Thread Mikolaj Golub
On Tue, 21 Apr 2009 18:53:54 +0100 (BST) Robert Watson wrote: RW On Tue, 21 Apr 2009, Mike Tancsa wrote: At 11:31 AM 4/21/2009, Ruslan Ermilov wrote: : : Note that these changes simply close races around use of ifindex_table, : and make no attempt to solve the probem of disappearing

Re: RELENG_7 crash

2009-04-21 Thread Mikolaj Golub
On Tue, 21 Apr 2009 16:58:02 -0400 Mike Tancsa wrote: MT At 04:53 PM 4/21/2009, Mikolaj Golub wrote: Just FYI, the same problem has already been registered in pr database as kern/132734. MT Thanks, MT http://www.freebsd.org/cgi/query-pr.cgi?pr=132734 does look MT familiar :)

Re: RELENG_7 crash

2009-04-21 Thread Robert Watson
On Wed, 22 Apr 2009, Mikolaj Golub wrote: RW There are several bugs here, one difficult to fix (lack of RW refcounting), but also stuff like ifp being derived from an interface RW number twice, but checked against NULL only the first time (line 85 RW checked for NULL, re-queried but no check

changing cpuset of jail from inside of jail - is it feature?

2009-04-21 Thread Miroslav Lachman
I am running system FreeBSD 7.1-STABLE amd64 GENERIC (Wed Feb 11 09:56:08 CET 2009) hosting few jails. The machine has dual core CPU and some jails are set to run only on one core (core 0 in this example): host# cpuset -l 0 -j 25 As I tested today, root user inside the jail can change

Re: diskless netmask problem

2009-04-21 Thread alexs
* al...@analytic.mv.ru al...@analytic.mv.ru [2009-04-21 13:51:14 +0400]: Setup diskless in ip/22 subnet dhcpd.conf subnet 192.168.0.0 netmask 255.255.252.0 { use-host-decl-names on; option subnet-mask 255.255.252.0; option broadcast-address 192.168.3.255; host bart {