Re: Improving FreeBSD-SA-07:01.jail fix [was: HEADS UP: Re: FreeBSD Security Advisory FreeBSD-SA-07:01.jail]

2007-01-23 Thread Pawel Jakub Dawidek
On Tue, Jan 23, 2007 at 01:25:08PM +0100, Alexander Leidinger wrote: > Quoting Pawel Jakub Dawidek <[EMAIL PROTECTED]> (from Tue, 23 Jan 2007 > 12:34:44 +0100): > >It looks like it may work, but I still find it a bit risky. If sh(1) can > >reopen the file under some cond

gmirror(8) and graid3(8) changes.

2006-03-06 Thread Pawel Jakub Dawidek
n on INVARIANTS, INVARIANT_SUPPORT options and eventually DIAGNOSTIC in your kernel. Thanks in advance! -- Pawel Jakub Dawidek http://www.wheel.pl [EMAIL PROTECTED] http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! pg

Re: gmirror(8) and graid3(8) changes.

2006-03-07 Thread Pawel Jakub Dawidek
On Tue, Mar 07, 2006 at 03:15:19PM +0100, Phil Regnauld wrote: +> On Mon, Mar 06, 2006 at 11:28:44PM +0100, Pawel Jakub Dawidek wrote: +> > Hi. +> > +> > Here you can find patches with changes to gmirror(8) and graid3(8): +> > +> >http://people.freebsd

Re: gmirror(8) and graid3(8) changes.

2006-03-07 Thread Pawel Jakub Dawidek
ease give it a shot. -- Pawel Jakub Dawidek http://www.wheel.pl [EMAIL PROTECTED] http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! pgpqRiNGH3nYD.pgp Description: PGP signature

Re: gmirror(8) and graid3(8) changes.

2006-03-07 Thread Pawel Jakub Dawidek
On Mon, Mar 06, 2006 at 04:45:06PM -0600, Larry Rosenman wrote: +> Pawel Jakub Dawidek wrote: +> > Hi. +> > +> > Here you can find patches with changes to gmirror(8) and graid3(8): +> > +> >http://people.freebsd.org/~pjd/patches/gmirror.7.patch +> >

Re: gmirror(8) and graid3(8) changes.

2006-03-08 Thread Pawel Jakub Dawidek
On Wed, Mar 08, 2006 at 01:50:42PM -0500, Mike Tancsa wrote: +> At 05:28 PM 06/03/2006, Pawel Jakub Dawidek wrote: +> >Hi. +> > +> >Here you can find patches with changes to gmirror(8) and graid3(8): +> > +> >http://people.freebsd.org/~pjd/patches

Re: gmirror(8) and graid3(8) changes.

2006-03-08 Thread Pawel Jakub Dawidek
On Wed, Mar 08, 2006 at 03:40:24PM -0500, Mike Tancsa wrote: +> At 02:39 PM 08/03/2006, Pawel Jakub Dawidek wrote: +> >On Wed, Mar 08, 2006 at 01:50:42PM -0500, Mike Tancsa wrote: +> >+> At 05:28 PM 06/03/2006, Pawel Jakub Dawidek wrote: +> >+> >Hi. +> >+> &

Re: gmirror(8) and graid3(8) changes.

2006-03-18 Thread Pawel Jakub Dawidek
On Wed, Mar 15, 2006 at 02:28:55PM -0500, Mike Jakubik wrote: +> Pawel Jakub Dawidek wrote: +> >Hi. +> > +> >Here you can find patches with changes to gmirror(8) and graid3(8): +> > +> >http://people.freebsd.org/~pjd/patches/gmirror.7.patch +> >http:/

Re: gmirror on existing filesystem (was Fresh install on gmirror'ed disks?)

2006-04-06 Thread Pawel Jakub Dawidek
l in the near future (and I hope never - I'd prefer to wait for a new installer). One can still see how many sectors exactly has the partition he is going to create file system on and add additional newfs(8) flag '-s '. -- Pawel Jakub Dawidek http://www.wheel.pl [EMAIL PROTECTED] http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! pgpEmArL2ynOc.pgp Description: PGP signature

Re: GEOM_RAID3: Device datos is broken, too few valid components

2006-04-06 Thread Pawel Jakub Dawidek
of those broken components was really broken, right? If yes, you should 'graid3 rebuild' it immediatelly after 'label' command. If no, you should still rebuild one of them after labeling it. -- Pawel Jakub Dawidek http://www.wheel.pl [EMAIL PROTECTED]

Re: gmirror on existing filesystem (was Fresh install on gmirror'ed disks?)

2006-04-07 Thread Pawel Jakub Dawidek
On Thu, Apr 06, 2006 at 09:33:31AM -0400, Mike Jakubik wrote: +> Pawel Jakub Dawidek wrote: +> >One can still see how many sectors exactly has the partition he is going +> >to create file system on and add additional newfs(8) flag +> >'-s '. +> > +> +

Re: 6.1 prerelease graid3 livelock?

2006-04-24 Thread Pawel Jakub Dawidek
ode introduced on March 20th. Can you break into DDB (alt+ctrl+esc or send break via serial console) and send me the output of 'traceall' command? -- Pawel Jakub Dawidek http://www.wheel.pl [EMAIL PROTECTED] http://www.FreeBSD.org Fre

Re: fsck_ufs locked in snaplk

2006-04-26 Thread Pawel Jakub Dawidek
;dq_ump->um_quotas[dq->dq_type]) == NULLVP) panic("dqsync: file"); (void) vn_start_secondary_write(dqvp, &mp, V_WAIT); if (vp != dqvp) vn_lock(dqvp, LK_EXCLUSIVE | LK_RETRY, td); As you can see DQ_MOD is checked before vn_start_secondary_wr

Re: geli password prompt does not work

2006-04-26 Thread Pawel Jakub Dawidek
/dev/ is where your /usr/home is stored without .eli suffix. Also, please increase debug level to 1 (kern.geom.eli.debug) and send me what is printed on the console as well. Thanks. -- Pawel Jakub Dawidek http://www.wheel.pl [EMAIL PROTECTED] h

Re: geli password prompt does not work

2006-04-26 Thread Pawel Jakub Dawidek
On Wed, Apr 26, 2006 at 10:31:38PM +0200, Martin wrote: +> Pawel Jakub Dawidek wrote: +> > Could you send me the output of: +> > +> ># geli dump /dev/ | head -10 +> +> Metadata on /dev/ad0s2g: +> magic: GEOM::ELI +>version: 0 +> flags: 0x2 +

Re: 6.1 prerelease graid3 livelock?

2006-04-26 Thread Pawel Jakub Dawidek
boxes. I can usually +> get the lockup to occur within about 12 hours of booting. Ok, I think I found it. Could you try this patch: http://people.freebsd.org/~pjd/patches/g_raid3.c.4.patch -- Pawel Jakub Dawidek http://www.wheel.pl [EMAIL PROTECTED]

Re: 6.1 prerelease graid3 livelock?

2006-04-27 Thread Pawel Jakub Dawidek
On Thu, Apr 27, 2006 at 08:55:35AM +0200, Pawel Jakub Dawidek wrote: +> On Sun, Apr 23, 2006 at 12:04:33PM -0700, Bradley W. Dutton wrote: +> +> Hi, +> +> +> +> I'm experiencing a sort of livelock on a 6.1 prerelease box. It appears +> +> all of the IO re

Re: geli password prompt does not work

2006-04-27 Thread Pawel Jakub Dawidek
On Thu, Apr 27, 2006 at 08:22:08PM +0200, Martin wrote: +> Pawel Jakub Dawidek wrote: +> > Flags field suggest that you were giving the passphrase on boot, before +> > root file system was mounted. Is that right? +> +> Yes. That's correct. +> +> > Can

Re: geli password prompt does not work

2006-04-29 Thread Pawel Jakub Dawidek
On Fri, Apr 28, 2006 at 08:37:13AM +0200, Martin wrote: +> Pawel Jakub Dawidek wrote: +> +> >+> And after detecting the DVD-ROM, geom_eli waits as usually, but I +> >+> cannot enter the password. Maybe the keyboard is just blocked? +> >+> That might explai

Re: 6.1 prerelease graid3 livelock?

2006-04-30 Thread Pawel Jakub Dawidek
r/src/sys/geom/raid3/g_raid3.c:775. +> +> The full error and alltrace is here: +> http://duttonbros.com/freebsd/ddb.log Thanks, I fixed it in HEAD, will try to MFC it tomorrow. -- Pawel Jakub Dawidek http://www.wheel.pl [EMAIL PROTECTED] h

Re: quota deadlock on 6.1-RC1

2006-05-05 Thread Pawel Jakub Dawidek
you think that answering "We had two users who insisted on fixing those bugs just before release, blame them!" would satisfy them? It isn't good to release a software with known, documented bugs, but its better than shipping an untested software with god-one-knows unkno

Re: gmirror

2005-05-14 Thread Pawel Jakub Dawidek
equential/random write as for one disk; - double speed of one disk for random reads; -- Pawel Jakub Dawidek http://www.wheel.pl [EMAIL PROTECTED] http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! pgpsEVk0508Dx.pgp Description: PGP signature

Re: gmirror

2005-05-14 Thread Pawel Jakub Dawidek
is my tool in ports (benchmarks/raidtest/) which does what you want. The README file wasn't moved to ports, IIRC, you can find it here: http://www.freebsd.org/cgi/cvsweb.cgi/src/tools/tools/raidtest/Attic/README?rev=1.2&content-type=text/x-cvsweb-markup&hideattic=0 -- Pa

Re: gmirror

2005-05-14 Thread Pawel Jakub Dawidek
On Sat, May 14, 2005 at 11:36:04AM -0400, David Magda wrote: +> +> On May 14, 2005, at 10:48, Vladimir Dzhivsanoff wrote: +> +> >On 5/14/05, Pawel Jakub Dawidek <[EMAIL PROTECTED]> wrote: +> >>There is my tool in ports (benchmarks/raidtest/) which does what you +

Re: Page fault, GEOM problem??

2005-11-18 Thread Pawel Jakub Dawidek
e... Then that is right at least.. :) +> +> I just noticed another thing... My disk performance... sucks! :P +> +> Some examples (from an otherwise unloaded system): +> +> [EMAIL PROTECTED]:/home/johan$ time dd if=/dev/zero of=bigfile.zero bs=1024 count=100 +> 100

Re: [Cerb-list] CerbNG v1.0-RC2 is now avaliable!

2003-06-11 Thread Pawel Jakub Dawidek
ke(1) the CVS HEAD on my +> freebsd-4.8, but this failed the compilation. Could you please send any compilation output on cerb mailing list? Maybe it's just because cerb releases don't needed bison and source from CVS head branch does. -- Pawel Jakub Dawidek

<    1   2