<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Encrypting your Ubuntu swap partition</title>
	<atom:link href="http://iwtf.net/2010/01/05/encrypting-your-ubuntu-swap-partition/feed/" rel="self" type="application/rss+xml" />
	<link>http://iwtf.net/2010/01/05/encrypting-your-ubuntu-swap-partition/</link>
	<description>Dont worry, We&#039;re from the Internet</description>
	<lastBuildDate>Tue, 08 May 2012 20:07:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: tk</title>
		<link>http://iwtf.net/2010/01/05/encrypting-your-ubuntu-swap-partition/comment-page-1/#comment-795</link>
		<dc:creator>tk</dc:creator>
		<pubDate>Thu, 15 Dec 2011 06:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://iwtf.net/?p=163#comment-795</guid>
		<description>In debian lenny with encrypted root and swap partitions, when booting, one is asked for root and swap passphrases. To avoid the swap passphrase, a working setup is found here: http://agnulinuxuser.blogspot.com/2011/12/encrypting-swap-partition.html</description>
		<content:encoded><![CDATA[<p>In debian lenny with encrypted root and swap partitions, when booting, one is asked for root and swap passphrases. To avoid the swap passphrase, a working setup is found here: <a href="http://agnulinuxuser.blogspot.com/2011/12/encrypting-swap-partition.html" rel="nofollow">http://agnulinuxuser.blogspot.com/2011/12/encrypting-swap-partition.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://iwtf.net/2010/01/05/encrypting-your-ubuntu-swap-partition/comment-page-1/#comment-183</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 07 Sep 2010 22:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://iwtf.net/?p=163#comment-183</guid>
		<description>Thank you! Worked well!</description>
		<content:encoded><![CDATA[<p>Thank you! Worked well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://iwtf.net/2010/01/05/encrypting-your-ubuntu-swap-partition/comment-page-1/#comment-137</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 10 Apr 2010 20:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://iwtf.net/?p=163#comment-137</guid>
		<description>also ensure that the sudo echo command is all on one line. It doesnt appear so well in the web page here, but its supposed to be on one line.</description>
		<content:encoded><![CDATA[<p>also ensure that the sudo echo command is all on one line. It doesnt appear so well in the web page here, but its supposed to be on one line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://iwtf.net/2010/01/05/encrypting-your-ubuntu-swap-partition/comment-page-1/#comment-136</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 10 Apr 2010 20:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://iwtf.net/?p=163#comment-136</guid>
		<description>Hi Rod,
Normally that would indicate that the user you ran the command as does not have enough permission to access the /etc/crypttab file. try becoming root and doing the echo that way

[code]
sudo su - 
echo cryptoswap /dev/sda3 /dev/urandom cipher=aes-cbc-essiv:sha256,size=256,hash=sha256,swap &gt;&gt; /etc/crypttab
[/code]

if that also fails, then copy/paste the resulting failure as well as the output of

[code]
sudo ls -la /etc/crypttab
[/code]</description>
		<content:encoded><![CDATA[<p>Hi Rod,<br />
Normally that would indicate that the user you ran the command as does not have enough permission to access the /etc/crypttab file. try becoming root and doing the echo that way</p>
<p>[code]<br />
sudo su -<br />
echo cryptoswap /dev/sda3 /dev/urandom cipher=aes-cbc-essiv:sha256,size=256,hash=sha256,swap &gt;&gt; /etc/crypttab<br />
[/code]</p>
<p>if that also fails, then copy/paste the resulting failure as well as the output of</p>
<p>[code]<br />
sudo ls -la /etc/crypttab<br />
[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod</title>
		<link>http://iwtf.net/2010/01/05/encrypting-your-ubuntu-swap-partition/comment-page-1/#comment-135</link>
		<dc:creator>Rod</dc:creator>
		<pubDate>Sat, 10 Apr 2010 20:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://iwtf.net/?p=163#comment-135</guid>
		<description>Hi,

Everything worked well until I got to this line:
sudo echo cryptoswap /dev/sda3 /dev/urandom cipher=aes-cbc-essiv:sha256,size=256,hash=sha256,swap &gt;&gt; /etc/crypttab

I received this error message:
/etc/crypttab: Permission denied

(Note: I changed from your sda3 to my sda5)

Any thoughts?

Cheers,

Rod</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Everything worked well until I got to this line:<br />
sudo echo cryptoswap /dev/sda3 /dev/urandom cipher=aes-cbc-essiv:sha256,size=256,hash=sha256,swap &gt;&gt; /etc/crypttab</p>
<p>I received this error message:<br />
/etc/crypttab: Permission denied</p>
<p>(Note: I changed from your sda3 to my sda5)</p>
<p>Any thoughts?</p>
<p>Cheers,</p>
<p>Rod</p>
]]></content:encoded>
	</item>
</channel>
</rss>

