-
Notifications
You must be signed in to change notification settings - Fork 23
Description
i have these below issue:
slurmd: error: cgroup_dbus_attach_to_scope: cannot connect to dbus system daemon: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory slurmd: error: _init_new_scope_dbus: scope and/or cgroup directory for slurmstepd could not be set. slurmd: error: cannot initialize cgroup directory for stepds: if the scope /sys/fs/cgroup/kubepods.slice/kubepods-besteffort.slice/kubepods-besteffort-poda101c1c8_1589_4313_acf5_02e3ca8d3994.slice/system.slice/slurmstepd.scope already exists it means the associated cgroup directories disappeared and the scope entered in a failed state. You should investigate why the scope lost its cgroup directories and possibly use the 'systemd reset-failed' command to fix this inconsistent systemd state. slurmd: error: Couldn't load specified plugin name for cgroup/v2: Plugin init() callback failed slurmd: error: cannot create cgroup context for cgroup/v2 slurmd: error: Unable to initialize cgroup plugin slurmd: error: slurmd initialization failed
i have modify the image to install dbus-devel and created cgroup.conf alongside with slurm.conf
any idea to fix this