What's new

YazFi host name already in use on macOS with YazFi

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

rde02v

New Around Here
Hi,

I have a quite simple setup on RT-AC1900P with merlin 386.2 and yazFi 4.2.0.
Whenever I have YazFi installed, my macOS(11.3.1 (20E241)) keeps revving the computer host names as in
my-mac (1) => my-mac (2) => .... => my-mac (N)
where N is as high as 1161 now. If I uninstall YazFi no such thing happens on the Merlin firmware. Is there something I might be failing to configure?
 
can you try running the below?
Code:
echo "sed -i '/^\[Server\]/a cache-entries-max=0' "'"$1" # '"YazFi" >> /jffs/scripts/avahi-daemon.postconf
service restart_mdns
 
Thanks!
Code:
doom@RT-AC1900P:/tmp/home/root# echo "sed -i '/^\[Server\]/a cache-entries-max=0' "'"$1" # '"YazFi" >> /jffs/scripts/avahi-daemo
n.postconf
doom@RT-AC1900P:/tmp/home/root# cat /jffs/scripts/avahi-daemon.postconf
#!/bin/sh
echo "" >> "$1"
echo "" >> "$1"
echo "[reflector]" >> "$1" # YazFi
echo "enable-reflector=yes" >> "$1" # YazFi
sed -i '/^\[Server\]/a cache-entries-max=0' "$1" # YazFi
doom@RT-AC1900P:/tmp/home/root# service restart_mdns

Done.
I guess now I wait :)
 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top