Le 31/08/2014 09:04, Pierre Labastie a écrit :
> Hi,
> 
> Those of you reading BLFS-dev know that I am trying to set up icedtea-sound,
> which uses pulseaudio as sound provider.
> 
> I have nerver used pulseaudio before, so I may have done a trivial error, but
> when I start pulseaudio, I get:
> -------------------
> $ LANG=C pulseaudio
> N: [pulseaudio] alsa-util.c: Disabling timer-based scheduling because running
> inside a VM.
> N: [pulseaudio] alsa-util.c: Disabling timer-based scheduling because running
> inside a VM.
> E: [pulseaudio] module-console-kit.c: GetSessionsForUnixUser() call failed:
> org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit
> was not provided by any .service files
> E: [pulseaudio] module.c: Failed to load module "module-console-kit"
> (argument: ""): initialization failed.
> E: [pulseaudio] main.c: Module load failed.
> E: [pulseaudio] main.c: Failed to initialize daemon
> ------------------
> ConsoleKit is not listed in the dependencies of pulseaudio, and not installed
> on my system. Could it be that it is missing?
> 
> Regards
> Pierre
> 
I have made some progress. The file /etc/pulse/default.pa has:
-----------
.ifexists module-console-kit.so
load-module module-console-kit
.endif
-----------
And there is a module-console-kit.so in /usr/lib/pulse/modules.

So I commented out those lines and it worked.

I think consolekit should be at least mentioned in the optional dependencies,
and that a line should be added about the commenting out in the configuration
instructions.

Pierre
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to