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 iwas...@jp.freebsd.org 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

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=159629cat= I'm bad guy also have kernel panic. 1;2802;0c Maybe it's doesn't matter good or

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

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

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=0x80 lsb=0x80

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

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 jfvo...@gmail.com wrote: Increase your system mbuf pool

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 state on

[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: [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?

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

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 c.kw...@gmail.com: Mitsuru IWASAKI wrote: I created the patches for drm/radeon in order to restore the graphic state on resuming (ported from NetBSD code).

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

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

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 jfvo...@gmail.com 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

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 the

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: KMS on Sandy bridge error device_attach

2012-06-25 Thread Thomas Zander
On Sat, Jun 23, 2012 at 5:07 PM, Thomas Zander thomas.e.zan...@googlemail.com 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

Re: Network unavailable when booting directly to FreeBSD.

2012-06-25 Thread Pedro Giffuni
Hi again; --- Dom 24/6/12, Pedro Giffuni p...@freebsd.org ha scritto: ... --- Lun 25/6/12, YongHyeon PYUN pyu...@gmail.com 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

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 adapter. Sometimes

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: 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 vmil...@hostileadmin.com wrote: On Fri, Jun 22, 2012 at 7:23 PM, Jack Vogel jfvo...@gmail.com wrote: Would probably be

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 vmil...@hostileadmin.comwrote: 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

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 p...@freebsd.org ha scritto: ... --- Lun 25/6/12, YongHyeon PYUN pyu...@gmail.com ha scritto: ... Could you narrow down which commit broke bge(4)? Sean Bruno

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 with a