[avahi] (no subject)

2018-01-31 Thread Jesus Roberto Campos Redondo
I beg leave from the list because I can not attend the list for work reasons thank you. ___ avahi mailing list avahi@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/avahi

Re: [avahi] Service Name Conflicts

2018-01-31 Thread Timothy Potter
Changing: > ‘ > if (!g->chosen_name || (g->replace_wildcards && strstr(g->name, "%h"))) { to > if (!g->chosen_name && (g->replace_wildcards && strstr(g->name, "%h"))) { seems to fix the issue. > On Jan 31, 2018, at 9:10 AM, Timothy Potter wrote: > > I think I have found

Re: [avahi] iOS 11 Support for AirPrint?

2018-01-31 Thread Ben Serebin
Fix was a restart/reboot the host running avahi v.6.x. Now we have discovery and printing via iOS 11. No other change was made. No idea why iOS 10 would work but not 11. But it's working. -Ben On Jan 25, 2018, at 12:21 AM, Ben Serebin >

Re: [avahi] Service Name Conflicts

2018-01-31 Thread Timothy Potter
I think I have found the issue. My service file is setup like this: %h _http._tcp 80 In the file avahi-daemon/static-services.c function: entry_group_callback, if a conflict is detected a new name is created and stored in g->chosen_name and an attempt is made