GNOME Bugzilla – Bug 649773
dispatcher-scripts are not called with both parameters
Last modified: 2011-05-11 16:11:42 UTC
Using networkmanager 0.8.999-1 on archlinux, my custom dispatcher-script to mount my NFS-drives is not run with the necessary parameters. It seems that the parameter 'interface' is empty. How to reproduce: 1. Make a dispatcher-script and place it in /etc/NetworkManager/dispatcher.d/ 2. Make the script owned by root:root, change permissions to 0755 and make it executable 3. Provoke the script (in my case: whenever I connect to a certain ESSID) 4. See wether the NFS-disks are mounted. -> Disks are not mounted 5. run the script manually: /etc/NetworkManager/dispatcher.d/99_essid_nfs wlan0 up -> Disks are mounted In this thread: there is someone else having the same problem: https://bbs.archlinux.org/viewtopic.php?pid=931303#p931303
Is the action when this happens "up" or "down"?
Found and fixed in: a08e9b928e924eb7f1c1e35a89a84603a096ca10 (master)
*** Bug 649942 has been marked as a duplicate of this bug. ***