[pulseaudio-tickets] [Bug 102205] New: Unloading module-stream-restore and immediately loading it again fails
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Aug 14 05:58:51 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=102205
Bug ID: 102205
Summary: Unloading module-stream-restore and immediately
loading it again fails
Product: PulseAudio
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: tools
Assignee: pulseaudio-bugs at lists.freedesktop.org
Reporter: kalgynirae at lumeh.org
QA Contact: pulseaudio-bugs at lists.freedesktop.org
CC: lennart at poettering.net
Created attachment 133481
--> https://bugs.freedesktop.org/attachment.cgi?id=133481&action=edit
Sample commands and corresponding logs from pulseaudio -vvvvv
This command succeeds (no output, module is unloaded and loaded again):
$ pacmd unload-module module-stream-restore; pacmd load-module
module-stream-restore
This command fails (error message and module is only unloaded):
$ pacmd <<EOF
> unload-module module-stream-restore
> load-module module-stream-restore
> EOF
Module load failed.
>From the `pulseaudio -vvvvv` logs, it looks like the load-module tries to occur
*before* the unload happens; I see the message “Module "module-stream-restore"
should be loaded once at most. Refusing to load.”
I have attached the full logs from running both of these examples. The reason I
am trying to do this is that I want to reload the module with different options
in my default.pa (the module is already loaded because I .include the
system-wide default.pa).
This is pulseaudio 10.0 on Arch Linux.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20170814/9b0249d7/attachment.html>
More information about the pulseaudio-bugs
mailing list