This question if for DD-WRT installed on e3000 with optware.
I have replaced the stock dnsmasq to get logging, using this: http://www.dd-wrt.com/phpBB2/viewtopic.php?p=660694 I installed optware on my 16gb usb and installed dnsmasq.
Runs fine when service started, but have two problems:
- "ps aux | grep dnsmasq" shows two processes
nobody 29791 0.0 0.8 1284 520 ? S 12:03 0:01 /opt/sbin/dnsmasq
root 29792 0.0 0.4 1268 256 ? S 12:03 0:00 /opt/sbin/dnsmasq
- On device reboot, the dnsmasq service does not load up. I have to manually load it using "service dnsmasq start" and loads up to processes like the ps grep above.