Package: dnsmasq
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 71
Maintainer: Simon Kelley <si...@thekelleys.org.uk>
Architecture: all
Version: 2.76-5+deb9u2
Depends: netbase, dnsmasq-base (>= 2.76-5+deb9u2), init-system-helpers (>=
1.18~)
Suggests: resolvconf
Conflicts: resolvconf (<< 1.15)
Conffiles:
 /etc/init.d/dnsmasq 619ec632736050c3f49e43ecf218efce
 /etc/default/dnsmasq 8528b9b07acf4cbac231eb21dd3d262c
 /etc/dnsmasq.conf bc949f5cad485a88b585271b933f0c05

When I add conf files from: https://energized.pro/#packs
Any of the files greater than Basic (13MB), cause dnsmasq to crash with a
segmentation fault 0 fault 4.

I do not use resolvconf nor systemd.

This is running on a PC with 16GB of RAM, and a 4 core i3 Intel processor,
not just a small consumer wifi router/ARM box.

My lan.conf file:
      1 listen-address=192.168.1.1,127.0.0.1
      2 cache-size=1000
      3 no-negcache
      4 conf-file=/usr/share/dnsmasq-base/trust-anchors.conf
      5 dnssec
      6 dnssec-check-unsigned
      7
      8 #domain-needed
      9 bogus-priv
     10 no-resolv
     11 no-poll
     12 server=/lan.zacwolf.com/192.168.1.1
     13 server=8.8.8.8
     14 server=8.8.4.4
     15 #server=209.18.47.61
     16 #server=209.18.47.62
     17 strict-order
     18 local=/lan.zacwolf.com/
     19 interface=br0
     20 expand-hosts
     21 domain=lan.zacwolf.com
     22 dhcp-range=192.168.1.100,192.168.1.249,72h
     23 addn-hosts=/etc/dnsmasq_static_hosts.conf
24-50 assign reserved IPs to MACs
     51 #===START TFTP Options
     52 enable-tftp
     53 dhcp-range=tftp,192.168.1.250,192.168.1.253
     54 tftp-root=/var/tftp
     55 tftp-no-fail
     56 #tftp-secure
     57 #tftp-no-blocksize
     58 #===END TFTP OPTIONS
     59 dhcp-option=option6:information-refresh-time,6h
     60 dhcp-option=19,0            # option ip-forwarding off
     61 dhcp-option=42,216.239.35.0 # Google NTP server
     62 dhcp-option=44,192.168.1.1  # set netbios-over-TCP/IP nameserver(s)
aka WINS server(s)
     63 dhcp-option=45,192.168.1.1  # netbios datagram distribution server
     64 dhcp-option=46,8            # netbios node type
     65
     66 dhcp-authoritative
     67 #dhcp-script=/bin/echo
     68
     69 #Redirect trackers to local webserver
     70 conf-file=/etc/dnsmasq.d/blocks.conf

If the blocks.conf goes over the 13MB Basic file from Energized Pro, I get
the segment fault error.

THANKS!

Reply via email to