-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bluepill fails to create process silently #53
Comments
Same issue met but with slightly different symptom
While the actual job is running with a different pid, which is way passing it's memory threshold
Below is the bluepill log that reflects what was happening(mem monitoring turns into 0KB, which is understandable because it's monitoring a pid that doesn't exist)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a problem where I load a bluepill file and rather than bluepill creating the process and monitoring the new pid, it reports pid of zero. Bluepill is running as root, but dropping privileges to a non-privileged user for the created process.
Some more details:
Any hints or tips to troubleshoot further? Is there any way to get more verbosity into this logging?
The text was updated successfully, but these errors were encountered: