<div dir="ltr">Thanks all, <br><br>&nbsp; Turns out the script was giving both -s and --domain. When he took out -s, it failed with a different error, but with just -s and no --domain it was happy. Thanks for the help!<br><br>&nbsp;- Aaron<br>
<br>+ DHCP_LEASE=/var/lib/dhcp/<div id=":xx" class="ArwC7c ckChnd">dhcpd.leases<br>
++ dnsdomainname<br>
+ DOMAIN_SUFFIX=middleearth<br>
+ OPTIONS=&#39;--domain=middleearth --expand-hosts&#39;<br>
+ &#39;[&#39; &#39;!&#39; -z &#39;&#39; &#39;]&#39;<br>
+ &#39;[&#39; &#39;!&#39; -z &#39;&#39; &#39;]&#39;<br>
+ &#39;[&#39; &#39;!&#39; -z /var/lib/dhcp/dhcpd.leases &#39;]&#39;<br>
+ OPTIONS=&#39;--domain=middleearth --expand-hosts -l /var/lib/dhcp/dhcpd.leases&#39;<br>
+ &#39;[&#39; &#39;!&#39; -z middleearth &#39;]&#39;<br>
+ OPTIONS=&#39;--domain=middleearth --expand-hosts -l /var/lib/dhcp/dhcpd.leases -s middleearth&#39;<br>
+ RETVAL=0<br>
+ case &quot;$1&quot; in<br>
+ echo -n &#39;Starting dnsmasq: &#39;<br>
Starting dnsmasq: + daemon /usr/local/sbin/dnsmasq --domain=middleearth
--expand-hosts -l /var/lib/dhcp/dhcpd.leases -s middleearth</div><br>
</div>