You are not logged in.
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
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
That did the trick :-) , thank you for the input Pudge
Regards,
Simon
Offline