<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Oct 12, 2014 at 7:21 PM, Brandon Allbery <span dir="ltr">&lt;<a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>It&#39;s the Perl module, which on line 2256 is assuming that a slash simply must indicate an X11R3-style Unix socket (DISPLAY=unix/localhost:0). Sadly there&#39;s no maintainer, and the bug is filed at least twice (#39569 in general, #41886 specifically for cssh). In the meantime, I may be able to come up with a patch, just not immediately.</div></div></div></div></blockquote><div><br></div><div>Also, a workaround here is to set $DISPLAY to just the end of the string (e.g.</div><div><br></div><div>    pyanfar:735 Z$ echo $DISPLAY</div><div>    /tmp/launch-bYum4O/org.macosforge.xquartz:0</div><div>    pyanfar:736 Z$ DISPLAY=:0 cssh ... </div></div><div class="gmail_extra"><br></div>and make sure XQuartz is already running. Be aware that the :0 may be something else, especially if your xquartz is out of date; don&#39;t just assume it&#39;ll always be :0.<br clear="all"><div><br></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>