Wad,<br><br>In general, dispatcher scripts are executed when an interface status change (up/down).<br>But the problem here seems just file permissions. You should change it to 700.<br><br>By the way, the way the script is it is setting the rate to 18Mbps. (it is also not necessary to set it in both interfaces, anyway)<br>
<br>--<br>Ricardo<br><br><div class="gmail_quote">On Mon, Mar 31, 2008 at 12:26 PM, John Watlington <<a href="mailto:wad@laptop.org">wad@laptop.org</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
I see this script in build 703.   But when I ask the driver what it's<br>
bcastr rate is,<br>
it returns 4.   What triggers the running of the increase-mcast-rate<br>
script ?<br>
<br>
wad<br>
<div><div></div><div class="Wj3C7c"><br>
On Feb 14, 2008, at 8:18 AM, Ricardo Carrano wrote:<br>
<br>
> Two comments on the "/etc/NetworkManager/dispatcher.d/increase-<br>
> mcast-rate" script<br>
><br>
> 1 - The rates passed to iwpriv must be doubled. The way it is the<br>
> rates are being fixed at 18Mbps.<br>
><br>
> 2 - Also using msh0 or eth0 makes no difference. We don't need both<br>
> iwpriv commands. The command does not affect infra-structure<br>
> traffic, either way.<br>
><br>
> So, for clarity sake, I believe what is intended is:<br>
> iwpriv msh0 mesh_set_bcastr 72<br>
><br>
> Or, if the intended rate is 11Mbps:<br>
> iwpriv msh0 mesh_set_bcastr 22<br>
><br>
><br>
> I am filling this as a bug, just in case (#6461)<br>
><br>
> --<br>
> Ricardo Carrano<br>
</div></div>> _______________________________________________<br>
> Devel mailing list<br>
> <a href="mailto:Devel@lists.laptop.org">Devel@lists.laptop.org</a><br>
> <a href="http://lists.laptop.org/listinfo/devel" target="_blank">http://lists.laptop.org/listinfo/devel</a><br>
<br>
</blockquote></div><br>