Opened 6 years ago
Closed 4 years ago
#56830 closed defect (worksforme)
dnsmasq not coming up properly after reboot
Reported by: | coke (Will Coleda) | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.5.2 |
Keywords: | Cc: | ||
Port: | dnsmasq |
Description (last modified by jmroot (Joshua Root))
$ sw_vers ProductName: Mac OS X ProductVersion: 10.13.4 BuildVersion: 17E199 $ /opt/local/sbin/dnsmasq --version Dnsmasq version 2.79 Copyright (c) 2000-2018 Simon Kelley Compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack no-ipset auth no-DNSSEC loop-detect no-inotify This software comes with ABSOLUTELY NO WARRANTY. Dnsmasq is free software, and you are welcome to redistribute it under the terms of the GNU General Public License, version 2 or 3.
I've added the port to run on startup with:
$ sudo port load dnsmasq
Machine reboots, the process is running; however any dns requests hang.
have to run:
$ sudo port reload dnsmasq
at which point everything works fine.
Change History (2)
comment:1 Changed 6 years ago by jmroot (Joshua Root)
Description: | modified (diff) |
---|---|
Owner: | set to nerdling |
Status: | new → assigned |
comment:2 Changed 4 years ago by nerdling (Jeremy Lavergne)
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Just checked on 10.15, and dnsmasq starts up at boot and shown listening via lsof. Queries to the listening port are also answered.