This bug has been migrated to another issue tracking site. It has been closed here and may no longer be being monitored.

If you would like to get updates for this issue, or to participate in it, you may do so at Red Hat Issue Tracker .
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 2229862 - broken link and library
Summary: broken link and library
Keywords:
Status: CLOSED MIGRATED
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: rear
Version: 9.2
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Pavel Cahyna
QA Contact: CS System Management SST QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-08-08 04:52 UTC by tbsky
Modified: 2023-09-22 11:29 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-09-22 11:29:28 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github rear rear issues 3021 0 None open libsystemd-shared-252.so not found 2023-08-08 10:18:58 UTC
Red Hat Issue Tracker   RHEL-7002 0 None Migrated None 2023-09-22 11:29:24 UTC
Red Hat Issue Tracker RHELPLAN-164786 0 None None None 2023-08-08 04:57:09 UTC

Description tbsky 2023-08-08 04:52:55 UTC
Hi:
   
  I upgrade some machines from RHEL 9.1 to 9.2. and "rear mkrecue" shows below:

Broken symlink '/etc/pki/tls/fips_local.cnf' in recovery system because 'readlink' cannot determine its link target
Broken symlink '/usr/lib/firmware/qcom/LENOVO/21BX.xz' in recovery system because 'readlink' cannot determine its link target
There are binaries or libraries in the ReaR recovery system that need additional libraries
/usr/lib64/systemd/libsystemd-core-252.so requires additional libraries
        libsystemd-shared-252.so => not found


"/usr/lib/firmware" always has broken links. although it maybe fixed in some versions (which are rare, firmware packager didn't care about broken). so maybe we should skip "usr/lib/firmware" like skipping broken kernel links under "/usr/lib/modules". 

the openssl broken link is new at RHEL 9.2 as below, I don't know what is it:

>ls -la /etc/pki/tls/fips_local.cnf
lrwxrwxrwx 1 root root 50 Jul 13 17:37 /etc/pki/tls/fips_local.cnf -> /etc/crypto-policies/back-ends/openssl_fips.config


the systemd broken library is also new at RHEL 9.2. I saw debian/Ubuntu also has similar problem at upstream report, only SuSe is fine.  https://github.com/rear/rear/issues/3021

>ldd /usr/lib64/systemd/libsystemd-core-252.so
        linux-vdso.so.1 (0x00007ffee53d6000)
        libsystemd-shared-252.so => not found
        libseccomp.so.2 => /lib64/libseccomp.so.2 (0x00007f55c29e0000)
        libpam.so.0 => /lib64/libpam.so.0 (0x00007f55c29ce000)
        libaudit.so.1 => /lib64/libaudit.so.1 (0x00007f55c29a0000)
        libkmod.so.2 => /lib64/libkmod.so.2 (0x00007f55c2985000)
        libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f55c2958000)
        libmount.so.1 => /lib64/libmount.so.1 (0x00007f55c2913000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f55c28f8000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f55c2600000)
        libeconf.so.0 => /lib64/libeconf.so.0 (0x00007f55c28ed000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f55c2812000)
        libcap-ng.so.0 => /lib64/libcap-ng.so.0 (0x00007f55c2c0e000)
        libzstd.so.1 => /lib64/libzstd.so.1 (0x00007f55c2529000)
        liblzma.so.5 => /lib64/liblzma.so.5 (0x00007f55c24fd000)
        libz.so.1 => /lib64/libz.so.1 (0x00007f55c24e3000)
        libcrypto.so.3 => /lib64/libcrypto.so.3 (0x00007f55c2000000)
        libpcre2-8.so.0 => /lib64/libpcre2-8.so.0 (0x00007f55c2447000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f55c2c20000)
        libblkid.so.1 => /lib64/libblkid.so.1 (0x00007f55c1fc8000)


>ls -la /usr/lib64/systemd/
total 5752
drwxr-xr-x  2 root root      68 Aug  7 12:58 .
dr-xr-xr-x 63 root root   53248 Aug  7 13:00 ..
-rwxr-xr-x  1 root root 2174032 Jul 17 16:34 libsystemd-core-252.so
-rwxr-xr-x  1 root root 3640160 Jul 17 16:34 libsystemd-shared-252.so

Comment 1 Pavel Cahyna 2023-08-08 10:18:58 UTC
Hello, thank you for the report. The broken firmware symlink is reported as bz2214391 and will be hopefully fixed in the kernel package. Not sure about the other messages, but they seem harmless.

Comment 2 RHEL Program Management 2023-09-22 03:23:42 UTC
Issue migration from Bugzilla to Jira is in process at this time. This will be the last message in Jira copied from the Bugzilla bug.

Comment 3 RHEL Program Management 2023-09-22 11:29:28 UTC
This BZ has been automatically migrated to the issues.redhat.com Red Hat Issue Tracker. All future work related to this report will be managed there.

Due to differences in account names between systems, some fields were not replicated.  Be sure to add yourself to Jira issue's "Watchers" field to continue receiving updates and add others to the "Need Info From" field to continue requesting information.

To find the migrated issue, look in the "Links" section for a direct link to the new issue location. The issue key will have an icon of 2 footprints next to it, and begin with "RHEL-" followed by an integer.  You can also find this issue by visiting https://issues.redhat.com/issues/?jql= and searching the "Bugzilla Bug" field for this BZ's number, e.g. a search like:

"Bugzilla Bug" = 1234567

In the event you have trouble locating or viewing this issue, you can file an issue by sending mail to rh-issues. You can also visit https://access.redhat.com/articles/7032570 for general account information.


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