[SailfishDevel] Avahi error opening socket
Michael Fuchs
michfu at gmx.at
Sat Jan 27 15:05:38 UTC 2018
So the relevant part seemes to be:
https://gist.github.com/fuchsmich/ce0951252bd64c62ed0fabf26e820a24#file-strace_avahi-daemon-L745
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = -1 EACCES (Permission denied)
write(2, "socket() failed: Permission deni"..., 34socket() failed: Permission
denied) = 34
..and https://linux.die.net/man/7/raw says:
EACCES
User tried to send to a broadcast address without having the broadcast flag
set on the socket.
Is this an internal error of avahi, or still a permission error?
cheers, Michael.
More information about the Devel
mailing list