Your message dated Sat, 17 Feb 2018 19:20:18 +0000
with message-id <[email protected]>
and subject line Bug#873391: fixed in ppp 2.4.7-2+1
has caused the Debian Bug report #873391,
regarding ppp-udeb.postinst and predictable network interfaces names
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 [email protected]
immediately.)


-- 
873391: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873391
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ppp
Version: 2.4.7-1+4
Severity: normal

Dear Maintainer,

Booting a Debian Stretch or a Debian testing netinst ISO with
modules=ppp-udeb
parameter, the PPPoE configuration stage fails with a generic warning
message,
'configuring ppp-udeb failed with code error 1', issued by the main-menu
installer process.

The failure is triggered by ppp-udeb.postinst post-install script. I was
able
to fix this, by editing this script line:

INTERFACES=$(grep : /proc/net/dev | cut -d':' -f1 | sort | sed -e 's/ *//'
| grep -E '^(eth|nas|tap|nic-)')

to match this line:

INTERFACES=$(grep : /proc/net/dev | cut -d':' -f1 | sort | sed -e 's/ *//'
| grep -E '^(en|eth|nas|tap|nic-)')

In short, the ppp-udeb post-install script doesn't take into account
the predictable network interfaces naming scheme.



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.12.0-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages ppp depends on:
ii  init-system-helpers  1.49
ii  libc6                2.24-14
ii  libpam-modules       1.1.8-3.6
ii  libpam-runtime       1.1.8-3.6
ii  libpam0g             1.1.8-3.6
ii  libpcap0.8           1.8.1-3
ii  lsb-base             9.20170808
ii  procps               2:3.3.12-3

ppp recommends no packages.

ppp suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: ppp
Source-Version: 2.4.7-2+1

We believe that the bug you reported is fixed in the latest version of
ppp, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Boot <[email protected]> (supplier of updated ppp 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: SHA512

Format: 1.8
Date: Sat, 17 Feb 2018 10:19:58 +0000
Source: ppp
Binary: ppp ppp-udeb ppp-dev
Architecture: source
Version: 2.4.7-2+1
Distribution: unstable
Urgency: medium
Maintainer: Chris Boot <[email protected]>
Changed-By: Chris Boot <[email protected]>
Description:
 ppp        - Point-to-Point Protocol (PPP) - daemon
 ppp-dev    - Point-to-Point Protocol (PPP) - development files
 ppp-udeb   - Point-to-Point Protocol (PPP) - package for Debian Installer 
(udeb)
Closes: 602503 826625 873391 882199 889295
Changes:
 ppp (2.4.7-2+1) unstable; urgency=medium
 .
   [ Алексей Шилин ]
   * debian-installer udeb: use /bin/ip instead of /sbin/ifconfig in the
     interfaces configuration for the installed system. (Closes: #889295)
 .
   [ Chris Boot ]
   * Upload to unstable.
 .
 ppp (2.4.7-2+1~exp1) experimental; urgency=medium
 .
   * Switch to debhelper compat level 11.
     - Set debian/compat to 11.
     - Bump Build-Depends on debhelper to >= 11~.
     - Remove Build-Depends on dh-systemd.
     - Remove implicit --with systemd from debian/rules.
     - Switch to dh_installsystemd helper.
   * Update Standards-Version to 4.1.3:
     - Remove Priority extra from ppp-dev.
   * debian/rules: use dpkg helpers for parsing debian/changelog.
   * Incorporate the EAP-TLS patch for pppd: (Closes: #602503)
     - debian/patches/eaptls-mppe.patch: add ppp-2.4.7-eaptls-mppe-0.999.patch.
     - debian/control: add libssl-dev to Build-Depends.
     - debian/changelog: bump the ABI revision number to account for removed
       symbols (MD5 now comes from OpenSSL).
     - debian/rules: don't include EAP-TLS support in the udeb build.
   * debian/changelog: remove trailing whitepace.
   * Switch to OpenSSL implementations of MD4, MD5 and SHA1: (Closes: #826625)
     - debian/patches/replace-vendored-hash-functions.patch: remove embedded
       crypto code copies, unconditionally link with libcrypto, update
       includes, amend call sites as required.
     - debian/ppp.symbols: remove dropped symbols.
   * Import patches added to upstream Git since the 2.4.7 upstream release,
     correcting numerous minor bugs. Of note:
     - 0002-pppd-add-support-for-defaultroute-metric-option.patch: this patch
       is NOT currently applied due to conflicts with the cifdefroute.dif
       patch, which adds the replacedefaultroute and noreplacedefaultroute
       options.
     - 0013-pppd-allow-use-of-arbitrary-interface-names.patch: upstream import
       of our ppp-2.4.2-ifname.diff patch.
     - 0016-pppoe-include-netinet-in.h-before-linux-in.h.patch: upstream patch
       that replaces our fix-rp-pppoe-ftbfs.patch.
     - Refreshed 018_ip-up_option.diff and makefiles_cleanup on top of the new
       patches.
   * Tweak pon and poff bash-completions files for new versions of
     bash-completion. (Closes: #882199)
   * debian/ppp-udeb.postinst: consider interface names using udev predictable
     interface naming. (Closes: #873391)
   * d/control: declare that the build requires root.
   * Move packaging from Alioth to Salsa.
   * Upload to experimental.
Checksums-Sha1:
 c194d4d6b22bcb42c2f81149a6a57e865dac4a60 2245 ppp_2.4.7-2+1.dsc
 1378bdc4c07548a46159aa775cef4dd9fcdd8152 128972 ppp_2.4.7-2+1.debian.tar.xz
Checksums-Sha256:
 8da81ecc90424d9ec4fcc59095d069670536f0e8afd248ccbeba0a7c9ed19d68 2245 
ppp_2.4.7-2+1.dsc
 1a62c153278175fea5208e807ae0561bc88f7e87b9aa217dac3f3f6af9220d15 128972 
ppp_2.4.7-2+1.debian.tar.xz
Files:
 e3cfe3e93187252bf702a3108260e6e5 2245 admin optional ppp_2.4.7-2+1.dsc
 e15c7d2ea8f03f3bc631cdcc311533f4 128972 admin optional 
ppp_2.4.7-2+1.debian.tar.xz

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

iQKlBAEBCgCPFiEEakxNgo23DDPFqbsY1o29Dt2gqWQFAlqIeipfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDZB
NEM0RDgyOERCNzBDMzNDNUE5QkIxOEQ2OERCRDBFRERBMEE5NjQRHGJvb3RjQGRl
Ymlhbi5vcmcACgkQ1o29Dt2gqWQIEw//eV/psDaQJd4Px8PzWDFjVsf87wXDBPpE
8UZDtq4VL35UVoVpBvTfPoVB3/ILTtm7dA0b4RoXmgRz/Iv7xkCbAw7l0NiSULRd
D/E6pYbUtHrByWNW67nJiZh7IEEToovTpXcZW0ZUw1jNogOhQb5+phSIfwSaIRUG
vUX+Szrh44O5Izfs8bBHzjXp32bxYhkPMu6VRVcVGTsMHloTovtEtteCr4JKcfN2
Huwn6+B+yCZIT4vEfl7yWONFk8zf4rcYFOqwbuTxIuxRtDe8mrJquppBG0IDSF3L
+pYFU7bDVVA+HgSPO3UXgptQZkI1OsDo/wiWPRqWpRipfdBYHQRkvMAM2Asd3BHZ
vWRZAgwY7Ld2kqcijtRLNEtLCCE/OIsALcncXphczek/lBTaU+Zspfkf/ALWIheP
/U5kvQNcOQbrW1WnLMjFjWGqZXvIuezkHRY5d2BjU8MkP3ToX64GsDkMyX04LrqN
dDwE283bIeNNGIDve6zmkNalGu8gb2b/zcciR9vcv1LsCF1+440NptzdN+/yxnSV
/kNfXU9ILYDyeEAoSdD61nHwmQi7L0dr7+BslwibfGa+p/fwS0lWSZkSZWH/SQOC
6s796mDdDJnvtUn9/k4Eh5kAz4bpqAvlhGMF/3srJ3w8JTB5GFXsHnBgPpYAnJFk
V37QTktVDD0=
=C1i3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to