SDK Fails to Unpack/Install

Hi,

I installed a C1060 card on my Lenovo S10 ThinkStation (openSUSE 11.1 x86_64) and installed the CUDA driver and the CUDA toolkit without issue.

My problem is when I run the sdk installer ( cudasdk_2.3_linux.run ) I get:

rons@ocracoke:~> sh ./cudasdk_2.3_linux.run
Verifying archive integrity… All good.
Uncompressing NVIDIA GPU Computing SDK…

and the script hangs.

This occurs when run either as an ordinary user or root.

Any thoughts?

Thanks,
Ron

It is a bug in SUSE. Just hit enter when it looks like it has hung, and it will work.

Thanks! That worked, but I believe the bug is in the shell script.

Thanks again,

Ron

No it isn’t in the shell script, it is in the SUSE 11 tty code somewhere - stdout doesn’t flush like it does on every other version of linux and BSD unix.