Bug#992856: Side effect of systemd

2022-02-24 Thread Marco Balmer
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   amd64PulseAudio sound server
ii  systemd247.3-6  amd64system and service manager

On Sun, 28 Nov 2021 11:58:07 +0100 Pierre-Yves Luyten 
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



Bug#992856: Side effect of systemd

2021-11-28 Thread Pierre-Yves Luyten

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