>>>>> On Wed, 22 Aug 2018 16:54:59 +0200, Alexander Bugl
>>>>> <[email protected]> said:
> # less /var/log/fai/localhost/last/shell.log
> ===== shell: DEBIAN/30-interface =====
> Device "ens192" does not exist.
> DEBIAN/30-interface OK.
I wonder which command prints the 'Device does not exist'
message. Oh I see. It's this call:
ip -o -f inet addr show $NIC1
Now I also see this error messages in my fai logs. But in my
environment the interface config is created correctly, because I use
the class DHCPC.
Please try to exchange the two lines in 30-interface
newnicnames
CIDR=$(ip -o -f inet........)
I hope this fixes the issue.
--
regards Thomas