DescriptionChristian Kujau
2020-11-03 21:30:49 UTC
Description of problem:
The following message is printed during every boot:
$ journalctl -l -p warning | grep pulse
pulseaudio[4055]: module-rescue-stream is obsolete and should no longer be loaded. Please remove it from your configuration.
Apparently the rescue-stream thingy is enabled by default:
$ grep -r rescue-stream /etc/
/etc/pulse/daemon.conf:; rescue-streams = yes
Version-Release number of selected component (if applicable):
$ rpm -q pulseaudio
pulseaudio-13.99.2-1.fc33.x86_64
How reproducible:
Always
Steps to Reproduce:
1. Boot
2. warning appears in boot log
3. -
Actual results:
Warning appears during bootup.
Expected results:
No boot warning should appear.
Additional info: