Been looking through my journal for errors, and noticed this.

I assume I'm seeing the same bug.


A few additional pieces of info for you (that may or may not be helpful):

---------------------------------------------------------------------------------
From my journal:
    ...
Jul  2 22:04:41 Love2d avahi-daemon[621]: avahi-daemon 0.6.32 starting up.
    Jul  2 22:04:41 Love2d avahi-daemon[621]: Successfully called chroot().
Jul 2 22:04:41 Love2d avahi-daemon[621]: Successfully dropped remaining capabilities.

Jul 2 22:04:41 Love2d avahi-daemon[630]: chroot.c: open() failed: No such file or directory Jul 2 22:04:41 Love2d avahi-daemon[621]: Failed to open /etc/resolv.conf: Invalid argument

Jul 2 22:04:41 Love2d avahi-daemon[621]: No service file found in /etc/avahi/services.


---------------------------------------------------------------------------------
/etc/resolv.conf is linked like this:
    resolv.conf -> /var/run/NetworkManager/resolv.conf

cat resolv.conf gives:
    # Generated by NetworkManager
    nameserver 8.8.8.8
    nameserver 8.8.4.4

From man pages:
      nameserver Name server IP address
Internet address of a name server that the resolver should query, either an IPv4 address (in dot notation), or an IPv6 address in colon (and possibly dot) notation as per RFC 2373. Up to MAXNS (currently 3, see <resolv.h>) name servers may be listed, one per keyword. If there are multiple servers, the resolver library queries them in the order listed. If no name‐ server entries are present, the default is to use the name server on the local machine. (The algorithm used is to try a name server, and if the query times out, try the next, until out of name servers, then repeat trying all the name servers
              until a maximum number of retries are made.)



---------------------------------------------------------------------------------
avahi.org is temporarily unavailavable, a couple of quick links are available below

 * doxygen documentation <http://www.avahi.org/doxygen/>
 * avahi 0.6.32
   
<https://github.com/lathiat/avahi/releases/download/v0.6.32/avahi-0.6.32.tar.gz>
 * github: lathiat <http://github.com/lathiat/avahi>
 * mailing list <http://lists.freedesktop.org/mailman/listinfo/avahi>

Reply via email to