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

Bug#930419: marked as done (Regression: Resolving DNS names does not work any more)



Your message dated Fri, 14 Jun 2019 10:18:41 +0000
with message-id <E1hbjI9-000FcJ-NC@fasolo.debian.org>
and subject line Bug#930419: fixed in live-boot 1:20190614
has caused the Debian Bug report #930419,
regarding Regression: Resolving DNS names does not work any more
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
930419: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930419
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: live-boot
Version: 1:20180603
Severity: important
Tags: patch

Hi,

libnss_dns.so and libnss_files.so are needed to resolve DNS names. They
are not included any more in the initramfs since the files were moved
from /lib to /usr/lib. A patch to fix it is attached.

-- 
Benjamin Drung
System Developer
Debian & Ubuntu Developer

1&1 IONOS Cloud GmbH | Greifswalder Str. 207 | 10405 Berlin | Germany
E-mail: benjamin.drung@cloud.ionos.com | Web: www.ionos.de

Head Office: Berlin, Germany
District Court Berlin Charlottenburg, Registration number: HRB 125506 B
Executive Management: Christoph Steffens, Matthias Steinberg, Achim
Weiss

Member of United Internet
>From 85521ffd0062f8dcc3d727ccde1dac94d53dcb68 Mon Sep 17 00:00:00 2001
From: Benjamin Drung <benjamin.drung@profitbricks.com>
Date: Wed, 12 Jun 2019 13:03:09 +0200
Subject: [PATCH] Also search for libnss_*.so files in /usr/lib

The libnss_*.so were moved from /lib to /usr/lib and were not found any
more (breaking resolving the FQDN with "hostname -f").

Therefore also search for libnss_*.so files in /usr/lib.

Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com>
---
 backend/initramfs-tools/live.hook | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/backend/initramfs-tools/live.hook b/backend/initramfs-tools/live.hook
index 1817814..b37f54f 100755
--- a/backend/initramfs-tools/live.hook
+++ b/backend/initramfs-tools/live.hook
@@ -236,11 +236,11 @@ fi
 
 [ "${QUIET}" ] || echo -n " dns"
 
-# /lib/libnss_dns.so.*:a   DNS
-# /lib/libnss_files.so.*:  /etc/hosts and /etc/passwd
-# /lib/libnss_compat.so.*: /etc/passwd
+# libnss_dns.so.*:    DNS
+# libnss_files.so.*:  /etc/hosts and /etc/passwd
+# libnss_compat.so.*: /etc/passwd
 
-for _SHLIB in $(find /lib -name 'libnss_dns.so.*' -o -name 'libnss_files.so.*')
+for _SHLIB in $(find /lib /usr/lib -name 'libnss_dns.so.*' -o -name 'libnss_files.so.*')
 do
 	copy_exec "${_SHLIB}"
 done
-- 
2.20.1


--- End Message ---
--- Begin Message ---
Source: live-boot
Source-Version: 1:20190614

We believe that the bug you reported is fixed in the latest version of
live-boot, which is due to be installed in the Debian FTP archive.

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 930419@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luca Boccassi <bluca@debian.org> (supplier of updated live-boot 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@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 14 Jun 2019 10:55:07 +0100
Source: live-boot
Architecture: source
Version: 1:20190614
Distribution: unstable
Urgency: medium
Maintainer: Live Systems Maintainers <debian-live@lists.debian.org>
Changed-By: Luca Boccassi <bluca@debian.org>
Closes: 930419
Changes:
 live-boot (1:20190614) unstable; urgency=medium
 .
   [ Roland Clobus ]
   * The homepage is https://wiki.debian.org/DebianLive
   * Used the same text for po4a as in live-manual.
   * Updated URL to the homepage and manual.
   * Fixed Lintian warning: manpage-section-mismatch
   * Always rebuild po4a.cfg This is needed to ensure that new languages
     will automatically be found
   * New Build-Depends: po4a for the translation files
   * Updated the translation files. The translators can now update their
     translations.
 .
   [ Benjamin Drung ]
   * Also search for libnss_*.so files in /usr/lib (Closes: #930419)
 .
   [ Luca Boccassi ]
   * Set Rules-Requires-Root: no
   * Set Standards-Version to 4.3.0
Checksums-Sha1:
 5f22f8a06d3a883734a8fac2b8695e131ef26690 1540 live-boot_20190614.dsc
 6781e175644d58d6eea81a2cb99f3dce36ef390d 102608 live-boot_20190614.tar.xz
 329122fbd9fd3c92578f0719e339e38f42ef3579 5238 live-boot_20190614_source.buildinfo
Checksums-Sha256:
 c05aa234f79a16b8f984b90b8a30fd5854c69f5a92ff6b701f7d63cb6fdf3e98 1540 live-boot_20190614.dsc
 44127036957deff5478ef37e3e8ae550d07444e32657398bb4aa57a82581b9bf 102608 live-boot_20190614.tar.xz
 984eb1f59b3d18b6e2ec1217ad9bd045d8951ea464391dc3fe62ef0b10af6fc6 5238 live-boot_20190614_source.buildinfo
Files:
 66601b2efaf643d45dc8899b83f5cc2f 1540 misc optional live-boot_20190614.dsc
 d9d99ccefbb4aae923e85091738cfb71 102608 misc optional live-boot_20190614.tar.xz
 90f9a6a82696b1826460aca89282bb17 5238 misc optional live-boot_20190614_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQFFBAEBCgAvFiEE6g0RLAGYhL9yp9G8SylmgFB4UWIFAl0Db0ERHGJsdWNhQGRl
Ymlhbi5vcmcACgkQSylmgFB4UWLufQf/cZHMshhUhiTR8C5Az5jWYS1obwhaOXD2
vB+vyw1EqP4h1+epQluTHNV1ZXdvv5nKrYBvyLLxFEl1jU2LTjn7CgnA9DNjtyHk
1nQl1mZ+UZPMqlVIwGs9oLKnIkmX0T3kpeYywoHVWgCIiEbu1K4VnPDjPOnGqU/w
C9XDnH1jFpY03R5QKOuIr4QwixM79Y/D5raxRqUfWg3lWhm3n70bVdYV7J0b/Qha
hxjOj+JsvaJ7dEJdYakoXtAVRw3Xp6j3zOP4Az6W8dyX+SvCqA7HtsygDSd/b/ii
0oC0Nwi0VgNdEBB9HAQKV6h9R4J+1wzdxSjdsYWHi78p5mMZN6ShSw==
=AEUb
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: