Bugzilla – Bug 141044
resmgr errors reported in both x86 and x86_64
Last modified: 2006-01-02 09:40:33 UTC
From /var/log/messages (A sample of the errors) ======================= Dec 25 11:17:48 barrabas resmgr[5703]: facl_clear() - ACL error on /dev/hdb, acl_set_file: Operation not supported Dec 25 11:17:48 barrabas resmgr[5703]: facl_clear() - ACL error on /dev/sdc1, acl_set_file: Operation not supported Dec 25 11:17:48 barrabas resmgr[5703]: facl_clear() - ACL error on /dev/sda1, acl_set_file: Operation not supported Dec 25 11:17:48 barrabas resmgr[5703]: facl_clear() - ACL error on /dev/fd0, acl_set_file: Operation not supported Dec 25 11:29:42 barrabas resmgr[6108]: facl_clear() - ACL error on /dev/ttyS0, acl_set_file: Operation not supported Dec 25 19:32:52 barrabas resmgr[5708]: facl_clear() - ACL error on /dev/ttyS0, acl_set_file: Operation not supported Dec 25 19:52:54 barrabas resmgr[6000]: facl_clear() - ACL error on /dev/ttyS0, acl_set_file: Operation not supported Dec 25 20:18:40 barrabas resmgr[5698]: facl_clear() - ACL error on /dev/ttyS0, acl_set_file: Operation not supported Dec 25 20:21:34 barrabas resmgr[5658]: facl_clear() - ACL error on /dev/ttyS0, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/adsp, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/audio, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/dsp, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/mixer, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/snd/controlC0, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/snd/pcmC0D0c, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/snd/pcmC0D0p, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/snd/pcmC0D1c, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/snd/pcmC0D1p, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/audio1, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/dsp1, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/mixer1, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/snd/controlC1, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/snd/pcmC1D0c, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/snd/pcmC1D0p, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/snd/seq, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/snd/timer, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/hdb, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/sdc1, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/sda1, acl_set_file: Operation not supported Dec 25 20:26:33 barrabas resmgr[5806]: set_facl() - ACL error on /dev/fd0, acl_set_file: Operation not supported
A friend wonders if this has anything to do with /usr/lib/libacl.a and /usr/lib/libacl.la being recursive links to themselves --- # rpm -qlv libacl-devel|o drwxr-xr-x 2 root root 0 Sep 9 17:12 /usr/include/acl -rw-r--r-- 1 root root 1896 Sep 9 17:12 /usr/include/acl/libacl.h -rw-r--r-- 1 root root 3756 Sep 9 17:12 /usr/include/sys/acl.h lrwxrwxrwx 1 root root 8 Sep 9 17:12 /usr/lib/libacl.a -> libacl.a lrwxrwxrwx 1 root root 9 Sep 9 17:12 /usr/lib/libacl.la -> libacl.la
I suppose your /dev is lacking ACL support. Mount / with the 'acl' option or set DEV_ON_TMPFS="yes" in /etc/sysconfig/kernel