On systems equipped with the nvidia series 270 drivers(currently in beta), the configuration script fail on single GPU systems with the following error messages :
[root@servergfx ~]# /opt/vizstack/sbin/vs-configure-standalone
Processing Node 'localhost'...
Errors happened while trying to get the configuration of node 'localhost'. Reason:
cat: /proc/driver/nvidia/cards/0: No such file or directory
Traceback (most recent call last):
File "/opt/vizstack/sbin/vs-generate-node-config", line 307, in ?
gpuInfo = parse_gpuInfo(temp_xconfig)
File "/opt/vizstack/sbin/vs-generate-node-config", line 161, in parse_gpuInfo
details = details[0]
IndexError: list index out of range
Please fix the above errors & run this tool again
Failed to configure standalone configuration
---
This seems to happen since the 270 series drivers don't store information for the first GPU in /proc/driver/nvidia/cards/0. The same information is now stored in /proc/driver/nvidia/gpus/0/information
This is fixed in ChangeSet 358 :
https://sourceforge.net/apps/trac/vizstack/changeset/358
The changes have been tested to work with v270.26, as well as v256.53.