Your message dated Thu, 22 Oct 2020 19:47:02 +0000
with message-id <[email protected]>
and subject line Bug#907751: Removed package(s) from unstable
has caused the Debian Bug report #843542,
regarding vmdebootstrap: confusing documentation of --systemd-networkd
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.)


-- 
843542: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843542
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vmdebootstrap
Version: 1.7-1

Hello,

The manpage says

|  --systemd-networkd
|          Use Predictable Network Interface Names
|
|   --no-systemd-networkd
|          Do not use Predictable Network Interface Names using 
systemd-networkd.

But this is very confusing -- networkd has nothing at all to do with
predictable network interface naming. This is done by udev, and
happens independently of networkd (or NM, or ifupdown).

AFAIU the code, --systemd-networkd does

    if self.settings['systemd-networkd']:
        network.systemd_support(rootdir)
        network.enable_systemd_resolved(rootdir)

and

    def systemd_support(self, rootdir):
        """
        Handle the systemd-networkd setting
        """
        if self.settings['systemd-networkd']:
            self.enable_systemd_networkd(rootdir)
        else:
            self.mask_udev_predictable_rules(rootdir)

So in addition this also enables resolved (which is again an
independent component). So IMHO these options should either be split
into --enable-networkd, --enable-resolved, and --disable-ifnames; or
(this presumably makes more sense) the documentation should be
clarified to something like:

|  --systemd-networkd
|          Use networkd, resolved, and ifnames (predictable network interface 
names)
|
|   --no-systemd-networkd
|          Use ifupdown to manage eth0 and disable ifnames

Thanks for considering,

Martin

-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 1.11-2+rm

Dear submitter,

as the package vmdebootstrap has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/907751

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to