unbit / uwsgi

uWSGI application server container
http://projects.unbit.it/uwsgi
Other
3.46k stars 691 forks source link

Don't work with cgroups v2 #2504

Open mireq opened 2 years ago

mireq commented 2 years ago

Uwsgi uses old taks file which is not supported on new systems with cgroups v2:

using Linux cgroup /sys/fs/cgroup/uwsgi/project with mode 777 open("/sys/fs/cgroup/uwsgi/project/tasks"): Permission denied [core/utils.c line 234]

rcarmo commented 1 year ago

I'd love to see this fixed too. This makes uwsgi unusable in modern systems.