Reputation: 3138
So I have used Cygwin on and off for the past few years and I've installed it a handful of times. However, I've never experienced the install hanging during the install process. When this happens, the install literally freezes and doesn't budge a "bit." I've read that this is a somewhat common problem but like I said, I've never come across it before.
Here's a play-by-play of what I'm doing and where it hangs on me.
So what I'm looking for is how do I help the installer continue from this point? What do I need to do to go in cygwin and give it the extra motivation it needs to finish the job.
Work around to the problem above:
So after fiddling with the install a little more, I discovered that if you close the frozen install, and re-execute the setup file, it forces the install past the point where it got snagged the previous time. For example, after canceling the snagged install at 94% (mentioned above), I ran the setup file again and got to 95% before the install snagged again. I repeated this setup about 5 times before successfully installing cygwin.
Like I said, this is just a work around and may be the best/only solution.
Upvotes: 15
Views: 19227
Reputation: 347
Look out for the BLODA (Big List Of Dodgy Apps) in the Cygwin FAQ, and uninstall:
BLODA - A list of applications that interfere with the normal working of Cygwin by intrusively injecting themselves in the system call chain
(Description taken from the Cygwin acronyms list)
Upvotes: 0
Reputation: 1
I was able to get this to work - mine was just stuck on 0/Perpetual with no progress bar. It was Windows defender, I added my cygwin folder (C:\cygwin64) into the exceptions for windows defender and progress started immediately.
Upvotes: 0
Reputation: 4078
Something that also worked for me, suggested from the cygwin mailing list, was doing a full rebase as follows:
/usr/bin/rebase-trigger full
on the cygwin terminalUpvotes: 0
Reputation: 174
I want to share my solution which worked. BTW, I tried all the solutions listed here and could not solve.
Upvotes: 8
Reputation: 11
I fixed the same type of problem installing CYGWIN on Windows 8 by turning off my firewall. The hang up disappeared and I had no problem after that.
Upvotes: 1
Reputation: 81
https://cygwin.com/faq.html#faq.setup.hang
I turned off my anti-virus software and the install proceeded through with no problems.
Upvotes: 8
Reputation: 1559
I had the exact same problem on my Win7 64 bits with the 64 bits installer. I successfully solved the problem by deleting the content of
c:\[cygwin_install_dir]\var\log
Which contained two files:
Restarted the installer and everything went well!
Hope this will help.
Upvotes: 16