Tanu Kaskinen <tanu.kaskinen at linux.intel.com> [2014-09-09 12:28:21 +0300]: > > > > Maybe if you put pulseaudio in verbose log mode (run "pacmd > > set-log-level 4" on hostA), and then try "pactl --sever=tcp:hostA list", > > does anything interesting show up in /var/log/syslog ? > > Another thing to try is to enable debug logging in pactl with the > PULSE_LOG environment variable. The debug logging will show where > exactly libpulse is trying to connect. > > PULSE_LOG=99 pactl --server=hostA list > Oy. The problem was user braindamage: At some point I'd switched over to using the short form of the --server option (-s), but forgot to remove the "=", so was issuing cmds like this $ pactl -s=hostA Evidently "=hostA" is not flagged as an invalid host specifier. (Still 100% my fault for the stupid mistake, just sayin...) Apologies for wasting your time.