> On Sun, Apr 06, 2008 at 07:09:59PM -0400, John David Anglin wrote: > > > If you strace it, what syscall returns -EOPNOTSUPP? > > > > strace is broken and quits before the relevant syscall. Think I > > mentioned this before is a different context. > > > > Fixed & updated strace available at > http://people.debian.org/~kyle/strace/ lgetxattr("strace_4.5.16-1_hppa.deb", "security.selinux"..., 0x2c768, 255) = -1 EOPNOTSUPP (Operation not supported) This is probably the correct return but the manpage for lgetxattr says it should return ENOTSUP. Possibly, the problem occurs on hppa because ENOTSUP and EOPNOTSUPP are different codes. In any case, the current version of ls only checks for ENOTSUP. Dave -- J. David Anglin dave.anglin@xxxxxxxxxxxxxx National Research Council of Canada (613) 990-0752 (FAX: 952-6602) -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html