6 ответов
Java установилась, но все равно не работает:
OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x000077caf8bea000, 2555904, 1) failed; error=’Operation not permitted’ (errno=1)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 2555904 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /usr/java/hs_err_pid25286.log
Иду по инсnрукции (https://old.lab50.net/portfolio/%D1%80%D0%B5%D0%BF%D0%BE%D0%B7%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D0%B9-astra-linux-special-edition/) : не получается добавить цифровой ключ
Далее вам необходимо добавить цифровой ключ подписи в APT. Тут есть два варианта:
Установите пакет lab50-archive-keyring из нашего репозитория:
aptitude -y install lab50-archive-keyring
Или добавьте наш ключ с помощью команды apt-key:
wget -qO — packages.lab50.net/lab50.asc | sudo apt-key add —
1. # aptitude -y install lab50-archive-keyring
Couldn’t find any package whose name or description matched «lab50-archive-keyring»
Couldn’t find any package whose name or description matched «lab50-archive-keyring»
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
2.
# wget -qO — http://packages.lab50.net/lab50.asc | sudo apt-key add —
gpg: no valid OpenPGP data found.
# wget http://packages.lab50.net/lab50.asc
—2017-04-27 09:58:09— http://packages.lab50.net/lab50.asc
Resolving packages.lab50.net (packages.lab50.net)… 5.101.152.42
Connecting to packages.lab50.net (packages.lab50.net)|5.101.152.42|:80… connected.
HTTP request sent, awaiting response… 404 Not Found
2017-04-27 09:58:09 ERROR 404: Not Found.
спасибо за ответ, но все же java не запускается даже — это последняя 8-я версия Java VM: Java HotSpot(TM) 64-Bit Server VM (25.131-b11 mixed mode linux-amd64 compressed oops)
user@astra -tst:~$ java -version
Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00006d9c390 00000, 2555904, 1) failed; error=’Operation not permitted’ (errno=1)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 2555904 bytes for committing res erved memory.
# An error report file with more information is saved as:
# /home/user/hs_err_pid3022.log
user@astra -tst:~$ uname -a
Linux astra-tst 4.2.0-23-pax #28astra39 SMP Tue Mar 1 17:49:43 MSK 2016 x86_64 GNU/Linux
В чем может быть дело?