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 _______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel

