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)

-- 
Eric Cooper             e c c @ c m u . e d u
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to