On 9/15/25 4:46 PM, Michael D. Setzer II wrote:
On 15 Sep 2025 at 16:21, Samuel Sieb wrote:

Date sent:              Mon, 15 Sep 2025 16:21:52 -0700
Subject:                Re: OT: Question on Bad Links? over 400+ on
recent clean install
To:                     Community support for Fedora users
<[email protected]>
From:                   Samuel Sieb <[email protected]>
Send reply to:          Community support for Fedora users
<[email protected]>

On 9/15/25 3:42 PM, Michael D. Setzer II wrote:
On 15 Sep 2025 at 14:57, Samuel Sieb wrote:

"find / -xdev -xtype l" might be a better option.  It will exclude /run,
/proc, /sys, /home (if mounted separately), any external drives, etc.

Thanks for quick reply. Will take a look at it.
The badlinks-clean has lots in ./usr/lib/.build-id/

cat badlinks-clean | grep ./usr/lib/.build-id/ | wc -l
123

You definitely don't want to delete those ones.  Those are part of packages.

For example I have this:
/usr/lib/.build-id/06/2c544875e9e66357e278e0aa06b8ac395f9251 ->
../../../../usr/lib64/ImageMagick-7.1.1/modules-Q16HDRI/coders/heic.so
It's dangling because I haven't installed the "heic" module for
ImageMagick that would provide that library.


Question? why wouldn't installing the heic module create the link
rather than having ImageMagick create a broken link?

This command might provide some more info:
find / -xdev -xtype l -print0 | xargs -0 rpm -qf | grep "not owned"

find / -xdev -xtype l -print0 | xargs -0 rpm -qf | grep "not owned" |wc -l
178

Last of output. Have VirtualBox installed from Fedora repo, but
was once having an issue, so tried there install, but same issue until
next release. Then removed it Ran Boinc for many years, but
recently, it kept machine running way to hot even with cpu limit to
25%. So uninstalled it. Top few lines just some extra ones.

file
/usr/share/icons/hicolor/24x24/mimetypes/gnome-mime-application-
vnd.openofficeorg.extension.png is not owned by any package
file
/usr/share/icons/hicolor/24x24/mimetypes/gnome-mime-application-
vnd.oasis.opendocument.text.png is not owned by any package
file /usr/share/icons/hicolor/scalable/apps/virtualbox.svg is not
owned by any package
file /usr/bin/vboxsdl is not owned by any package
file /usr/bin/VBoxSDL is not owned by any package
file /usr/bin/vboxaudiotest is not owned by any package
file /usr/bin/VBoxAudioTest is not owned by any package
file /etc/rc.d/rc2.d/S98boinc-client is not owned by any package
file /etc/rc.d/rc0.d/K02boinc-client is not owned by any package
file /etc/rc.d/rc3.d/S98boinc-client is not owned by any package
file /etc/rc.d/rc6.d/K02boinc-client is not owned by any package
file /etc/rc.d/rc4.d/S98boinc-client is not owned by any package
file /etc/rc.d/rc1.d/K02boinc-client is not owned by any package
file /etc/rc.d/rc5.d/S98boinc-client is not owned by any package


So there are a large number. Noticed a few seem left over from a
Package that I uninstalled.

Those are all from things that you've installed outside of the package manager.

--
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to