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

2016-04-25 Thread Billie Rinaldi
??? Should I execute the C binary component in different manner ? > > Any guidance on this will be really appreciated > > > Thanks, > > Manoj > > -- Forwarded message -- > From: Manoj Samel <manojsamelt...@gmail.com> > Date: Thu, Apr 2

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

2016-04-25 Thread Josh Elser
l be really appreciated Thanks, Manoj -- Forwarded message -- From: Manoj Samel<manojsamelt...@gmail.com> Date: Thu, Apr 21, 2016 at 2:40 PM Subject: Need Help !: Run each component of application as different user To: dev@slider.incubator.apache.org Hi, See use case back

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

2016-04-22 Thread Manoj Samel
Thanks, Manoj -- Forwarded message -- From: Manoj Samel <manojsamelt...@gmail.com> Date: Thu, Apr 21, 2016 at 2:40 PM Subject: Need Help !: Run each component of application as different user To: dev@slider.incubator.apache.org Hi, See use case background below I have implemente

Re: Need Help !: Run each component of application as different user

2016-04-21 Thread Manoj Samel
Forgot to mention some digging I did ... initially to check the status check failures ... In the component's python management script, for the status check call, I had the status use the check_process_status() function provided by slider and used in many examples ; like below ... def

Need Help !: Run each component of application as different user

2016-04-21 Thread Manoj Samel
Hi, See use case background below I have implemented option 2 mentioned below (as a C program deployed on nodes as setuid root binary). Need help in debugging issue I am seeing Without the setuid option, the execution is 1. Launch Slider AM as user "A" 2. Launch java component using command

Need help !: Run each component of application as different user

2016-04-21 Thread Manoj Samel
Hi, See use case background below I have implemented option 2 below. Need help in debugging issue I am seeing Without the setuid option, the execution is 1. Launch Slider AM as user "A" 2. Launch java component using command like "java -cp ". These run as user "A" as well With setuid