Trouble starting Linux server

Status
Not open for further replies.

BoggieDown

Refugee
Hello everyone

This is my first time posting. In the past I've been able to start up my server successfully. Please let me know if I'm missing any important info.

I'm running into this issue where the server won't start and the CPU varies from 700% - 1000% when attempting to load. I wait about 5 min before I force quit. Attached are the output logs as well as a screen capture of the CPU load.

Thank you!

0.156 INF Version: Alpha 18.3 (b4) Compatibility Version: Alpha 18.3, Build: Linux 64 Bit

INF System information:

OS: Linux 5.3 Ubuntu 18.04 64bit

CPU: AMD Ryzen 7 2700 Eight-Core Processor (cores: 16)

RAM: 24061 MB

GPU: Null Device (128 MB)

Graphics API: NULL 1.0 [1.0] (shader level 3.0)

output_log__2020-02-07__08-32-52.txt

Capture.jpg

 

Attachments

1. Make sure Mono is updated.

Code:
sudo apt install gnupg ca-certificatessudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EFecho "deb https://download.mono-project.com/repo/ubuntu stable-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.listsudo apt update
sudo apt install mono-devel
2. Generating the map on the first startup will take a while. Especially with no GPU. Did you allow it to finish?

 
You seem to have updated the kernel to 5.3.

I don't know if it has anything to do with your problems, normally it shouldn't. But if you still have one of the stock kernels (4.15 or 5.0) around for booting, a test would be just a reboot away.

 
Status
Not open for further replies.
Back
Top