X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Sun, 16 Dec 2007 14:45:39 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Ping failure under Vista 64 SP1 rc1 Message-ID: <20071216134539.GE18860@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <000701c83ed7$a65f3fd0$f31dbf70$@com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000701c83ed7$a65f3fd0$f31dbf70$@com> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Dec 14 21:02, Ian Puleston wrote: > Hi, > > I'm running Vista 64 with Cygwin and, now that they finally have 64-bit > support for it, MinGW msys. I just installed the new Vista SP1 rc1, and now > Cygwin ping does not work: > > [~]: ping 10.0.77.1 > ping: socket: Operation not permitted > [~]: ping localhost > ping: socket: Operation not permitted > [~]: ping yahoo.com > ping: socket: Operation not permitted > > It was working fine previously, and MinGW ping still works fine, as does MingW ping?!? I didn't know a MingW ping exists. Are you talking about the native Windows ping, maybe? > Cygwin ftp. I turned off Windows firewall just in case that was having an > effect, but that made no difference. > > I'm using bash 3.2.25 and ping 1.0-1. And ideas? Cygwin's ping uses raw socket io, which is restricted to administrative users since Windows XP. Are you running under an admin account? Use the native Windows ping. It's using a special API for the ping functionality instead of trying to use raw sockets directly. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/