Your message dated Tue, 14 Nov 2006 01:17:11 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#397411: fixed in irda-utils 0.9.18-5
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: irda-utils
Version: 0.9.18-3
Severity: normal

For me, the postinstall script fails with:

Setting up irda-utils (0.9.18-3) ...
/var/lib/dpkg/info/irda-utils.postinst: line 174: ./MAKEDEV: No such file or 
directory
Starting IrDA service: irattachFailed to open device /dev/tts/5: No such file 
or directory
invoke-rc.d: initscript irda-utils, action "start" failed.
dpkg: error processing irda-utils (--configure):

This is because the script has this snippet that does not work with
udev:

    if [ ! -e /dev/.devfsd ]; then
        (cd /dev && ./MAKEDEV irda && ./MAKEDEV irnet)
    fi

It seems a test for udev is needed. I propose this:

    if [ ! -e /dev/.devfsd -a ! -e /dev/.udev ]; then
        (cd /dev && ./MAKEDEV irda && ./MAKEDEV irnet)
    fi

Please note that /dev/tts/5 existed because of numbering problems with
older kernels, it is one of /dev/tts/[0-3] now. The message about a
missing /dev/tts/5 is completely correct. I need to reconfigure my IrDA...

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (100, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages irda-utils depends on:
ii  debconf [debconf-2.0]        1.5.8       Debian configuration management sy
ii  libc6                        2.3.6.ds1-7 GNU C Library: Shared libraries
ii  libglib2.0-0                 2.12.4-1    The GLib library of C routines
ii  makedev                      2.3.1-83    creates device files in /dev
ii  module-init-tools            3.2.2-3     tools for managing Linux kernel mo
ii  setserial                    2.17-43     controls configuration of serial p
ii  udev                         0.100-2.2   /dev/ and hotplug management daemo

Versions of packages irda-utils recommends:
pn  openobex-apps                 <none>     (no description available)

-- debconf information:
  irda-utils/firopt:
* irda-utils/dongle: tekram
* irda-utils/enable: true
* irda-utils/discovery: true
* irda-utils/ttydev: /dev/tts/5
  irda-utils/setserial:
* irda-utils/selectdevice: serial
  irda-utils/firdev:


--- End Message ---
--- Begin Message ---
Source: irda-utils
Source-Version: 0.9.18-5

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

irda-utils_0.9.18-5.diff.gz
  to pool/main/i/irda-utils/irda-utils_0.9.18-5.diff.gz
irda-utils_0.9.18-5.dsc
  to pool/main/i/irda-utils/irda-utils_0.9.18-5.dsc
irda-utils_0.9.18-5_i386.deb
  to pool/main/i/irda-utils/irda-utils_0.9.18-5_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.
Alberto Gonzalez Iniesta <[EMAIL PROTECTED]> (supplier of updated irda-utils 
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: Sat, 11 Nov 2006 20:15:09 +0100
Source: irda-utils
Binary: irda-utils
Architecture: source i386
Version: 0.9.18-5
Distribution: unstable
Urgency: low
Maintainer: Alberto Gonzalez Iniesta <[EMAIL PROTECTED]>
Changed-By: Alberto Gonzalez Iniesta <[EMAIL PROTECTED]>
Description: 
 irda-utils - IrDA management and handling utilities
Closes: 397411
Changes: 
 irda-utils (0.9.18-5) unstable; urgency=low
 .
   * init.d script. Added '-e' to the sysctl in the stop target.
     Thanks Mario 'BitKoenig' Holbe for noticing.
   * debian/postinst. Removed check for udev. Call MAKEDEV always.
     (Closes: #397411)
Files: 
 9e6bd39f27a670d09482f74e86c30106 631 utils optional irda-utils_0.9.18-5.dsc
 a376db01d01bedad451cb95ec2a086e5 25994 utils optional 
irda-utils_0.9.18-5.diff.gz
 d6bd99639a917b602b4af3c66053d1c4 95124 utils optional 
irda-utils_0.9.18-5_i386.deb

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

iD8DBQFFWYdAxRSvjkukAcMRAvG+AJsGvuKDxJEkh6479UrBpeSGvZVEAACfaTUt
tp0nTLZPiL8Xsfd18GDQyRc=
=xNUa
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to