X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=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 mux2.uit.no p9DJQo9a076262 From: =?utf-8?B?RWR2YXJkc2VuIEvDpXJl?= To: Andrey Repin CC: Andrey Repin Subject: RE: Problems with mkpasswd and mkgroup Date: Thu, 13 Oct 2011 19:26:50 +0000 Message-ID: References: <1318508261 DOT 16180 DOT 96 DOT camel AT kare-desktop>,<173806064 DOT 20111013175535 AT mtu-net DOT ru> In-Reply-To: <173806064.20111013175535@mtu-net.ru> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id p9DJRCmZ016899 Greetings, Kеre Edvardsen! > 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. It's in front of your eyes. Don't you see it? > mkpasswd -l [-d] > /etc/passwd > mkgroup -l [-d] > /etc/group I wish it was that simple... As I said, I've tried various solutions (you'll find several posts around the topic in the list) but non of them seem to solve my problen. meaning: mkpasswd -l -d > /etc/passwd and mkgroup -l -d > /etc/group (or using any other flags) does not make any difference... Cheers, Kare