Bugzilla – Bug 135824
tmpfs acl support broken
Last modified: 2006-01-08 16:08:59 UTC
There are many errormessages from resmgr about not supported ACL Operations for dev devices. Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/input/event4, acl_get_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: facl_clear() - ACL error on /dev/input/event4, acl_set_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/input/event4, acl_get_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/audio, acl_get_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: facl_clear() - ACL error on /dev/audio, acl_set_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/audio, acl_get_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/dsp, acl_get_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: facl_clear() - ACL error on /dev/dsp, acl_set_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/dsp, acl_get_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/mixer, acl_get_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: facl_clear() - ACL error on /dev/mixer, acl_set_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/mixer, acl_get_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/controlC0, acl_get_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: facl_clear() - ACL error on /dev/snd/controlC0, acl_set_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/controlC0, acl_get_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/pcmC0D0c, acl_get_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: facl_clear() - ACL error on /dev/snd/pcmC0D0c, acl_set_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/pcmC0D0c, acl_get_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/pcmC0D0p, acl_get_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: facl_clear() - ACL error on /dev/snd/pcmC0D0p, acl_set_file: Operation not supported Nov 29 13:43:49 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/pcmC0D0p, acl_get_file: Operation not supported Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/input/event3, acl_get_file: Operation not supported Nov 29 13:43:50 linux resmgr[2681]: facl_clear() - ACL error on /dev/input/event3, acl_set_file: Operation not supported Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/input/event3, acl_get_file: Operation not supported Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/seq, acl_get_file: Operation not supported Nov 29 13:43:50 linux resmgr[2681]: facl_clear() - ACL error on /dev/snd/seq, acl_set_file: Operation not supported Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/seq, acl_get_file: Operation not supported Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/timer, acl_get_file: Operation not supported Nov 29 13:43:50 linux resmgr[2681]: facl_clear() - ACL error on /dev/snd/timer, acl_set_file: Operation not supported Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/snd/timer, acl_get_file: Operation not supported Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/input/event2, acl_get_file: Operation not supported Nov 29 13:43:50 linux resmgr[2681]: facl_clear() - ACL error on /dev/input/event2, acl_set_file: Operation not supported Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/input/event2, acl_get_file: Operation not supported Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/hdb, acl_get_file: Operation not supported Nov 29 13:43:50 linux resmgr[2681]: facl_clear() - ACL error on /dev/hdb, acl_set_file: Operation not supported Nov 29 13:43:50 linux resmgr[2681]: set_facl() - ACL error on /dev/hdb, acl_get_file: Operation not supported
/dev doesn't support ACLs for some reason.
it's a tmpfs issue
I haven't managed to find the time for porting the patches to the STABLE kernel and re-submit upstream. Will do so as soon as possible, (Last I submitted the patch upstream it was not accepted, so now I have to redo it since a few things upstream have changed.)
*** Bug 141383 has been marked as a duplicate of this bug. ***
would upgrading to kotd help ? or anything else can be done for 10.1a4 to fix this issue ?
Tmpfs acls are now re-enabled; tomorrow's kotd should have tmpfs acl suport again. (Updating to the kotd would not have helped because the CVS was really missing the code up to just before...)