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 From: "Dave Korn" To: Subject: RE: passwd & group file problems ? Date: Thu, 9 Jun 2005 19:05:46 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: Message-ID: ----Original Message---- >From: Igor Pechtchanski >Sent: 09 June 2005 18:09 > likely to bite you at some point soon. Secondly, some application > (presumably Norton Ghost) has inserted a quoted string into your PATH, > which confuses Cygwin. Remove the quotes from the PATH. At this point, I'd just like to say ${DAVEK_ANTI_NORTON_RANT}, and furthermore, ${DAVEK_ANTI_SYMANTEC_RANT:-${DAVEK_ANTI_NORTON_RANT//NORTON/SYMANTEC}}, while of course it is also true that ${DAVEK_ANTI_MCAFEE_RANT:-${DAVEK_ANTI_SYMANTEC_RANT//SYMANTEC/MCAFEE}}. > Also, as your cygcheck output shows, you are in a domain. It's quite > possible that the domain controller really is taking more than 30 minutes > to return the set of users and groups (for large domains). The "-u"/"-g" > options of mkpasswd/mkgroup respectively may be helpful. Or indeed running it in such a way that the redirection doesn't prevent you from seeing what's going on, such as: mkpasswd -d -l | tee /etc/passwd which will let you see it spitting out entries one-by-one as the server sends responses. > You could try running "net user nlwiso" to find out the group membership > (though I'm not certain how to ensure that the user being queried is > EMEA\nlwiso); "net user EMEA\nlwiso". It's pretty universal in 'doze that wherever you can put a username, you can put a DOMAIN\user string instead. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/