Your message dated Sun, 12 Jun 2005 11:02:27 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#252907: fixed in debootstrap 0.3.0
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; 5 Jun 2004 21:47:52 +0000
>From [EMAIL PROTECTED] Sat Jun 05 14:47:52 2004
Return-path: <[EMAIL PROTECTED]>
Received: from outmx020.isp.belgacom.be [195.238.2.201]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BWj16-00035K-00; Sat, 05 Jun 2004 14:47:52 -0700
Received: from outmx020.isp.belgacom.be (localhost [127.0.0.1])
by outmx020.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with
ESMTP id i55Lljta015648
for <[EMAIL PROTECTED]>; Sat, 5 Jun 2004 23:47:45 +0200
(envelope-from <[EMAIL PROTECTED]>)
Received: from dambo.lan.aokiconsulting.com (2.31-136-217.adsl.skynet.be
[217.136.31.2])
by outmx020.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with
ESMTP id i55Lldco015600;
Sat, 5 Jun 2004 23:47:39 +0200
(envelope-from <[EMAIL PROTECTED]>)
Received: from osamu by dambo.lan.aokiconsulting.com with local (Exim 4.34)
id 1BWj4W-0007PT-8J; Sat, 05 Jun 2004 23:51:24 +0200
Date: Sat, 5 Jun 2004 23:51:24 +0200
From: Osamu Aoki <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: debootstrap: It fails on system with resolvconf
Message-ID: <[EMAIL PROTECTED]>
Reply-To: Osamu Aoki <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 2.61
X-Debbugs-CC: Thomas Hood <[EMAIL PROTECTED]>
X-GPG-Fingerprint: 253A 4076 6A3B CCE2 A426 DEF5 E80F C4C1 A806 1F32
User-Agent: Mutt/1.5.6i
Sender: Osamu Aoki <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-9.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
RCVD_IN_DSBL,X_DEBBUGS_CC autolearn=ham
version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: debootstrap
Version: 0.2.38.1
Severity: normal
(quick fix info included below)
I have resolvconf 1.13 Nameserver information manager installed.
But debootstrap code (/usr/lib/debootstrap/functions) is written
assuming /etc/resolv.conf is normal file when copying it with:
conditional_cp /etc/resolv.conf "$TARGET"
This conditional_cp is defined as
conditional_cp () {
if [ ! -e "$2/$1" -a -e "$1" ]; then cp -a "$1" "$2/$1"; fi
}
At least fixing it as follows should create working chroot no matter
how resolver is configured.
conditional_cp () {
if [ ! -e "$2/$1" -a -e "$1" ]; then
cat "$1" > "$2/$1"
chmod 644 "$2/$1"
chown 0:0 "$2/$1"
fi
}
There may be a better fix but this should work ....
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.6-1-686
Locale: LANG=C, LC_CTYPE=en_US.ISO-8859-1
Versions of packages debootstrap depends on:
ii binutils 2.14.90.0.7-8 The GNU assembler, linker and bina
ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an
ii wget 1.9.1-4 retrieves files from the web
-- no debconf information
--
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +++++
Osamu Aoki <[EMAIL PROTECTED]> Brussels Belgium, GPG-key: A8061F32
.''`. Debian Reference: post-installation user's guide for non-developers
: :' : http://qref.sf.net and http://people.debian.org/~osamu
`. `' "Our Priorities are Our Users and Free Software" --- Social Contract
---------------------------------------
Received: (at 252907-close) by bugs.debian.org; 12 Jun 2005 15:10:29 +0000
>From [EMAIL PROTECTED] Sun Jun 12 08:10:29 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DhU6X-0003PI-00; Sun, 12 Jun 2005 08:10:29 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DhTyl-0001IG-00; Sun, 12 Jun 2005 11:02:27 -0400
From: Anthony Towns <[email protected]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#252907: fixed in debootstrap 0.3.0
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 12 Jun 2005 11:02:27 -0400
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-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-Spam-Level:
X-CrossAssassin-Score: 11
Source: debootstrap
Source-Version: 0.3.0
We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive:
debootstrap-udeb_0.3.0_i386.udeb
to pool/main/d/debootstrap/debootstrap-udeb_0.3.0_i386.udeb
debootstrap_0.3.0.dsc
to pool/main/d/debootstrap/debootstrap_0.3.0.dsc
debootstrap_0.3.0.tar.gz
to pool/main/d/debootstrap/debootstrap_0.3.0.tar.gz
debootstrap_0.3.0_i386.deb
to pool/main/d/debootstrap/debootstrap_0.3.0_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.
Anthony Towns <[email protected]> (supplier of updated debootstrap 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: Sun, 12 Jun 2005 23:49:58 +1000
Source: debootstrap
Binary: debootstrap-udeb debootstrap
Architecture: source i386
Version: 0.3.0
Distribution: unstable
Urgency: low
Maintainer: Anthony Towns <[EMAIL PROTECTED]>
Changed-By: Anthony Towns <[email protected]>
Description:
debootstrap - Bootstrap a basic Debian system
debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 161987 168473 191793 202529 241795 248398 252907 253387 253468 256255
258524 266119 272257 278158 283752 283810 285777 295571 308774 312417 312701
Changes:
debootstrap (0.3.0) unstable; urgency=low
.
* The Gernot Heiser release, dedicated to everyone who drinks enough to
lose their better judgement, and those of us who didn't have any in
the first place.
.
* Major update. New features:
+ Use $TARGET/debootstrap directory for state info
(--keep-debootstrap-dir)
+ Support for cross-strapping (--foreign / --second-stage)
(Closes: Bug#202529)
+ Support for resolving dependencies (--resolve-deps)
+ Support for Debian etch, and Ubuntu warty and hoary (Closes: Bug#312417)
+ Support for handling variants within the main suite script
+ Support for other versions of base packages in /v/c/apt/archives
+ Initial support for fine-grained dpkg progress display, thanks to
Colin Watson (currently only for warty and hoary)
+ Initial support for determining base system dynamically.
+ No longer display "debootstrap.invalid" when working with
Release/Packages files. (Closes: Bug#241795, Bug#256255)
+ Ignores failures for on_exit cleanup commands. (Closes: Bug#253387,
Bug#253468, Bug#308774)
+ Early reporting of unavailable packages.
+ More efficient parsing of Packages files.
+ Generalised additions and exclusions. (Closes: Bug#191793)
+ Handles symlinked configuration files in /etc a little better.
(Closes: Bug#161987, Bug#252907, Bug#272257)
.
* Dropped support for slink.
.
* Use ln -fs for mawk/awk link. (Closes: Bug#248398, Bug#258524)
.
* Dropped mail-transport-agent, and hence mailx and at from sid/etch base.
(Closes: Bug#168473)
* Dropped ipchains for i386 (Closes: Bug#266119)
* Other minor changes to meet dependencies, also. (Closes: Bug#312701)
.
* Minor manpage fixes. (Closes: Bug#285777)
* Add check for specifying no components (CloseS: Bug#283810)
.
* Include 0.2.45 NMUs, thanks to Steve Langasek.
(Closes: Bug#295571, Bug#283752, Bug#278158)
Files:
f1d318f0213ee419916dc1534e89f5fb 600 admin - debootstrap_0.3.0.dsc
dadf96dc47cd83aac9394b0fc5c426d3 42265 admin - debootstrap_0.3.0.tar.gz
e2e3c832c9fe060c9423f677ad6de39a 47578 debian-installer required
debootstrap-udeb_0.3.0_i386.udeb
e70c78f259390cd7947d136c07e73b46 69354 admin extra debootstrap_0.3.0_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iEYEARECAAYFAkKsSVkACgkQOxe8dCpOPqpz6QCfYs0cHIHl+D1mPmFKq0vpnISE
m8sAn1VC8gnSJosmy3fzreaILzHAajEJ
=DzUr
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]