|
Bugzilla – Full Text Bug Listing |
| Summary: | resmgr errors reported in both x86 and x86_64 | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Sid Boyce <sboyce> |
| Component: | Security | Assignee: | Ludwig Nussel <lnussel> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | sboyce, security-team |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Sid Boyce
2005-12-26 18:51:01 UTC
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 |