Your message dated Wed, 05 Oct 2005 14:17:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#115109: fixed in lockdev 1.0.2-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; 10 Oct 2001 08:22:50 +0000
>From [EMAIL PROTECTED] Wed Oct 10 03:22:50 2001
Return-path: <[EMAIL PROTECTED]>
Received: from visby.remote.org (mail.remote.org) [212.227.14.25] (mail)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 15rEde-0002Bg-00; Wed, 10 Oct 2001 03:22:50 -0500
Received: from electra.intern.planb.de (andromeda.planb.de [212.227.19.14])
        by mail.remote.org with esmtp 
        id 15rEdc-0000Rg-00; Wed, 10 Oct 2001 10:22:48 +0200
From: Enrik Berkhan <[EMAIL PROTECTED]>
Subject: liblockdev1: can't cope with devfs-style devices
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.10
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 10 Oct 2001 10:22:48 +0200
Delivered-To: [EMAIL PROTECTED]

Package: liblockdev1
Version: 1.0.1-3
Severity: important

Hi,

liblockdev strips the dirname of a device and then prepends `/dev/' to
it. Thus it checks for the existance of `/dev/0', for example, when you
call dev_lock(`/dev/tts/0').

Suggestion: check FHS or whatever is appropriate for how this should be
handled.

Enrik

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux electra 2.4.10-686 #1 Sat Sep 29 19:30:50 EST 2001 i686 
unknown

Versions of the packages liblockdev1 depends on:
ii  libc6          2.2.4-3        GNU C Library: Shared libraries and Timezone

---------------------------------------
Received: (at 115109-close) by bugs.debian.org; 5 Oct 2005 21:18:14 +0000
>From [EMAIL PROTECTED] Wed Oct 05 14:18:14 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1ENGdQ-0004BD-00; Wed, 05 Oct 2005 14:17:08 -0700
From: Roger Leigh <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#115109: fixed in lockdev 1.0.2-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 05 Oct 2005 14:17:08 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: lockdev
Source-Version: 1.0.2-1

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

liblockdev1-dbg_1.0.2-1_powerpc.deb
  to pool/main/l/lockdev/liblockdev1-dbg_1.0.2-1_powerpc.deb
liblockdev1-dev_1.0.2-1_powerpc.deb
  to pool/main/l/lockdev/liblockdev1-dev_1.0.2-1_powerpc.deb
liblockdev1-perl_1.0.2-1_powerpc.deb
  to pool/main/l/lockdev/liblockdev1-perl_1.0.2-1_powerpc.deb
liblockdev1_1.0.2-1_powerpc.deb
  to pool/main/l/lockdev/liblockdev1_1.0.2-1_powerpc.deb
lockdev_1.0.2-1.diff.gz
  to pool/main/l/lockdev/lockdev_1.0.2-1.diff.gz
lockdev_1.0.2-1.dsc
  to pool/main/l/lockdev/lockdev_1.0.2-1.dsc
lockdev_1.0.2.orig.tar.gz
  to pool/main/l/lockdev/lockdev_1.0.2.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Roger Leigh <[EMAIL PROTECTED]> (supplier of updated lockdev 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: Mon,  3 Oct 2005 20:55:51 +0100
Source: lockdev
Binary: liblockdev1-dbg liblockdev1-perl liblockdev1 liblockdev1-dev
Architecture: source powerpc
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Pawel Wiecek <[EMAIL PROTECTED]>
Changed-By: Roger Leigh <[EMAIL PROTECTED]>
Description: 
 liblockdev1 - Run-time shared library for locking devices
 liblockdev1-dbg - Debugging library for locking devices
 liblockdev1-dev - Development library for locking devices
 liblockdev1-perl - perl extension library for locking devices
Closes: 115109 135299 331139 331255
Changes: 
 lockdev (1.0.2-1) unstable; urgency=low
 .
   * New release.
   * debian/control:
     + Added myself as an uploader.  Thanks to Pawel Wiecek for granting
       me co-maintainership.
     + Build-Depend upon debhelper 4.
     + Update to Standards-Version 3.6.2.
   * debian/copyright:
     + Update FSF address.
     + Add myself as a contributor.
   * debian/compat: Use debhelper v4.
   * Remove all postinst and preinst templates; debhelper v4 generates
     ldconfig calls automatically.
   * Devices within subdirectories of /dev are locked properly, using
     ':' as a path delimiter in the device lock name.  For example,
     /dev/pts/2 is locked as /var/lock/LCK..pts:2
     (Closes: #115109, #135299).
   * Device major and minor numbers are computed using GNU libc
     builtins, rather than kernel headers (Closes: #331139).
   * src/sample.c debugging is amended to use the proper debugging
     functions (Closes: #331255).
Files: 
 73f7fd593a90f41fc6781640b82b6d4e 676 libs optional lockdev_1.0.2-1.dsc
 c2a9e010971ccbd642dd8e842b3a1c30 28815 libs optional lockdev_1.0.2.orig.tar.gz
 f2b51dc01b7b3edad27ba689002f874c 6986 libs optional lockdev_1.0.2-1.diff.gz
 cb123420bfd8a5065a28d2316fb457f1 13848 libs optional 
liblockdev1_1.0.2-1_powerpc.deb
 02eb0b7c3d4a2b824b5327f3dc538f07 8768 libdevel optional 
liblockdev1-dev_1.0.2-1_powerpc.deb
 f11d003656a8c949a839676905b9a7c6 25506 libdevel extra 
liblockdev1-dbg_1.0.2-1_powerpc.deb
 721617bb5211a16ec434dcdf5a2efb5c 22106 perl optional 
liblockdev1-perl_1.0.2-1_powerpc.deb

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

iD8DBQFDQY6sVcFcaSW/uEgRApbJAKD1WdFGzRf8C9J2HMkzu/Y0ZkszKwCfflIu
Gn4qFMeYG4BjGTFc1aX4mD0=
=6E9G
-----END PGP SIGNATURE-----


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

Reply via email to