public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Cygwin and domain users...
@ 2009-01-23 14:23 garethrichardadams
  2009-01-24  0:16 ` Larry Hall (Cygwin)
  0 siblings, 1 reply; 4+ messages in thread
From: garethrichardadams @ 2009-01-23 14:23 UTC (permalink / raw)
  To: cygwin


Hi all,

I've set up Cygwin on a portable usb drive and would like to use it on
different machines.

The problem is that one of the machines is a standalone, the other is a
domain machine. When I used it from the standalone it worked fine. When I
started it on the domain machine I got:

Your group is currently "mkpasswd". This indicates that the /etc/passwd
files should be re-built...

What are the consequences of being in the mkpasswd group??

Is there anyway I can get Cygwin to run as a cygwin user - i.e. nothing to
do with the user that's currently logged into windows?

Thanks

Gareth
-- 
View this message in context: http://www.nabble.com/Cygwin-and-domain-users...-tp21622831p21622831.html
Sent from the Cygwin list mailing list archive at Nabble.com.


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cygwin and domain users...
  2009-01-23 14:23 Cygwin and domain users garethrichardadams
@ 2009-01-24  0:16 ` Larry Hall (Cygwin)
  2009-01-24  7:41   ` Dave Korn
  0 siblings, 1 reply; 4+ messages in thread
From: Larry Hall (Cygwin) @ 2009-01-24  0:16 UTC (permalink / raw)
  To: cygwin

garethrichardadams wrote:
> Hi all,
> 
> I've set up Cygwin on a portable usb drive and would like to use it on
> different machines.
> 
> The problem is that one of the machines is a standalone, the other is a
> domain machine. When I used it from the standalone it worked fine. When I
> started it on the domain machine I got:
> 
> Your group is currently "mkpasswd". This indicates that the /etc/passwd
> files should be re-built...
> 
> What are the consequences of being in the mkpasswd group??
> 
> Is there anyway I can get Cygwin to run as a cygwin user - i.e. nothing to
> do with the user that's currently logged into windows?

It's best to just add the users and groups needed the passwd and group
files.  This will allow Cygwin to work with these users as Windows sees
them, which is really what you want.  If you just have the current user
to add, try:

   mkpasswd -c >>/etc/passwd
   mkgroup -c >>/etc/passwd

-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cygwin and domain users...
  2009-01-24  0:16 ` Larry Hall (Cygwin)
@ 2009-01-24  7:41   ` Dave Korn
  2009-01-25 14:10     ` garethrichardadams
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Korn @ 2009-01-24  7:41 UTC (permalink / raw)
  To: cygwin

Larry Hall (Cygwin) wrote:

> It's best to just add the users and groups needed the passwd and group
> files.  This will allow Cygwin to work with these users as Windows sees
> them, which is really what you want.  If you just have the current user
> to add, try:
>
>   mkpasswd -c >>/etc/passwd
>   mkgroup -c >>/etc/passwd

... after correcting the obvious cut'n'pasto, of course :)

    cheers,
      DaveK

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cygwin and domain users...
  2009-01-24  7:41   ` Dave Korn
@ 2009-01-25 14:10     ` garethrichardadams
  0 siblings, 0 replies; 4+ messages in thread
From: garethrichardadams @ 2009-01-25 14:10 UTC (permalink / raw)
  To: cygwin




Dave Korn-6 wrote:
> 
> Larry Hall (Cygwin) wrote:
> 
>> It's best to just add the users and groups needed the passwd and group
>> files.  This will allow Cygwin to work with these users as Windows sees
>> them, which is really what you want.  If you just have the current user
>> to add, try:
>>
>>   mkpasswd -c >>/etc/passwd
>>   mkgroup -c >>/etc/passwd
> 
> ... after correcting the obvious cut'n'pasto, of course :)
> 
>     cheers,
>       DaveK
> 
> --
> 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/
> 
> 
> 

Thanks all - that doesn't seem to bad.

Gareth
-- 
View this message in context: http://www.nabble.com/Cygwin-and-domain-users...-tp21622831p21649772.html
Sent from the Cygwin list mailing list archive at Nabble.com.


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-01-25  9:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-23 14:23 Cygwin and domain users garethrichardadams
2009-01-24  0:16 ` Larry Hall (Cygwin)
2009-01-24  7:41   ` Dave Korn
2009-01-25 14:10     ` garethrichardadams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).