Is there a secret chroot or something going on that I don&#39;t know about? I&#39;m running dnsmasq 2.57 and whenever I try to run my dhcp-script it bombs out saying &quot;failed to execute /tmp/post-lease.sh: No such file or directory&quot;<br>

However, if I say &quot;ls -l /tmp/post-lease.sh&quot; its most definitely exists and its chmodded 777 just to be safe.<br><br>My relevant entry on my dnsmasq.conf is<br><br>dhcp-script=/tmp/post-lease.sh<br><br>Am I missing something important?<br>