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 2136503 - osbuild-composer can't access /var/cache/osbuild-composer/rpmmd on package upgrade from 8.6
Summary: osbuild-composer can't access /var/cache/osbuild-composer/rpmmd on package up...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: osbuild-composer
Version: 8.7
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: rc
: ---
Assignee: Image Builder team
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks: 2136532
TreeView+ depends on / blocked
 
Reported: 2022-10-20 13:23 UTC by Tomáš Hozza
Modified: 2023-05-16 09:28 UTC (History)
2 users (show)

Fixed In Version: osbuild-composer-67-1.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2136504 2136532 (view as bug list)
Environment:
Last Closed: 2023-05-16 08:27:17 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github osbuild osbuild-composer issues 3079 0 None open `Permission denied` error trying to create repo destination directory under `/var/cache/osbuild-composer/rpmmd` 2022-10-20 13:24:18 UTC
Github osbuild osbuild-composer pull 3085 0 None open spec: Fix ownership of the dnf-json rpmmd files 2022-10-20 13:24:18 UTC
Red Hat Issue Tracker RHELPLAN-137166 0 None None None 2022-10-20 13:52:56 UTC
Red Hat Product Errata RHSA-2023:2780 0 None None None 2023-05-16 08:28:23 UTC

Description Tomáš Hozza 2022-10-20 13:23:19 UTC
Description of problem:
dnf-json previously ran as a service, and the
/var/cache/osbuild-composer/rpmmd directory and files were owned by root. As a script called from osbuild-composer those directories and files need to be owned by _osbuild-composer:_osbuild-composer, otherwise it will not be able to depsolve after an upgrade from the previous implementation.



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


How reproducible:


Steps to Reproduce:
1. Install the latest osbuild-composer package from the latest RHEL 8.6.
2. Start osbuild-composer.socket.
3. Create a testing blueprint and push it to composer using composer-cli
4. sudo composer-cli projects list
5. Upgrade the osbuild-composer package to the latest 8.7 rpm
6. sudo composer-cli projects list

Actual results:
Error such as:
[core@localhost ~]$ sudo composer-cli projects list
ERROR: ProjectsError: msg: DNF error occurred: RepoError: There was a problem reading a repository: Cannot create repo destination directory "/var/cache/osbuild-composer/rpmmd/5b1a6a9dd5657b1991ac6c2ffac793693229b8f1276abbcb83072907cde93b7a-abf9ed1cf56274b5": Permission denied

Expected results:
no permissions-related error on the var/cache/osbuild-composer/rpmmd folder

Additional info:
This can be worked around by removing the
/var/cache/osbuild-composer/rpmmd directory and restarting the service or rebooting.

Related:
https://github.com/osbuild/osbuild-composer/issues/3079
https://github.com/osbuild/osbuild-composer/pull/3085

Comment 6 Alexander Todorov 2023-02-14 14:15:04 UTC
# rpm -q osbuild-composer 
osbuild-composer-46.1-1.el8.x86_64

# ls -ld /var/cache/osbuild-composer/rpmmd/
drwxr-xr-x. 4 root root 211 Feb 14 08:52 /var/cache/osbuild-composer/rpmmd/


After upgrade:

# rpm -q osbuild-composer
osbuild-composer-73-1.el8.x86_64

# ls -ld /var/cache/osbuild-composer/rpmmd/
drwxr-xr-x. 18 _osbuild-composer _osbuild-composer 8192 Feb 14 09:07 /var/cache/osbuild-composer/rpmmd/


# composer-cli blueprints depsolve RHEL8-VMWare-CIS - WORKS w/o error

# composer-cli projects list - WORKS w/o error

Comment 8 errata-xmlrpc 2023-05-16 08:27:17 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: Image Builder 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-2023:2780


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