[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Linux emul question
On Sun, 3 Mar 2002, Gregory Steuck wrote:
> On Sun, Mar 03, 2002 at 02:32:54PM -0800, Marc Matteo wrote:
>
> > Is there something I'm missing as to why the redhat-base packages works
> > and mounting a full Linux distro doesn't?
>
> Why don't you run the programs with ktrace and see which syscalls
> makes them crash?
getuid
For some reason they die at getuid, but only when run under Red Hat 7.1
libs (glibc-2.2.4). When run under the redhat-base port (glibc-2.1.3) it
works fine (actually "getuid" isn't called, only "linux_getuid16").
This make sense?
Marc