You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I checked journalctl, it seemed that the conmon command could not be found.
Sep 07 10:11:39 aki1 crio[7354]: time="2024-09-07 10:11:39.283245578Z" level=info msg="AppArmor is disabled by the system or at CRI-O build-time"
Sep 07 10:11:39 aki1 crio[7354]: time="2024-09-07 10:11:39.283252429Z" level=info msg="No blockio config file specified, blockio not configured"
Sep 07 10:11:39 aki1 crio[7354]: time="2024-09-07 10:11:39.283259598Z" level=info msg="RDT not available in the host system"
Sep 07 10:11:39 aki1 crio[7354]: time="2024-09-07 10:11:39.283270449Z" level=info msg="Using conmon executable: /usr/libexec/crio/conmon"
Sep 07 10:11:39 aki1 crio[7354]: time="2024-09-07 10:11:39.283969678Z" level=info msg="Conmon does support the --sync option"
Sep 07 10:11:39 aki1 crio[7354]: time="2024-09-07 10:11:39.283985508Z" level=info msg="Conmon does support the --log-global-size-max option"
Sep 07 10:11:39 aki1 crio[7354]: time="2024-09-07 10:11:39.284016218Z" level=fatal msg="validating runtime config: monitor fields translation: failed to translate monitor fields for runtime nvidia: exec: \"conmon\": executable file not found in $PATH"
Sep 07 10:11:39 aki1 systemd[1]: crio.service: Main process exited, code=exited, status=1/FAILURE
In my environment, I resolved the issue by executing ln -s /usr/libexec/crio/conmon /usr/local/bin/conmon, but some kind of modification might be necessary.
> uname -a
Linux aki1 6.8.0-41-generic #41-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 2 20:41:06 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
> crictl -v
crictl version v1.31.1
The text was updated successfully, but these errors were encountered:
I performed the setup in a
cri-o
environment based on the document below, but afterward,cri-o
started failing to launch.https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html#configuring-cri-o
When I checked
journalctl
, it seemed that theconmon
command could not be found.In my environment, I resolved the issue by executing
ln -s /usr/libexec/crio/conmon /usr/local/bin/conmon
, but some kind of modification might be necessary.The text was updated successfully, but these errors were encountered: