Files
poky/meta/recipes-connectivity
Chen Qi de8563dcec avahi: fix error at boot time for avahi-daemon.service
The following error messages appear now and then at boot time.

  avahi-daemon/chroot.c: open() failed: No such file or directory
  Failed to open /etc/resolv.conf: Invalid argument

The problem is about /etc/resolv.conf. In Yocto's systemd based
systems, it's a symlink to /etc/resolv-conf.systemd which in turn
is a symlink to /run/systemd/resolve/resolv.conf. The systemd-resolved
service handles creation of /run/systemd/resolve/resolv.conf file.

So if avahi-daemon is started before systemd-resolved, the error messages
appear.

Fix this problem by making avahi-daemon start after systemd-resolved.

(From OE-Core rev: 647db1d9eb65b225ffbb6953f796232026bfa935)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-27 13:55:21 +01:00
..
2018-06-18 11:07:57 +01:00
2018-03-09 09:17:04 -08:00
2018-01-23 23:43:45 +00:00
2018-03-07 06:34:50 -08:00
2018-03-07 06:34:50 -08:00
2018-06-27 13:55:21 +01:00
2018-06-18 11:07:57 +01:00
2018-05-09 10:47:51 +01:00
2016-06-15 08:35:00 +01:00
2017-02-15 20:06:42 -08:00