НЕ РЕШЕНО Загрузка по https на linux

Хостинг игровых серверов

snak84

Прохожий
10 Янв 2019
79
31
40
В терминал от root пропиши mkdir -p /etc/ssl/certs && ln -s /etc/pki/tls/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt
Спасибо, помогло.

А ошибка компилятора возникает если папка пользователя не в home а в opt.
Но недогоняю как можно это испарвить.

Хотя можно и не запариваться и оставить в home
 

snak84

Прохожий
10 Янв 2019
79
31
40
Решил проблемы.

для исправления ошибки:
Код:
Added '// Reference: System.Drawing' in plugin 'RustMap'
Exception while starting compiler version :  (Win32Exception: ApplicationName='/home/rust/serverfiles/Compiler.x86_x64', CommandLine='/service /logPath:/home/rust/serverfiles/oxide/logs', CurrentDirectory='', Native error= Out of memory)
  at System.Diagnostics.Process.StartWithCreateProcess (System.Diagnostics.ProcessStartInfo startInfo) [0x002dc] in <3845a180c26b4889bc2d47593a665814>:0
  at System.Diagnostics.Process.Start () [0x0003a] in <3845a180c26b4889bc2d47593a665814>:0
  at (wrapper remoting-invoke-with-check) System.Diagnostics.Process.Start()
  at Oxide.Plugins.PluginCompiler.CheckCompiler () [0x001f3] in <9affce1cd15c4ec183941adef8db1722>:0
Compiler may not be set as executable; chmod +x or 0744/0755 required
Win32 NativeErrorCode: 14 ErrorCode: -2147467259 HelpLink:
Error while compiling: compiler version  couldn't be started

Нужно больше памяти или сделать swap файл/раздел.
На Centos 7 решил по иструкции отсюда: http://linux-notes.org/dobavit-swap-v-centos-fedora-redhat/

Ошибку с загрузкой кортинок по https решил командой:
mkdir -p /etc/ssl/certs && ln -s /etc/pki/tls/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt

Всем спасибо за помощь.