Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 909065

Summary: slurmd service crash on OpenRC due to the loss of folder /sys/fs/cgroup/systemd
Product: Gentoo Hosted Projects Reporter: 2558316715
Component: OpenRCAssignee: OpenRC Team <openrc>
Status: UNCONFIRMED ---    
Severity: normal CC: 2558316715
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description 2558316715 2023-06-24 07:27:15 UTC
=sys-cluster/slurm-22.05.3::gentoo
openrc (OpenRC) 0.47.1 (Gentoo Linux)

Linux version 5.15.59-gentoo-x86_64 (root@heq) (x86_64-pc-linux-gnu-gcc (Gentoo 12.2.0 p9) 12.2.0, GNU ld (Gentoo 2.38 p4) 2.38) #1 SMP Thu Sep 8 12:00:05 CST 2022

I install the above slurm on OpenRC system. When start the slurmd service on computational nodes, it crashed and said /sys/fs/cgroup/systemd does not exist.


Now I solve it by running the following two commands.

mkdir -p /sys/fs/cgroup/systemd
mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd