Tim,
When I compare the versions of linux_base, both boxes have the same version.
On the first machine I don't see the warning:
bash-2.04$ echo -n "`hostname`: "; (pkg_info | grep linux_base) ; java -version
heinz.jollem.com: linux_base-6.1 The base set of packages needed in Linux mode
java version "1.3.0_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_02)
Java HotSpot(TM) Client VM (build 1.3.0_02, interpreted mode)
But on the second I do:
bash-2.04$ echo -n "`hostname`: "; (pkg_info | grep linux_base) ; java -version
catbert.jollem.com: linux_base-6.1 The base set of packages needed in Linux mode
java version "1.3.0_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_02)
Java HotSpot(TM) Client VM (build 1.3.0_02, interpreted mode)
Java HotSpot(TM) Client VM warning: cannot uninstall alt signal stack
Perhaps it is the kernel version. I have recently recompiled the kernel on the
first machine (heinz), but it's been a while since I recompiled the kernel on
the second (catbert).
Anyway, I will try deinstalling and reinstalling linux_base and try again
after that.
--
Ernst
> > Replying to myself again :) Well, I installed the Sun JDK 1.3.0_02 for Linux
> > from the ports on a different FreeBSD 4.2-STABLE system as well, and this
> > time I get a warning when running java -version:
> > bash-2.04$ java -version
> > java version "1.3.0_02"
> > Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_02)
> > Java HotSpot(TM) Client VM (build 1.3.0_02, interpreted mode)
> > Java HotSpot(TM) Client VM warning: cannot uninstall alt signal stack
> > This gives me a baaaaad feeling... HotSpot is not enabled, so I wonder if this
> > 1.3.0_02 version will introduce problems that the 1.3.0 version did not have.
> It looks like this machine does not have the recent patches to the linux
> emulator installed. They were only recently committed... though the patch
> had been available on the web for quite a while in various forms...
> - Tim
with "unsubscribe freebsd-java" in the body of the message