www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
MIME-Version: | 1.0 |
Subject: | RE: Access problems |
Date: | Mon, 15 Sep 2008 17:16:08 +0100 |
Message-ID: | <5E25AF06EFB9EA4A87C19BC98F5C87530171417F@core-email.int.ascribe.com> |
In-Reply-To: | <19481114.post@talk.nabble.com> |
References: | <19481114 DOT post AT talk DOT nabble DOT com> |
From: | "Phil Betts" <Phil DOT Betts AT ascribe DOT com> |
To: | <cygwin AT cygwin DOT com> |
Reply-To: | <cygwin AT cygwin DOT com> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id m8FGHdLm031418 |
Zarathustra wrote on Sunday, September 14, 2008 4:03 PM:: > I'm having some problems with certain executables in my cygwin > instalation. > Some executables (such as xgettext) issue an "Access is denied" > error. Any ideea on what's causing this? I'd wager you don't have permission to access something. Unlike your namesake, we're not blessed with divine insight (although Dave Korn occasionally makes me wonder), so if you want a more helpful answer, you need to post a *much* more helpful report: > Problem reports: http://cygwin.com/problems.html This link is attached to every post, but I notice that nabble in their wisdom remove it. This probably goes some way to explaining why a high proportion of inadequately reported problems seems to come from nabble users. As well as *attaching* the output of cygcheck -svr, you need to tell us what "certain executables" are. So we can see what it is trying to access, you should also attach the output of running: strace xgettext Also useful might be the output of the following commands: ls -l $(type -p xgettext) cacls $(cygpath -w $(type -p xgettext.exe)) cygcheck xgettext If you see "EACCES" in the strace output, look at the file that was being accessed and run the following commands on it: ls -ld filename cacls filename When including the output of commands, please use copy and paste, and include the output *in full*, otherwise you will almost certainly mistype something and/or miss out the important bit. Phil -- This email has been scanned by Ascribe PLC using Microsoft Antigen for Exchange. -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |