Is there a secret chroot or something going on that I don't know about? I'm running dnsmasq 2.57 and whenever I try to run my dhcp-script it bombs out saying "failed to execute /tmp/post-lease.sh: No such file or directory"<br>
However, if I say "ls -l /tmp/post-lease.sh" 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>