Find a probem Sys-call on debian sarge when use kernel amd64-k8

Brad Fitzpatrick brad at danga.com
Mon Mar 27 18:19:33 UTC 2006


Okay, try this one, should be fixed:

    http://danga.com/dist/Sys-Syscall/Sys-Syscall-0.20.tar.gz

Let me know either way.

- Brad


On Sun, 26 Mar 2006, Brad Fitzpatrick wrote:

> I see.  It's trying to use the 64-bit syscall numbers when it should be
> using 32-bit ones.
>
> Desired        Actual       Ac#  Desired#
> epoll_create:  setuid32     213  254
> epoll_ctl:     llistxattr   233  255
> epoll_wait:    listxattr    232	 256
>
> Are you running with a 32-bit or 64-bit userland?  sarge implies 32-bit?
> Or you running the alioth stuff?
>
> What's this say:
>
> $ perl -MPOSIX -MData::Dumper -e 'print Dumper(POSIX::uname())'
>
> I don't want to change the Sys::Syscall module without understanding your
> setup because the module's passed my test suite on Debian/AMD64 machines
> before, so I have to figure out how yours is different.
>
> - Brad
>
>
> On Sun, 26 Mar 2006 wuhao at bokee.net wrote:
>
> > please see append file.
> >
> >
> >
> >
>
>


More information about the mogilefs mailing list