Your message dated Wed, 25 Jan 2006 15:19:30 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#340034: fixed in pcmcia-cs 3.2.8-6
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; 20 Nov 2005 15:28:25 +0000
>From [EMAIL PROTECTED] Sun Nov 20 07:28:25 2005
Return-path: <[EMAIL PROTECTED]>
Received: from net4visions.de ([81.169.176.107] helo=smtp.net4visions.de)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1Edr7A-0004kQ-RC
        for [EMAIL PROTECTED]; Sun, 20 Nov 2005 07:28:25 -0800
Received: from localhost (localhost [127.0.0.1])
        by smtp.net4visions.de (Postfix) with ESMTP id 848C41420C;
        Sun, 20 Nov 2005 16:28:22 +0100 (CET)
Received: from smtp.net4visions.de ([127.0.0.1])
 by localhost (smtp.net4visions.de [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 10474-08; Sun, 20 Nov 2005 16:28:20 +0100 (CET)
Received: from smtp.tower-net.all (C601e.c.strato-dslnet.de [62.104.96.30])
        (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
        (Client did not present a certificate)
        by smtp.net4visions.de (Postfix) with ESMTP id CA4BF1411A;
        Sun, 20 Nov 2005 16:28:19 +0100 (CET)
Received: from angus.tower-net.all (angus.tower-net.all [192.168.0.130])
        by smtp.tower-net.all (8.13.4/8.12.9) with ESMTP id jAKFSDaB020051;
        Sun, 20 Nov 2005 16:28:14 +0100 (CET)
Received: from [127.0.0.1] (helo=localhost)
        by angus.tower-net.all with esmtp (Exim 4.50)
        id 1Edr6z-0000Ld-HI; Sun, 20 Nov 2005 16:28:13 +0100
Received: from lenox.tower-net.all ([192.168.0.148] [192.168.0.148])
        by angus.tower-net.all (AvMailGate-2.0.2-14) id 00979-35195A1C;
        Sun, 20 Nov 2005 16:28:12 +0100
Received: from makolb by lenox.tower-net.all with local (Exim 4.54)
        id 1Edr7n-0000uq-NV; Sun, 20 Nov 2005 16:29:03 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Markus Kolb <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: pcmcia-cs: REFRAIN_FROM_IFUP=yes is not recognized
X-Mailer: reportbug 3.17
Date: Sun, 20 Nov 2005 16:29:03 +0100
Message-Id: <[EMAIL PROTECTED]>
X-AntiVirus: checked by AntiVir MailGate (version: 2.0.2-14; AVE: 6.32.0.58; 
VDF: 6.32.18.19; host: mail.tower-net.all)
X-Virus-Scanned: amavisd-new at net4visions.de
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

Package: pcmcia-cs
Version: 3.2.8-5.2
Severity: important

REFRAIN_FROM_IFUP is set to yes but cardmgr still brings up the
interface with its network script.

---
Nov 20 16:09:09 lenox cardmgr[829]: socket 1: NE2000 Compatible Ethernet
Nov 20 16:09:09 lenox kernel: eth0: NE2000 Compatible: io 0x300, irq 3,
hw_addr 00:E0:9
8:94:78:92
Nov 20 16:09:09 lenox cardmgr[829]: executing: './network start eth0
2>&1'
Nov 20 16:09:09 lenox cardmgr[829]: + Sample private network setup
---

Another problem is that it doesn't bring down the interface correctly:

---
Nov 20 15:59:49 lenox cardmgr[829]: executing: 'modprobe -r pcnet_cs
2>&1'
Nov 20 15:59:49 lenox cardmgr[829]: + pcnet_cs: Device or resource busy
Nov 20 15:59:49 lenox cardmgr[829]: modprobe exited with status 1
---

So there is the interface configuration left and if you plugin the card
again it wants to configure another non-existent network interface.
So I have to use command ifdown eth0 before I can plugin the card again.

But I have installed hotplug and corresponding to documentation it is
intended that hotplug configures the network cards.

/etc/default/pcmcia:
---
# Defaults for pcmcia (sourced by /etc/init.d/pcmcia)
PCMCIA=yes
PCIC=yenta_socket
PCIC_OPTS=
CORE_OPTS=
CARDMGR_OPTS=
# If REFRAIN_FROM_IFUP is set to yes, cardmgr will not bring up
# network interfaces. They should be brought up by hotplug instead.
# Since this is an upgrade from an old version of pcmcia-cs, it
# retains the old behaviour. Please read
# /usr/share/doc/pcmcia-cs/README.Debian and then uncomment the
# following line.
REFRAIN_FROM_IFUP=yes
---

/etc/network/interfaces:
---
auto lo
allow-hotplug eth0

mapping hotplug
    script grep
    map eth0

iface lo inet loopback

# This entry was created during the Debian installation
iface eth0 inet dhcp
---

Thanks.
Markus


-- System Information:
Debian Release: sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.32
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages pcmcia-cs depends on:
ii  debconf [debconf-2.0]         1.4.59     Debian configuration management sy
ii  dmidecode                     2.7-2      Dump Desktop Management Interface 
ii  libc6                         2.3.5-8    GNU C Library: Shared libraries an
ii  lsb-base                      3.0-11     Linux Standard Base 3.0 init scrip
ii  module-init-tools             3.2-pre9-4 tools for managing Linux kernel mo
ii  modutils                      2.4.27.0-3 Linux module utilities
ii  psmisc                        21.8-1     Utilities that use the proc filesy

Versions of packages pcmcia-cs recommends:
ii  hotplug                  0.0.20040329-25 Linux Hotplug Scripts

-- debconf information:
* pcmcia-cs/abort_upgrade: false
  pcmcia-cs/error_stopping:
  pcmcia-cs/abort_msg:
  pcmcia-cs/not_stopped:
* pcmcia-cs/stop_pcmcia: true
* pcmcia-cs/fix_pcic: false
  pcmcia-cs/run_probe: true
* pcmcia-cs/upgrade_note:
  pcmcia-cs/no_rmdir:
  pcmcia-cs/start_later:
* pcmcia-cs/upgrade_action: ask
* pcmcia-cs/start_pcmcia: true

---------------------------------------
Received: (at 340034-close) by bugs.debian.org; 25 Jan 2006 23:27:27 +0000
>From [EMAIL PROTECTED] Wed Jan 25 15:27:27 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1F1tvG-0003JT-9Q; Wed, 25 Jan 2006 15:19:30 -0800
From: Per Olofsson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#340034: fixed in pcmcia-cs 3.2.8-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 25 Jan 2006 15:19:30 -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
X-CrossAssassin-Score: 10

Source: pcmcia-cs
Source-Version: 3.2.8-6

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

pcmcia-cs-udeb_3.2.8-6_i386.udeb
  to pool/main/p/pcmcia-cs/pcmcia-cs-udeb_3.2.8-6_i386.udeb
pcmcia-cs_3.2.8-6.diff.gz
  to pool/main/p/pcmcia-cs/pcmcia-cs_3.2.8-6.diff.gz
pcmcia-cs_3.2.8-6.dsc
  to pool/main/p/pcmcia-cs/pcmcia-cs_3.2.8-6.dsc
pcmcia-cs_3.2.8-6_i386.deb
  to pool/main/p/pcmcia-cs/pcmcia-cs_3.2.8-6_i386.deb
pcmcia-source_3.2.8-6_all.deb
  to pool/main/p/pcmcia-cs/pcmcia-source_3.2.8-6_all.deb
pnpbios-tools_3.2.8-6_i386.deb
  to pool/main/p/pcmcia-cs/pnpbios-tools_3.2.8-6_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.
Per Olofsson <[EMAIL PROTECTED]> (supplier of updated pcmcia-cs 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: Wed, 25 Jan 2006 20:39:47 +0100
Source: pcmcia-cs
Binary: pcmcia-source pcmcia-cs-udeb pnpbios-tools pcmcia-cs
Architecture: source i386 all
Version: 3.2.8-6
Distribution: unstable
Urgency: low
Maintainer: Per Olofsson <[EMAIL PROTECTED]>
Changed-By: Per Olofsson <[EMAIL PROTECTED]>
Description: 
 pcmcia-cs  - PCMCIA Card Services for Linux (deprecated)
 pcmcia-cs-udeb - PCMCIA Card Services for Linux (udeb) (udeb)
 pcmcia-source - Old PCMCIA kernel modules source
 pnpbios-tools - Plug and Play BIOS tools
Closes: 321392 321467 329099 329100 329101 329329 330794 335069 336909 340034
Changes: 
 pcmcia-cs (3.2.8-6) unstable; urgency=low
 .
   * Acknowledging NMUs. Closes: #329099, #329100, #329101.
   * Closes: #321392: log_error_msg should be log_failure_msg in init
     script.
   * Don't complain about missing modules and don't fail if they cannot be
     loaded. cardmgr will tell us if something is wrong. Closes: #321467.
   * Remove failed_to_load function from init script.
   * Depend on pcmciautils. Needed for newer kernels. This will make
     upgrades smooth. Closes: #329329.
   * Recommend udev | hotplug.
   * Document allow-hotplug in README.Debian. Closes: #336909, #330794.
   * Set user write permission on all files when building to avoid problems
     on some file systems. Closes: #340034.
   * Add U.S. Robotics USR7901 ethernet card to config. Closes: #335069.
   * Use log_action_begin_msg and log_action_end_msg in the init script to
     get better and policy-conforming output.
   * Prefer dependency on module-init-tools instead of modutils.
   * Don't start pcmcia-cs if kernel version >= 2.6.13 and udev is
     enabled. Let pcmciautils handle these cases.
   * Updated description.
Files: 
 b166a9f749955f60c57f589566b5ddd3 655 base extra pcmcia-cs_3.2.8-6.dsc
 41841b6f23bb028109280a4978ee831f 147278 base extra pcmcia-cs_3.2.8-6.diff.gz
 581a4220a129faa5f8448350fd64fd9c 1137914 admin extra 
pcmcia-source_3.2.8-6_all.deb
 f03d10f04b4959923e0717a5a2f3416d 303062 base extra pcmcia-cs_3.2.8-6_i386.deb
 0d1fd804b6180352be144fdfaa6fff52 86392 admin extra 
pnpbios-tools_3.2.8-6_i386.deb
 14b44e01e88a837583186de34f95b884 36954 debian-installer extra 
pcmcia-cs-udeb_3.2.8-6_i386.udeb
Package-Type: udeb

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

iD8DBQFD19xweDAsS42/7C8RAgRhAKCEeX9vWTtF0CAcE03E5kzToiXU6ACfT0w7
wzDJoAsNZnDJ/FPTcYm6BG8=
=DkBP
-----END PGP SIGNATURE-----


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

Reply via email to