Your message dated Mon, 23 Jan 2006 21:17:09 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#320087: fixed in ipsec-tools 1:0.6.4-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; 26 Jul 2005 22:01:41 +0000
>From [EMAIL PROTECTED] Tue Jul 26 15:01:41 2005
Return-path: <[EMAIL PROTECTED]>
Received: from youngmi.dsl.frii.net (mail.young.com) [216.17.139.152] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DxXUa-00009V-00; Tue, 26 Jul 2005 15:01:40 -0700
Received: by mail.young.com (Postfix, from userid 10)
        id 0D6D0B9E; Tue, 26 Jul 2005 16:01:09 -0600 (MDT)
Received: by eris (Postfix, from userid 1000)
        id 7DCE46AC; Tue, 26 Jul 2005 16:00:09 -0600 (MDT)
Content-Type: multipart/mixed; boundary="===============0395432388=="
MIME-Version: 1.0
From: "Aaron D. Johnson" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: racoon-tool should load modules with modprobe instead of insmod
X-Mailer: reportbug 3.8
Date: Tue, 26 Jul 2005 16:00:09 -0600
Message-Id: <[EMAIL PROTECTED]>
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-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

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

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

Package: racoon
Version: 1:0.5.2-1
Severity: normal
Tags: patch

"/etc/init.d/racoon start" is producing error messages like the
following on my system:
  insmod: error inserting '/lib/modules/2.6.12.3/kernel/crypto/crc32c.ko': -1 
Unknown symbol in module
  insmod: error inserting '/lib/modules/2.6.12.3/kernel/net/ipv6/ipcomp6.ko': 
-1 Unknown symbol in module

These errors come up because the crc32c and ipcomp6 kernel modules have
dependencies on other modules and insmod does not insert them.  modprobe
does insert dependencies.

The attached patch to /usr/sbin/racoon-tool alters racoon-tool to use
/sbin/modprobe instead of /sbin/insmod to load kernel modules.  Also,
"/sbin/modprobe -r" is used to remove modules instead of /sbin/rmmod.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.12.3
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages racoon depends on:
ii  debconf                     1.4.30.13    Debian configuration management sy
ii  ipsec-tools                 1:0.5.2-1    IPsec tools for Linux
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libssl0.9.7                 0.9.7e-3     SSL shared libraries
ii  perl                        5.8.4-8      Larry Wall's Practical Extraction 

-- debconf information:
* racoon/config_mode: racoon-tool

--===============0395432388==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="racoon-tool.diff"

--- racoon-tool.orig    2005-05-04 02:33:10.000000000 -0600
+++ racoon-tool 2005-07-26 14:36:47.000000000 -0600
@@ -2413,12 +2413,12 @@
 
        return 1 if ( ! -f $modtoload );
 
-       return 1 if ( ! -f "/sbin/insmod" );
+       return 1 if ( ! -f "/sbin/modprobe" );
 
        $modname = basename("$modtoload", "$modext");
 
        if ( ! grep /^${modname}$/, @modules ) {
-               system ( "/sbin/insmod $modtoload" );
+               system ( "/sbin/modprobe $modname" );
        }
 
        return 0
@@ -2434,7 +2434,7 @@
                return 0;
        }
 
-       system ( "/sbin/rmmod $modname > /dev/null 2>&1" );
+       system ( "/sbin/modprobe -r $modname > /dev/null 2>&1" );
        
        return 0;
 }

--===============0395432388==--

---------------------------------------
Received: (at 320087-close) by bugs.debian.org; 24 Jan 2006 05:20:28 +0000
>From [EMAIL PROTECTED] Mon Jan 23 21:20:28 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1F1GYH-0003TE-7R; Mon, 23 Jan 2006 21:17:09 -0800
From: Ganesan Rajagopal <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#320087: fixed in ipsec-tools 1:0.6.4-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 23 Jan 2006 21:17:09 -0800
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-Level: 
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

Source: ipsec-tools
Source-Version: 1:0.6.4-1

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

ipsec-tools_0.6.4-1.diff.gz
  to pool/main/i/ipsec-tools/ipsec-tools_0.6.4-1.diff.gz
ipsec-tools_0.6.4-1.dsc
  to pool/main/i/ipsec-tools/ipsec-tools_0.6.4-1.dsc
ipsec-tools_0.6.4-1_i386.deb
  to pool/main/i/ipsec-tools/ipsec-tools_0.6.4-1_i386.deb
ipsec-tools_0.6.4.orig.tar.gz
  to pool/main/i/ipsec-tools/ipsec-tools_0.6.4.orig.tar.gz
racoon_0.6.4-1_i386.deb
  to pool/main/i/ipsec-tools/racoon_0.6.4-1_i386.deb



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.
Ganesan Rajagopal <[EMAIL PROTECTED]> (supplier of updated ipsec-tools 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, 24 Jan 2006 10:20:11 +0530
Source: ipsec-tools
Binary: racoon ipsec-tools
Architecture: source i386
Version: 1:0.6.4-1
Distribution: unstable
Urgency: low
Maintainer: Ganesan Rajagopal <[EMAIL PROTECTED]>
Changed-By: Ganesan Rajagopal <[EMAIL PROTECTED]>
Description: 
 ipsec-tools - IPsec tools for Linux
 racoon     - IPsec IKE keying daemon
Closes: 320087
Changes: 
 ipsec-tools (1:0.6.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Apply racoon-tool patch to use modprobe instead of insmod
     (closes: #320087).
   * Rerun bootstrap because upstream libtool appears to be broken (configure
     breaks if g++ is not installed).
Files: 
 1bcd787a7a60139fd4636f71ad9a1fd0 674 net extra ipsec-tools_0.6.4-1.dsc
 cc0173be0004eaae372a7853e68a909f 928108 net extra ipsec-tools_0.6.4.orig.tar.gz
 8ca1beda177e056426272fad3afd8ae9 169510 net extra ipsec-tools_0.6.4-1.diff.gz
 8164b1024c14a90234688756c7d073d8 84542 net extra ipsec-tools_0.6.4-1_i386.deb
 5b0c5fbb50477a706dea49e46cba1d94 320712 net extra racoon_0.6.4-1_i386.deb

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

iD8DBQFD1bJ0FeACul2MEuoRAjP4AKCH1eiq8lq4r3v7pEelZhE60d0vXQCffXMs
4fCH6CojAh6e+LjDorJMzHY=
=uaVJ
-----END PGP SIGNATURE-----


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

Reply via email to