Created
July 24, 2015 15:02
-
-
Save leon-anavi/3a1a0f9ed59a4656023a to your computer and use it in GitHub Desktop.
Running pulseaudio in system mode on Tizen:Common
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@cubox-i:~# pulseaudio --system | |
W: [pulseaudio] main.c: Running in system mode, but --disallow-exit not set! | |
W: [pulseaudio] main.c: Running in system mode, but --disallow-module-loading not set! | |
N: [pulseaudio] main.c: Running in system mode, forcibly disabling SHM mode! | |
N: [pulseaudio] main.c: Running in system mode, forcibly disabling exit idle time! | |
W: [pulseaudio] main.c: OK, so you are running PA in system mode. Please note that you most likely shouldn't be doing that. | |
W: [pulseaudio] main.c: If you do it nonetheless then it's your own fault if things don't work as expected. | |
W: [pulseaudio] main.c: Please read http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode for an explanation why system mode is usually a bad idea. | |
E: [pulseaudio] main.c: Daemon startup without any loaded modules, refusing to work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment