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
conmonrs server DOESN'T receive notification from runc notify socket from file: https://github.com/opencontainers/runc/blob/main/notify_socket.go
conmonrs server NEED receive notification from runc notify socket from file: https://github.com/opencontainers/runc/blob/main/notify_socket.go
NEED to receive signals like READY, MAINPID, and ExitCode, OOM etc.
run conmonrs server, then create a runc instance using go client normally.
conmonrs
Podman have sdnotify option:
https://docs.podman.io/en/latest/markdown/options/sdnotify.html
$ conmonrs --version # paste output here version: 0.5.1 tag: none commit: b90bcd665b5d5b48d925a4c7413e24de295333d3 build: 2023-04-24 06:48:10 +00:00 target: x86_64-unknown-linux-gnu rustc 1.69.0 (84c898d65 2023-04-16) cargo 1.69.0 (6e9a83356 2023-04-12)
# On Linux: $ cat /etc/os-release # paste output here PRETTY_NAME="Debian GNU/Linux 9 (stretch)" NAME="Debian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" VERSION_CODENAME=stretch ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" $ uname -a # paste output here Linux n227-026-119 4.19.117.bsk.6-amd64 #4.19.117.bsk.6 SMP Debian 4.19.117.bsk.6 Mon Jan 4 07:25:51 UTC x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
conmonrs server DOESN'T receive notification from runc notify socket from file:
https://github.com/opencontainers/runc/blob/main/notify_socket.go
What did you expect to happen?
conmonrs server NEED receive notification from runc notify socket from file:
https://github.com/opencontainers/runc/blob/main/notify_socket.go
NEED to receive signals like READY, MAINPID, and ExitCode, OOM etc.
How can we reproduce it (as minimally and precisely as possible)?
run
conmonrs
server, then create a runc instance using go client normally.Anything else we need to know?
Podman have sdnotify option:
https://docs.podman.io/en/latest/markdown/options/sdnotify.html
conmon-rs version
OS version
Additional environment details (AWS, VirtualBox, physical, etc.)
The text was updated successfully, but these errors were encountered: