We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While starting nohang daemon using
service nohang
Nothing happens.
While checking for status using
service nohang status
could not access PID file for nohang ... failed!.
This is a small container without systemd and only the root user.
The text was updated successfully, but these errors were encountered:
nohang does not create PID file. Is this a problem for you?
In most cases nohang is run as a systemd service and the PID file is not needed.
Please provide more logs if I misunderstood you.
Sorry, something went wrong.
I checked /run/ direcoty and found nohang.pid there . checked the permission -rw-r--r-- 1 root root 0 Aug 8 03:23 nohang.pid
-rw-r--r-- 1 root root 0 Aug 8 03:23 nohang.pid
@hakavlad What kind of logs should i provide ?
@hakavlad This error is thrown when i tried oomd as well. So it can be a container level issue and my pid file seems empty all the time.
No branches or pull requests
While starting nohang daemon using
service nohang
Nothing happens.
While checking for status using
service nohang status
could not access PID file for nohang ... failed!.
This is a small container without systemd and only the root user.
The text was updated successfully, but these errors were encountered: