Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#31056 - [usbmuxd] systemd cant enable usbmuxd
Attached to Project:
Arch Linux
Opened by Cihat Ertem (fincan) - Wednesday, 08 August 2012, 05:41 GMT
Last edited by Jan de Groot (JGC) - Monday, 17 November 2014, 18:26 GMT
Opened by Cihat Ertem (fincan) - Wednesday, 08 August 2012, 05:41 GMT
Last edited by Jan de Groot (JGC) - Monday, 17 November 2014, 18:26 GMT
|
DetailsDescription:
"udo systemctl enable usbmuxd.service" cant enable usbmuxd and but start command is ok. And if usbmuxd doesnt run while I exit from clementine that doent close and consuming %100cpu |
This task depends upon
Closed by Jan de Groot (JGC)
Monday, 17 November 2014, 18:26 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in some software update
Monday, 17 November 2014, 18:26 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in some software update
[Install]
WantedBy=multi-user.target
and not systemctl enable command works.
is it ok? I m newbie with systemd.
[mattia@arch-desktop ~]$ sudo systemctl start usbmuxd.service
[mattia@arch-desktop ~]$ sudo systemctl status usbmuxd.service -l
● usbmuxd.service - iOS USB Muxer
Loaded: loaded (/usr/lib/systemd/system/usbmuxd.service; static)
Active: active (running) since Sat 2014-11-15 13:34:05 CET; 39s ago
Main PID: 1463 (usbmuxd)
CGroup: /system.slice/usbmuxd.service
└─1463 /usr/sbin/usbmuxd -u -f -U usbmux
Nov 15 13:34:05 arch-desktop systemd[1]: Started iOS USB Muxer.
Nov 15 13:34:05 arch-desktop usbmuxd[1463]: [13:34:05.183][3] usbmuxd v1.0.9 starting up
Nov 15 13:34:05 arch-desktop usbmuxd[1463]: [13:34:05.186][3] Successfully dropped privileges to 'usbmux'
Nov 15 13:34:05 arch-desktop usbmuxd[1463]: [13:34:05.189][3] Initialization complete
Nov 15 13:34:08 arch-desktop systemd[1]: Started iOS USB Muxer.