Skip to content

[Support]: ONNX thread error in logs on container start #15351

Closed Answered by mckochan
YenLegion asked this question in General Support
Discussion options

You must be logged in to vote

Just to add to this, I am running a new proxmox setup and when googling saw that cgroup was replaced with cgroup2 for newer distros so the line in your lxc container conf should look like
lxc.cgroup2.cpuset.cpus: "0,1,2,3"

In my case I had to change it from "0-1, 2-3" to the list above to get rid of the error.
And for the newbies so you don't have to google anymore, you can edit the conf file by typing:
nano /var/lib/lxc/###/config (replace ### with the container ID) in your host root shell.

Replies: 5 comments 2 replies

Comment options

NickM-27
Dec 5, 2024
Collaborator Sponsor

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@YenLegion
Comment options

Comment options

You must be logged in to vote
1 reply
@Linkatplug
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by hawkeye217
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment