Hello,
AirPlay, both 1 and 2 versions, doesn't work on a fresh 8.2.3 install whereas it works on an upgraded one from 8.2.2 to 8.2.3.
I've tried to restart the service from web interface without success so I've used systemctl commands, results below.
shairport-sync.service is disabled by default ?
Romain
AirPlay, both 1 and 2 versions, doesn't work on a fresh 8.2.3 install whereas it works on an upgraded one from 8.2.2 to 8.2.3.
I've tried to restart the service from web interface without success so I've used systemctl commands, results below.
Code:
root@moode:~# systemctl status shairport-sync.service
● shairport-sync.service - Shairport Sync - AirPlay Audio Receiver
Loaded: loaded (/lib/systemd/system/shairport-sync.service; disabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:shairport-sync(7)
file:///usr/share/doc/shairport-sync/README.md.gz
https://github.com/mikebrady/shairport-sync
shairport-sync.service is disabled by default ?
Code:
root@moode:~# systemctl status shairport-sync.service
● shairport-sync.service - Shairport Sync - AirPlay Audio Receiver
Loaded: loaded (/lib/systemd/system/shairport-sync.service; disabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2022-12-22 06:15:18 EST; 5ms ago
Docs: man:shairport-sync(7)
file:///usr/share/doc/shairport-sync/README.md.gz
https://github.com/mikebrady/shairport-sync
Process: 3735 ExecStart=/usr/bin/shairport-sync $DAEMON_ARGS (code=exited, status=1/FAILURE)
Main PID: 3735 (code=exited, status=1/FAILURE)
CPU: 74ms
Dec 22 06:15:18 moode systemd[1]: shairport-sync.service: Scheduled restart job, restart counter is at 5.
Dec 22 06:15:18 moode systemd[1]: Stopped Shairport Sync - AirPlay Audio Receiver.
Dec 22 06:15:18 moode systemd[1]: shairport-sync.service: Start request repeated too quickly.
Dec 22 06:15:18 moode systemd[1]: shairport-sync.service: Failed with result 'exit-code'.
Dec 22 06:15:18 moode systemd[1]: Failed to start Shairport Sync - AirPlay Audio Receiver.
Romain