Someone has posted the feature request as follow:

=== dnsmasq ===
There's an issue when one specifies the dhcp-range in /etc/dnsmasq.conf currently. After specifying a range and doing a /etc/init.d/dnsmasq restart, you will be unable to remountro again, as the cf will always be busy. Upon bootup, the card will also be left in rw mode.

=================================================
And here is the resolution:
[Ans:] You need to specify "dhcp-leasefile=/var/tmp/dnsmasq.leases" in /etc/dnsmasq.conf, so this file will be on ramdisk. If you don't point dhcp-leasefile to ramdisk but using the default path /var/lib/misc/dnsmasq.leases, it will be on flash disk. dnsmasq would hold the file descriptor for writing, that's why you are unable to remount / as read only.

Punky Tse wrote:
Hi all,

I have added feature request page in wiki. If you would like your modules, packages or features could be seen in the coming release, please put them there.

http://wiki.voyage.hk/dokuwiki/doku.php?id=feature_request



--
Regards,
Punky
P U N K N ! X  . c o m
Technology + Lifestyle
(http://www.punknix.com)

Voyage Linux
(http://www.voyage.hk/software/voyage.html)



_______________________________________________
Voyage-linux mailing list
[email protected]
http://list.voyage.hk/mailman/listinfo/voyage-linux

Reply via email to