installing cygwin: setup.ini missing from http://mirrors.kernel.org

WindowsCygwinInstallation

Windows Problem Overview


I'm trying to install cygwin on a windows 2008 server. I managed to get a hold of the cygwin setup.exe version 2.721.
Since cygwin.com is down at the moment, i tried several mirrors found through the google cache of the cygwin mirrors. I ran into the same problem like this guy: https://stackoverflow.com/questions/3597229/help-needed-installing-cygwin-may-be-ini-file-problem
Like they suggested, I tried http://mirrors.kernel.org as mirror. It downloads some setup.bz files fine. Then I get the error "Unable to get setup.ini from <http://mirrors.kernel.org/>".<br> Any suggestions how to install cygwin now?

Windows Solutions


Solution 1 - Windows

I got this error when I tried to use http://cygwin.com/setup.exe and not http://cygwin.com/setup-x86.exe or http://cygwin.com/setup-x86_64.exe. It seems the mirrors have just recently removed support for setup.exe. The setup.exe is still available to download but none of the mirrors work.

The solution is to use either the setup-x86.exe or the setup-x86_64.exe.

Solution 2 - Windows

The mirror should be the full path http://mirrors.kernel.org/sourceware/cygwin

If you get complaints about the .ini being from a newer version of setup, you'll need to find a newer setup.exe somewhere on the net that you trust. (And cygwin guys? Grrr for not including setup.exe in your mirrors and for not signing your exe!)

Solution 3 - Windows

the reason is so simple:

> the setup.ini changed its's location!

just go to cygwin site, download the latest setup.exe file. it will be OK.

Solution 4 - Windows

While installing, select Install through http/ftp proxy. Firewall may block the installation. Hence, proxy will help. Also try running as Administrator.

It helps..

Regards, Frank..!!

Solution 5 - Windows

For those who are still getting this error even with the correct installer, make sure that you're running the setup file on your local hard drive.

My problem was that I was trying to launch the executable from a mapped network drive. Copying down and running the program locally fixed the issue.

Solution 6 - Windows

Can you use another mirror? Try lug.mtu.edu or something like that. I've always had nothing but good results from there.

Solution 7 - Windows

Was giving me the same Unable to get setup from ... error. I used the new setup-x86_64.exe from the Cygwin.org site & had to select the option Use Internet Explorer Proxy Settings.

It fetched the mirror urls. It worked that way for me.

But, if it does not fetch all the mirrors by itself, we can add the url http://mirrors.kernel.org in the Download list.

Initially, when it was not downloading the mirrors list by itself, I had tried adding the above http://mirrors.kernel.org url manually & it had worked that way too.

Solution 8 - Windows

Was facing the Same issue... Run the installer in administrator mode and set the FTP/HTTP proxy to the proxy setting configured in internet explorer. Later if the download doesn't occur try different proxies. Selecting this mirror http://mirrors.kernel.org worked for me.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionmlesView Question on Stackoverflow
Solution 1 - WindowsTheCloudlessSkyView Answer on Stackoverflow
Solution 2 - WindowsColin JensenView Answer on Stackoverflow
Solution 3 - WindowsMathew P. JonesView Answer on Stackoverflow
Solution 4 - WindowsFrankensteinView Answer on Stackoverflow
Solution 5 - WindowsJ.D. MallenView Answer on Stackoverflow
Solution 6 - WindowsScottView Answer on Stackoverflow
Solution 7 - WindowsAshishView Answer on Stackoverflow
Solution 8 - WindowsAnonymousView Answer on Stackoverflow