You are not logged in.

#1 2006-04-02 23:14:23

hjorthboggild
Member
From: Denmark
Registered: 2005-11-05
Posts: 89

[Solved] Avahi daemon => cap_set_proc() failed

When trying to run the avahi daemon, I get the following message: cap_set_proc()failed: Operation not permitted

Why could that be?
I'm running fully updated system with gnome2.14

Regards,
Simon

Offline

#2 2006-04-03 04:45:12

Pudge
Arch Linux f@h Team Member
Registered: 2006-01-23
Posts: 300

Re: [Solved] Avahi daemon => cap_set_proc() failed

If avahi fails after upgrading to kernel26 2.6.16.1-4, try this:

in your /etc/rc.conf  file, find the MODULES line, it should look something like this

MODULES=(!usbserial)

As root, use vi or gedit to add "capability" to that line in order to load the capability module at boot up.  It should now look something like this:

MODULES=(!usbserial capability)

This problem is covered in this
http://bugs.archlinux.org/task/4294
bug report.

Hope that helps.

Pudge

Offline

#3 2006-04-03 08:49:49

hjorthboggild
Member
From: Denmark
Registered: 2005-11-05
Posts: 89

Re: [Solved] Avahi daemon => cap_set_proc() failed

That did the trick :-) , thank you for the input Pudge

Regards,
Simon

Offline

Board footer

Powered by FluxBB