How to run strace within cf droplet
gschoep@...
So, I have a strange problem going on in my CF container. I can "cf ssh appname" into it and reproduce it with command line. I was hoping to run strace on it, but when I run it I get
"PTRACE_TRACEME doesn't work: Operation not permitted"
This is a dev instance, I don't mind if I break things. Is there a way to enable PTRACE_TRACEME so I can run strace?
My setup...
(sorry I don't know what version of CF our servers are running)
buildpack: https://github.com/cloudfoundry/ruby-buildpack#v1.7.23