Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I'm using Fedora 16.

I shut down NetworkManager and wpa_supplicant (using service commands), but when I try:

sudo service avahi-daemon stop

or

sudo kill pid

it appears again instantly! How can I figure which process is still using avahi?

share|improve this question
If you have time, please upvote and/or pick an answer. Thanks! – phw Apr 10 '12 at 20:50

2 Answers

The command

systemctl stop avahi-daemon.service 

should work.

share|improve this answer
I tried that but it didn't work the only way was to disable it and restart – cap10ibraim Nov 4 '11 at 20:34
2  
@Niels could you edit your answer to include a bit more info about how your solution works? – nhinkle Nov 4 '11 at 20:40
what gives the command systemctl status avahi-daemon.service ? – Niels Nov 5 '11 at 10:08

OP posted this also in the Fedora Forums here.

The solution is to disable the service altogether:

systemctl disable avahi-daemon.service

That worked for me.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.