Hi, I have the same problem as Matthijs. I believe the problem is caused by the NetworkManager setting ADDRFAM to "NetworkManager" in /etc/NetworkManager/dispatcher.d/01ifupdown. That script calls the scripts in /etc/network/if-*.d When I change the previously mentioned line in /etc/network/if-up.d/mountnfs to [ "$ADDRFAM" = "inet" ] || [ "$ADDRFAM" = "inet6" ] || [ "$ADDRFAM" = "NetworkManager" ] || exit 0 it works for me. However, I don't know what other side effects that might have, I hope someone who knows more about NetworkManager can comment on that.
Regards, Stephan -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org