2019-08-14 00:22:35 +02:00
|
|
|
[
|
|
|
|
{ type: install
|
|
|
|
message: <<EOM
|
2019-11-09 23:28:53 +01:00
|
|
|
This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
|
|
|
|
procfs(5) mounted on /proc.
|
2014-03-28 23:11:29 +01:00
|
|
|
|
|
|
|
If you have not done it yet, please do the following:
|
|
|
|
|
|
|
|
mount -t fdescfs fdesc /dev/fd
|
2019-11-09 23:28:53 +01:00
|
|
|
mount -t procfs proc /proc
|
2014-03-28 23:11:29 +01:00
|
|
|
|
|
|
|
To make it permanent, you need the following lines in /etc/fstab:
|
|
|
|
|
|
|
|
fdesc /dev/fd fdescfs rw 0 0
|
2019-11-09 23:28:53 +01:00
|
|
|
proc /proc procfs rw 0 0
|
2019-08-14 00:22:35 +02:00
|
|
|
EOM
|
|
|
|
}
|
|
|
|
]
|