Linux Emulation Status
Matthew Dillon
dillon at apollo.backplane.com
Sat Nov 13 17:11:15 PST 2004
: Well,
: I am using stable, linux_base-8-8.0_4
:
: The kernel was built Fri Nov 5 04:05:56 EST 2004
:
: Thanks,
: John Duncan
Ok, it looks like the issue is that linux_base-8 is trying to use
some extended attribute syscalls which are marked unimplemented in
DragonFly.
They are also unimplemented in FreeBSD, but FreeBSD has a bunch of
dummy procedures for them to make them return ENOATTR instead of
ENOSYS (which causes a core dump).
I will bring in all the dummy calls and that ought to solve the
problem.
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Users
mailing list