Re: [gentoo-user] dm-crypt + ext4 = where will the journal go?

2012-09-03 Thread Steve Buzonas
The journal is generally located on the partition in question.  If the
partition is encrypted the journal should also be encrypted.  You can use
`tune2fs -l` to list the contents of the partition's superblock which will
have details on the partition such as journal location, etc...

On Mon, Sep 3, 2012 at 4:20 PM, Roland Häder r.hae...@web.de wrote:

 Hi all,

 I'm currently testing dm-crypt to encrypt my whole hard drive. So far I
 followed this [1] guide and have to wait for the randomization part of the
 hard drive.

 In the wiki, ext4 is being used. Since ext3 a journal has been added. From
 my times with loop-aes I know that I have to store the journal through an
 encrypted loop device else it might be written on the hard drive.

 As of I'm new to dm-crypt and Gentoo, where will that journal now go?

 Any help is welcomed. :)

 Regards,
   Roland




-- 
Sincerely,

Steve Buzonas Jr.


Re: [gentoo-user] net-wireless/zd1211

2008-02-07 Thread Steve Buzonas
On Feb 7, 2008 3:19 AM, Arnau Bria [EMAIL PROTECTED] wrote:

 On Wed, 6 Feb 2008 20:37:56 -0500
 Steve Buzonas wrote:

 Hi!

  Hello, reading more about the driver it says that that driver is no
  longer maintained and it recommends zd1211rw which is included in the
  kernel.  You should be able to find the driver in your kernel
  configuration by going to 'Device Drivers  Network Device Support 
  Wireless LAN  ZyDAS ZD1211/ZD1211B USB-wireless support '.

 I forgot to mention that I already found:

 USB ZD1201 based Wireless device support (NEW)

 but notice it's ZD1201, not zd1211.

 This is a 2.6.22 (at work). gonna download newest kernel and try again.

  Hope it helps.
 
  Steve Buzonas Jr.
 Thanks for your help Steve!
 Cheers,

 --
 Arnau Bria
 http://blog.emergetux.net
 Bombing for peace is like fucking for virginity
 --
 gentoo-user@lists.gentoo.org mailing list


What sources are you using?  That was in gentoo-sources-2.6.23-r3 that I
found.

-- 
Steve Buzonas Jr.


Re: [gentoo-user] To x86_64 or not to x86_64

2008-02-06 Thread Steve Buzonas
 I have been thinking of going to x86_64 mode but I'm wondering if
 it's worth the trouble with multilib, chroot'ing, firefox-bin and other
 compromises (admittedly some minor).  I realize I should see some speed
 increase but probably only in certain areas such as compiling.


I just switched back to the amd64 profile and it has changed significantly
since my last attempt.  I only needed to use the multilib profile when I
used the hardened profile.  Hardened is still a little bit of a pain, but
the standard profile and the desktop and server subprofiles work great.


Re: [gentoo-user] Re: Manifest question

2008-02-06 Thread Steve Buzonas

 Digests in the portage tree are an old obsolete feature that has just
 recently finally been removed from the tree. Now gentoo uses a much
 better Manifest scheme. 'ebuild ebuild-name digest has done nothing
 for quite some time now (at least a full year maybe?), and the manifest
 option is the one that works.

 There's interesting information about this on the font page of
 gentoo.org right now

 --
 Alan McKinnon
 alan dot mckinnon at gmail dot com
 --
 gentoo-user@lists.gentoo.org mailing list


I didn't realize that.  I just used digest for my local overlay yesterday.
Does it still allow it, or do I have an outdated version of portage?

Steve Buzonas Jr.


Re: [gentoo-user] net-wireless/zd1211

2008-02-06 Thread Steve Buzonas
On Feb 6, 2008 9:13 AM, Arnau Bria [EMAIL PROTECTED] wrote:

 Hi,

 I'm trying to comoile zd1211 and it always complain about
 CONFIG_NET_RADIO:
  * Checking for suitable kernel configuration options...
  *   zd1211-85 requires support for Wireless LAN drivers (non-hamradio) 
 Wireless Extensions (CONFIG_NET_RADIO).
  * Please check to make sure these options are set correctly.


Hello, reading more about the driver it says that that driver is no longer
maintained and it recommends zd1211rw which is included in the kernel.  You
should be able to find the driver in your kernel configuration by going to
'Device Drivers  Network Device Support  Wireless LAN  ZyDAS
ZD1211/ZD1211B USB-wireless support '.

Hope it helps.

Steve Buzonas Jr.