X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,TW_MK X-Spam-Check-By: sourceware.org X-DKIM: Sendmail DKIM Filter v2.8.3 mux1.uit.no p9DCIaMJ019353 Subject: Problems with mkpasswd and mkgroup From: =?ISO-8859-1?Q?K=E5re?= Edvardsen Reply-To: To: cygwin Content-Type: text/plain; charset="UTF-8" Date: Thu, 13 Oct 2011 14:17:41 +0200 Message-ID: <1318508261.16180.96.camel@kare-desktop> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 I've installed cygwin "system wide" on a client (W7 32b) from an account with full Administrators privileges. However, opening a Bash shell (or xterm) as another user prompts: Your group is currently "mkpasswd". This indicates that your gid is not in /etc/group and your uid is not in /etc/passwd The /etc/passwd (and possibly /etc/group) files should be rebuilt. See the man pages for mkpasswd and mkgroup then, for example, run mkpasswd -l [-d] > /etc/passwd mkgroup -l [-d] > /etc/group Note that the -d switch is necessary for domain users. Before asking too many questions I should inform you that the settings etc. for the various users on the W7 client resides on a separat server. I've tried various suggestions found in the lists, but with no success. Obviously, there is a solution to my problem, but I'm struggling to find the right one. Do you need more info on my problem? If so, what info is most relevant? Regards, Kåre -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple