Bug 835680

Summary: dangling symlink in /etc/systemd/system/ (from avahi??)
Product: [openSUSE] openSUSE 12.3 Reporter: Jon Nelson <jnelson-suse>
Component: OtherAssignee: E-mail List <gnome-bugs>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Jon Nelson 2013-08-20 14:24:51 UTC
User-Agent:       Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0

There is a dangling symlink in /etc/systemd/system/ (from avahi??):

lrwxrwxrwx 1 root root   40 Jan 23  2013 dbus-org.freedesktop.Avahi.service -> /lib/systemd/system/avahi-daemon.service

The actual service is here:

worklaptop:~ # rpm -ql avahi | grep \.service
/etc/avahi/services
/etc/avahi/services/sftp-ssh.service
/etc/avahi/services/ssh.service
/etc/sysconfig/SuSEfirewall2.d/services/avahi
/usr/lib/systemd/system/avahi-daemon.service
/usr/lib/systemd/system/avahi-dnsconfd.service
/usr/share/dbus-1/system-services/org.freedesktop.Avahi.service
/usr/share/man/man5/avahi.service.5.gz
worklaptop:~ #


The fix is easy:

chkconfig --del avahi-daemon
chkconfig --add avahi-daemon

But why did it happen in the first place?


Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Comment 1 Frederic Crozat 2013-09-13 09:17:24 UTC
marked as duplicate

*** This bug has been marked as a duplicate of bug 821800 ***