While in this case this actually works in many cases this would actually fail. The format used by cpush is

cpush TARGET SOURCE

in this case the use of the "*", if there was more than would match, would expand to

cpush /etc/passwd /etc/passwd1 /etc/passwd2

or whatever else your matches would be (the shell does this, not C3). So in short this would copy /etc/passwd to /etc/passwd1 on all the compute nodes and ignore the rest of the command line, probably not the desired result. use

cpush /etc/passwd

and

cpush /etc/shadow

if you want to do this, it will work in all cases.

[EMAIL PROTECTED] wrote:

Date: Wed, 30 Oct 2002 22:49:33 -0800
Subject: Re: [Oscar-users] RH7.3/1.4 error: qsub: Bad UID for job execution
From: Mengjuei Hsieh <[EMAIL PROTECTED]>
To: Oscar-users <[EMAIL PROTECTED]>

on 10/30/02 15:22, Mike Mettke at [EMAIL PROTECTED] wrote:

Hi,
I am running RH7.3 with 1.4. All tests pass when running on the head node. I
can also submit PBS jobs as ordinary user while being on the head node.
However, when I am on any of the client nodes as oscartst, the testcluster
script goes past the ssh tests successfully, but fails all pbs jobs with
qsub: Bad UID for job execution
The same happens when I am an ordinary user on any of the client nodes.
What is the condition for PBS to allow job submission when not being on the
pbs server ?

Dear Mike

Did you update the /etc/passwd and /etc/shadow files on the nodes after you
add a new user? It can be done by
"cpush /etc/passwd*"
and
"cpush /etc/shadow*"
.

Try it. :-)

Best,
--
Mengjuei Hsieh, M.S., Luo Computational Biochemistry Group
Department of Molecular Biology and Biochemistry
347 Steinhaus Hall, University of California, Irvine
CA 92697-1461. (949) 824-9562

--
I am Gopher Boy, pondering reality!





-------------------------------------------------------
This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Oscar-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to