Post
Topic
Board Mining (Altcoins)
Re: VectorDash: RUN-tests not satisfying: ISO help
by
DarthBunny
on 21/11/2018, 13:31:59 UTC
Hy,
I started to install the software package. I am in contact with their support, looks like they have a lots to do, try to find help here with my installation problem:

///
Running Vectordash tests. This may take a few minutes.
Testing KVM support...
Testing Libvirt virtualization support...
setlocale: No such file or directory
Testing IOMMU support...
setlocale: No such file or directory
Testing Nvidia GPU 0 on PCI 05:00.0...
Testing Nvidia GPU 1 on PCI 06:00.0...
Testing Nvidia GPU 2 on PCI 09:00.0...
Testing Nvidia GPU 3 on PCI 0a:00.0...
libvirt: Storage Driver error : Cannot access storage file '/var/vectordash/roms/0a:00.0.rom' (as uid:0, gid:0): No such file or directory
  File "virt_utils.py", line 199, in create_vm
  File "/usr/lib/python3/dist-packages/libvirt.py", line 1035, in create
    if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirt: QEMU Driver error : Requested operation is not valid: domain is not running
Requested operation is not valid: domain is not running
libvirt: QEMU Driver error : Requested operation is not valid: domain is not running
Testing all Nvidia GPUs...
libvirt: Storage Driver error : Cannot access storage file '/var/vectordash/roms/0a:00.0.rom' (as uid:0, gid:0): No such file or directory
  File "virt_utils.py", line 199, in create_vm
  File "/usr/lib/python3/dist-packages/libvirt.py", line 1035, in create
    if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirt: QEMU Driver error : Requested operation is not valid: domain is not running
Requested operation is not valid: domain is not running
libvirt: QEMU Driver error : Requested operation is not valid: domain is not running
Testing connection to Vectordash server...

Test results:
KVM support:                                  Passed
Libvirt virtualization support:               Passed
IOMMU Support:                                Passed
Testing Nvidia GPU 0 on PCI 05:00.0:          Failed
Testing Nvidia GPU 1 on PCI 06:00.0:          Passed
Testing Nvidia GPU 2 on PCI 09:00.0:          Passed
Testing Nvidia GPU 3 on PCI 0a:00.0:          Failed
Testing all Nvidia GPUs:                      Failed
Connection to Vectordash Server:              Passed
Not all tests have been passed. Please contact Vectordash support.

///

Any thoughts?

TIA betaminer

Hardware is
4x 1080 ti 11 GB
Asus X99-e ws USB 3.1
Xeon E5-1650 v4
64 GB Ram
2 TB SSD on M2
4 TB HD SATA
Had a chat about it with Sharif, should be the minimum hardware expectations


Most likely /var/vectordash/roms/ was saved as 0a:00.0.rom 0A:00.0.rom
So a simple
Code:
sudo mv /var/vectordash/roms/0A:00.0.rom /var/vectordash/roms/0a:00.0.rom

The same happened to me and I managed to fix it this way. Also it is possible that only 3/4 cards will be available for renting because some weird reason (please reply here if this it worked for you).