hello
i'm not sure if this is the right place to ask but as i have installed java
already on other debian machines (even the host) it seems for me like an uml
specific problem... but maybe i'm on the wrong list, so just tell...
i have tried to install java sdk 1.4.2. but everytime i installed it
remove your /lib/tls directory as tls is not supported in uml. having a
tls active libc can couse other weird problems anytime. also pay
attention to it whenever you upgrade your libc package, it will create
it again.
i moved /lib/tls to /lib/tls.bak (just to be sure everything else works ;)
and
i
$ export TMP=/tmp/mydir
$ /usr/bin/linux umid=asdf...
No, didn't work :-(
this is how i do it and it works:
snip ---
TMPDIR=/tmp/uml_$UMLNAME #location where to store the ram of the uml
mkdir $TMPDIR
mount -t tmpfs -o mode=1777,size=$MEM none $TMPDIR
chown $UMLUSER $TMPDIR -R
chmod og-