NVIDIA System Profiler 3.9 not launching

Hi all,

I am having problems launching the Nvidia System Profiler in my host. I got the Standalone binary from here: Gameworks Download Center | NVIDIA Developer

My host is an Ubuntu 18.04 (through docker) and my target is going to be a Drive PX2 board (AutoChauffeur).

The profiler is using the following configuration

$ cat nvlog.config
# Rename this file to nvlog.config and put into one of the two places:
#   * Next to the SystemProfiler binary.
#   * Into your current directory.

# Enable all loggers:
+ 50iw 50ef 0IW 0EF   global

# Append logs to a file:
$ SystemProfiler.log

# Flush the log file after every log message:
ForceFlush

# On Windows, use OutputDebugString():
OutputDebugString

# Log into stdout:
UseStdout

# Specify logging format:
# Simple format
# Format $time $tid $name $text

# A more verbose variant of logging format:
Format $sevc$time|${name:0}|${tid:5}|${file:0}:${line:0}[${sfunc:0}]: $text

The profiler is not launching and I only get the following log

$ ./SystemProfiler
I12:49:27:397|CrashReporter| 1245|:86[]: Server 7 client 6 for process

I12:49:27:442|HostApp| 1249|Main.cpp:71[setupDpiScaling]: The interface scaling factor set to 1;1.
I12:49:27:459|AppLib_Script| 1249|Manifest.js:3[<global>]: Loading CorePlugin
F12:49:27:462|HostApp| 1249|Main.cpp:169[main]: Merged manifest has no application name
F12:49:27:462|HostApp| 1249|Main.cpp:170[main]: Merged manifest has no application version
E12:49:27:462|HostApp| 1249|Main.cpp:171[main]: Merged manifest has no application id
E12:49:27:462|HostApp| 1249|Main.cpp:172[main]: Merged manifest has no application docs
libGL error: MESA-LOADER: failed to retrieve device information
libGL error: Version 4 or later of flush extension not found
libGL error: failed to load driver: i915
libGL error: failed to open drm device: No such file or directory
libGL error: failed to load driver: i965
E12:49:27:517|AppLib| 1249|:264[]: Layout default was not found
E12:49:27:517|AppLib| 1249|:297[]: Error restoring layout: default

Apparently, the profiler is hanging.
Any hint on how to fix this?

solved in https://devtalk.nvidia.com/default/topic/1052052/profiling-drive-targets/connection-error/post/5341390/#5341390