Page 1 of 1

Octanebench not working headless

Posted: Tue May 26, 2020 12:11 pm
by cschmidbauer
Hi,

I tried running Octanebench on different Linux headless systems (different distros, different hardware), but the program freezes for version 4.00 on all systems. I also tried version 3.06.2 in selected machines and it has the same behaviour.

Code: Select all

$ ./octane --no-gui --benchmark --gpu 0 -a benchmark_data/benchmark.orbx
Started logging on 26.05.20 11:58:43

OctaneRender Demo 4.00 (4000021)

The only way to stop this is to do a

Code: Select all

pkill -9 octane
.

I was able to successfully run the benchmark on a system inside an X-server. Unfortunately, I am not able to start an X-server on most of the systems.

How do I run the benchmark on a headless system?