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 1880270 - "Failed to start user service, ignoring" when masking user@.service
Summary: "Failed to start user service, ignoring" when masking user@.service
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: systemd
Version: 8.2
Hardware: All
OS: Linux
urgent
high
Target Milestone: rc
: 8.0
Assignee: David Tardon
QA Contact: Frantisek Sumsal
URL:
Whiteboard:
Depends On:
Blocks: 1894152
TreeView+ depends on / blocked
 
Reported: 2020-09-18 07:16 UTC by Renaud Métrich
Modified: 2024-03-25 16:31 UTC (History)
4 users (show)

Fixed In Version: systemd-239-42.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1894152 (view as bug list)
Environment:
Last Closed: 2021-05-18 14:54:22 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github systemd-rhel rhel-8 pull 120 0 None closed (#1880270) logind: don't print warning when user@.service template is masked 2021-02-07 16:52:27 UTC
Github systemd systemd pull 11802 0 None closed logind: don't print warning when user@.service template is masked 2021-02-07 16:52:27 UTC
Red Hat Knowledge Base (Solution) 5211801 0 None None None 2020-09-18 07:24:11 UTC

Description Renaud Métrich 2020-09-18 07:16:33 UTC
Description of problem:

Due to various issues with systemd user instances, the admin may want to mask the user@.service unit to stop spawning systemd user instances.
When doing so, every time a user logs in, the following Error message is printed:

-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
Failed to start user service, ignoring: Unit user@<UID>.service is masked.
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------

This is confusing to the admin and create false alarms.

This BZ is a request to backport Upstream's code, which basically hides the message when user@.service is masked:

-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
340 static void user_start_service(User *u) {
 :
352         r = manager_start_unit(u->manager, u->service, &error, &u->service_job);
353         if (r < 0)
354                 log_full_errno(sd_bus_error_has_name(&error, BUS_ERROR_UNIT_MASKED) ? LOG_DEBUG : LOG_WARNING, r,
355                                "Failed to start user service '%s', ignoring: %s", u->service, bus_error_message(&e    rror, r));
356 }
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------


Version-Release number of selected component (if applicable):

systemd-239


How reproducible:

Always


Steps to Reproduce:
1. Mask user@.service

# systemctl mask user@.service

2. Log in as a new user

Comment 5 Lukáš Nykrýn 2020-11-02 13:43:15 UTC
fix merged to github master branch -> https://github.com/systemd-rhel/rhel-8/pull/120

Comment 15 errata-xmlrpc 2021-05-18 14:54:22 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 (Moderate: systemd security, bug fix, and enhancement update), 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/RHSA-2021:1611


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