Bug#992856: Side effect of systemd
Marco Balmer
marco at balmer.name
Thu Feb 24 14:23:25 GMT 2022
Hello,
My current workaround is:
/etc/profile.d/fix-pulseaudio.sh:
if ! pidof pulseaudio >/dev/null;
then
echo workaround pulseaudio started
pulseaudio --start &
fi
On which systemd version (package) is this fixed from your point of
view?
Marco
$ dpkg -l pulseaudio systemd
ii pulseaudio 14.2-2 amd64 PulseAudio sound server
ii systemd 247.3-6 amd64 system and service manager
On Sun, 28 Nov 2021 11:58:07 +0100 Pierre-Yves Luyten <py at luyten.fr>
wrote:
> Hello,
>
> sorry i missed your previous question.
>
> I was fixing an issue where login is very long on my system, and
> ameneded nftables.
>
> iif lo tcp dport { 9050, 9150 } log prefix SYSTEMD-BUG- reject
>
>
> And actually fixing this issue also makes pulse audio start normally
> now. So, sorry it was a side effect.
>
> Pierre-Yves
More information about the pkg-pulseaudio-devel
mailing list