Então eu acabei de instalar o Xubuntu 16.04 e tudo estava rodando muito bem até que um dia eu percebi que meu controle de som no meu teclado não estava funcionando. Além disso, não consegui controlar meu áudio usando o indicador de som na barra de tarefas. Eu pude ver um ícone em branco. Quando eu cliquei nele, eu peguei o menu de som, mas clicando em "Configurações de som ...", aparece uma janela que diz:
Connection to Pulse Audio failed. Automatic retry in 5s In this case
this is likely because PULSE_SERVER in the Environment/X11 Root Window
Properties or default-server in client.conf is misconfigured This
situation can also arise when PulseAudio crashed and left stale
details in the X11 Root Window If this is the case, then PulseAudio
should autospawn again, or if this is not configured you should run
start-pulseaudio-x11 manually
Isto é o que consigo ver se o processo está sendo executado
[4][21:59][~]: ps aux | grep pulse
lightdm 1207 0.1 0.0 335808 9396 ? S<l 21:50 0:00 /usr/bin/pulseaudio --start --log-target=syslog
tfernan+ 3356 0.0 0.0 158236 3548 ? S 21:59 0:00 /usr/bin/pulseaudio --start --log-target=syslog
tfernan+ 3361 0.0 0.0 158236 656 ? Ss 21:59 0:00 /usr/bin/pulseaudio --start --log-target=syslog
tfernan+ 3362 0.0 0.0 313116 8852 ? D< 21:59 0:00 /usr/bin/pulseaudio --start --log-target=syslog
tfernan+ 3364 0.0 0.0 14224 988 pts/3 S+ 21:59 0:00 grep --color=auto pulse
Eu executei os seguintes comandos:
sudo killall -9 pulseaudio
pulseaudio --kill
rm ~ / .pulse-cookie
sudo apt --purge --reinstalar instalar pulseaudio
Eu tentei recriar meu arquivo /etc/pulse/default.pa para o padrão, caso o apt já não fizesse isso.
Eu tentei executar novamente o pulseaudio:
[21][22:07][~]: pulseaudio
E: [pulseaudio] pid.c: Daemon already running.
E: [pulseaudio] main.c: pa_pid_file_create() failed.
[22][22:07][~]: pulseaudio -D
E: [pulseaudio] main.c: Daemon startup failed.
Parece que o daemon já está em execução.
Eu consegui uma saída interessante na execução pulseaudio -vv
Aqui está a linha que achei interessante:
E: [pulseaudio] module-udev-detect.c: You apparently ran out of inotify watches, probably because Tracker/Beagle took them all away. I wished people would do their homework first and fix inotify before using it for watching whole directory trees which is something the current inotify is certainly not useful for. Please make sure to drop the Tracker/Beagle guys a line complaining about their broken use of inotify.