Andres Mejia <[EMAIL PROTECTED]> - Thu, 17 Apr 2008 12:33:23 -0400 >> >Alright. For this case, usually the reason you get a "501 Protocol >> >scheme '' is not supported" is because in either apt-config or your >> >wgetrc files, your proxy is set as only "proxy.com" or something >> >similar instead of "http://proxy.com". What are your settings for >> >your proxy in 'apt-config dump' and/or your wgetrc files? Don't >> >give me your login or password of course, just the general form you >> >use. >> >> Yes, there is something in apt's config: >> >> $ apt-config dump|grep -i proxy >> Acquire::http::Proxy "false"; >> >> But I do not have any proxy setting in ~/.wgetrc nor in /etc/wgetrc. > >If it's left as 'false', this would be the reason why the installer >fails with the "501 Protocol scheme '' is not supported" error. It >should be in the form http://[[user][:[EMAIL PROTECTED]:port] depending on >your proxy configuration. It's even stated in the apt.conf(5) manual >page.
Hi Andres, well spotted ;) ! I can confirm that's the cause of the script error. I removed this line (Acquire::http::Proxy "false";) from apt.conf (I still wonder where does it come from ?). It downloads correctly now. But there's still a problem: # ./nvidia-cg-toolkit-installer --install Downloading http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_x86.tar.gz on the i386 architecture. 0KB [...] 609 KB/s Download successful. Total size of content downloaded: 10349KB Downloading http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0012/Cg-2.0_Jan2008_LanguageSpecification.pdf on the i386 architecture. Download successful. Total size of content downloaded: 0KB Checking MD5 sum for NVIDIA Cg Toolkit file...passed. Checking MD5 sum for NVIDIA Cg Toolkit spec file...failed. Checksum mismatch. Expected checksum 53736712db34dc6ccf1e850ea6eaefe5 for the NVIDIA Cg Toolkit spec file. Best regards, Michel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]