I have tried from my office it show available download site. Then I used same installer (setup-x86_64.exe) at home it not show anything. Both my pc (office and home) i set up google dns. Is it because im using wireless connection at home? Please advise. Thank you.
I had the same issue. i changed my setting in "Select Your Internet Connection" to "Use Internet Explorer Proxy" instead of "Direct Connection".It worked like a charm. I guess the issue is due to the proxy layer at work.
Just go to website
https://cygwin.com/mirrors.html
Chose the mirror web address nearest to you by clicking right and select the option "SAVE LINK ADDRESS" from the menu.
Paste it into the "USER URL" then click "ADD" and press "NEXT". Hope it will work. Good Luck.......!
I just met the same problems. At the very beginning, I chose the first option which is directly connect, but I can not get any downloading websites as the image showed above. Then I tried to back and chose the second one which is select your internet collection, the same result is displayed on the screen.
The solution is that we have to restart the installer and directly choose the second option. If you still don't get any websites, please be patient, try one more but still need to restart the installer. I just tried three times, maybe four times, which I can not remember, but it worked finally.
Hoped that can help you guys.
Had the same error today, my solution was to :
move the setup-x86_64.exe out of the Download folder into e.g. c:\tmp
i think the cygwin setup process has some problems with creating a temporary file in the same directory of its installer due to a lack of permissions and does not show an error message
The solution for me was enabling TLS 1.2 support in Internet Properties. But hold on! You'd better update your Windows before, because there is an update that enables support for this protocol by default. If you don't want to update your Windows, for reasons, follow these steps:
Go to Internet Properties, you can find this in start menu, in control panel, or hit Win + R and run: Inetcpl.cpl.
Go to "Advanced" tab.
Scroll to "Security" section.
Check Use TLS 1.2 option.
Run Cygwin installer again and now it should work. If not, maybe try with other security options.
How did I find out this
After a few failed install attempts, I decided to look for some hints in Event Viewer, and to my surprise, I found them. In System logs I spot lots of errors from Schannel service with a meaningless description:
The following fatal alert was received: 70.
I Googled for further explanations. Errors like these are caused by SSL failures, so something wrong was happening between Cygwin installer and Cygwin site. Something in my head told me to check Internet Properties for options relating to security, so I did and I found disabled protocols.
Step1: select use internet setting.
Step2: "http://cygwin.refractal.net/" add this URL.
This works for me.
Also, https://cygwin.com/mirrors.lst has several alternate URL's, depending upon the request location (your location).
I do not have admin privileges on this windows 10 host, but this worked:
setup-x86_64.exe -B -O -s http://mirror.clarkson.edu/cygwin
which allowed me to install cygwin from that one mirror site.
Do you have K9 filter installed by any chance ? I have the same problem posted, but I do know my issue is the K9 filter.
Add one of the site in http://cygwin.com/mirrors.lst manually
and select one of the internet connection type which is appropriate for your internet connection. and proceed...it worked for me
i found a solution to this problem:
first, go to https://cygwin.com/mirrors.html , look for your location and click onto the FTP link.
Then, you should see 4 folders:
noarch,
unsupported,
x86,
x86_64
click on "go back" or something like this (go back 1 folder).
Then you should see a many folders. Search the"cygwin" folder and simply drag it to your desktop. Now you should have a shortcut to this FTP Folder. Now, right-click the shortcut and click onto "properties" and copy the URL.
Now, you can open the installation program.
Click on "Install from Internet",
All Users / Just Me (your choice),
Use System Proxy Settings.
Now you will get an error message (if you already got that error, it wont show up again). Ignore the error and it will ask you for "available Download Sites".
Paste the URL from the shortcut into the "User URL" and click on "add".
Then, a "Select Package" Window will show up. click on "all" and then on "next".
Finished!
(Im using firefox and windows 7 32bit VM VB)
Now some guys will ask: Why didnt you just put the ftp link directly into the setup?
Well, i tried that and setup crashed on me every single time. With the shortcut it worked fine.
I hope this will help. (my english skills are trash, i know)
"Run as administrator" did the trick for me ....
(Win 7) If run without the list is blank, for whatever reason admin privileges are needed for the mirror list to load.
In Select Connection Type Page, Select Direct Connection and click Next
User URL text box ftp://cygwin.mirrors.pair.com and Click Add
Select the same URL from Available Download Sites list and proceed Next.
It worked for me.
I had the same issue. Disabling kaspersky solved it. There are a list of programs known to interfere with cygwin functionality. Please find the list here here(4.44)
Solution
Put one of mirrors to the URL window of installer.
If list of mirror urls is not available, use the below link to get list of
mirror urls
Also here is working mirror url
A silly problem-solution with the same symptoms, sharing for future reference - I was using an old installer, downloading the latest version fixed this immediately
You Should try adding this site
it is working for me.
Japan: ftp.iij.ad.jp(ftp), ftp.jaist.ac.jp(ftp), ftp.yz.yamagata-u.ac.jp(ftp), ftp.iij.ad.jp(http), ftp.jaist.ac.jp(http), ftp.yz.yamagata-u.ac.jp(http)
I'm setting up an MVC site on a new live server. On other non-live servers it worked but on live I get this error
HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.
I have installed MVC 3 and MVC 4 but I still get this error. I restarted the site in IIS and restarted the server but nothing is working. Is there something obvious I'm missing?
I am using IIS7.
You may need to add the correct permissions for that folder.
Right click on the folder in windows explorer and click on Properties.
Go to the Security tab and click "Edit".
Then click "Add".
Make sure the Location is your current computer.
In the object names textbox type in "IIS AppPool\MyApplicationPoolName", where MyApplicationPoolName is the name of the application pool in IIS.
Click OK. In the permissions window make sure the new user is selected and tick "Modify", or whatever permissions you require. Click OK and close the properties window.
Hope this helps - be sure you don't grant more permissions than you actually need in a live environment, but as a rule modify is appropriate for a web application.
Using asp .net MVC 4.0 , razor , VS2010 , IIS5.2 , windows Server 2003
I have built an application which i want to publish in IIS. what i did is listed below:
Cleaned then built the solution.
right click on project file and clicked PUBLISH.
publish method : File System
Target Location : C:\Inetpub\wwwroot\testing
then publish.
Then i went to IIS and got my site in Default web sites. happy :). Then i did:
right clicked on testing(my app) and open properties.
In the tabdirectory everything goes fine.
in asp.nettab, i set asp .net version 4.0.30319
here is a little confusion, I set home/index as my default content page in documentstab
then I right click testing and clicked browse. And it shows :
Most likely causes:
This website requires you to log in.
This error(HTTP 403 Forbidden) means that this program was able to connect to
the website, but it does not have permission to view the webpage.
a short summury what i got as error message. This is my fist mvc application and first hosting. What is my fault here? what should i do now?
I had the similar issue. Please try the following:
A. Suggestion below from Microsoft Technet helped me:
The solution is to ensure that the Authenticated Users or \Users group (which usually contains DOMAIN\Users group) has Read & Execute, List Folder Contents and Read permissions on the /BIN folder below C:\inetpub\wwwroot\wss\VirtualDirectories{Sitename80}. Follow the steps listed below to grant the required permissions:
Open Windows Explorer and navigate to the /bin directory of
your web application
Right-click on the folder and click on Properties
Go to Security tab and click on Edit
Click on Add and add the local server group Authenticated
Users or < SERVER NAME >\Users (this usually contains
DOMAIN\Users group).
Select the Read & Execute, List Folder Contents and Read
permissions (if you are planning to add Everyone to the /bin folder,
grant Read permissions only)
Click OK to apply the new settings
NOTE: you may need to to it after every Publish, as permissions somehow may get reset.
B. In VS - set the default page for your website, or try navigating to specific page as opposed to simply opening the website with only the site name.
I know it sounds dumb, but that also was the problem for me
after publishing your webiste to IIS, navigate to http://myServer/mySite/somePage instead of http://myServer/MySite
I am just trying to clear the app data and getting below error
java.lang.SecurityException: Neither user 10028 nor current process has
android.permission.CLEAR_APP_USER_DATA.
I am using some hidden apis
How can i grant this permission
Thanks in Advance.
You will not get that permission in a normal device unless you are developing system app.
Refer to this article. You can add that to your manifest, adding this permission will not cause any compile error or warning. But it will simply not work in run time.
By the way, if you really need to clear the data of your application, why don't you one by one clear the files/preferences you are generating from your application for purpose of "data"?
You need to set a uses-permission in a AndroidManifest.xml file
The permission will look like this:
<uses-permission android:name="android.permission.CLEAR_APP_USER_DATA"/>
And will be placed within the manifest element of the xml file.
You can set it using manifest designer in eclipse by opening the AndroidManifest.xml file, then clicking on the Permissions tab (at the bottom). Then click Add and select "Uses Permission". You will find the permission you are looking for in the list.
You will not be able to clear the user data from the app without this permission.
See more information on permissions here and here
go to manifest-> permissions tab-> add permission-> select uses-permissions-> select specific permission-> save.
I've installed a Sharepoint site for my team. Everything work fine. But suddenly, I've found that I can not edit the quicklaunch menu: every time I click on Add Item or edit an Item, I get a 403 error.
I've logged with administrator account. I've tried using different browsers such as chrome, firefox, but no hope. The same errors occur when I access Advanced permissions under User and Permission.
Clicking to edit permissions for any group in the list will also cause a 403 error. I think that I may have done some wrong setting with permissions, but I can not figure out what I have done, as I'm pretty new with Sharepoint.
Can you guys tell me how to troubleshoot this problem?
Regards,
You can configure diagnostic logging settings to show why SharePoint gave you a 403 error in the SharePoint Trace Log file.
In central Admin:
On the top navigation bar, click Operations.
On the Event Throttling section, in the Select a category menu, select General
In the Least critical event to report to the event log menu, select Warning
In the Least critical event to report to the trace log menu, select Verbose
Click OK
Go to the Path specified for the Trace Log and reproduce the error. Then open up the last modified sharepoint log file and search for "Denied" (searching up from the bottom of the file). You should see the cause of the 403 error in the log file.
Log in with the site collection administrator account. You most likely removed your own administrative rights from the site (I still don't know why SP will let you do this).
Once you are in, give your normal network account back its administrative permissions.
The site collection administrator account has godlike permissions within its site collection and can override all configured permissions on all securable objects in its domain.
USE THESE CAREFULLY
You probably have a incorrect setup in the service accounts making your server block some internal requests. Try to disabled the Loopback Check:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\
Create a DWORD named 'DisableLoopbackCheck' with a '1' value.
Also make sure your Application Pool (IIS Manager) is running under an actual never-expires user account not the System Account.
Please do not turn off the LoopbackCheck. Turning it off will fix the issue but it also opens you up to a reflection attack which even script kiddies have the ability to do. Instead please use the BackConnection Host file instead.
Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0
Add a Multistring value named BackConnectionHostName
In this type in the name of your host names. Example: StackOverflow.com
Type each of the names you use to call SharePoint one on each line.
What we are doing here is letting the server know to respond to itself if called by something other than its host name.
Check your ntfs permissions on c:\program files\common files\microsoft shared\web server extentions\12\template\layouts\user.aspx