Re: gbde destroy doesn't match man page?

2014-08-26 Thread Poul-Henning Kamp
In message <201408261723.53428@freebsd.org>, John Baldwin writes: >> Hmm, now that I think about it, -n doesn't make sense because any >> one of the four keys can open the volume as needed to blow away the >> masterkey. >> >> The manual page should just be fixed. > >Should the '-n -

Re: gbde destroy doesn't match man page?

2014-08-26 Thread Poul-Henning Kamp
In message <201408261723.53428@freebsd.org>, John Baldwin writes: >> Hmm, now that I think about it, -n doesn't make sense because any >> one of the four keys can open the volume as needed to blow away the >> masterkey. >> >> The manual page should just be fixed. > >Should the '-n -

Re: gbde destroy doesn't match man page?

2014-08-26 Thread John Baldwin
On Tuesday, August 26, 2014 2:23:12 am Poul-Henning Kamp wrote: > > In message <2945485.zemf81r...@ralph.baldwin.cx>, John Baldwin writes: > >On Saturday, August 23, 2014 10:16:42 AM Poul-Henning Kamp wrote: > >> > >> In message <20140820215522.ga92...@bewilderbeast.blackhelicopte

Re: gbde destroy doesn't match man page?

2014-08-25 Thread Poul-Henning Kamp
In message <2945485.zemf81r...@ralph.baldwin.cx>, John Baldwin writes: >On Saturday, August 23, 2014 10:16:42 AM Poul-Henning Kamp wrote: >> >> In message <20140820215522.ga92...@bewilderbeast.blackhelicopters.org>, >> "Michae >> l W. Lucas" writes: >> >Playing with GBDE for my Fr

Re: gbde destroy doesn't match man page?

2014-08-25 Thread John Baldwin
On Saturday, August 23, 2014 10:16:42 AM Poul-Henning Kamp wrote: > > In message <20140820215522.ga92...@bewilderbeast.blackhelicopters.org>, > "Michae > l W. Lucas" writes: > >Playing with GBDE for my FreeBSD disk book, on: > > > ># uname -a > >FreeBSD storm 11.0-CURRENT FreeBSD 11.0-CURR

Re: gbde destroy doesn't match man page?

2014-08-23 Thread Poul-Henning Kamp
In message <20140820215522.ga92...@bewilderbeast.blackhelicopters.org>, "Michae l W. Lucas" writes: >Playing with GBDE for my FreeBSD disk book, on: > ># uname -a >FreeBSD storm 11.0-CURRENT FreeBSD 11.0-CURRENT #6 r269010: Wed Jul 23 >11:13:17 EDT 2014 mwlucas@storm:/usr/obj/usr/src

Re: GBDE performance on ZIP disks

2003-10-28 Thread Stefan Walter
Robert Watson, 28.10.03, 03:26h CET: [...slow gbde encrypted ZIP disk...] > How do things look performance-wise if you do a raw sector read comparison > with dd at various blocksizes? My recollection is that our msdos code Here are a few numbers (for reading - the ones for writing don't really d

Re: GBDE performance on ZIP disks

2003-10-27 Thread Robert Watson
On Mon, 27 Oct 2003, Stefan Walter wrote: > is there a way to speed up writing to a gbde encrypted ZIP disk? > Copying 37 MB of data to an encrypted disk (in a SCSI drive) that has > been initialized with "newfs -O 2 -U /dev/da1a.bde" takes ~180 seconds, > which is ~200KB/s. Copying the same amo

Re: GBDE does not recognize g partition

2003-10-26 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Erwin Lansing writes: >> Ok, and stupid question time: You do have GBDE in your kernel ? >>=20 >> (Or to ask another way, is GBDE working on any other device (try a >> md(4) device for instance) >>=20 >Yup, that's what so funny about it, it works fine for the other

Re: GBDE does not recognize g partition

2003-10-26 Thread Erwin Lansing
On Sat, Oct 25, 2003 at 06:16:40PM +0200, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Erwin Lansing writes: > > > >--BXVAT5kNtrzKuDFl > >Content-Type: text/plain; charset=us-ascii > >Content-Disposition: inline > >Content-Transfer-Encoding: quoted-printable > > > >On Sat, Oct 25, 200

Re: GBDE does not recognize g partition

2003-10-25 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Erwin Lansing writes: > >--BXVAT5kNtrzKuDFl >Content-Type: text/plain; charset=us-ascii >Content-Disposition: inline >Content-Transfer-Encoding: quoted-printable > >On Sat, Oct 25, 2003 at 02:07:34PM +0200, Poul-Henning Kamp wrote: >>=20 >> Can you check with diskinf

Re: GBDE does not recognize g partition

2003-10-25 Thread Erwin Lansing
On Sat, Oct 25, 2003 at 02:07:34PM +0200, Poul-Henning Kamp wrote: > > Can you check with diskinfo that the partition has the right size ? > grizzly# diskinfo -v /dev/ad0s2g /dev/ad0s2g 512 # sectorsize 55658270720 # mediasize in bytes 108707560 # med

Re: GBDE does not recognize g partition

2003-10-25 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Erwin Lansing writes: >For some reason, GBDE does not want to initialize the g partition om a >disk. Am I overlooking something or is this an undocumented feature? > >grizzly# ls -l /dev/ad0s2g >crw-r- 1 root operator4, 19 Oct 22 09:30 /dev/ad0s2g >grizzl

Re: gbde Performance - 35Mb/s vs 5.2 MB/s

2003-06-06 Thread John Stockdale
Hey Everyone, I've been MIA with regards to the current list lately, but was checking the backlog for gbde stuff and came across this thread. Anyway, I've been running gbde (thanks to Poul for helping me out along the way) on a SMP (2x2.0ghz Xeon) box with a 3ware RAID 5 (8 drive ATA-133 array)

Re: gbde Performance - 35Mb/s vs 5.2 MB/s

2003-06-02 Thread Doug Barton
Personally I think it would make more sense for gdbe init to pull the sectorsize from the fs for the user. But, I'm not volunteering to write the code. :) Doug -- This .signature sanitized for your protection ___ [EMAIL PROTECTED] mailing list htt

Re: gbde Performance - 35Mb/s vs 5.2 MB/s

2003-05-29 Thread James Tanis
On Wed, 28 May 2003 11:40:27 +0100 Paul Richards <[EMAIL PROTECTED]> wrote: > On Wed, May 28, 2003 at 10:11:19AM +0200, Poul-Henning Kamp wrote: > > In message <[EMAIL PROTECTED]>, Guido van Rooij writes: > > >On Mon, May 26, 2003 at 02:25:08PM +0200, Heiko Schaefer wrote: > > >> > > >> Poul gave

Re: gbde Performance - 35Mb/s vs 5.2 MB/s

2003-05-28 Thread Paul Richards
On Wed, May 28, 2003 at 10:11:19AM +0200, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Guido van Rooij writes: > >On Mon, May 26, 2003 at 02:25:08PM +0200, Heiko Schaefer wrote: > >> > >> Poul gave me the following tip on this list in a mail on Tue, 29 Apr 2003: > >> > >> "Remember

Re: gbde Performance - 35Mb/s vs 5.2 MB/s

2003-05-28 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Guido van Rooij writes: >On Mon, May 26, 2003 at 02:25:08PM +0200, Heiko Schaefer wrote: >> >> Poul gave me the following tip on this list in a mail on Tue, 29 Apr 2003: >> >> "Remember to set the sectorsize in gbde (gbde init -i) to the fragment >> size of your fi

Re: gbde Performance - 35Mb/s vs 5.2 MB/s

2003-05-28 Thread Guido van Rooij
On Mon, May 26, 2003 at 02:25:08PM +0200, Heiko Schaefer wrote: > > Poul gave me the following tip on this list in a mail on Tue, 29 Apr 2003: > > "Remember to set the sectorsize in gbde (gbde init -i) to the fragment > size of your filesystem (typically 2048 for ufs), this is critical > for perf

Re: GBDE automation scripts?

2003-03-12 Thread Will Andrews
On Wed, Mar 12, 2003 at 05:39:01PM -0800, Lucky Green wrote: > I am writing a section for the Handbook on how to use gbde. Currently, > using gbde is a rather manual process. Each time a host reboots, the > admin needs to attach the gbde device(s), enter any required > passphrases, manually fsck th

Re: gbde

2003-02-14 Thread Gordon Tetlow
On Tue, Feb 11, 2003 at 08:15:56PM -0700, [EMAIL PROTECTED] wrote: > I keep ketting errors when trying to make my root filesystem encrypted: I hope you have /boot on a different unencrypted filesystem. -gordon msg52350/pgp0.pgp Description: PGP signature

Re: gbde

2003-02-12 Thread phk
In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] write s: >I keep ketting errors when trying to make my root filesystem encrypted: > >bash-2.05b# gbde init /dev/ad0s2a >gbde: /dev/ad0s2a: No such file or directory >bash-2.05b# If you have ad0s2a mounted as a filesystem, doing the above doesn't

Re: gbde & vnode md devices?

2003-02-02 Thread phk
In message <[EMAIL PROTECTED]>, Darryl Okahata writes : >[EMAIL PROTECTED] wrote: > >> Say, do you actually have the GEOM_BDE option in your kernel ? > > Sigh, no. I missed it in gbde(4). > > You might want to further idiot-proof gbde(8) with code like: > >err(1, "ioctl(GEOMCONFIGGEOM) (is

Re: gbde & vnode md devices?

2003-02-02 Thread Darryl Okahata
[EMAIL PROTECTED] wrote: > Say, do you actually have the GEOM_BDE option in your kernel ? Sigh, no. I missed it in gbde(4). You might want to further idiot-proof gbde(8) with code like: err(1, "ioctl(GEOMCONFIGGEOM) (is \"options GEOM_BDE\" in the kernel?)"); Thanks for the hel

Re: gbde & vnode md devices?

2003-02-02 Thread phk
In message <[EMAIL PROTECTED]>, Darryl Okahata writes : >[EMAIL PROTECTED] wrote: > >> Can you please try this: >> >> mdconfig -a -t malloc -s 4m -u 75 >> gbde init /dev/md75 >> gbde attach md75 > > Nope, exact same error. That is weird, it works like a charm here. syv

Re: gbde & vnode md devices?

2003-02-02 Thread Darryl Okahata
[EMAIL PROTECTED] wrote: > Can you please try this: > > mdconfig -a -t malloc -s 4m -u 75 > gbde init /dev/md75 > gbde attach md75 Nope, exact same error. -- Darryl Okahata [EMAIL PROTECTED] DISCLAIMER: this message is the author's personal opinion and d

Re: gbde & vnode md devices?

2003-02-02 Thread phk
In message <[EMAIL PROTECTED]>, Darryl Okahata writes : >[EMAIL PROTECTED] wrote: > >> >su-2.05b# gbde init /dev/md0 -L /tmp/foo.lock >> >> Don't use the -L and -l arguments unless you have to. > > Thanks, but that was what I originally tried, and I still got the >"gbde: ioctl(GEOMCONFIGGEOM):

Re: gbde & vnode md devices?

2003-02-02 Thread Darryl Okahata
Sorry, I'm being forgetful: I'm getting these errors under 5.0-RELEASE. -- Darryl Okahata [EMAIL PROTECTED] DISCLAIMER: this message is the author's personal opinion and does not constitute the support, opinion, or policy of Agilent Technologies, or of the little green men t

Re: gbde & vnode md devices?

2003-02-02 Thread Darryl Okahata
[EMAIL PROTECTED] wrote: > >su-2.05b# gbde init /dev/md0 -L /tmp/foo.lock > > Don't use the -L and -l arguments unless you have to. Thanks, but that was what I originally tried, and I still got the "gbde: ioctl(GEOMCONFIGGEOM): Invalid argument" error. In other words, I get the same error

Re: gbde & vnode md devices?

2003-02-02 Thread phk
In message <[EMAIL PROTECTED]>, Darryl Okahata writes : >su-2.05b# gbde init /dev/md0 -L /tmp/foo.lock Don't use the -L and -l arguments unless you have to. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD sinc