Re: linux emulation problems - path length restrictions in linux_rename

2000-04-10 Thread Marcel Moolenaar
Matthew Dillon wrote: > Basically I had to take the linux_base port, and then chroot into > /usr/compat/linux and install the rpm's for most of redhat, including > the compiler environment, and the ld.so and ldd piece from slackware > (because redhat's is broken under emulation).

Re: linux emulation problems - path length restrictions in linux_rename

2000-04-10 Thread Matthew Dillon
:> (No, this fix alone isn't enough to do an oracle install, it's just too :> grungy a beast). : :In 1999Q2 I did an install of Oracle8i, which failed due to an installer :problem, IIRC. I only modified 1 script to overcome the shell execution :problem. You are using Blackdown JDK, are you

Re: linux emulation problems - path length restrictions in linux_rename

2000-04-10 Thread Marcel Moolenaar
[CC to -emulation as well] Matthew Dillon wrote: > > I just noticed that the reserved area of the user stack that the linux > emulator uses to copy modified paths is only 256 bytes long. > > linux_rename() makes two calls to the path munging code, which means > that the two path

linux emulation problems - path length restrictions in linux_rename

2000-04-08 Thread Matthew Dillon
I just noticed that the reserved area of the user stack that the linux emulator uses to copy modified paths is only 256 bytes long. linux_rename() makes two calls to the path munging code, which means that the two path arguments are limited in aggregate to 256 bytes, which is