I''m interesting in encrypting data on my Sony laptop. What is the current status of this project - how usable is it? Is the code included in recent builds of the community edition, or does one need to download source and add it? I found at http://opensolaris.org/os/project/zfs-crypto/ a command which looks to get the source $ hg clone ssh://hg.opensolaris.org/hg/zfs-crypto/gate myworkingcopy but it asks for a password. I''ve no idea what that is, so of course I can''t download source? This message posted from opensolaris.org
Dr. David Kirkby wrote:> I''m interesting in encrypting data on my Sony laptop. What is the > current status of this project - how usable is it? Is the code > included in recent builds of the community edition, or does one need > to download source and add it?The code is not in a recent build yet. We have not integrated into opensolaris at this time..> > I found at > > http://opensolaris.org/os/project/zfs-crypto/ > > a command which looks to get the source > > $ hg clone ssh://hg.opensolaris.org/hg/zfs-crypto/gate myworkingcopy > > but it asks for a password. I''ve no idea what that is, so of course I > can''t download source?Do you have a ssh key setup for your opensolaris user? You probably need to define one. It authenticates you with the source code server.. Check out: http://opensolaris.org/os/project/website/ssh_instructions/
Anthony Scarpino wrote:>> http://opensolaris.org/os/project/zfs-crypto/ >> >> a command which looks to get the source >> >> $ hg clone ssh://hg.opensolaris.org/hg/zfs-crypto/gate myworkingcopy >> >> but it asks for a password. I''ve no idea what that is, so of course I >> can''t download source? > > Do you have a ssh key setup for your opensolaris user? You probably > need to define one. It authenticates you with the source code server.. > Check out: http://opensolaris.org/os/project/website/ssh_instructions/You can use ssh://anon at hg.opensolaris.org as well since we allow anonymous pull (but not push!). However Tony and I don''t have time at the moment to teach you how to build and install the source from scratch if you don''t already know how to build ON and install from bfu archives. -- Darren J Moffat
Dr. David Kirkby wrote:> I tried to upload my ssh key, but I get some really odd error message > > ***** > The key doesn''t match the regular expression "ssh-[a-z]+ [[:graph:]]+ > [[:print:]]+" > ***** > > Why the regular expression should have graph and print in it I will > never know.You need to bring this up with the website-discuss at opensolaris.org alias.> I''ll try the anon method later, but for now I have something more > pressing to do. > > I''ll look up how to work with bfu archivesIf you don''t already know how to build ON and install from bfu I would HIGHLY recommend NOT doing so just to get access to the indevelopment zfs-crypto bits just now.> Is this expected to be integrated into the community edition soon(ish) ??See: http://opensolaris.org/os/project/zfs-crypto/plan/ -- Darren J Moffat