https://bugzilla.novell.com/show_bug.cgi?id=885969 https://bugzilla.novell.com/show_bug.cgi?id=885969#c5 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |markus.walser@gmail.com --- Comment #5 from Dominique Leuenberger <dimstar@opensuse.org> 2014-07-28 14:20:37 UTC --- Hmm. Mon Jan 28 10:01:28 UTC 2013 - rmilasan@suse.com - Add avahi-move-everything-to-run.patch: move everything (socket and pid files) to /run. avahi-autoipd/main.c has: pid_file_name = avahi_strdup_printf(AVAHI_RUNTIME_DIR"/avahi-autoipd.%s.pid", interface_name); And the patch introduced by Robert contains: Index: avahi-0.6.31/configure =================================================================== --- avahi-0.6.31.orig/configure +++ avahi-0.6.31/configure @@ -22710,7 +22710,7 @@ _ACEOF # # Avahi runtime dir # -avahi_runtime_dir="${localstatedir}/run" +avahi_runtime_dir="/run" avahi_socket="${avahi_runtime_dir}/avahi-daemon/socket" Markus, - What version of avahi do you have installed? - Can you check, using rpm -q --changelog avahi-autoipd if the above entry can be found -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.