X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_MK X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <20120202094918.GC25077@calimero.vinschen.de> References: <20120131085836 DOT GK18433 AT calimero DOT vinschen DOT de> <20120202094918 DOT GC25077 AT calimero DOT vinschen DOT de> Date: Thu, 2 Feb 2012 02:04:08 -0800 Message-ID: Subject: Re: mkpasswd -l and mkgroup -l results: [1722]: The RPC server is unavailable From: Kenneth Wolcott To: cygwin Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 quoted-printable to 8bit by delorie.com id q12A4S3O021605 >> Update: >> >> Starting the mintty shelll again I get the same message suggesting >> running the mkpasswd and mkgroup. >> >> I do the command without the -d and everything seems to work. >> >> mkpasswd -l > /.etc/passwd; mkgroup -l > /etc/group >                ^^^^^^' >              etc? > >> I exit the shell and start mintty again and the warning appears again >> suggesting the running of mkpasswd and mkgroup. >> >> Why doesn't the change persist? > > Did you check /etc/passwd and /etc/group if they contain your user and > your primary group account?  Are you sure you are using a local account? > Compare the information with the output of > >  /cygdrive/c/Windows/System32/whoami /user /groups > > Important are not the account names, but the account SIDs!  You can change > the user and group names in /etc/passwd and /etc/group whatever you like > (see http://cygwin.com/cygwin-ug-net/ntsec.html). > > If you're using a domain account on the machine, you either have to use > the mkpasswd/mkgroup -d option to get the domain and group accounts, or > you can just restrict the files to your user by using the -c option and > append the output to the files, like this: > >  $ mkpasswd -c >> /etc/passwd; mkgroup -c >> /etc/group > > or, in one go: > >  $ mkpasswd -l -c >> /etc/passwd; mkgroup -l -c >> /etc/group > > > Corinna The extra "dot" was a typo as I am unable to copy_and_paste at this time :-( Ah! The -c option for both seemed to persist. I'll read that doc again. Thanks, Ken -- 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