tags 465471 moreinfo unreproducible thanks Michał Pałka wrote: > Subject: network-manager: Fails to execute some scripts in /etc/network/if-*.d > Package: network-manager > Version: 0.6.5-5 > Severity: normal > > *** Please type your report below this line *** > I inserted a custom script to restart chrony in /etc/network/if-up.d/ > and found it not being executed after resuming from hibernate when the > network connection is restarted. After that I instrumented > /etc/NetworkManager/dispatcher.d/01ifupdown with some logging and found > out that only the post-down phase is executed while all others are > omitted.
Works fine here. Could you please do the following: cp the attached script to /etc/network chmod +x /etc/network/test cd /etc/network for i in if-*/ ; do cd $i; ln -s ../test; cd ..; done Make sure NetworkManagerDispatcher is running, and then deactivate/activate a device. Then send me the log file /tmp/log. Thanks, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
#!/bin/sh echo "$0 : $IFACE">> /tmp/log
signature.asc
Description: OpenPGP digital signature

