qn06142

Results 13 comments of qn06142

using ubuntu server, also having same problem. (using ubuntu 23.10 with dotnet 8)

just ran htop, what is this? ![image_2024-03-19_214441163](https://github.com/drizzle-mizzle/Character-Engine-Discord/assets/90816999/8a7cf79b-901c-48dd-8968-4b541f12e032)

> Can you provide us with a minimal set of test and solution code for your problem so we can reproduce it? > > -- > > @minhnhatnoe can you...

A little update: I forgot to shutdown the server, the jobs are still coming in...

> mount -v | grep cgroup It is indeed cgroups2, the command output is: ``` wheatley@wheatley-OptiPlex-7010:~$ mount -v | grep cgroup cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot) ```

side note: are there any quick workarounds? I am only using this for myself or people I trust, so sandbox is not needed.

> @qn06142 with #112 merged, perhaps running the `unstable` branch would work, please try it out; we probably still have to iron it out before putting out a tagged released...

yup, using this: `sudo docker run --privileged -d --rm --name kjudge --volume=kjudge:/data -p 8080:80 -e ADMIN_KEY=secret natsukagami/kjudge:unstable` jobs now finish normally, for some reason the version is still stuck on...

Should I close the issue or keep it open until 0.8.0 comes around?

Thanks for helping too ^_^