RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1630378 - systemd: Failed at step CGROUP spawning /bin/umount: No such file or directory
Summary: systemd: Failed at step CGROUP spawning /bin/umount: No such file or directory
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: systemd
Version: 7.6
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: David Tardon
QA Contact: Frantisek Sumsal
URL:
Whiteboard:
Depends On:
Blocks: 1716963 1719445
TreeView+ depends on / blocked
 
Reported: 2018-09-18 13:26 UTC by Orion Poplawski
Modified: 2023-09-07 19:23 UTC (History)
12 users (show)

Fixed In Version: systemd-219-70.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-31 20:02:09 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2020:1117 0 None None None 2020-03-31 20:02:49 UTC

Description Orion Poplawski 2018-09-18 13:26:15 UTC
Description of problem:

Seeing this more frequently now:

Sep 17 09:55:05 cscomp2.cora.nwra.com systemd[1]: Stopping Local File Systems.
Sep 17 09:55:05 cscomp2.cora.nwra.com systemd[1]: Unmounting /tmp...
Sep 17 09:55:05 cscomp2.cora.nwra.com systemd[1]: Stopped Configure read-only root support.
Sep 17 09:55:05 cscomp2.cora.nwra.com systemd[1]: Stopping Configure read-only root support...
Sep 17 09:55:05 cscomp2.cora.nwra.com systemd[1]: Unmounting /run/user/0...
Sep 17 09:55:05 cscomp2.cora.nwra.com kernel: type=1131 audit(1537199705.310:4242): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rh
el-readonly comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 17 09:55:05 cscomp2.cora.nwra.com systemd[1]: Unmounting Configuration File System...
Sep 17 09:55:05 cscomp2.cora.nwra.com systemd[18916]: Failed at step CGROUP spawning /bin/umount: No such file or directory
Sep 17 09:55:05 cscomp2.cora.nwra.com systemd[1]: Unmounting /scratch...
Sep 17 09:55:05 cscomp2.cora.nwra.com systemd[1]: Unmounting /boot...
Sep 17 09:55:05 cscomp2.cora.nwra.com kernel: XFS (sda5): Unmounting Filesystem
Sep 17 09:55:05 cscomp2.cora.nwra.com systemd[1]: Unmounted /tmp.
Sep 17 09:55:05 cscomp2.cora.nwra.com kernel: XFS (sda1): Unmounting Filesystem
Sep 17 09:55:05 cscomp2.cora.nwra.com systemd[1]: Unmounted /run/user/0.
Sep 17 09:55:05 cscomp2.cora.nwra.com systemd[1]: sys-kernel-config.mount mount process exited, code=exited status=219
Sep 17 09:55:05 cscomp2.cora.nwra.com systemd[1]: Failed unmounting Configuration File System.
Sep 17 09:55:05 cscomp2.cora.nwra.com systemd[1]: Unmounted /scratch.
Sep 17 09:55:05 cscomp2.cora.nwra.com systemd[1]: Unmounted /boot.

Version-Release number of selected component (if applicable):
systemd-219-57.el7_5.1.x86_64

Comment 2 Orion Poplawski 2018-12-31 20:42:42 UTC
Still present with systemd-219-62.el7.x86_64 on certain systems.

Some perhaps notable differences between "systemctl show sys-kernel-config.mount" on EL7 and Fedora 28:

EL7:
MountFlags=0
Requires=-.mount
Wants=system.slice
Conflicts=umount.target
Before=local-fs.target sysinit.target
After=systemd-journald.socket system.slice -.mount systemd-modules-load.service

Fedora 28:
ForceUnmount=no
MountFlags=
Requires=-.mount system.slice
Before=sysinit.target
After=systemd-modules-load.service -.mount system.slice systemd-journald.socket
Perpetual=no
CollectMode=inactive

though there is no real difference between /lib/systemd/system/sys-kernel-config.mount on the systems.

Comment 8 Jan Synacek 2019-03-18 08:43:26 UTC
I can't reproduce this. Did you perhaps remove the configfs directory manually?

Comment 11 Orion Poplawski 2019-03-18 16:42:13 UTC
Haven't touched configfs as far as I know:

# mount | grep config
configfs on /sys/kernel/config type configfs (rw,relatime)
# ls /sys/kernel/config
rdma_cm/

Comment 42 David Tardon 2019-08-29 08:22:53 UTC
PR: https://github.com/systemd-rhel/rhel-7/pull/40

Comment 43 Lukáš Nykrýn 2019-09-05 13:16:33 UTC
fix merged to github master branch -> https://github.com/systemd-rhel/rhel-7/pull/40 -> post

Comment 47 errata-xmlrpc 2020-03-31 20:02:09 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:1117


Note You need to log in before you can comment on or make changes to this bug.