Bug#323377: marked as done (please package devmap_mknod.sh)

Debian Bug Tracking System owner at bugs.debian.org
Tue Aug 16 20:03:13 UTC 2005


Your message dated Tue, 16 Aug 2005 21:49:31 +0200
with message-id <20050816194931.GA29652 at wavehammer.waldi.eu.org>
and subject line Bug#323377: please package devmap_mknod.sh
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; 16 Aug 2005 10:53:59 +0000
>From wouter at grep.be Tue Aug 16 03:53:59 2005
Return-path: <wouter at grep.be>
Received: from c3904d2b.dhcp.nixsys.be (grep.be) [195.144.77.43] (Debian-exim)
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E4z4x-0004LC-00; Tue, 16 Aug 2005 03:53:59 -0700
Received: from wouter by grep.be with local (Exim 4.52)
	id 1E4z4u-0001oN-Gm; Tue, 16 Aug 2005 12:53:56 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Wouter Verhelst <wouter at debian.org>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: please package devmap_mknod.sh
X-Mailer: reportbug 3.15
Date: Tue, 16 Aug 2005 12:53:56 +0200
Message-Id: <E1E4z4u-0001oN-Gm at grep.be>
Sender: "Wouter Verhelst,,," <wouter at grep.be>
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: dmsetup
Version: 2:1.01.04-1
Severity: wishlist

Hi,

The devmapper system requires the /dev/mapper directory and the
/dev/mapper/control node to exist in order to function correctly. When
using DevFS or udev, these nodes are created automatically when the
devmapper module is loaded; however, if you use a static /dev directory
(which is what I'm using), then you have to set those up manually.

The devmapper source contains a script 'devmap_mknod.sh' in the scripts/
directory to facilitate this. However, this script is not packaged.

Please consider adding this script to the dmsetup package.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.4
Locale: LANG=nl_BE.UTF-8 at euro, LC_CTYPE=nl_BE.UTF-8 at euro (charmap=UTF-8)

Versions of packages dmsetup depends on:
ii  libc6                        2.3.5-3     GNU C Library: Shared libraries an
ii  libdevmapper1.01             2:1.01.04-1 The Linux Kernel Device Mapper use

dmsetup recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 323377-done) by bugs.debian.org; 16 Aug 2005 19:49:34 +0000
>From waldi at debian.org Tue Aug 16 12:49:34 2005
Return-path: <waldi at debian.org>
Received: from wavehammer.waldi.eu.org [82.139.196.55] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E57RG-0003Qc-00; Tue, 16 Aug 2005 12:49:34 -0700
Received: by wavehammer.waldi.eu.org (Postfix, from userid 1000)
	id 4B7763C017; Tue, 16 Aug 2005 21:49:31 +0200 (CEST)
Date: Tue, 16 Aug 2005 21:49:31 +0200
From: Bastian Blank <waldi at debian.org>
To: Wouter Verhelst <wouter at debian.org>, 323377-done at bugs.debian.org
Subject: Re: Bug#323377: please package devmap_mknod.sh
Message-ID: <20050816194931.GA29652 at wavehammer.waldi.eu.org>
References: <E1E4z4u-0001oN-Gm at grep.be>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="EVF5PPMfhYS0aIcm"
Content-Disposition: inline
In-Reply-To: <E1E4z4u-0001oN-Gm at grep.be>
User-Agent: Mutt/1.5.10i
Delivered-To: 323377-done 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


--EVF5PPMfhYS0aIcm
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Aug 16, 2005 at 12:53:56PM +0200, Wouter Verhelst wrote:
> The devmapper system requires the /dev/mapper directory and the
> /dev/mapper/control node to exist in order to function correctly. When
> using DevFS or udev, these nodes are created automatically when the
> devmapper module is loaded; however, if you use a static /dev directory
> (which is what I'm using), then you have to set those up manually.

A strace of dmsetup shows the following:
| stat64("/dev/mapper/control", 0xbfffe5a8) =3D -1 ENOENT (No such file or =
directory)
| umask(022)                              =3D 027
| stat64("/dev/mapper", 0xbfffd4fc)       =3D -1 ENOENT (No such file or di=
rectory)
| mkdir("/dev", 0777)                     =3D -1 EEXIST (File exists)
| mkdir("/dev/mapper", 0777)              =3D 0
| umask(027)                              =3D 022
| mknod("/dev/mapper/control", S_IFCHR|0600, makedev(10, 63)) =3D 0
| open("/dev/mapper/control", O_RDWR|O_LARGEFILE) =3D 3

Bastian

--=20
Insufficient facts always invite danger.
		-- Spock, "Space Seed", stardate 3141.9

--EVF5PPMfhYS0aIcm
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iEYEARECAAYFAkMCQ0sACgkQnw66O/MvCNG2MwCeNFtfayC2Tua0U1hqvoo9bqTi
psUAnR8vo/2D/hUTY9m6WiY68Wa0M2xF
=2bsI
-----END PGP SIGNATURE-----

--EVF5PPMfhYS0aIcm--



More information about the pkg-lvm-maintainers mailing list