| Summary: | openssh fails due to coreutils built with USE=xattr: Operation not supported | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Philipp Riegger <bugs+gentoo> |
| Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | wschlich |
| Priority: | High | ||
| Version: | 2008.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Philipp Riegger
2008-08-26 11:15:41 UTC
You built coreutils with USE=acl & USE=xattr (the issue is with xattr) but don't have kernel or filesystem support for xattrs. You need to fix your setup. Maybe i misunderstood the acl/xattr concept. I switched to using it recently, compiled the support in the kernel and added acl and user_xattr to the mount options. Do i have to change the ext3-filesystem for that? I don't have acl and xattr on my nfs mounts (/home, /usr/portage) because it's not possibel there, AFAIK. I still don't understand this. I have xattr enabled on /var/tmp and /etc, so I don't understand what is the problem here. rootfs on / type rootfs (rw) /dev/root on / type ext3 (rw,noatime,errors=continue,user_xattr,acl,data=ordered) ... /dev/mapper/space-tmp on /var/tmp type ext3 (rw,noatime,user_xattr,acl) Not a LPK/HPN issue. Re-assigning to base-system. probably related to Bug 219844 should be fixed with coreutils-7.1 |