On Thu, Sep 02, 2004 at 03:57:36PM -0700, [EMAIL PROTECTED] wrote:
: Good call :)

chroots require that you start small, then build ;)


: When I run an strace on it in the jail, it
: appears to hang after the following line:
: 
: open(".hotspot_compiler", O_RDONLY)     = -1 ENOENT (No such file or
: directory)

The system's looking for a file named ".hotspot_compiler" in the current
dir.  The java command may internally change dirs, though, so you'll
have to do some more work to figure out where "current dir" is.

If the process hangs, you can check its /proc/{pid} entry for that info
and more.

That, and dump strace's output to a file so you can grep for other
occurences of ".hotspot_compiler"... Maybe it's failing to create a file
somewhere.

How did you copy/install the JDK?  You'd catch all of the hidden files
if you were to tar it up and ship it over.


: Any additional help would make you my hero :)

Don't applaud; just throw money. ;)

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to