PoomSmart / LetMeBlock

Make mDNSResponder care more about /etc/hosts
MIT License
63 stars 12 forks source link

mNDSResponderHelper hangs after reboot Odyssey/Odysseyra1n #17

Closed ceadd closed 2 years ago

ceadd commented 4 years ago

LetMeBlock 0.7.5

mNDSResponderHelper hangs after reboot

Tested 13.5.1, 13.6.1, 13.7 odysseyra1n

 ~/ ssh root@10.10.1.123
root@10.10.1.123's password:
iOS-1351-Odyssey:~ root# ping google.com
ping: unknown host
iOS-1351-Odyssey:~ root# killall -9 mDNSResponderHelper
iOS-1351-Odyssey:~ root# ping google.com
PING google.com (172.217.14.238): 56 data bytes
64 bytes from 172.217.14.238: icmp_seq=0 ttl=119 time=20.484 ms
64 bytes from 172.217.14.238: icmp_seq=1 ttl=119 time=17.048 ms
64 bytes from 172.217.14.238: icmp_seq=2 ttl=119 time=56.888 ms
64 bytes from 172.217.14.238: icmp_seq=3 ttl=119 time=104.073 ms
64 bytes from 172.217.14.238: icmp_seq=4 ttl=119 time=19.340 ms
64 bytes from 172.217.14.238: icmp_seq=5 ttl=119 time=24.962 ms
64 bytes from 172.217.14.238: icmp_seq=6 ttl=119 time=21.297 ms
64 bytes from 172.217.14.238: icmp_seq=7 ttl=119 time=24.408 ms
64 bytes from 172.217.14.238: icmp_seq=8 ttl=119 time=15.542 ms
64 bytes from 172.217.14.238: icmp_seq=9 ttl=119 time=22.451 ms
64 bytes from 172.217.14.238: icmp_seq=10 ttl=119 time=15.878 ms
64 bytes from 172.217.14.238: icmp_seq=11 ttl=119 time=20.182 ms
64 bytes from 172.217.14.238: icmp_seq=12 ttl=119 time=20.689 ms
64 bytes from 172.217.14.238: icmp_seq=13 ttl=119 time=15.588 ms
64 bytes from 172.217.14.238: icmp_seq=14 ttl=119 time=15.798 ms
--- google.com ping statistics ---
15 packets transmitted, 15 packets received, 0% packet loss
iOS-1351-Odyssey:~ root#
000102.173662 wlan0.A[109] doSetSyncState@4018:Cancelled fAWDLOffTimer
AirPort: Link Down on awdl0. Reason 1 (Unspecified).
000123.229095 wlan0.A[110] handleAWDLOffTimer@2677:Generated new AWDL MAC xx:xx:xx:xx:xx:xx last 123 (sec) now 123.223940625
AirPort: Link Up on awdl0
000173.124083 wlan0.A[111] doSetSyncState@4018:Cancelled fAWDLOffTimer
AirPort: Link Down on awdl0. Reason 1 (Unspecified).
000185.169139 wlan0.A[112] handleAWDLOffTimer@2677:Generated new AWDL MAC xx:xx:xx:xx:xx:xx last 61 (sec) now 185.164236125
AirPort: Link Up on awdl0
git-anish commented 4 years ago

Hey @ceadd can you try my tweak?

You can also use my repo to install it.

I've tested it on my devices its fixed this issue

Let me know how it goes!

PoomSmart commented 2 years ago

Closed due to inactivity.