Bug 2351404
Summary: | idevicebackup2, idevice_id list don't work | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | philipcourier |
Component: | libimobiledevice | Assignee: | Neal Gompa <ngompa13> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 41 | CC: | asahi-sig, cfergeau, davide, ngompa13, tdawson |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
URL: | https://github.com/libimobiledevice/libimobiledevice/issues/1650 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | --- | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2025-04-04 22:52:40 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
philipcourier
2025-03-11 16:43:51 UTC
I've solved this. It's the crypto policies bug discussed at https://bugzilla.redhat.com/show_bug.cgi?id=2321958 To get libimobiledevice working on Fedora 41, I did the following: 1. Revert to the Fedora 40 crypto policies: $ sudo update-crypto-policies --set FEDORA40 (reboot) I also did the following two steps, but am unsure whether they were necessary: 2. Create the usbmux user. Append to /etc/passwd this line: usbmux:x:52:83:User for usbmux daemon:/var/empty:/bin/false (reboot) 3. Build the patched usbmuxd-1.1.1 linked in post #26 of https://www.linuxquestions.org/questions/showthread.php?p=6496708 Downgrading the crypto policy should be enough here. I see if I can find a way to better surface this, at least until the policies are sorted out for good. *** This bug has been marked as a duplicate of bug 2321958 *** |