I know this is not your main question, but you might want to take note of the fact that 'tail -f' is not a good choice to run remotely like this. 'tail -f' continues printing out newly-added content forever -- until it is terminated by a ctrl-c generally, but since you're running it remotely you won't have the opportunity to do that.
---------------------------------------------------------------------------------------- Joe Veilleux IBM/Lotus Domino Server Quality Engineering 550 King Street Littleton MA 01460 Email: joeveill...@us.ibm.com "Uma Maheswar Chilukuri" <u...@mach.com> To <staf-users@lists.sourceforge.net> 03/02/2010 12:13 cc AM Subject [staf-users] Process with different id Hi, I’m trying to run a process with different user specifying in STAF request. /staf/bin> STAF local PROCESS LIST SETTINGS Response -------- Default Stop Using Method : SigKillAll Default Console Mode : New Default Focus : Background Process Auth Mode : None Default Auth Username : <None> Default Auth Password : <None> Default Auth Disabled Action: Ignore Default Shell : <None> Default New Console Shell : <None> Default Same Console Shell : <None> $STAF remotemachine PROCESS start shell command "tail -f txml.xml" returnstdout wait DISABLEDAUTHISERROR username xxxx Error submitting request, RC: 46 Additional info --------------- Error during process authentication for user name xxxx STAFProc is started with non root user id. Is this error because of that? Can STAFProc be run with sudo?. Thanks Uma. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ staf-users mailing list staf-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/staf-users
<<inline: graycol.gif>>
<<inline: pic06352.gif>>
<<inline: ecblank.gif>>
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev
_______________________________________________ staf-users mailing list staf-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/staf-users