SES/SAF-TE + SATA == SEMB!

2011-05-27 Thread Alexander Motin
Hi. As probably not many know, SATA specification defines the way to talk to SES/SAF-TE enclosures -- Serial ATA Enclosure Management Bridge (SEMB). It can be either separate device or built-in to SATA Port Multiplier. I know at leat two models of Port Multipliers including SEMB and having I2C

Re: SES/SAF-TE + SATA == SEMB!

2011-05-27 Thread Hans Petter Selasky
On Friday 27 May 2011 09:00:51 Alexander Motin wrote: YAY! So now three questions: 1. Does anybody else have alike hardware and wish to test it? 2. Patch reviews are welcome. 3. Is there any software except share/examples/ses working with ses(4) and/or some good use practices? Does it

Re: SES/SAF-TE + SATA == SEMB!

2011-05-27 Thread Alexander Motin
Hans Petter Selasky wrote: On Friday 27 May 2011 09:00:51 Alexander Motin wrote: YAY! So now three questions: 1. Does anybody else have alike hardware and wish to test it? 2. Patch reviews are welcome. 3. Is there any software except share/examples/ses working with ses(4) and/or some good

Re: newnfs user setup

2011-05-27 Thread Michael Reifenberger
On Thu, 26 May 2011, Rick Macklem wrote: ... Alternately, if you could email me some simple instructions on how to test it, that would be appreciated as well. (I have never used DTrace, so I have no idea how to test it.) It is basically a clone of the other one, except for the NFSv4 stuff, so it

Re: newnfs user setup

2011-05-27 Thread Alexander Leidinger
Quoting Michael Reifenberger m...@reifenberger.com (from Fri, 27 May 2011 10:02:09 +0200 (CEST)): - make buildworld WITH_CTF=1 make buildkernel WITH_CTF=1 Do not build world with CTF, this will produce broken static executables. Bye, Alexander. -- Freedom is nothing else but the chance

Testing new nfs and VIMAGE

2011-05-27 Thread Goran Lowkrantz
I have been testing VIMAGE a lot lately to see how it works an all my test cases works as expected except when I use NFSv4 from an NFS client with a kerrel with VIMAGE enabled. All other permutations work and this error is very specific. All crashes occurs when trying to read or write to an

Re: Testing new nfs and VIMAGE

2011-05-27 Thread Goran Lowkrantz
And the attached core.txt got eaten. http://people.hidden-powers.com/~glz/core.txt.3 /glz --On May 27, 2011 10:37:32 +0200 Goran Lowkrantz g...@hidden-powers.com wrote: I have been testing VIMAGE a lot lately to see how it works an all my test cases works as expected except when I use

Re: newnfs user setup

2011-05-27 Thread Michael Reifenberger
On Fri, 27 May 2011, Alexander Leidinger wrote: Date: Fri, 27 May 2011 10:43:58 +0200 From: Alexander Leidinger alexan...@leidinger.net To: Michael Reifenberger m...@reifenberger.com Cc: Rick Macklem rmack...@uoguelph.ca, FreeBSD-Current freebsd-current@FreeBSD.org Subject: Re: newnfs user

Re: Boot halts on Thinkpad X220 (Sandy Bridge)

2011-05-27 Thread tiredash...@gmail.com
I finally got around to trying is out, and although the installation completed successfully, the installation isn't recognized upon boot. I am getting a PXE-E61 error: media test failure, please check cable. I tried reinstalling three or four times, with the same results. I do not believe the

Re: newnfs user setup

2011-05-27 Thread Michael Reifenberger
On Thu, 26 May 2011, Rick Macklem wrote: ... http://people.freebsd.org/~rmacklem/dtrace.patch Hmm. Is it just me? Trying to test the patch I get: (fs)(root) patch -C dtrace.patch Hmm... I can't seem to find a patch in there anywhere. Bye/2 --- Michael Reifenberger mich...@reifenberger.com

Re: newnfs user setup

2011-05-27 Thread Rick Macklem
On Thu, 26 May 2011, Rick Macklem wrote: ... http://people.freebsd.org/~rmacklem/dtrace.patch Hmm. Is it just me? Trying to test the patch I get: (fs)(root) patch -C dtrace.patch Hmm... I can't seem to find a patch in there anywhere. Here's how I apply the patch. - download

[PATCH] Toggle display of the kernel idle process (per-CPU idle threads) in top

2011-05-27 Thread John Baldwin
Some times in top, I don't want to see all the per-CPU idle threads but instead focus on the non-idle threads that are running. Especially on a system with a lot of CPUs, the idle threads can push all the interesting threads off of the list. This patch adds a new 'z' flag (gratuitously chosen

Re: [PATCH] Toggle display of the kernel idle process (per-CPU idle threads) in top

2011-05-27 Thread Sergey Kandaurov
On 27 May 2011 18:46, John Baldwin j...@freebsd.org wrote: Some times in top, I don't want to see all the per-CPU idle threads but instead focus on the non-idle threads that are running.  Especially on a system with a lot of CPUs, the idle threads can push all the interesting threads off of

Re: [PATCH] Toggle display of the kernel idle process (per-CPU idle threads) in top

2011-05-27 Thread John Baldwin
On Friday, May 27, 2011 11:17:58 am Sergey Kandaurov wrote: On 27 May 2011 18:46, John Baldwin j...@freebsd.org wrote: Some times in top, I don't want to see all the per-CPU idle threads but instead focus on the non-idle threads that are running. Especially on a system with a lot of CPUs,

Re: Boot halts on Thinkpad X220 (Sandy Bridge)

2011-05-27 Thread tiredash...@gmail.com
It appears this was just a boot loader problem. Using BTX loader appears to fix the issue. On Friday, May 27, 2011, tiredash...@gmail.com tiredash...@gmail.com wrote: I finally got around to trying is out, and although the installation completed successfully, the installation isn't recognized

Re: [PATCH] Toggle display of the kernel idle process (per-CPU idle threads) in top

2011-05-27 Thread Dan Nelson
In the last episode (May 27), John Baldwin said: On Friday, May 27, 2011 11:17:58 am Sergey Kandaurov wrote: On 27 May 2011 18:46, John Baldwin j...@freebsd.org wrote: Some times in top, I don't want to see all the per-CPU idle threads but instead focus on the non-idle threads that are

Re: Boot halts on Thinkpad X220 (Sandy Bridge)

2011-05-27 Thread Xin LI
On Thu, May 19, 2011 at 5:18 AM, Johannes Dieterich dieterich@googlemail.com wrote: On Wed, May 18, 2011 at 7:40 PM, Xin LI delp...@delphij.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Try this patch? The attached patch makes 9-CURRENT-amd64 boot on the X220 w/o any hints

Re: Boot halts on Thinkpad X220 (Sandy Bridge)

2011-05-27 Thread Daniel Staal
--As of May 27, 2011 10:14:20 AM -0700, Xin LI is alleged to have said: The problem we had was that it seems that running the BIOS in the x86emu emulator on amd64 would cause problem. This doesn't seem to be fixable without hands-on experiments on a system in question, it's either a BIOS bug

Re: [PATCH] Toggle display of the kernel idle process (per-CPU idle threads) in top

2011-05-27 Thread John Baldwin
On Friday, May 27, 2011 12:56:42 pm Dan Nelson wrote: In the last episode (May 27), John Baldwin said: On Friday, May 27, 2011 11:17:58 am Sergey Kandaurov wrote: On 27 May 2011 18:46, John Baldwin j...@freebsd.org wrote: Some times in top, I don't want to see all the per-CPU idle

Re: Testing new nfs and VIMAGE

2011-05-27 Thread Rick Macklem
And the attached core.txt got eaten. http://people.hidden-powers.com/~glz/core.txt.3 /glz --On May 27, 2011 10:37:32 +0200 Goran Lowkrantz g...@hidden-powers.com wrote: I have been testing VIMAGE a lot lately to see how it works an all my test cases works as expected except

message buffer scrambling fix

2011-05-27 Thread Kenneth D. Merry
Hey folks, I have attached some patches to the kernel message buffer code (this affects dmesg(8) output as well as kernel messages that go to the syslog) to address log scrambling. This fixes the same issue that 'options PRINTF_BUFR_SIZE=128' fixes for the console. The problem is that you can

[head tinderbox] failure on i386/i386

2011-05-27 Thread FreeBSD Tinderbox
TB --- 2011-05-28 02:20:00 - tinderbox 2.7 running on freebsd-current.sentex.ca TB --- 2011-05-28 02:20:00 - starting HEAD tinderbox run for i386/i386 TB --- 2011-05-28 02:20:00 - cleaning the object tree TB --- 2011-05-28 02:20:27 - cvsupping the source tree TB --- 2011-05-28 02:20:27 -