Your message dated Sat, 2 Mar 2019 15:46:52 +0100
with message-id <[email protected]>
and subject line Re: Bug#921310: dnsmasq "segment fault" bug when total conf
files size is too large
has caused the Debian Bug report #921310,
regarding dnsmasq "segment fault" bug when total conf files size is too large
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
921310: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921310
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dnsmasq
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 71
Maintainer: Simon Kelley <[email protected]>
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!
--- End Message ---
--- Begin Message ---
Control: tags 921310 + unreproducible
Closing as requested, I hope this is ok.
--- End Message ---