[oi-dev] Avahi daemon not happy

Gea gea at napp-it.org
Wed Nov 22 08:50:43 UTC 2023


Do you use avahi for OSX service detection and Timemachine?

For this I use the pure DNS/multicast service and the following dns-sd 
calls
for SMB share publishing, share icon=Xserve and Timemachine

#!/usr/bin/bash
/usr/bin/dns-sd -R "hostname" _smb._tcp local 445 &
/usr/bin/dns-sd -R "hostname" _device-info._tcp local 445 model=Xserve &
/usr/bin/dns-sd -R "hostname" _adisk._tcp local 445 
'sys=waMa=0,adVF=0x100' 'dk0=adVN=smbsharename,adVF=0x82' &

Gea





More information about the oi-dev mailing list