[pulseaudio-discuss] --check option seems not to work from su(1)

Glenn Golden gdg at zplane.com
Tue Sep 9 02:38:03 PDT 2014


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.


More information about the pulseaudio-discuss mailing list