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 >

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: RFC: pefs - stacked cryptographic filesystem

2010-09-07 Thread Ivan Voras
On 7 September 2010 22:05, Gleb Kurtsou 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 and matu

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 f

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 OS

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 spa

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,

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 i

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

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.

Re: One-shot-oriented event timers management

2010-09-07 Thread Kevin Oberman
> From: Ian FREISLICH > 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 wrote: > > >It's a compaq mini-110: > > >CPU: Intel(R) Atom(TM) CPU N270 @ 1.60GHz (1596.22-MHz 686-class CPU) > >

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" 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 have removed

Re: [PATCH] Use MACHINE_ARCH for boot loader

2010-09-07 Thread Marcin Cieslak
Dnia 27.08.2010 John Baldwin 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 on

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 spa

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 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 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 been

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

Re: One-shot-oriented event timers management

2010-09-07 Thread Peter Jeremy
On 2010-Sep-02 13:08:25 +0200, Ian FREISLICH 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 800/5000 700/437

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 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, > >>