<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Oct 12, 2014 at 6:11 PM, Peng Yu <span dir="ltr">&lt;<a href="mailto:pengyu.ut@gmail.com" target="_blank">pengyu.ut@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I get the following problem when running cssh. My mac is of version OS<br>
X 10.9.5. Does anybody know what the problem is? Thanks.<br>
<br>
$ cssh machine1 machine2<br>
Can&#39;t connect to display `tmp/launch-KZPKti/org.macosforge.xquartz:0&#39;:<br>
Invalid argument at<br>
/opt/local/lib/perl5/vendor_perl/5.16.3/X11/Protocol.pm line 2270.<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div>Looks like it &quot;knows too much&quot; about what X $DISPLAY looks like and is tripping over the launchd socket (specifically, removing the leading slash). This is a sadly common bug; programs should not make assumptions about what $DISPLAY looks like, but too many do (mostly as a long obsolete workaround for issues with ancient versions of X11, around the R2 or R3 days).</div><div><br></div><div>It&#39;s not clear from this whether it&#39;s the Perl module or cssh that is breaking $DISPLAY.</div><div><br></div></div>-- <br><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div>
</div></div>