[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:29012] Re: swap の暗号化



早間です。

> 
> swap なので rc.S を変更したのですが
> # Enable swapping.
> /etc/rc.d/cryptsetup.sh -d /dev/random create swap /dev/sda2
> /sbin/mkswap  /dev/mapper/swap
> /sbin/swapon -a
> 
> 働きません。cryptsetup.sh に必要はものが rc.S の実行時にはそろっ
> ていないのだと考えられます。
> 

cryptsetup.sh を使用しないで直接 /sbin/cryptsetup を使うと働きます。

/sbin/cryptsetup -d /dev/urandom create swap /dev/sda2
/sbin/mkswap  /dev/mapper/swap
/sbin/swapon -a

> # 調べて見ました。
> # dmsetup が /usr/sbin にあります
> # 同様に chgrp が /usr/sbin にあるので rc.S ではエラーになります。
> # coreutils と devicemapper の変更をお願いします。
> 

とりあえず devicemapper の問題は無くなりました。

-- 早間 義博

References
[plamo:29010] swap の暗号化, 早間

[検索ページ] [メール一覧]
Plamo ML 公開システム