Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-Id: <3.0.5.32.20030225225734.007fb430@incoming.verizon.net> X-Sender: vze1u1tg AT incoming DOT verizon DOT net Date: Tue, 25 Feb 2003 22:57:34 -0500 To: Ajay Simha , cygwin AT cygwin DOT com From: "Pierre A. Humblet" Subject: Re: cygstart, mutt or mailcap? In-Reply-To: <20030224160950.GK1872@cisco.com> References: <20030224153251 DOT GA305597 AT Worldnet> <20030223044932 DOT GA504 AT cisco DOT com> <20030224151327 DOT GE1872 AT cisco DOT com> <20030224152458 DOT GH1872 AT cisco DOT com> <20030224153251 DOT GA305597 AT Worldnet> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 11:09 AM 2/24/2003 -0500, Ajay Simha wrote: >On Mon Feb 24 10:32:51 2003, Pierre A. Humblet wrote: >> On Mon, Feb 24, 2003 at 10:24:58AM -0500, Ajay Simha wrote: >> > > -rwxrwxrwx 1 1040 65535 162 Feb 24 10:10 ~$LS_capability_Questionnaire.doc >> > > ^^^^^ >> This is unlikely to be the source of the problem, but just to >> figure out what's going on, try > >[asimha AT asimha-w2k02 /tmp]$ strace chmod 776 '~$LS_capability_questionnaire.doc' | fgrep SID > 174 61576 [main] chmod 2460 cygpsid::debug_print: alloc_sd: owner SID = S-1-5-21-1801674531-2025429265-839522115-5320 <===== Who is 5320? > 252 61828 [main] chmod 2460 cygpsid::debug_print: alloc_sd: group SID = S-1-5-21-1801674531-2025429265-839522115-513 <===== this is "None" Ajay, here is a better answer. You write '<===== this is "None"', but in an earlier message you gave us your group file with None:S-1-5-21-1458511060-810114045-807829424-513:513: so it isn't None. You write '<===== Who is 5320?' and I think it's you. This is my explanation: you are running under a domain account and you have not executed mkpasswd -d nor mkgroup -d You also have a local account with the same name. When you enter Cygwin from Windows, Cygwin finds an entry under your name and does its best to use it, among other things creating files with the gid of your local account and mapping the local uid to the domain sid. However MS Word uses your domain account gid, which is missing from /etc/group. Hence the ???????. Pierre -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/