Hi, Like Aljaž, I have to call mount -a after booting to mount network filesystems, in my case CIFS. I can work around the issue by commenting out this line in /etc/network/if-up.d/mountnfs: [ "$ADDRFAM" = "inet" ] || [ "$ADDRFAM" = "inet6" ] || exit 0
I believe this is also caused by a change in ifupdown (0.7~rc3) which sends "meta" as $ADDRFAM ($IFACE = "--all"). This is probably also related to #673936. Regards, Matthijs -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

