Re: Need help with nfsv4 and krb5 access denied

2012-06-25 Thread Rick Macklem
Herbert Poeckl wrote: > Hi everybody. > > We are new to this list and need technical help. > > We are getting access denied error on our debian clients when mounting > nfsv4 network drives with kerberos 5 authentication. > > What is wired about this, is that it works with one server, but not > w

Re: Network unavailable when booting directly to FreeBSD.

2012-06-25 Thread YongHyeon PYUN
On Mon, Jun 25, 2012 at 02:22:54PM -0700, Pedro Giffuni wrote: > Hi again; > > --- Dom 24/6/12, Pedro Giffuni ha scritto: > ... > > > > --- Lun 25/6/12, YongHyeon PYUN > > ha scritto: > > ... > > > > > > Could you narrow down which commit broke bge(4)? > > > > > > > Sean Bruno suggested it m

Re: Intel X520-DA2 Supported in stable/8?

2012-06-25 Thread Jack Vogel
Glad you figured it out. Cheers, Jack On Mon, Jun 25, 2012 at 3:52 PM, Rick Miller wrote: > Turns out the gbic in the switch was bad...I didn't think there was a > problem on the host, but you all still gave me some good info. I > appreciate it! > > > > On 6/25/12, Rick Miller wrote: > > On

Re: Intel X520-DA2 Supported in stable/8?

2012-06-25 Thread Rick Miller
Turns out the gbic in the switch was bad...I didn't think there was a problem on the host, but you all still gave me some good info. I appreciate it! On 6/25/12, Rick Miller wrote: > On Fri, Jun 22, 2012 at 7:23 PM, Jack Vogel wrote: >> Would probably be good to take care of the storm thresho

Re: ipsec kernel panic

2012-06-25 Thread mbsd
Thank you for your advice. Without ah it works perfectly. On Mon, 2012-06-25 at 11:27 +0200, VANHULLEBUS Yvan wrote: > User-Agent: All mail clients suck. This one just sucks less. > > On Mon, Jun 25, 2012 at 07:34:25AM +0300, mbsd wrote: > > Hi stable users. > > Hi. > > > > Like this good guy:

Re: How to bind a route to a network adapter and not IP

2012-06-25 Thread Ian Lepore
On Mon, 2012-06-18 at 23:07 +0200, Hans Petter Selasky wrote: > On Monday 18 June 2012 23:03:34 H wrote: > > On Monday 18 June 2012 12:54 Hans Petter Selasky wrote: > > > On Monday 18 June 2012 00:00:51 H wrote: > > > > sth...@nethelp.no wrote: > > > > >>> I loose packets because I use a WLAN adapt

Re: Network unavailable when booting directly to FreeBSD.

2012-06-25 Thread Pedro Giffuni
Hi again; --- Dom 24/6/12, Pedro Giffuni ha scritto: ... > > --- Lun 25/6/12, YongHyeon PYUN > ha scritto: > ... > > > > Could you narrow down which commit broke bge(4)? > > > > Sean Bruno suggested it may be r233495, but I haven't > found the time to revert it. > > I will let you know tomo

Re: KMS on Sandy bridge error device_attach

2012-06-25 Thread Thomas Zander
On Sat, Jun 23, 2012 at 5:07 PM, Thomas Zander wrote: > After applying the patch, when kldload'ing i915drm, there is quite > some dmesg output (attached). > > I am going to build xorg and let you know whether it works. Thanks > again for your help so far! After rebuilding xorg and some other por

Re: [CFT] radeon_suspend/resume patch

2012-06-25 Thread Mitsuru IWASAKI
Thanks for your thrilling report! > I rebooted into X with Fluxbox as my window manager. Ran "sudo acpiconf > -s3" from an xterm. Machine correctly went to sleep. I waiting 30s and > then pressed the power button. Machine came back, loaded X up correctly > and everything kept working. Amazing! OK

Re: [CFT] radeon_suspend/resume patch

2012-06-25 Thread Lawrence Stewart
On 06/26/12 00:06, Mitsuru IWASAKI wrote: > Hi, > > I created the patches for drm/radeon in order to restore the graphic > state on resuming (ported from NetBSD code). > > http://people.freebsd.org/~iwasaki/acpi/drm-radeon_suspend-20120623.diff > > Unfortunately, I don't have the machine to test

Re: Intel X520-DA2 Supported in stable/8?

2012-06-25 Thread Rick Miller
On Fri, Jun 22, 2012 at 7:23 PM, Jack Vogel wrote: > Would probably be good to take care of the storm threshold if you haven't, > set it to 0 > and you disable the check, that's what we do internally. As for the queues > and number > of descriptors, that's kind of up to you, different work loads a

Re: [CFT] radeon_suspend/resume patch

2012-06-25 Thread Mitsuru IWASAKI
Hi, > I'll try to build image for booting off flash drive with this patch. > > Do xorg-server required to test it? If possible, yes. Assuming the screen crashes on resuming, I'm expecting the patches solve this problem (both X and console). Please note that radeon.ko should be loaded before sus

Re: [CFT] radeon_suspend/resume patch

2012-06-25 Thread Volodymyr Kostyrko
Mitsuru IWASAKI wrote: I have a desktop with Radeon 9550 AS. How can I trigger suspend/resume on that one manually? It's depends on whether the system support S3. Please check it like this; # sysctl hw.acpi.supported_sleep_state hw.acpi.supported_sleep_state: S1 S3 S4 S5 If supported, to s

Re: [CFT] radeon_suspend/resume patch

2012-06-25 Thread Alexander Yerenkow
I'll try to build image for booting off flash drive with this patch. Do xorg-server required to test it? 2012/6/25 Volodymyr Kostyrko : > Mitsuru IWASAKI wrote: >> >> I created the patches for drm/radeon in order to restore the graphic >> state on resuming (ported from NetBSD code). >> >> http:/

Re: [CFT] radeon_suspend/resume patch

2012-06-25 Thread Mitsuru IWASAKI
Hi, > I have a desktop with Radeon 9550 AS. How can I trigger suspend/resume > on that one manually? It's depends on whether the system support S3. Please check it like this; # sysctl hw.acpi.supported_sleep_state If supported, to suspend; # acpiconf -s 3 or # zzz To resume, just press the po

Re: [CFT] radeon_suspend/resume patch

2012-06-25 Thread Volodymyr Kostyrko
Mitsuru IWASAKI wrote: I created the patches for drm/radeon in order to restore the graphic state on resuming (ported from NetBSD code). http://people.freebsd.org/~iwasaki/acpi/drm-radeon_suspend-20120623.diff Unfortunately, I don't have the machine to test the patches. Can anyone test this?

[CFT] radeon_suspend/resume patch

2012-06-25 Thread Mitsuru IWASAKI
Hi, I created the patches for drm/radeon in order to restore the graphic state on resuming (ported from NetBSD code). http://people.freebsd.org/~iwasaki/acpi/drm-radeon_suspend-20120623.diff Unfortunately, I don't have the machine to test the patches. Can anyone test this? Thanks! _

Re: STABLE/9 SMP ACPI suspend/resume - video mode not being restored

2012-06-25 Thread Mitsuru IWASAKI
Hi, > It looks like it has Intel graphics: > > > vgapci0@pci0:0:2:0: class=0x03 card=0x201a17aa chip=0x27a28086 > rev=0x03 hdr=0x00 > vendor = 'Intel Corporation' > device = 'Mobile 945GM/GMS, 943/940GML Express Integrated Ah, then i915.ko should restore the graphic stat

Re: Intel X520-DA2 Supported in stable/8?

2012-06-25 Thread Andrew Boyer
You can probably turn hw.ixgbe.num_queues down to 2 or 4 and cut your mbuf consumption dramatically without noticing any loss of performance. -A On Jun 22, 2012, at 6:19 PM, Rick Miller wrote: > On Fri, Jun 22, 2012 at 5:21 PM, Jack Vogel wrote: >> Increase your system mbuf pool size, you do n

Need help with nfsv4 and krb5 access denied

2012-06-25 Thread Herbert Poeckl
Hi everybody. We are new to this list and need technical help. We are getting access denied error on our debian clients when mounting nfsv4 network drives with kerberos 5 authentication. What is wired about this, is that it works with one server, but not with a second server. The configuration o

Re: kern.geom.part.check_integrity=0 not working. not able to boot 9-STABLE

2012-06-25 Thread Ruben de Groot
On 21 jun 2012, at 09:54, Andrey V. Elsukov wrote: > On 20.06.2012 22:23, Ruben de Groot wrote: >> ata2: reset tp2 stat0=50 stat1=00 devices=0x1 >> (ada0:ata2:0:0:0): Command timed out >> (ada0:ata2:0:0:0): Retrying command >> ata2: reset tp1 mask=03 ostat0=58 ostat1=00 >> ata2: stat0=0x80 err=0x8

Re: Can not build kernel with modular ata and ATA_CAM

2012-06-25 Thread Henri Hennebert
On 06/25/2012 10:50, Mitya wrote: My kernel options: # Bus support. device acpi device pci # Modular ATA device atadisk # ATA disk drives device atacore # Core ATA functionality device atapci # PCI bus support; only generic c

Can not build kernel with modular ata and ATA_CAM

2012-06-25 Thread Mitya
My kernel options: # Bus support. device acpi device pci # Modular ATA device atadisk # ATA disk drives device atacore # Core ATA functionality device atapci # PCI bus support; only generic chipset support device at

Re: ipsec kernel panic

2012-06-25 Thread VANHULLEBUS Yvan
User-Agent: All mail clients suck. This one just sucks less. On Mon, Jun 25, 2012 at 07:34:25AM +0300, mbsd wrote: > Hi stable users. Hi. > Like this good guy: > http://www.freebsd.org/cgi/query-pr.cgi?pr=159629&cat= > I'm bad guy also have kernel panic. >1;2802;0c Maybe it's doesn't matter goo

Re: STABLE/9 SMP ACPI suspend/resume - video mode not being restored

2012-06-25 Thread Adrian Chadd
On 23 June 2012 10:24, Mitsuru IWASAKI wrote: > Your T60 has a Radeon graphic adapter, right? > Could you try the radeon suspend/resume patch and kldload radeon.ko > before suspending? It looks like it has Intel graphics: vgapci0@pci0:0:2:0: class=0x03 card=0x201a17aa chip=0x27a28086 r