Your message dated Sun, 22 Mar 2009 09:47:22 +0000
with message-id <[email protected]>
and subject line Bug#520082: fixed in openswan 1:2.6.20+dfsg-4
has caused the Debian Bug report #520082,
regarding openswan: init script bug: "permission denied (must be superuser)"
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
520082: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520082
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: openswan
Version: 1:2.6.20+dfsg-3
Severity: grave
Justification: renders package unusable

Here's the problem:

        ZENON:~# /etc/init.d/ipsec restart
        ipsec_setup: permission denied (must be superuser)
        ipsec_setup: permission denied (must be superuser)

and the patch:

        --- /etc/init.d/ipsec.orig      2009-03-17 10:02:49.913416169 +0100
        +++ /etc/init.d/ipsec   2009-03-17 10:02:58.865415837 +0100
        @@ -123,7 +123,7 @@
         start_stop() {
                        # remove for: @cygwin_START@ 
                        # portable way for checking for root
        -       if test " id -u" != " 0"
        +       if test " $(id -u)" != " 0"
                        then
                                        echo "permission denied (must be 
superuser)" |
                                                        logger -s -p 
$IPSECsyslog -t ipsec_setup 2>&1



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (499, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28.8-1-pyrrhus64 (SMP w/8 CPU cores)
Locale: LANG=en_CA, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages openswan depends on:
ii  bind9-host [host]      1:9.5.1.dfsg.P1-1 Version of 'host' bundled with BIN
ii  bsdmainutils           6.1.10            collection of more utilities from 
ii  debconf [debconf-2.0]  1.5.26            Debian configuration management sy
ii  debianutils            2.31              Miscellaneous utilities specific t
ii  iproute                20090115-1        networking and traffic control too
ii  ipsec-tools            1:0.7.1-1.3       IPsec tools for Linux
ii  libc6                  2.9-6             GNU C Library: Shared libraries
ii  libcurl3               7.18.2-8.1        Multi-protocol file transfer libra
ii  libgmp3c2              2:4.2.4+dfsg-2    Multiprecision arithmetic library
ii  libldap-2.4-2          2.4.15-1          OpenLDAP libraries
ii  libpam0g               1.0.1-7           Pluggable Authentication Modules l
ii  openssl                0.9.8g-15         Secure Socket Layer (SSL) binary a

openswan recommends no packages.

Versions of packages openswan suggests:
ii  curl                          7.18.2-8.1 Get a file from an HTTP, HTTPS or 
pn  openswan-modules-source | lin <none>     (no description available)

-- debconf information:
  openswan/existing_x509_key_filename:
  openswan/x509_state_name:
  openswan/rsa_key_length: 2048
* openswan/restart: true
* openswan/start_level: earliest
  openswan/enable-oe: false
  openswan/existing_x509_certificate: false
  openswan/existing_x509_certificate_filename:
* openswan/create_rsa_key: false
  openswan/x509_email_address:
  openswan/x509_country_code: AT
  openswan/x509_self_signed: true
  openswan/x509_organizational_unit:
  openswan/x509_locality_name:
  openswan/x509_common_name:
  openswan/rsa_key_type: x509
  openswan/x509_organization_name:

-- 
http://www.critikart.net



--- End Message ---
--- Begin Message ---
Source: openswan
Source-Version: 1:2.6.20+dfsg-4

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

linux-patch-openswan_2.6.20+dfsg-4_all.deb
  to pool/main/o/openswan/linux-patch-openswan_2.6.20+dfsg-4_all.deb
openswan-modules-source_2.6.20+dfsg-4_all.deb
  to pool/main/o/openswan/openswan-modules-source_2.6.20+dfsg-4_all.deb
openswan_2.6.20+dfsg-4.diff.gz
  to pool/main/o/openswan/openswan_2.6.20+dfsg-4.diff.gz
openswan_2.6.20+dfsg-4.dsc
  to pool/main/o/openswan/openswan_2.6.20+dfsg-4.dsc
openswan_2.6.20+dfsg-4_i386.deb
  to pool/main/o/openswan/openswan_2.6.20+dfsg-4_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.
Rene Mayrhofer <[email protected]> (supplier of updated openswan 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.8
Date: Sun, 22 Mar 2009 10:21:38 +0100
Source: openswan
Binary: openswan openswan-modules-source linux-patch-openswan
Architecture: source all i386
Version: 1:2.6.20+dfsg-4
Distribution: unstable
Urgency: low
Maintainer: Rene Mayrhofer <[email protected]>
Changed-By: Rene Mayrhofer <[email protected]>
Description: 
 linux-patch-openswan - IPSEC Linux kernel support for Openswan
 openswan   - IPSEC utilities for Openswan
 openswan-modules-source - IPSEC kernel modules source for Openswan
Closes: 520082
Changes: 
 openswan (1:2.6.20+dfsg-4) unstable; urgency=low
 .
   * Backticks got messed up when applying last patch to init script to
     check for user id instead of / being writable.
     Closes: #520082: openswan: init script bug: "permission denied (must
                      be superuser)"
Checksums-Sha1: 
 4153248c5b795067593b0b762f867b88ce08dcad 1299 openswan_2.6.20+dfsg-4.dsc
 9e8be5e9c5f9525b5b9db57d5b42ff5889def0be 149629 openswan_2.6.20+dfsg-4.diff.gz
 a01edfedbf5f5db9cf9b76426d1a6fac6d1040ea 478884 
openswan-modules-source_2.6.20+dfsg-4_all.deb
 cd99292c1878d4c72f38e6d1ef79188bf925cf12 866332 
linux-patch-openswan_2.6.20+dfsg-4_all.deb
 91c65e3399d6d581c938fe7a61854a25450e6145 3005208 
openswan_2.6.20+dfsg-4_i386.deb
Checksums-Sha256: 
 11f2b8c0db10024946565a97b931ba55f4541de8e93c40c45a0d666ce2efe6bc 1299 
openswan_2.6.20+dfsg-4.dsc
 c3ad643daf760eeee7dd79f82eab9f82b5d04dc34922b8bca3132d541fbe4fd4 149629 
openswan_2.6.20+dfsg-4.diff.gz
 0f1ce01db64b46b0fd3893608cc3cbcaa3eac14a7af2e5bea8c77ceaf5097489 478884 
openswan-modules-source_2.6.20+dfsg-4_all.deb
 06583e2cb93632efec112977f58b7a21d09fd9ee5158c1b99bc0bcaa7c20e28c 866332 
linux-patch-openswan_2.6.20+dfsg-4_all.deb
 a0203691ceefd18cceb6c14fd30d797f5247f632480fa64e15507399fed3ccdf 3005208 
openswan_2.6.20+dfsg-4_i386.deb
Files: 
 2743e33ced2d1895c2eec84020759549 1299 net optional openswan_2.6.20+dfsg-4.dsc
 132b50655dba83a8d721c4cdc36fc3e0 149629 net optional 
openswan_2.6.20+dfsg-4.diff.gz
 f61fdd0c6844b777f372840e8bb42cdf 478884 net optional 
openswan-modules-source_2.6.20+dfsg-4_all.deb
 d5146b94f19e918845492aa7ef7b2e43 866332 net optional 
linux-patch-openswan_2.6.20+dfsg-4_all.deb
 ab17c7599f9b11978bbf56e42d400d7f 3005208 net optional 
openswan_2.6.20+dfsg-4_i386.deb

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

iEYEARECAAYFAknGCA8ACgkQq7SPDcPCS95v6gCg6xb/eyuM+MW2EzGHaIMoqeoH
ELkAoKRm4UMQR2psxSjJZ85ovQJyKGMe
=WQ+W
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to