K.-P. Kirchdörfer wrote:
Am Freitag, 29. Oktober 2004 04:02 schrieb Victor McAllister:if you do not use the dhcp option it seems to boot ok. However I use it for assigning static IPs to all my hosts which you can do wither with the hosts file on the LEAF box , using NIC numbers, or host names the computer identifies itself with when requesting a lease.
I tried uClibc 2.2.2 with dnsmasq 2.16
dnsmasq complains that it cannot create a leases file and refuses to start. /etc/init.d/dnsmasq looks the same.
Anyone noticed this?
No;
just booted the base image - dnsmasq starts and restarts without errors.
kp
the dnsmasq.conf file calls for
dhcp-leasefile=/var/lib/misc/dnsmasq.leases
On uClibc 2.2.2 the directory /var/lib/misc DOES NOT EXIST
/var/lib/lrpkg/dnsmasq.list looks identical to the old version and it lists a /var/lib/misc directory
if you use the dhcp options of dnsmaq then just create the directory by hand
#mkdir /var/lib/misc
then backup dnsmasq
now dnsmasq with the dhcp leases options starts
#svi dnsmasq start
------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_idU88&alloc_id065&op=click ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html