I’ve run the installer, rpm and the .run installer.
With the RPM everything went fine, except instead of installing the toolkit it reported that the install was successful but all it did was create empty directories. Except for CUDA Samples, which seem to have installed correctly.
so, I decided to try the .run installer.
I immediately get archive errors - “gzip: stdin: invalid compressed data–crc error” - and then the toolkit installation fails (samples install fine). Then I tried extracted the individual installers and running the toolkit install alone.
Error:
Error in MD5 checksums: 494b2b1229900657f61ced3024c1a59c is different from e977bce618a5aa772427e91dd8db19a7
I tried redownloading the .run installer and I get the same error.
Am I doing something wrong? or does the download simply keep failing?
I would suggest checking whether you have enough disk space, both for the raw installation file and the files generated during installation (e.g. /tmp). If lack of disk space causes a file to become truncated, that would explain the checksum mismatch. In general you would want to have a minimum of 1 GB available for the installation package itself prior to unpacking, and several times that during installation
Sphenik, can you provide the exact commands used to install the RPM as well as the .run file installations? Yum should let you know if you’re lacking disk space, the .run file provides fewer checks for disk space.
Also, were the empty directories before or after uninstallation?
Another thing that would be helpful is the output of df -h.
I currently have 52.2 GB free in my /home and 24.9 GB free in /. I set the install path to /opt/cuda and I also tried with the default install path.
The RPM did not report any errors for installation. I did have to disable RPMFusion repos in order to do the install because of RPMFusion containing updated packages for the bundled nvidia driver. The empty directories (I assume) were created during installation, as they were deleted after I ran a yum remove.
Thanks for the output. For .run file installation, you may need more space in your /tmp directory - the installer is pretty greedy with the /tmp space. Try running the .run file with the --tmpdir flag: sh cuda...run --tmpdir /home/myname/tmp
to tell it to use a different tmp directory.
Make sure that --tmpdir has a space between itself and the value, and that it is the first option that’s passed.
I’m very curious as to what happened during the RPM install. If you do attempt it again, please take note of the output and the exact commands used to install it.
Thanks AndyDick, I decided to go with the .run installer so I didn’t have to disable the RPMFusion repos again and so I didn’t have to install an earlier version of the graphics driver. The -tmpdir flag solved my problem and so far the toolkit seems to be working properly.
I have extremely slow internet that is shared. Maybe when the line is cleared up I’ll attempt the RPM install and report back here.