Re: Lenovo x220 - hangs on shutdown

2013-07-22 Thread Joel Dahl
On Mon, Jul 22, 2013 at 02:32:06PM -0700, Neel Natu wrote: > Hi Joel, > > On Mon, Jul 22, 2013 at 1:36 PM, Konstantin Belousov > wrote: > > On Mon, Jul 22, 2013 at 10:52:55AM -0700, Adrian Chadd wrote: > >> Hi kib, > >> > >> Is there a wiki page or some other kind of documentation descibing how >

[ixgbe] Register txd/rxd sysctl values

2013-07-22 Thread Adrian Chadd
Hi, This patch adds and hw.ixgbe tree and adds rxd/txd. These are already tunables but it wasn't easy to see if these were being set. I'd like to commit this soon. Thanks! -adrian adrian@freebsd-10-hack2:~/work/freebsd/head/src/sys/dev/ixgbe % svn diff . Index: ixgbe.c ===

Re: Lenovo x220 - hangs on shutdown

2013-07-22 Thread Neel Natu
Hi Joel, On Mon, Jul 22, 2013 at 1:36 PM, Konstantin Belousov wrote: > On Mon, Jul 22, 2013 at 10:52:55AM -0700, Adrian Chadd wrote: >> Hi kib, >> >> Is there a wiki page or some other kind of documentation descibing how >> AMT works? > It is Intel documentation for vPro. Setting up AMT on the mo

Re: Panic when starting X with Intel KMS

2013-07-22 Thread Neel Natu
Hi Gustau, On Mon, Jul 22, 2013 at 12:38 PM, Gustau Pérez i Querol wrote: > Al 22/07/2013 13:19, En/na Konstantin Belousov ha escrit: > >> On Mon, Jul 22, 2013 at 12:43:56PM +0200, Gustau P??rez i Querol wrote: > > As a blind shot, try to > revert r252653. >>> >>> r252652 works O

Re: r253070 and "disappearing" zpool

2013-07-22 Thread Pawel Jakub Dawidek
On Mon, Jul 22, 2013 at 10:29:40AM +0300, Andriy Gapon wrote: > I think that this setup (on ZFS level) is quite untypical, although not > impossible on FreeBSD (and perhaps only FreeBSD). > It's untypical because you have separate boot pool (where loader, loader.conf > and kernel are taken from) an

Re: Lenovo x220 - hangs on shutdown

2013-07-22 Thread Konstantin Belousov
On Mon, Jul 22, 2013 at 10:52:55AM -0700, Adrian Chadd wrote: > Hi kib, > > Is there a wiki page or some other kind of documentation descibing how > AMT works? It is Intel documentation for vPro. Setting up AMT on the motherboard is specific to the motherboard BIOS, you should look at the hardware

Re: Panic when starting X with Intel KMS

2013-07-22 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/21/13 03:18, Konstantin Belousov wrote: > On Sat, Jul 20, 2013 at 01:20:56PM +0200, Oliver Pinter wrote: >> On 7/20/13, Gustau P?rez i Querol wrote: >>> Reading the backtrace I see this: >>> >>> panic: pmap_release: pmap resident c

Re: Panic when starting X with Intel KMS

2013-07-22 Thread Gustau Pérez i Querol
Al 22/07/2013 13:19, En/na Konstantin Belousov ha escrit: On Mon, Jul 22, 2013 at 12:43:56PM +0200, Gustau P??rez i Querol wrote: As a blind shot, try to revert r252653. r252652 works OK. r252653 panics. What if, instead of reverting r252653, apply the following: diff --git a/sys/vm/vm_p

Re: Lenovo x220 - hangs on shutdown

2013-07-22 Thread Adrian Chadd
Hi kib, Is there a wiki page or some other kind of documentation descibing how AMT works? I'd like to set this up at home on some newer machines (read: buy machines that have this) but I don't know what/where to start. Thanks! -adrian On 22 July 2013 02:51, Konstantin Belousov wrote: > On S

Re: CFT: cloned_interfaces and gifconfig in rc.d/netif

2013-07-22 Thread Hiroki Sato
Hiroki Sato wrote in <20130722.024513.95685108976349294@allbsd.org>: hr> Hi, hr> hr> The attached patch allows rc.d/netif to create IFs in hr> $cloned_interfaces when interface name(s) is specified. For example, hr> when the following lines are in rc.conf: hr> hr> cloned_interfaces="b

Re: USB gadget examples

2013-07-22 Thread Hans Petter Selasky
On 07/22/13 17:15, Alie Tan wrote: Hi, May I know what is this USB gadget examples for? http://svnweb.freebsd.org/base?view=revision&revision=253544 http://svnweb.freebsd.org/base?view=revision&revision=253546 Regards, Alie T Hi, These examples are for implementing a real USB device, I.E. no

USB gadget examples

2013-07-22 Thread Alie Tan
Hi, May I know what is this USB gadget examples for? http://svnweb.freebsd.org/base?view=revision&revision=253544 http://svnweb.freebsd.org/base?view=revision&revision=253546 Regards, Alie T ___ freebsd-current@freebsd.org mailing list http://lists.free

Re: r253070 and "disappearing" zpool

2013-07-22 Thread Teske, Devin
On Jul 22, 2013, at 12:29 AM, Andriy Gapon wrote: > > [turning this into a public discussion with Glen's permission] > > on 10/07/2013 21:05 Glen Barber said the following: >> Hi, >> >> My setup is like this: >> >>root@nucleus:/usr/src # zpool list >>NAME SIZE ALLOC FREECAP

Re: Panic when starting X with Intel KMS

2013-07-22 Thread Konstantin Belousov
On Mon, Jul 22, 2013 at 12:43:56PM +0200, Gustau P??rez i Querol wrote: > >> As a blind shot, try to > >> revert r252653. > > r252652 works OK. r252653 panics. What if, instead of reverting r252653, apply the following: diff --git a/sys/vm/vm_phys.c b/sys/vm/vm_phys.c index 66f3b0c..78f07f7

Re: Panic when starting X with Intel KMS

2013-07-22 Thread Gustau Pérez i Querol
Show me the verbose dmesg, including the i915 driver attach. Will do it tomorrow morning (I'm UTC+1). Here you have the verbose dmesg and the i915 before the panic: https://dl.dropboxusercontent.com/u/2094962/panic_r252653.tar.gz As a blind shot, try to revert r252653. r25265

Re: Lenovo x220 - hangs on shutdown

2013-07-22 Thread Konstantin Belousov
On Sun, Jul 21, 2013 at 10:52:18PM +0200, Joel Dahl wrote: > On Sun, Jul 21, 2013 at 07:12:33PM +0300, Konstantin Belousov wrote: > > On Sun, Jul 21, 2013 at 09:20:45AM +0200, Joel Dahl wrote: > > > On Tue, Jul 16, 2013 at 10:48:35PM +0200, Joel Dahl wrote: > > > > Hi, > > > > > > > > Yesterday I

Re: where is the startkde file of kde4

2013-07-22 Thread Alexandr
21.07.2013 16:13, Robin Lehrmann пишет: > hello mailing-list, > I have installed kde4 on the current freebsd. > > Now I want to start it but I don't find the start script in > /usr/local/kde4/bin > > I try the scripts kde4 kded4 kdeinit4 but I get always the error "$Display is > Not Set" > > h

Re: r253070 and "disappearing" zpool

2013-07-22 Thread Andriy Gapon
[turning this into a public discussion with Glen's permission] on 10/07/2013 21:05 Glen Barber said the following: > Hi, > > My setup is like this: > > root@nucleus:/usr/src # zpool list > NAME SIZE ALLOC FREECAP DEDUP HEALTH ALTROOT > zboot0 9.94G 379M 9.57G 3