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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tom Gundersen (tomegun)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
"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
Comment by Cihat Ertem (fincan) - Friday, 10 August 2012, 11:53 GMT
I added intall section in usbmuxd.service :
[Install]
WantedBy=multi-user.target

and not systemctl enable command works.

is it ok? I m newbie with systemd.
Comment by Michael (SiD) - Sunday, 09 September 2012, 10:43 GMT
Same here, adding the install section to usbmuxd.service file fixed it.
Comment by mattia (nTia89) - Saturday, 15 November 2014, 12:36 GMT
I think this bug is fixed because starting usbmuxd goes fine (with usbmuxd-1.0.9-1):

[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.

Loading...