On 29 January 2015 at 15:10, martin f krafft <[email protected]> wrote:
> At least while d-i does not put files into
> /etc/network/interfaces.d, this should probably not happen:
>
>   root@bike:~# ifup eth0
>   warning: couldn't open interfaces file "/etc/network/interfaces.d/*"
>   […]
>
> It seems to be ifupdown, not a hook:
>
>   root@bike:~# ifup --verbose eth0
>   Parsing file /etc/network/interfaces.d/*
>   warning: couldn't open interfaces file "/etc/network/interfaces.d/*"
>   […]

Oh, I see. wordexp(3) doesn't tell ifupdown when it in fact matched no
files at all, and just returns the pattern so ifupdown tries to source
it.

-- 
Cheers,
  Andrew


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to