[Linux-wlan-ng-devel] Bug#327694: marked as done (linux-wlan-ng: pcmcia start script fails when no /etc/wlan/*shared files exist)

Debian Bug Tracking System owner at bugs.debian.org
Sat Oct 22 17:33:11 UTC 2005


Your message dated Sat, 22 Oct 2005 10:21:03 -0700
with message-id <E1ETN3H-0006Df-00 at spohr.debian.org>
and subject line Bug#327694: fixed in linux-wlan-ng 0.2.2+dfsg-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; 11 Sep 2005 15:35:30 +0000
>From seanius at debian.org Sun Sep 11 08:35:28 2005
Return-path: <seanius at debian.org>
Received: from dsl092-235-113.phl1.dsl.speakeasy.net (sativa.seanius.net) [66.92.235.113] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1EETrb-0004gy-00; Sun, 11 Sep 2005 08:35:28 -0700
Received: by sativa.seanius.net (Postfix, from userid 1000)
	id 34C3215834; Sun, 11 Sep 2005 11:34:57 -0400 (EDT)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Sean Finney <seanius at debian.org>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: linux-wlan-ng: pcmcia start script fails when no /etc/wlan/*shared files
 exist
X-Mailer: reportbug 3.8
Date: Sun, 11 Sep 2005 11:34:57 -0400
Message-Id: <20050911153457.34C3215834 at sativa.seanius.net>
Delivered-To: submit at bugs.debian.org
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

Package: linux-wlan-ng
Version: 0.2.2-2
Severity: important
Tags: patch

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

Sep 11 17:00:58 localhost cardmgr[5180]: + /etc/wlan/shared: line 93: /etc/wlan/shared.*: No such file or directory

i believe the following patch fixes it:

- --- /etc/wlan/shared.old        2005-09-11 17:31:30.000000000 +0200
+++ /etc/wlan/shared    2005-09-11 17:33:42.000000000 +0200
@@ -89,9 +89,11 @@
 # Source NSD specific functions
 # nsd_fwload
 # nsd_mibset
- -for i in /etc/wlan/shared.* ; do 
- -       . $i
- -done
+if [ "`ls /etc/wlan/shared.* 2>/dev/null`" ]; then
+       for i in /etc/wlan/shared.* ; do 
+               . $i
+       done
+fi
 
 is_true ()
 {


- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages linux-wlan-ng depends on:
ii  libc6                         2.3.5-4    GNU C Library: Shared libraries an
ii  sysvinit                      2.86.ds1-1 System-V like init
pn  wireless-tools                           Not found.

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

iD8DBQFDJE6gynjLPm522B0RAhzdAJ914a9bvp7O7EsgeJ+zSsyC8yJXDwCeKtsg
qnKEj1MYUGQAAb9weATo/pA=
=D1YC
-----END PGP SIGNATURE-----

---------------------------------------
Received: (at 327694-close) by bugs.debian.org; 22 Oct 2005 17:23:03 +0000
>From joerg at spohr.debian.org Sat Oct 22 10:23:03 2005
Return-path: <joerg at spohr.debian.org>
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1ETN3H-0006Df-00; Sat, 22 Oct 2005 10:21:03 -0700
From: Victor Seva <linuxmaniac at torreviejawireless.org>
To: 327694-close at bugs.debian.org
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#327694: fixed in linux-wlan-ng 0.2.2+dfsg-1
Message-Id: <E1ETN3H-0006Df-00 at spohr.debian.org>
Sender: Joerg Jaspert <joerg at spohr.debian.org>
Date: Sat, 22 Oct 2005 10:21:03 -0700
Delivered-To: 327694-close at bugs.debian.org
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: linux-wlan-ng
Source-Version: 0.2.2+dfsg-1

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

linux-wlan-ng-doc_0.2.2+dfsg-1_all.deb
  to pool/main/l/linux-wlan-ng/linux-wlan-ng-doc_0.2.2+dfsg-1_all.deb
linux-wlan-ng-firmware_0.2.2+dfsg-1_all.deb
  to pool/main/l/linux-wlan-ng/linux-wlan-ng-firmware_0.2.2+dfsg-1_all.deb
linux-wlan-ng-modules-2.6.12-1-386_0.2.2+dfsg-1_i386.deb
  to pool/main/l/linux-wlan-ng/linux-wlan-ng-modules-2.6.12-1-386_0.2.2+dfsg-1_i386.deb
linux-wlan-ng-modules-2.6.12-1-686-smp_0.2.2+dfsg-1_i386.deb
  to pool/main/l/linux-wlan-ng/linux-wlan-ng-modules-2.6.12-1-686-smp_0.2.2+dfsg-1_i386.deb
linux-wlan-ng-modules-2.6.12-1-686_0.2.2+dfsg-1_i386.deb
  to pool/main/l/linux-wlan-ng/linux-wlan-ng-modules-2.6.12-1-686_0.2.2+dfsg-1_i386.deb
linux-wlan-ng-modules-2.6.12-1-k7-smp_0.2.2+dfsg-1_i386.deb
  to pool/main/l/linux-wlan-ng/linux-wlan-ng-modules-2.6.12-1-k7-smp_0.2.2+dfsg-1_i386.deb
linux-wlan-ng-modules-2.6.12-1-k7_0.2.2+dfsg-1_i386.deb
  to pool/main/l/linux-wlan-ng/linux-wlan-ng-modules-2.6.12-1-k7_0.2.2+dfsg-1_i386.deb
linux-wlan-ng-source_0.2.2+dfsg-1_all.deb
  to pool/main/l/linux-wlan-ng/linux-wlan-ng-source_0.2.2+dfsg-1_all.deb
linux-wlan-ng_0.2.2+dfsg-1.diff.gz
  to pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.2+dfsg-1.diff.gz
linux-wlan-ng_0.2.2+dfsg-1.dsc
  to pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.2+dfsg-1.dsc
linux-wlan-ng_0.2.2+dfsg-1_i386.deb
  to pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.2+dfsg-1_i386.deb
linux-wlan-ng_0.2.2+dfsg.orig.tar.gz
  to pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.2+dfsg.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 327694 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Victor Seva <linuxmaniac at torreviejawireless.org> (supplier of updated linux-wlan-ng 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 ftpmaster at debian.org)


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

Format: 1.7
Date: Wed, 21 Sep 2005 19:16:24 +0200
Source: linux-wlan-ng
Binary: linux-wlan-ng-modules-2.6.12-1-686-smp linux-wlan-ng-modules-2.6.12-1-k7-smp linux-wlan-ng-firmware linux-wlan-ng-modules-2.6.12-1-em64t-p4 linux-wlan-ng-source linux-wlan-ng linux-wlan-ng-modules-2.6.12-1-em64t-p4-smp linux-wlan-ng-doc linux-wlan-ng-modules-2.6.12-1-amd64-k8-smp linux-wlan-ng-modules-2.6.12-1-k7 linux-wlan-ng-modules-2.6.12-1-amd64-generic linux-wlan-ng-modules-2.6.12-1-686 linux-wlan-ng-modules-2.6.12-1-386 linux-wlan-ng-modules-2.6.12-1-amd64-k8 linux-wlan-ng-modules-2.6.12-1-ppc64 linux-wlan-ng-modules-2.6.12-1-powerpc
Architecture: source i386 all
Version: 0.2.2+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Victor Seva <linuxmaniac at torreviejawireless.org>
Changed-By: Victor Seva <linuxmaniac at torreviejawireless.org>
Description: 
 linux-wlan-ng - utilities for wireless prism2 cards
 linux-wlan-ng-doc - documentation for wlan-ng
 linux-wlan-ng-firmware - firmware files used by the linux-wlan-ng driver
 linux-wlan-ng-modules-2.6.12-1-386 - linux-wlan-ng binary kernel module
 linux-wlan-ng-modules-2.6.12-1-686 - linux-wlan-ng binary kernel module
 linux-wlan-ng-modules-2.6.12-1-686-smp - linux-wlan-ng binary kernel module
 linux-wlan-ng-modules-2.6.12-1-k7 - linux-wlan-ng binary kernel module
 linux-wlan-ng-modules-2.6.12-1-k7-smp - linux-wlan-ng binary kernel module
 linux-wlan-ng-source - linux-wlan-ng driver
Closes: 230855 299725 327686 327694 327695
Changes: 
 linux-wlan-ng (0.2.2+dfsg-1) unstable; urgency=low
 .
   * new ppc64 arch ( Closes: #327686 )
   * upstream orig tar without firmware files
   * clean old stuff on README.Debian
   * Fixed debian/rules ( Enrico Tassi ) No *.hex on linux-wlan-ng-source
     package
   * Endless Loop if only binary-indep or binary-arch rules are called
     ( Closes: #327695 )
   * Added prism2dl/wlan.agent/shared.prism2 to linux-wlan-ng package
   * New linux-wlan-ng-firmware package with just a small script for build a
     the firmware package. Not incluided for legal issues.
   * added Spanish and Italian translations ( es.po it.po )
   * Added code to avoid endless loop if shared.dpkg-old file exists
     ( Closes: #230855, #327694)
   * Final adopt process ( Closes: #299725 )
Files: 
 e2da82bbe684bc301062ad10117687e3 1760 admin extra linux-wlan-ng_0.2.2+dfsg-1.dsc
 05b01eb01a92c96cf4c6ca817d23f9a6 367816 admin extra linux-wlan-ng_0.2.2+dfsg.orig.tar.gz
 45bf3a92582bffa0a18c14bc59b3b5ea 35882 admin extra linux-wlan-ng_0.2.2+dfsg-1.diff.gz
 343b17d2d1f5af3716fc4c221505e67d 428504 admin extra linux-wlan-ng-source_0.2.2+dfsg-1_all.deb
 adbd930c41046189f1c42f0a8a683aa4 80312 admin extra linux-wlan-ng-doc_0.2.2+dfsg-1_all.deb
 eaa0e4b7c1e18173b3bf3e5ff19626f9 51758 admin extra linux-wlan-ng-firmware_0.2.2+dfsg-1_all.deb
 638562385b99b38c9d9238d4df87f08b 197834 admin extra linux-wlan-ng-modules-2.6.12-1-386_0.2.2+dfsg-1_i386.deb
 81bf84383434678724270987e1d0de8b 208064 admin extra linux-wlan-ng-modules-2.6.12-1-686_0.2.2+dfsg-1_i386.deb
 25a314abd6521f54b1cc6234ef470261 210800 admin extra linux-wlan-ng-modules-2.6.12-1-686-smp_0.2.2+dfsg-1_i386.deb
 169167b703949c9c15ce6e455204c3d0 206372 admin extra linux-wlan-ng-modules-2.6.12-1-k7_0.2.2+dfsg-1_i386.deb
 3ad99ec4403269b8bd501515a51cb036 208998 admin extra linux-wlan-ng-modules-2.6.12-1-k7-smp_0.2.2+dfsg-1_i386.deb
 4255e4ececbfd75c68906fbeed50b559 126806 admin extra linux-wlan-ng_0.2.2+dfsg-1_i386.deb

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

iD8DBQFDToK4xRSvjkukAcMRAqnZAKC+4DAe0guMH5YXDe6kg0ybMLgJsgCgja6j
u68tTXwdOSaOvu67BAJpOS8=
=n2VA
-----END PGP SIGNATURE-----





More information about the Linux-wlan-ng-devel mailing list