Comment 14 for bug 310898

Revision history for this message
Paul O'Leary McCann (polm-e) wrote :

I have this in a natty micro ami. The previous fix mentioning postinst worked for me, namely to change this line:

$basedir/bin/java -client -Xshare:dump -Xmx256m -XX:PermSize=128m

which would never exit, to this:

$basedir/bin/java -client -Xshare:dump -XX:PermSize=128m

It still takes ten minutes, which seems ridiculous... The block that runs this should probably be removed from postinst and suggested as an option by console output, since it's not necessary for java to run.

Note this didn't give me any actual trouble with SSH, though when running this aptitude doesn't respond to CTRL+C and the machine might become quite slow. -POLM