Cuda 3.1 SDK Script Error

I get the below error trying to install the SDK into a Centos 5.5 x64 computer:

ERROR:

[root@muygpu download]# ./cudatoolkit_3.1_linux_64_rhel5.4.run

Verifying archive integrity… All good.

Uncompressing NVIDIA CUDA…/cudatoolkit_3.1_linux_64_rhel5.4.run: line 120: 3909 File size limit exceededtar $1vf - 2>&1

Extraction failed.

Signal caught, cleaning up

[root@muygpu download]#

UNAME:
Linux muygpu 2.6.18-194.3.1.el5 #1 SMP Thu May 13 13:08:30 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux

The SDK was repeatedly download from the Nvidia website: cudatoolkit_3.1_linux_64_rhel5.4.run

Any thoughts?

Jeff

:angry:

Since the integrity self-test passed, I’d say that your partition is full, you’ve exceeded your disk quota, or you’re file system has some odd settings enforcing a low “max file size” value.

Since the integrity self-test passed, I’d say that your partition is full, you’ve exceeded your disk quota, or you’re file system has some odd settings enforcing a low “max file size” value.

Well,

Seems that the problem was trying to install the SDK via ssh as sudo > root. Must not get all variables as I went to the machine and ran it directly as root. Worked just fine. So much for remote administration.

Computers? They will never be popular.

Thanks

jeff

Well,

Seems that the problem was trying to install the SDK via ssh as sudo > root. Must not get all variables as I went to the machine and ran it directly as root. Worked just fine. So much for remote administration.

Computers? They will never be popular.

Thanks

jeff