Bug 10641

Summary: avahi-autoipd not starting when using systemd-tmpfiles
Product: buildroot Reporter: Michael Nosthoff <buildroot>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: 2017.08   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Michael Nosthoff 2018-01-10 16:45:33 UTC
Hi,

I have a systemd based system. When I want to start avahi-autoipd it quits with the following message:

"stat(): No such file or directory"

I debugged a bit and found a typo in package/avahi/avahi_tmpfiles.conf

It should be "/tmp/avahi-autoipd" instead of "/tmp/avahi-autopid". (twisted ip/pi)

When I change this in my builded system in /usr/lib/tmpfiles.d/avahi.conf
it seems to work fine after reboot.

So I guess nobody used the combination of avahi-autoipd and systemd since the commit in 2014. Or did I misunderstood something?

Regards,
Michael
Comment 1 Thomas Petazzoni 2018-01-10 19:55:53 UTC
Thanks a lot for the bug report. Fixed in commit https://git.buildroot.org/buildroot/commit/?id=c427ce4d9f54d9b6433969ecb0fc8a4a5a9ba9b5.