ok, if i run it in /home/ybuild3 then <br> i get <br>cd /home/ybuild3<br>su ybuild3<br>echo "sleep 30" | qsub<br><br>BAD UID for job execution<br><br>ls -ld /home/ybuild3<br><br>drwx------ 8 ybuild3 ybuild3 4096 Jul 22 12:36 /home/ybuild3
<br><br><br><div><span class="gmail_quote">On 7/22/07, <b class="gmail_sendername">Chris Samuel</b> <<a href="mailto:csamuel@vpac.org">csamuel@vpac.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, 23 Jul 2007, amjad syed wrote:<br><br>> submitting a job as ybuild3 gets<br>> [ybuild3@localhost root] $ echo "sleep 30" | qsub<br>> qsub: cannot stat current directory :Permission denied<br><br>
Er, did you just do a 'su' from root to ybuild3 ? If so it's telling you the<br>truth, non-root users won't have permissions to see root's home directory!<br><br>I would suggest doing "su - ybuild3" instead as that will put you into
<br>ybuild3's home directory as well as changing your UID.<br><br>--<br>Christopher Samuel - (03) 9925 4751 - Systems Manager<br> The Victorian Partnership for Advanced Computing<br> P.O. Box 201, Carlton South, VIC 3053, Australia
<br>VPAC is a not-for-profit Registered Research Agency<br><br>_______________________________________________<br>torqueusers mailing list<br><a href="mailto:torqueusers@supercluster.org">torqueusers@supercluster.org</a><br>
<a href="http://www.supercluster.org/mailman/listinfo/torqueusers">http://www.supercluster.org/mailman/listinfo/torqueusers</a><br><br><br></blockquote></div><br>