sls-packaging icon indicating copy to clipboard operation
sls-packaging copied to clipboard

POSIX-compliant ps usage

Open henryptung opened this issue 8 years ago • 3 comments

ps $PID -> ps -p $PID ps -o command= -> ps -o args=

Reference: http://www.unix.com/man-page/posix/1posix/ps/

henryptung avatar Feb 08 '17 02:02 henryptung

I think we're instead going to replace the init script with a go binary.

On Tue, Feb 7, 2017, 18:51 henryptung [email protected] wrote:

ps $PID -> ps -p $PID ps -o command= -> ps -o args=

Reference: http://www.unix.com/man-page/posix/1posix/ps/

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/palantir/sls-packaging/issues/185, or mute the thread https://github.com/notifications/unsubscribe-auth/AGOdwY19hCjp_mFciXN_66WPBbs9isd9ks5raS1-gaJpZM4L6UMQ .

uschi2000 avatar Feb 08 '17 03:02 uschi2000

@uschi2000 Seems fair. When will the go binary setup be ready? I have this infuriating Docker container right now that always fails to start up once it's been shut down once, and must be destroyed and recreated each time as a result.

henryptung avatar Feb 08 '17 03:02 henryptung

Can't promise a date, but hoping to get to it this or next week. If you get to it before me, feel free to take a stab: https://github.com/palantir/go-java-launcher/tree/rfink/is-running

On Tue, Feb 7, 2017 at 7:25 PM henryptung [email protected] wrote:

@uschi2000 https://github.com/uschi2000 Seems fair. When will the go binary setup be ready? I have this infuriating Docker container right now that always fails to start up once it's been shut down once, and must be destroyed and recreated each time as a result.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/palantir/sls-packaging/issues/185#issuecomment-278218823, or mute the thread https://github.com/notifications/unsubscribe-auth/AGOdwdTtvmW7_uF2OfqWwVeHbeIwNk3Tks5raTWqgaJpZM4L6UMQ .

uschi2000 avatar Feb 08 '17 07:02 uschi2000