Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688738 - media-sound/mpd with media-sound/pulseaudio-12.2-r1 and sys-apps/dbus-1.12.16 - pulseadio (output?) does not work
Summary: media-sound/mpd with media-sound/pulseaudio-12.2-r1 and sys-apps/dbus-1.12.16...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-26 12:49 UTC by Eduardo Coutinho Scalabrin
Modified: 2019-07-24 13:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.txt,8.30 KB, text/plain)
2019-06-26 12:49 UTC, Eduardo Coutinho Scalabrin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eduardo Coutinho Scalabrin 2019-06-26 12:49:43 UTC
Created attachment 580970 [details]
emerge --info

I have configuring my mpd with output pulse only and if I have dbus-1.12.16 installed the pulseaudio does not work. If I install dbus-1.12.12-r1 everything works perfectly...
Comment 1 Eduardo Coutinho Scalabrin 2019-06-27 19:30:30 UTC
These are some of my configuration files:

'/etc/mpd.conf':
audio_output {
        type            "pulse"
        name            "My Pulse Output"
        server          "192.168.1.10"
##      sink            "remote_server_sink"    # optional
}

'/etc/pulse/default.pa':
#load-module module-equalizer-sink
load-module module-dbus-protocol

'/var/lib/mpd/log':
Jun 25 22:45 : exception: Failed to open "My Pulse Output" (pulse)
Comment 2 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2019-06-27 19:52:06 UTC
well,for now I can't say what is exactlyt wrong, you need to debug pulseaudio first, also this is unclear what mpd version, have you tried upgrade/downgrade and so on.
Comment 3 Eduardo Coutinho Scalabrin 2019-06-28 08:13:42 UTC
I did again testing with dbus-1.12.16 and I did not find the error any more, I believe the error is random...
Comment 4 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2019-07-22 13:00:27 UTC
re-try with newer version at leat.
Comment 5 Eduardo Coutinho Scalabrin 2019-07-22 13:43:52 UTC
(In reply to Mikle Kolyada from comment #4)
> re-try with newer version at leat.

OK, I'll do the tests, then I'll report the result.
Comment 6 Eduardo Coutinho Scalabrin 2019-07-24 13:33:17 UTC
I did several tests in the last few days and everything worked out.
Thanks a lot for the help!