[Dnsmasq-discuss] Segfault on dhcpboot

Sandra Dekkers dekkers.sandra at gmail.com
Sun Apr 23 13:50:02 BST 2006


Hi,

I'm running a diskless server here, which has the root-fs mounted over
NFS. It gets its boot information (location of the kernel, root-fs)
from dnsmasq.

Using version 2.27, this worked perfectly. But 2.29 seems to segfault
when sending the boot info:
dnsmasq: started, version 2.29 cachesize 150
dnsmasq: compile time options: IPv6 GNU-getopt no-ISC-leasefile no-DBus
no-I18N
dnsmasq: DHCP, IP range 192.168.1.16 -- 192.168.1.24, lease time 12h
dnsmasq: reading /etc/dhcpc/resolv.conf
dnsmasq: using nameserver xx.xx.xx.xx
dnsmasq: read /etc/dnshosts - 21 addresses
dnsmasq: DHCPDISCOVER(eth1) 00:40:63:c0:6b:83
dnsmasq: DHCPOFFER(eth1) 192.168.1.3 00:40:63:c0:6b:83
Segmentation fault

This is my config-file:
domain-needed
bogus-priv
filterwin2k
resolv-file=/etc/dhcpc/resolv.conf

interface=eth1
interface=lo

bind-interfaces

no-hosts
addn-hosts=/etc/dnshosts
expand-hosts
localise-queries
domain=blah.com

dhcp-range=192.168.1.16 ,192.168.1.24,12h

dhcp-host=00:60:97:32:b6:55,192.168.1.2
dhcp-host=00:40:63:C0:6B:83,192.168.1.3

dhcp-boot=/pxelinux.0, boot.blah.com,192.168.1.1

dhcp-option=net:s002,17,/var/netboot/s002
dhcp-option=net:s003,17,/var/netboot/s003



More information about the Dnsmasq-discuss mailing list