Your message dated Tue, 11 Jan 2005 13:02:11 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287689: fixed in cryptsetup 20050111-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 29 Dec 2004 15:32:56 +0000
>From [EMAIL PROTECTED] Wed Dec 29 07:32:56 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mx02.qsc.de [213.148.130.14] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Cjfom-0003RK-00; Wed, 29 Dec 2004 07:32:56 -0800
Received: from port-212-202-71-46.dynamic.qsc.de ([212.202.71.46] 
helo=treasure.calvinsplayground.de)
        by mx02.qsc.de with smtp (Exim 3.35 #1)
        id 1CjfoH-0004ux-00
        for [EMAIL PROTECTED]; Wed, 29 Dec 2004 16:32:25 +0100
Received: (qmail 6588 invoked by uid 1000); 29 Dec 2004 15:32:25 -0000
Message-ID: <[EMAIL PROTECTED]>
Content-Type: multipart/mixed; boundary="===============1715499403=="
MIME-Version: 1.0
From: Bastian Kleineidam <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: cryptsetup: encrypted swap howto
X-Mailer: reportbug 3.5
Date: Wed, 29 Dec 2004 16:32:25 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============1715499403==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: cryptsetup
Version: 0.1-6
Severity: wishlist
Tags: patch

Hi,

here is a little HOWTO on setting up an encrypted swap partition.

Regards,
  Bastian

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-bk1-treasure1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages cryptsetup depends on:
ii  dmsetup                     2:1.00.19-4  The Linux Kernel Device Mapper use
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdevmapper1.00            2:1.00.19-4  The Linux Kernel Device Mapper use
ii  libpopt0                    1.7-5        lib for parsing cmdline parameters

-- no debconf information

--===============1715499403==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="CryptoSwap.HowTo"

This document describes how to configure an encrypted swap partition
on Debian systems. An encrypted swap partition prevents spying on
plaintext secrets (passwords) that may be written to disk when memory
is swapped to disk.

Your /etc/fstab file should have a swap entry like this (/dev/hda9
might be a different partition on your system):
# <file system> <mount point>   <type>  <options>     <dump>  <pass>
/dev/hda9        none           swap    sw            0       0

Now just replace /dev/hda9 (or whatever your swap own partition is)
with the new device name /dev/mapper/cswap:
# <file system> <mount point>   <type>  <options>     <dump>  <pass>
/dev/mapper/cswap  none         swap    sw            0       0

After that add an entry in /etc/crypttab (replace /dev/hda9 with
your own swap partition):
# <target device> <source device> <key file> <options>
/dev/mapper/cswap /dev/hda9 /dev/random swap

Reboot, and that's it! You have a crypted swap device.

Read the crypttab(5) manpage for more information, for example options
to use a different encryption algorithm than the default.

-- Bastian Kleineidam <[EMAIL PROTECTED]>

--===============1715499403==--

---------------------------------------
Received: (at 287689-close) by bugs.debian.org; 11 Jan 2005 18:08:23 +0000
>From [EMAIL PROTECTED] Tue Jan 11 10:08:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CoQRL-0001UG-00; Tue, 11 Jan 2005 10:08:23 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CoQLL-0006hy-00; Tue, 11 Jan 2005 13:02:11 -0500
From: [EMAIL PROTECTED] (Wesley W. Terpstra (Debian))
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.54 $
Subject: Bug#287689: fixed in cryptsetup 20050111-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 11 Jan 2005 13:02:11 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 7

Source: cryptsetup
Source-Version: 20050111-1

We believe that the bug you reported is fixed in the latest version of
cryptsetup, which is due to be installed in the Debian FTP archive:

cryptsetup_20050111-1.diff.gz
  to pool/main/c/cryptsetup/cryptsetup_20050111-1.diff.gz
cryptsetup_20050111-1.dsc
  to pool/main/c/cryptsetup/cryptsetup_20050111-1.dsc
cryptsetup_20050111-1_i386.deb
  to pool/main/c/cryptsetup/cryptsetup_20050111-1_i386.deb
cryptsetup_20050111.orig.tar.gz
  to pool/main/c/cryptsetup/cryptsetup_20050111.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Wesley W. Terpstra (Debian) <[EMAIL PROTECTED]> (supplier of updated cryptsetup 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 11 Jan 2005 16:24:49 +0100
Source: cryptsetup
Binary: cryptsetup
Architecture: source i386
Version: 20050111-1
Distribution: unstable
Urgency: low
Maintainer: Wesley W. Terpstra (Debian) <[EMAIL PROTECTED]>
Changed-By: Wesley W. Terpstra (Debian) <[EMAIL PROTECTED]>
Description: 
 cryptsetup - configures encrypted block devices
Closes: 266137 271475 274666 277078 279015 287676 287689
Changes: 
 cryptsetup (20050111-1) unstable; urgency=low
 .
   * Switched to using CVS
     - important new option '-r' supports read-only media (eg: dvds)
     - requires a new cryptdisks option: readonly
     - use install rule instead of manual cp
     - relink cryptsetup manually
     - install the library and header (small)
   * using autogen.sh
     - no longer need to patch broken config*
     - depends on autoconf, automake1.8, libtool, gettext
     - attempt to clean all files produced by autogen.sh
   * Applied patches from Bastian Kleineidam <[EMAIL PROTECTED]>
     - CryptoSwap.HowTo (closes: #287689)
     - fix web page links (closes: #271475)
     - accept more comments (closes: #287676)
     - added manpage for crypttab (closes: #279015)
     - improved manpage for cryptsetup (closes: #274666)
       - also thanks to Thorsten Gunkel for an earlier version
     - thanks for all the improvements!
   * Applied startup script help patch from Marco Bertorello (closes: #277078)
   * Included Volker Sauer's hotplug script for automounting an encrypted
     volume once the keys are plugged in via a usb stick (usbcrypto.hotplug)
   * Included script for booting using keys on a usbstick (closes: #266137)
   * Included another usb script from Stephan A Suerken
Files: 
 439b1bdc23ecfa0d5d7c66a3a32a9c00 705 admin optional cryptsetup_20050111-1.dsc
 956bd7f7d0572341f83c0d8f68bbb095 16690 admin optional 
cryptsetup_20050111.orig.tar.gz
 4149a30639f8ee7c209d43925f77b821 19893 admin optional 
cryptsetup_20050111-1.diff.gz
 eb49ca4dd741a6d60ee6bcc1338c11a9 194644 admin optional 
cryptsetup_20050111-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFB5BO5vLvElXGKklYRAs8pAJ4ntX4Z1KBjb9ISd75NTuYHJWCEQACfXgFi
XFL0/kg7QJVG2ZT/I53Izec=
=Brm3
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to