Bug 597824
| Summary: | After F12 -> F13 update /lib/udev/rules.d/85-usbmuxd.rules is broken | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jean-frederic Clere <jclere> |
| Component: | usbmuxd | Assignee: | Peter Robinson <pbrobinson> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 13 | CC: | bnocera, pbrobinson |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-05-31 09:03:30 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: | |||
Actually was a bug in the 1.0.3 -> 1.0.4 upgrade on all Fedora releases. Fixed in https://admin.fedoraproject.org/updates/usbmuxd-1.0.4-2.fc13 Please check existing bug reports before filing new ones. *** This bug has been marked as a duplicate of bug 593494 *** |
After updating to F13 tethering via USB stops working. It seems it is due to user name problem. In /lib/udev/rules.d/85-usbmuxd.rules # Forces iPhone 1.0, 3G, 3GS, iPodTouch 1/2 and iPad to USB configuration 3 and run usbmuxd ACTION=="add", SUBSYSTEM=="usb", OWNER="usbmuxd", ATTR{idVendor}=="05ac", ATTR{idProduct}=="129[0-9a]", ENV{USBMUX_SUPPORTED}="1", ATTR{bConfigurationValue}!="$attr{bNumConfigurations}", ATTR{bConfigurationValue}="$attr{bNumConfigurations}", RUN+="/usr/sbin/usbmuxd -u -U usbmux" In /etc/passwd: usbmuxd:x:113:113:usbmuxd user:/:/sbin/nologin