On Thu, Feb 22, 2018 at 04:30:17PM +0100, Sven-Haegar Koch wrote: > With ifupdown 0.8.30 my systems tries to install a new service: > > Setting up ifupdown (0.8.30) ... > Created symlink > /etc/systemd/system/network-online.target.wants/ifupdown-wait-online.service > → /lib/systemd/system/ifupdown-wait-online.service.
Actually, it always installed that service, but after upgrading to
debhelper compat level 11, I accidentily made it enable that service by
default. I will undo that.
> And yes, there are currently no interfaces active with ifupdown,
> but eth0 is activated by wicd - but this should not block upgrading
> or booting.
With the ifup method, it checks for interfaces marked auto and hotplug.
> auto lo:2
> iface lo:2 inet static
> address 127.0.0.2
> netmask 255.255.255.255
This one matches too. It only excludes lo. Note, it's probably better to
just have two iface lo statements than using the ancient interface
aliases. So:
auto lo
iface lo inet loopback
iface lo inet static
address 127.0.0.2/32
> # kabelnetz
> auto eth0
> mapping eth0
> script /sbin/ifscheme-mapping
Looks like something ifupdown will manage to me... Also, I'm afraid
reportbug helpfully copied your /etc/network/interfaces file in its
entirety, including wireless passwords.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <[email protected]>
signature.asc
Description: PGP signature

