public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* 1. rcp permission denied  2. passwd : unknown user
@ 2001-11-01 10:07 Isabella Lau
  2001-11-01 10:09 ` Corinna Vinschen
  2001-11-11  8:26 ` Isabella Lau
  0 siblings, 2 replies; 4+ messages in thread
From: Isabella Lau @ 2001-11-01 10:07 UTC (permalink / raw)
  To: cygwin

Hi all,

1. I have a problem on rcp :

< Server_one >
Win2K with SP2
domain server
Install Cygwin 1.3.3

< Server_two >
Win2k with SP2
not domain server ( in same domain with Server one )
Install Cygwin 1.3.3

I made password and group in two servers with
$ mkpasswd -d > /etc/passwd
$ mkgroup -d > /etc/group

When I login Server one with ID testadm and rcp to Server two :
$ rcp -p Server_two:/net/test.sh /home/administrator
$ Server_two.domainname.com : permission denied

When I see Win2K in Server two:
-------------------------------------------------------------------------
Date: xxx
Time: xxx
Type: Information Event ID: 0
User: NT AUTHORITY\SYSTEM
Computer: xxx

Description:
The description for Event ID (0) in Source (rshd) cannot be found. THe local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: rshd: Win32 Process Id=0xAE4 : Cygwin Process Id=0x394: testadm@Server_two.domainname.com as testadm: permission denied (.rhosts writeable by other than owner). cmd='rcp -f /net/test.sh

--------------------------------------------------------------------------

- Mode of .rhost in /home/testadm 666
- Mode of /net/test.sh is 666

2. For another problem, I can change password of testadm in Server_one (i.e. domain user), but not in Server_two

$ passwd 
$ passwd : unknown user testadm

I would like to know how to solve these problems. Thanks for your kindly help.

Isabella

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: 1. rcp permission denied  2. passwd : unknown user
  2001-11-01 10:07 1. rcp permission denied 2. passwd : unknown user Isabella Lau
@ 2001-11-01 10:09 ` Corinna Vinschen
  2001-11-11  8:26   ` Corinna Vinschen
  2001-11-11  8:26 ` Isabella Lau
  1 sibling, 1 reply; 4+ messages in thread
From: Corinna Vinschen @ 2001-11-01 10:09 UTC (permalink / raw)
  To: cygwin

On Mon, Nov 12, 2001 at 09:34:29PM +0800, Isabella Lau wrote:
> Description:
> The description for Event ID (0) in Source (rshd) cannot be found. THe local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: rshd: Win32 Process Id=0xAE4 : Cygwin Process Id=0x394: testadm@Server_two.domainname.com as testadm: permission denied (.rhosts writeable by other than owner). cmd='rcp -f /net/test.sh
> 
> --------------------------------------------------------------------------
> 
> - Mode of .rhost in /home/testadm 666

The above description says it all: ".rhosts writeable by other than owner".

chmod 600 ~/.rhosts

> 2. For another problem, I can change password of testadm in Server_one (i.e. domain user), but not in Server_two
> 
> $ passwd 
> $ passwd : unknown user testadm
> 
> I would like to know how to solve these problems. Thanks for your kindly help.

Change the password using the NT user manager.  That works always.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* 1. rcp permission denied  2. passwd : unknown user
  2001-11-01 10:07 1. rcp permission denied 2. passwd : unknown user Isabella Lau
  2001-11-01 10:09 ` Corinna Vinschen
@ 2001-11-11  8:26 ` Isabella Lau
  1 sibling, 0 replies; 4+ messages in thread
From: Isabella Lau @ 2001-11-11  8:26 UTC (permalink / raw)
  To: cygwin

Hi all,

1. I have a problem on rcp :

< Server_one >
Win2K with SP2
domain server
Install Cygwin 1.3.3

< Server_two >
Win2k with SP2
not domain server ( in same domain with Server one )
Install Cygwin 1.3.3

I made password and group in two servers with
$ mkpasswd -d > /etc/passwd
$ mkgroup -d > /etc/group

When I login Server one with ID testadm and rcp to Server two :
$ rcp -p Server_two:/net/test.sh /home/administrator
$ Server_two.domainname.com : permission denied

When I see Win2K in Server two:
-------------------------------------------------------------------------
Date: xxx
Time: xxx
Type: Information Event ID: 0
User: NT AUTHORITY\SYSTEM
Computer: xxx

Description:
The description for Event ID (0) in Source (rshd) cannot be found. THe local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: rshd: Win32 Process Id=0xAE4 : Cygwin Process Id=0x394: testadm@Server_two.domainname.com as testadm: permission denied (.rhosts writeable by other than owner). cmd='rcp -f /net/test.sh

--------------------------------------------------------------------------

- Mode of .rhost in /home/testadm 666
- Mode of /net/test.sh is 666

2. For another problem, I can change password of testadm in Server_one (i.e. domain user), but not in Server_two

$ passwd 
$ passwd : unknown user testadm

I would like to know how to solve these problems. Thanks for your kindly help.

Isabella

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: 1. rcp permission denied  2. passwd : unknown user
  2001-11-01 10:09 ` Corinna Vinschen
@ 2001-11-11  8:26   ` Corinna Vinschen
  0 siblings, 0 replies; 4+ messages in thread
From: Corinna Vinschen @ 2001-11-11  8:26 UTC (permalink / raw)
  To: cygwin

On Mon, Nov 12, 2001 at 09:34:29PM +0800, Isabella Lau wrote:
> Description:
> The description for Event ID (0) in Source (rshd) cannot be found. THe local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: rshd: Win32 Process Id=0xAE4 : Cygwin Process Id=0x394: testadm@Server_two.domainname.com as testadm: permission denied (.rhosts writeable by other than owner). cmd='rcp -f /net/test.sh
> 
> --------------------------------------------------------------------------
> 
> - Mode of .rhost in /home/testadm 666

The above description says it all: ".rhosts writeable by other than owner".

chmod 600 ~/.rhosts

> 2. For another problem, I can change password of testadm in Server_one (i.e. domain user), but not in Server_two
> 
> $ passwd 
> $ passwd : unknown user testadm
> 
> I would like to know how to solve these problems. Thanks for your kindly help.

Change the password using the NT user manager.  That works always.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.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:[~2001-11-12 14:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-01 10:07 1. rcp permission denied 2. passwd : unknown user Isabella Lau
2001-11-01 10:09 ` Corinna Vinschen
2001-11-11  8:26   ` Corinna Vinschen
2001-11-11  8:26 ` Isabella Lau

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