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 2027663 - The "filesystem" package fails to update on a rootless container
Summary: The "filesystem" package fails to update on a rootless container
Keywords:
Status: CLOSED DUPLICATE of bug 1912155
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: rpm
Version: 8.3
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Packaging Maintenance Team
QA Contact: swm-qe
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-11-30 11:14 UTC by Teoman ONAY
Modified: 2022-01-25 17:48 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-01-25 16:52:55 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-104276 0 None None None 2021-11-30 11:15:09 UTC

Description Teoman ONAY 2021-11-30 11:14:27 UTC
Description of problem:
[root@localhost packages]# rpm -i filesystem-3.8-3.el8.x86_64.rpm 
error: unpacking of archive failed on file /proc: cpio: chown failed - No such file or directory
error: filesystem-3.8-3.el8.x86_64: install failed

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

How reproducible:
Always

Steps to Reproduce:
1. run a rootless container 
2.
3.

Actual results:
fail to update the package

Expected results:
Having the filesystem package updated without error

Additional info:
Looks similar to this closed BZ against Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=1723266

rpm should skip chowning /proc and /sys when running in a user namespace.

Comment 1 Panu Matilainen 2021-11-30 11:44:52 UTC
> rpm should skip chowning /proc and /sys when running in a user namespace.

rpm doesn't have any concept of magic directories that should be treated specially, quite intentionally.

How does one determine being inside a user namespace?

Comment 2 Pablo Mendez Hernandez 2022-01-24 11:51:40 UTC
(In reply to Panu Matilainen from comment #1)
> > rpm should skip chowning /proc and /sys when running in a user namespace.
> 
> rpm doesn't have any concept of magic directories that should be treated
> specially, quite intentionally.
> 
> How does one determine being inside a user namespace?

As commented by Giuseppe Scrivano in [1]

"$ cat /proc/self/uid_map 
         0          0 4294967295
$ cat /proc/self/gid_map 
         0          0 4294967295

If the content of these files is different than "0 0 4294967295" then you are running in a user namespace where the root user is not mapped to root in the initial user namespace."


Additionally, Debarshi Ray kindly commneted that this same issue was solved
in toolbox 0.0.99.3 by this commit [2].

[1]: https://bugzilla.redhat.com/show_bug.cgi?id=1723266#c11
[2]: https://github.com/containers/toolbox/commit/7542f5fc867b57bf3dc67bbae02cc09ccc0b5df2

Comment 4 Michal Domonkos 2022-01-25 16:52:55 UTC

*** This bug has been marked as a duplicate of bug 1912155 ***


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