Re: patch for topology detection of Intel CPUs

2010-09-07 Thread Andriy Gapon
on 06/09/2010 20:12 Olivier Smedts said the following: Here is mine : no difference before and after the patch : Thanks! [snip] The only thing I noticed is this, after the patch : ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 ada1: SAMSUNG HD161HJ JF100-19 ATA-7 SATA 2.x device ada1:

Re: ZFS v28 is ready for wider testing.

2010-09-07 Thread Edward Tomasz Napierała
Wiadomość napisana przez Anonymous w dniu 2010-09-05, o godz. 20:56: Pawel Jakub Dawidek p...@freebsd.org writes: Hello. I'd like to give you ZFS v28 for testing. If you are neither brave nor mad, you can stop here. [...] So test whatever you can and report back. Look for regressions,

Re: One-shot-oriented event timers management

2010-09-07 Thread Peter Jeremy
On 2010-Sep-02 13:08:25 +0200, Ian FREISLICH i...@clue.co.za wrote: It's a compaq mini-110: CPU: Intel(R) Atom(TM) CPU N270 @ 1.60GHz (1596.22-MHz 686-class CPU) Hmmm... I have a N270 in an Aspire One. dev.cpu.0.freq_levels: 1600/25000 1400/21875 1333/18000 1166/15750 1067/11000 933/9625

Re: One-shot-oriented event timers management

2010-09-07 Thread Ian FREISLICH
Peter Jeremy wrote: On 2010-Sep-02 13:08:25 +0200, Ian FREISLICH i...@clue.co.za wrote: It's a compaq mini-110: CPU: Intel(R) Atom(TM) CPU N270 @ 1.60GHz (1596.22-MHz 686-class CPU) Hmmm... I have a N270 in an Aspire One. dev.cpu.0.freq_levels: 1600/25000 1400/21875 1333/18000

Re: RFC: pefs - stacked cryptographic filesystem

2010-09-07 Thread Robert Watson
On Mon, 6 Sep 2010, Gleb Kurtsou wrote: I would like to ask for feedback on a kernel level stacked cryptographic filesystem. It has started as Summer Of Code'2009 project and matured a lot since then. I've recently added support for sparse files and switched to XTS encryption mode. I've

Re: RFC: pefs - stacked cryptographic filesystem

2010-09-07 Thread Ivan Voras
On 09/06/10 20:38, Gleb Kurtsou wrote: Hello, I would like to ask for feedback on a kernel level stacked cryptographic filesystem. It has started as Summer Of Code'2009 project and matured a lot since then. I've recently added support for sparse files and switched to XTS encryption mode. I've

Re: RFC: pefs - stacked cryptographic filesystem

2010-09-07 Thread Ivan Voras
On 09/06/10 20:38, Gleb Kurtsou wrote: Tested on top of ZFS, UFS and tmpfs on amd64 and i386; both 9-CURRENT and 8-STABLE supported. You probably didn't test it, but I've tried pefs on top of ext2fs (I use ext2fs to share data between OSes) and it quickly panicked.

Re: RFC: pefs - stacked cryptographic filesystem

2010-09-07 Thread Gleb Kurtsou
On (07/09/2010 14:28), Robert Watson wrote: On Mon, 6 Sep 2010, Gleb Kurtsou wrote: I would like to ask for feedback on a kernel level stacked cryptographic filesystem. It has started as Summer Of Code'2009 project and matured a lot since then. I've recently added support for sparse

Re: [PATCH] Use MACHINE_ARCH for boot loader

2010-09-07 Thread Marcin Cieslak
Dnia 27.08.2010 John Baldwin j...@freebsd.org napisał/a: On Thursday, August 26, 2010 8:50:01 pm Xin LI wrote: Hi, The attached patch changes FreeBSD/x86 back to FreeBSD/i386 on i386 and FreeBSD/amd64 on amd64. Comments welcome! I'll commit it in by the weekend if there is no objection

Re: ZFS v28 is ready for wider testing.

2010-09-07 Thread matt donovan
The atomic.h patch does not apply anymore and buildworld fails without it. At work so can't post results On Sep 6, 2010 6:09 PM, Martin Matuska m...@freebsd.org wrote: To avoid user and developer confusion, my patch was just a chain of pjd's patch + pjd's atomic.h fix + my v19 boot patch. I

Re: One-shot-oriented event timers management

2010-09-07 Thread Kevin Oberman
From: Ian FREISLICH i...@clue.co.za Date: Tue, 07 Sep 2010 13:40:33 +0200 Sender: owner-freebsd-curr...@freebsd.org Peter Jeremy wrote: On 2010-Sep-02 13:08:25 +0200, Ian FREISLICH i...@clue.co.za wrote: It's a compaq mini-110: CPU: Intel(R) Atom(TM) CPU N270 @ 1.60GHz (1596.22-MHz

pam_pefs setup (Re: RFC: pefs - stacked cryptographic filesystem)

2010-09-07 Thread Gleb Kurtsou
On (07/09/2010 16:32), Thomas Vogt wrote: [...] I've an issue with pam_pefs: === lib/libpam/modules/pam_pefs (install) install -C -o root -g wheel -m 444 libpam_pefs.a /usr/lib install -C -o root -g wheel -m 444 libpam_pefs_p.a /usr/lib install -o root -g wheel -m 444 pam_pefs.8.gz

Re: RFC: pefs - stacked cryptographic filesystem

2010-09-07 Thread Kevin Oberman
On Mon, 6 Sep 2010, Gleb Kurtsou wrote: I would like to ask for feedback on a kernel level stacked cryptographic filesystem. It has started as Summer Of Code'2009 project and matured a lot since then. I've recently added support for sparse files and switched to XTS encryption mode. I've

Re: RFC: pefs - stacked cryptographic filesystem

2010-09-07 Thread Gleb Kurtsou
Thanks to Peter Holm and Thomas Vogt for finding several bugs: * Compilation with DIAGNOSTIC option * Vnode reference and lock leak in pefs_rename() I've uploaded new version to test: http://github.com/downloads/glk/pefs/pefs-2010-09-07.tar.gz Github repository is also updated. Also note, that

Re: bge(4) problem on sparc64 between r204991M and r212097

2010-09-07 Thread Pyun YongHyeon
On Mon, Sep 06, 2010 at 02:04:37PM +0100, Anton Shterenlikht wrote: On Fri, Sep 03, 2010 at 11:25:34AM -0700, Pyun YongHyeon wrote: On Fri, Sep 03, 2010 at 09:42:04AM +0100, Anton Shterenlikht wrote: On Thu, Sep 02, 2010 at 11:36:03AM -0700, Pyun YongHyeon wrote: On Thu, Sep 02, 2010 at

Re: RFC: pefs - stacked cryptographic filesystem

2010-09-07 Thread Gleb Kurtsou
On (07/09/2010 10:57), Kevin Oberman wrote: On Mon, 6 Sep 2010, Gleb Kurtsou wrote: I would like to ask for feedback on a kernel level stacked cryptographic filesystem. It has started as Summer Of Code'2009 project and matured a lot since then. I've recently added support for sparse

Re: RFC: pefs - stacked cryptographic filesystem

2010-09-07 Thread Gleb Kurtsou
On (07/09/2010 17:04), Ivan Voras wrote: On 09/06/10 20:38, Gleb Kurtsou wrote: Tested on top of ZFS, UFS and tmpfs on amd64 and i386; both 9-CURRENT and 8-STABLE supported. You probably didn't test it, but I've tried pefs on top of ext2fs (I use ext2fs to share data between OSes) and

Re: RFC: pefs - stacked cryptographic filesystem

2010-09-07 Thread Gleb Kurtsou
On (07/09/2010 16:27), Ivan Voras wrote: On 09/06/10 20:38, Gleb Kurtsou wrote: Hello, I would like to ask for feedback on a kernel level stacked cryptographic filesystem. It has started as Summer Of Code'2009 project and matured a lot since then. I've recently added support for sparse

Re: RFC: pefs - stacked cryptographic filesystem

2010-09-07 Thread Ivan Voras
On 7 September 2010 22:05, Gleb Kurtsou gleb.kurt...@gmail.com wrote: On (07/09/2010 16:27), Ivan Voras wrote: On 09/06/10 20:38, Gleb Kurtsou wrote: Hello, I would like to ask for feedback on a kernel level stacked cryptographic filesystem. It has started as Summer Of Code'2009 project

Re: pam_pefs setup (Re: RFC: pefs - stacked cryptographic filesystem)

2010-09-07 Thread Daniel O'Connor
On 08/09/2010, at 3:22, Gleb Kurtsou wrote: Please note that your home directory has to be mounted, I mount it in /etc/rc.local, but don't add any keys. pam_pefs adds the key. Also note that it has to be exactly your home directory (/home/gleb in my case), to prevent possible attacks. And

Re: TSO panic

2010-09-07 Thread ben wilber
On Fri, Sep 03, 2010 at 10:10:33AM +0200, Andre Oppermann wrote: On 02.09.2010 00:11, ben wilber wrote: On Sep 1, 2010, at 8:57 AM, Andre Oppermann wrote: On 01.09.2010 01:13, ben wilber wrote: Hi, I just upgraded from r210042 to r212073 and keep getting the panic introduced in