delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2012/02/02/04:50:11

X-Recipient: archive-cygwin AT delorie DOT com
X-Spam-Check-By: sourceware.org
Date: Thu, 2 Feb 2012 10:49:18 +0100
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: mkpasswd -l and mkgroup -l results: [1722]: The RPC server is unavailable
Message-ID: <20120202094918.GC25077@calimero.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <CADex0xxaSkWcAqJSFFdaArGQK3kTERMfnuvT9agr5hbtX5vw_g AT mail DOT gmail DOT com> <20120131085836 DOT GK18433 AT calimero DOT vinschen DOT de> <CADex0xzqyw-Zh++AXP9MW-EVqAb0J=xn6MuwNL4GkvnqHvc9Fg AT mail DOT gmail DOT com> <CADex0xx6a_bUeA5A2Rwrdi2g_0Vy2U_wcH1JLZLN0rzDreAh5w AT mail DOT gmail DOT com>
MIME-Version: 1.0
In-Reply-To: <CADex0xx6a_bUeA5A2Rwrdi2g_0Vy2U_wcH1JLZLN0rzDreAh5w@mail.gmail.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

On Feb  2 01:28, Kenneth Wolcott wrote:
> On Tue, Jan 31, 2012 at 10:12, Kenneth Wolcott <kennethwolcott AT gmail DOT com> wrote:
> > On Tue, Jan 31, 2012 at 00:58, Corinna Vinschen wrote:
> >> On Jan 30 22:39, Kenneth Wolcott wrote:
> >>> Hi;
> >>>
> >>> mkpasswd -l /etc/passwd and mkgroup -l /etc/group results: [1722]: The
> >>> RPC server is unavailable
> >>
> >> The User's Guide may help:
> >>
> >> http://cygwin.com/cygwin-ug-net/using-utils.html#mkgroup
> >> http://cygwin.com/cygwin-ug-net/using-utils.html#mkpasswd
> >>
> >> Try `mkpasswd -l > /etc/passwd'.  Otherwise /etc/passwd is treated as
> >> argument to the -l option.
> >>
> >>> Is this a result of Cygwin not being formally supported for 64-bit WIndows?
> >>
> >> Who on earth told you that?  See http://cygwin.com/
> >>
> >>
> >> Corinna
> >>
> >
> >  Oh my!  :-)
> >
> >  My vision is really getting bad!  I did not see that I missed the redirection.
> >
> >  Thank you for the gentle correction; it works fine now.
> >
> >  Sorry for the noise.
> >
> > Ken
> 
> 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
                ^^^^^^'
              <dot>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

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019