Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 1935648

Summary: ostree payload: installation fails due to duplicated systemd-tmpfiles entry (should ignore error systemd-tmpfiles exit status 65)
Product: Red Hat Enterprise Linux 8 Reporter: Christian Kellner <ckellner>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED ERRATA QA Contact: Release Test Team <release-test-team-automation>
Severity: high Docs Contact:
Priority: high    
Version: 8.3CC: anaconda-maint-list, joedward, jstodola, lagordon, lmiksik, pgm-rhel-tools, pzatko, rvykydal, sbarcomb, tgunders
Target Milestone: rcFlags: pm-rhel: mirror+
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: anaconda-33.16.4.13-1.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1937661 (view as bug list) Environment:
Last Closed: 2021-05-18 15:47:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1937661    

Description Christian Kellner 2021-03-05 10:27:34 UTC
When deploying ostree payloads, anaconda is pre-filling /var, with the use of systemd-tmpfiles[1]. The latter has detailed error code reporting via its exit status, where "65" means that the configuration file was "invalid" but otherwise no error occurred. A special case of this is, if there are duplicated entries in the configuration file:

  NOTICE systemd-tmpfiles:[/mnt/sysroot/usr/lib/tmpfiles.d/var.conf:23] Duplicate line for path "/mnt/sysroot/var/spool", ignoring.

Since anaconda does not differentiate between the error conditions, this error will be taken as fatal and result in the abortion of the installation.

Since the content of the folder in /lib/tmpfiles.d/ is out of control of the installer itself and error 65 might be harmless (duplicated line), I believe Anaconda should special case error "65" and ignore it.

[1] _fill_var_subdirectories in rpm_ostree/installation.py

Comment 3 Radek Vykydal 2021-03-08 11:38:26 UTC
https://github.com/rhinstaller/anaconda/pull/3224

Comment 7 Radek Vykydal 2021-03-08 12:45:21 UTC
Adding bug 1857530 for a reference.

Comment 9 Samantha N. Bueno 2021-03-17 00:54:36 UTC
*** Bug 1937661 has been marked as a duplicate of this bug. ***

Comment 21 errata-xmlrpc 2021-05-18 15:47:16 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 (anaconda 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/RHBA-2021:1844