Ahha! I cursorily checked out the cmdline file, but ran away. Still though, it
is not picking up my "option server x.x.x.x" directive:

/usr/sbin/dnsmasq -K -D -y -Z -b -E -s lan -S /lan/ -l /tmp/dhcp.leases -r
/tmp/resolv.conf.auto
--dhcp-range=lan,10.109.27.100,10.109.27.251,255.255.255.0,12h -2 eth0

Kyle



Thus spake Eric Cooper:
> On Tue, May 18, 2010 at 03:04:29PM -0600, Kyle Anderson wrote:
>> However, restarting dnsmasq doesn't pick this up. Here is the ps:
>>
>> /usr/sbin/dnsmasq -K -D -y -Z -b -E -s lan -S /lan/ -
>>
>> I was expecting to see -S x.x.x.x, etc. What am I missing?
> 
> You're missing the rest of the command line :-)  The "ps" that's built
> into busybox truncates the line.
> 
> To see all the args, do
> 
>     (tr '\0' ' ' < /proc/PID/cmdline; echo)
> 
> (where PID is the process ID of the dnsmasq command)
> 


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to