मैंने ड्रंस का उपयोग करके ड्रंमसैक स्थापित किया, और इसे सफलता के बिना सेवा के रूप में चलाने की कोशिश की। मैंने इसे कैसे स्थापित किया:
brew install dnsmasq
sudo brew services start dnsmasq
system.log
बस 2 से अधिक लाइनों से पता चलता है:
dnsmasq[52260]: setting --bind-interfaces option because of OS limitations
com.apple.xpc.launchd[1] (homebrew.mxcl.dnsmasq): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
मैंने इसे मैन्युअल रूप से चलाने की कोशिश की, और मुझे इसके समान परिणाम मिले:
itsadok@mpb ~$ /usr/local/sbin/dnsmasq -d --interface=lo0 --port=50003 [2.2.4]
dnsmasq: started, version 2.76 cachesize 150
dnsmasq: 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
dnsmasq: setting --bind-interfaces option because of OS limitations
dnsmasq: reading /etc/resolv.conf
dnsmasq: using nameserver 192.168.1.1#53
[1] 53009 abort /usr/local/sbin/dnsmasq -d --interface=lo0 --port=50003
निकास स्थिति 134 है, जो मेरे द्वारा देखे जा रहे गर्भपात संदेश के अनुरूप है। सुडो को जोड़ने से मदद नहीं मिलती है।
यदि मैं पोर्ट नंबर को 0 पर सेट करता हूं, तो प्रभावी रूप से DNS को अक्षम कर सकता है, तो प्रक्रिया अनिश्चित काल तक चलती है, लेकिन जाहिर है कि कुछ भी करने से बहुत कुछ होता है।
किसी भी विचार क्या चल रहा है, या मैं इसे आगे कैसे डिबग कर सकता हूं?
मैं मैक ओएस सिएरा, 10.12.4 पर हूं
abort