Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 909065 - slurmd service crash on OpenRC due to the loss of folder /sys/fs/cgroup/systemd
Summary: slurmd service crash on OpenRC due to the loss of folder /sys/fs/cgroup/systemd
Status: UNCONFIRMED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: OpenRC (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-24 07:27 UTC by 2558316715
Modified: 2023-06-27 01:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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