After installing NVBU in a Linux server (Fedora, Red Hat, CentOS, openSUSE, etc), the NVBU Console or Configurator GUI would not start, although NVBU is correctly installed and can be accessed through txtconfig.
When trying to run the commands to start either of the two (nvgui or nvconfigurator) nothing will come up, and if the ampersand (&) symbol is added at the end of the command it shows the following error:
'Segmentation fault (core dumped)'
In most cases, when the GUI gets a segmentation fault, it is because of a problem with missing fonts. NetVault uses a set of fonts that has not been included in certain Linux releases, and it is necessary for the GUI to start and operate correctly.
The Linux package that should be installed in order to correct this issue is ' xorg-x11-75dpi.noarch'.
To install follow the procedure for the specific Linux distribution, in the case of Red Hat it is similar to:
[]# yum install xorg-x11-75dpi.noarch
After installation the NVBU Console and Configurator should start correctly.