[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#395526: marked as done (provide an intelligent /sys walking for MODULES=dep)



Your message dated Sat, 26 May 2007 23:47:02 +0000
with message-id <E1Hs5yQ-0006ti-HI@ries.debian.org>
and subject line Bug#395526: fixed in initramfs-tools 0.88
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)

--- Begin Message ---
Package: sl-modem-daemon
Version: 2.9.9d+e-pre2-7
Severity: normal


Since a couple of weeks initramfs-tools started to add slamr.ko in the
initrd for some reason; even if the module ungrab-winmodem.ko was _not_
copied, as the slamr module does not indicate any dependence, the slamr
module was loaded during the initrd phase.

In /etc/init.d/sl-modem-daemon, line 76, the exit status of
modprobe slamr is evaluated in order to check the availability of the
slamr module, but modprobe does not return an exit status != 0 when the
requested module was already loaded: this way the script can't assure that the
module was loaded in a sane way.

A quick-and-dirty way to solve this issue could be to unload and reload
the module: modprobe will care the correct initialization
(/etc/modprobe.d/sl-modem-daemon.modutils) and the daemon won't die
anymore.

There are also 2 other ways to solve:
1. adding to the slamr module a dependence to ungrab-winmodem;
2. adding a hook to initramfs-tools which _deletes_ the slamr module in
   case it was copied to initrd, which is the solution I'm using now.

Thank you

Mau

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (200, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-p4
Locale: LANG=it_IT@euro, LC_CTYPE=it_IT@euro (charmap=ISO-8859-15) (ignored: LC_ALL set to it_IT@euro)

Versions of packages sl-modem-daemon depends on:
ii  debconf [debconf-2.0]        1.5.7       Debian configuration management sy
ii  libasound2                   1.0.13-1    ALSA library
ii  libc6                        2.3.6.ds1-7 GNU C Library: Shared libraries

sl-modem-daemon recommends no packages.

-- debconf information:
* sl-modem-daemon/country: CTR21EUROPE


--- End Message ---
--- Begin Message ---
Source: initramfs-tools
Source-Version: 0.88

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

initramfs-tools_0.88.dsc
  to pool/main/i/initramfs-tools/initramfs-tools_0.88.dsc
initramfs-tools_0.88.tar.gz
  to pool/main/i/initramfs-tools/initramfs-tools_0.88.tar.gz
initramfs-tools_0.88_all.deb
  to pool/main/i/initramfs-tools/initramfs-tools_0.88_all.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 395526@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
maximilian attems <maks@debian.org> (supplier of updated initramfs-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 ftpmaster@debian.org)


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

Format: 1.7
Date: Sun, 27 May 2007 00:52:38 +0200
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.88
Distribution: unstable
Urgency: low
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: maximilian attems <maks@debian.org>
Description: 
 initramfs-tools - tools for generating an initramfs
Closes: 355881 387808 395526 423469
Changes: 
 initramfs-tools (0.88) unstable; urgency=low
 .
   [ maximilian attems ]
   * debian/changelog: Fix missing colons in closes.
   * hook-functions: Add a proper /sys walking dep_add_modules() for a minimal
     initramfs on MODULES=dep. (closes: #395526)
   * mkinitramfs.8: Add examples section, plus improve description of the
     low-level tool and how it fits with update-initramfs.
   * init: Ignore non-numerical panic and rootdelay bootarg.
   * scripts/init-premount/ps3: Fix typo. (closes: #423469)
   * scripts/nfs: Fix when root-path includes server-ip. (closes: #387808)
     Thanks Vagrant Cascadian <vagrant+debianbugs@freegeek.org> for patch.
 .
   [ David Härdeman ]
   * init: Remove cryptopts parsing, not official bootparam. cryptsetup scripts
     parse /proc/cmdline themselves (even in the Etch version).
   * hook-functions: Change copy_exec to use the same source and
     destination path if only one argument is given.
   * hook-functions: Document how copy_exec determines the target path.
   * hook-functions: Add firmware loading support to manual_add_modules().
     (closes: #355881)
   * scripts/local: Ubuntu merge
     - As well as waiting for the existance of the root device node, also check
       to see whether we have a filesystem of some kind on it.  Some devices
       nodes (devmapper/LVM/EVMS, mdadm) will exist before they can be safely
       used. Patch by Scott James Remnant <scott@ubuntu.com>. Changed to
       support both fstype and vol_id.
   * hook-functions: make version check in check_minkver more robust.
Files: 
 368d1d8e2fd9a380b286adb97467fb3e 656 utils optional initramfs-tools_0.88.dsc
 78b55028536079237a482fdbce601e10 59130 utils optional initramfs-tools_0.88.tar.gz
 09cc162babb10e631115e9bdd54892f9 66278 utils optional initramfs-tools_0.88_all.deb

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

iD8DBQFGWLuBeW7Lc5tEHqgRAqL9AKCro0JQXbHMEko+1QaV9Rlhs0HirQCeIva/
EKHCIcMW8ZSfpOPy8y2n3DA=
=T9N7
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: