Re[2]: ARC pressured out, how to control/stabilize ? (reformatted to text/plain)

2014-01-28 Thread Vladimir Sharun
Dear Andriy and FreeBSD community, After applying this path one of the systems runs fine (disk subsystem load low to moderate - 10-20% busy sustained), Then I saw this patch was merged to the HEAD and we apply it to the one of the systems with moderate to high disk load: 30-60% busy

Re: Instant panic CAM or USB subsystem

2014-01-28 Thread John Baldwin
On Saturday, January 25, 2014 12:21:06 pm Steve Kargl wrote: If I plug my Samsung Intensity II cellphone into a usb port, I get an instant panic. This is 100% reproducible. I have the core and kernel for further debugging. Dmesg.boot follows my sig. % kgdb /boot/kernel/kernel /vmcore.0

Re: any use for sys/sys/selinfo.h outside the kernel ?

2014-01-28 Thread John Baldwin
On Wednesday, January 22, 2014 5:38:36 pm Luigi Rizzo wrote: Looking at sys/sys/selinfo.h i see that parts of it are in #ifdef _KERNEL ... #endif but it seems to me that also the remaining content (definition of struct selinfo) is only of use within the kernel -- or

Re: Instant panic CAM or USB subsystem

2014-01-28 Thread John-Mark Gurney
John Baldwin wrote this message on Tue, Jan 28, 2014 at 12:32 -0500: It seems a bit odd that it thinks your phone is a CD player. I've seen a phone that acts like that, they use it to present software (like sync) for install on the desktop... -- John-Mark Gurney

Re: Bad support of Kingston DataTraveler/DT USB key since 9.2 (not fixed in 10.0)

2014-01-28 Thread Olivier Cochard-Labbé
On Wed, Jan 22, 2014 at 9:41 PM, Olivier Cochard-Labbé oliv...@cochard.mewrote: I've meet the problem on FreeBSD 10.0 with a Kingston DT 101 G2 (this is why I've fill the PR usb/185747), but it wasn't my key then I didn't have access to it anymore. Then the author of the PR usb/180837

Re: Instant panic CAM or USB subsystem

2014-01-28 Thread Steve Kargl
On Tue, Jan 28, 2014 at 12:32:21PM -0500, John Baldwin wrote: On Saturday, January 25, 2014 12:21:06 pm Steve Kargl wrote: If I plug my Samsung Intensity II cellphone into a usb port, I get an instant panic. This is 100% reproducible. I have the core and kernel for further debugging.

Re: Instant panic CAM or USB subsystem

2014-01-28 Thread Steve Kargl
On Tue, Jan 28, 2014 at 09:53:52AM -0800, John-Mark Gurney wrote: John Baldwin wrote this message on Tue, Jan 28, 2014 at 12:32 -0500: It seems a bit odd that it thinks your phone is a CD player. I've seen a phone that acts like that, they use it to present software (like sync) for install

Change nfsstat client statistics to report actual RPC counts

2014-01-28 Thread John Baldwin
I had always assumed that when you ran 'nfsstat -c 1' you saw counts of actual RPCs sent over the wire (similar to how 'netstat 1' show actual packets / bytes, 'iostat 1' shows actual disk transactions / bytes, etc.). I was surprised to find that 'nfsstat -c' does not show actual RPC counts.

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-28 Thread Vlad Movchan
Hi Adrian, I'm sorry about this mistake. I updated original PR ( http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/165622) with the corrected patch. On Tue, Jan 28, 2014 at 2:38 AM, Adrian Chadd adr...@freebsd.org wrote: Hi, This doesn't compile on i386. Would you mind figuring out why that

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-28 Thread Adrian Chadd
Ok, I'll take a look at it tonight, thanks! -a On 28 January 2014 13:08, Vlad Movchan vladislav.movc...@gmail.com wrote: Hi Adrian, I'm sorry about this mistake. I updated original PR (http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/165622) with the corrected patch. On Tue, Jan 28,

Apple Trackpad driver

2014-01-28 Thread Huang Wen Hui
Hi, I have a working trackpad driver for my MBP 2013, I am not C programmer usually, so the code may ugly. If someone like to test, you can download it from http://sw.gddsn.org.cn/freebsd/wsp-140129.tar.gz, I only test it on MBP2012 and MBP2013. Right now the driver have these feature: 1.

System libc++ isn't fully compatible with clang 3.4 from ports

2014-01-28 Thread Dmitry Marakasov
Hi! JFYI, I've just ran into shortcoming of libc++ from 10-RELEASE when used with clang 3.4 from ports: --- % cat test.cc #include iostream #include functional int main() { std::functionvoid() f = []() { std::cerr test\n; }; return 0; } % clang++ -std=c++11 test.cc --- %

Re: Apple Trackpad driver

2014-01-28 Thread Adrian Chadd
holy crap, cool! Hans? Any chance we could get this into -HEAD? -a On 28 January 2014 17:43, Huang Wen Hui huang...@gmail.com wrote: Hi, I have a working trackpad driver for my MBP 2013, I am not C programmer usually, so the code may ugly. If someone like to test, you can download it

[head tinderbox] failure on armv6/arm

2014-01-28 Thread FreeBSD Tinderbox
TB --- 2014-01-29 02:10:29 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2014-01-29 02:10:29 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

[head tinderbox] failure on arm/arm

2014-01-28 Thread FreeBSD Tinderbox
TB --- 2014-01-29 02:10:29 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2014-01-29 02:10:29 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

Re: Apple Trackpad driver

2014-01-28 Thread Lundberg, Johannes
This is really good news :) I will try it on my 2012 and 2013 MBAs soon! (hopefully it is same hardware as in the pros) -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Wed, Jan 29, 2014 at 2:13 PM, Adrian Chadd adr...@freebsd.org wrote: holy crap, cool! Hans? Any chance we could get