Re: (2nd attempt) Need Help !: Run each component of application as different user

2016-04-25 Thread Billie Rinaldi
Hi Manoj, The "/usr/bin/python -S START ..." command looks normal; that is how the component scripts are executed. I would expect this to be the parent of the "/bin/bash --login -c " process. If you're seeing the python as the parent of the Execute command, it is probably not why your process

Re: (2nd attempt) Need Help !: Run each component of application as different user

2016-04-25 Thread Josh Elser
I'm re-reading all of your prior messages (we're all volunteers here, so please be patient before resending messages asking for more prompt help). I'm confused as to your original goal. You say you're using the Slider upgrade command to dynamically launch a new container in a Slider

(2nd attempt) Need Help !: Run each component of application as different user

2016-04-22 Thread Manoj Samel
Hello Again ! One more observation .. hopefully that triggers some feedback from this forum ... 1) Without the setuid option, the component Execute() command is "java -Dxx -cp yy abc" etc. This runs fine. On the node running the component, I can see this process as well its parent process as