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
Thanks for the quick fix ❤️ I verified that it now logs the error but continues to start:
log [00:00:00.000] [error][cgroup][metrics] cgroup metrics could not be read due to error: [Error: EACCES: permission denied, open '/sys/fs/cgroup/cpuacct/cpuacct.usage']
Kibana version:
master
as of 6d819b7Elasticsearch version: 8.0.0-SNAPSHOT
Server OS version:
Linux 5.8.10-arch1-1 #1 SMP PREEMPT Thu, 17 Sep 2020 18:01:06 +0000 x86_64 GNU/Linux (Arch Linux)
Original install method (e.g. download page, yum, from source, etc.): from source
Describe the bug:
Kibana refuses to start if it's not allowed to access
/sys/fs/cgroup/cpuacct/cpuacct.usage
. It terminates after logging the following:Steps to reproduce:
/sys/fs
.yarn start
within that namespace as the restricted user.Expected behavior:
It starts, possibly while logging a warning (as it did a while ago).
Any additional context:
This is possibly related to #76730.
The text was updated successfully, but these errors were encountered: