Port-amd64 archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Linux emulation problem
Hi Christos,
Am 28.06.2011 um 20:06 schrieb Christos Zoulas:
> @@ -309,6 +309,8 @@
> SCARG(&bsa, domain) = linux_to_bsd_domain(SCARG(uap, domain));
> if (SCARG(&bsa, domain) == -1)
> return EINVAL;
> + if (SCARG(&bsa, domain) == AF_ROUTE && SCARG(&bsa, type) == SOCK_RAW)
> + return EOPNOTSUP;
return EOPNOTSUPP;
> flags = SCARG(uap, type) & ~LINUX_SOCK_TYPE_MASK;
> if (flags & ~(LINUX_SOCK_CLOEXEC | LINUX_SOCK_NONBLOCK))
> return EINVAL;
of course I can try :)
Now we have:
mail# ktrace ./nsrexecd
linux_probe: returning 0
family 1, len = 110 [ 2f 76 61 72 2f 72 75 6e 2f 6e 73 63 64 2f
family 1, len = 110 [ 2f 76 61 72 2f 72 75 6e 2f 6e 73 63 64 2f
family 2, len = 16 [ 00 35 84 c3 f9 0d 00 00 00 00 00 00 00 00
family 2, len = 16 [ 00 35 84 c3 f9 0d 00 00 00 00 00 00 00 00
family 2, len = 16 [ 00 35 84 c3 f9 0d 00 00 00 00 00 00 00 00
kdump output is at
http://www.atlas.uni-wuppertal.de/~harenber/suse100_patched_dump
Thanks again for all your help!
Torsten
--
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
<> <>
<> Dr. Torsten Harenberg harenberg%physik.uni-wuppertal.de@localhost <>
<> Bergische Universitaet <>
<> FB C - Physik Tel.: +49 (0)202 439-3521 <>
<> Gaussstr. 20 Fax : +49 (0)202 439-2811 <>
<> 42097 Wuppertal <>
<> <>
<><><><><><><>< Of course it runs NetBSD http://www.netbsd.org ><>
Home |
Main Index |
Thread Index |
Old Index