2010-05-18 01:19:46 +02:00
|
|
|
======================================================================
|
|
|
|
|
2011-02-11 01:41:48 +01:00
|
|
|
This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
|
|
|
|
procfs(5) mounted on /proc.
|
2010-05-18 01:19:46 +02:00
|
|
|
|
|
|
|
If you have not done it yet, please do the following:
|
|
|
|
|
|
|
|
mount -t fdescfs fdesc /dev/fd
|
2011-02-11 01:41:48 +01:00
|
|
|
mount -t procfs proc /proc
|
2010-05-18 01:19:46 +02:00
|
|
|
|
2011-02-11 01:44:44 +01:00
|
|
|
To make it permanent, you need the following lines in /etc/fstab:
|
2010-05-18 01:19:46 +02:00
|
|
|
|
|
|
|
fdesc /dev/fd fdescfs rw 0 0
|
2011-02-11 01:41:48 +01:00
|
|
|
proc /proc procfs rw 0 0
|
2010-05-18 01:19:46 +02:00
|
|
|
|
|
|
|
======================================================================
|