<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'>Hi guys, I have a problem with a serious time component.<br><br>Trying to run a Sharp printer install routine on a "cmdline-only" RHEL 6.4 system <i>(no Xwindows installed)</i>.&nbsp; My connection is via SSH over PuTTY from my Win7 workstation <i>(through a VPN)</i>.&nbsp; When I run ./setup, the routine returns 'Can't open display'.&nbsp; I've enabled X11 forwarding within PuTTY, and entered "&lt;wkstn IP addr&gt;:0.0" in the 'X display location' blank.&nbsp; Also tried it with "&lt;wkstn IP addr&gt;:0", same result.&nbsp; <br><br>&nbsp; One popular suggestion that I've found on many pages is to enter 'xhost +' at the command line - but since this server doesn't have X installed, there is no xhost.<br><br>&nbsp; I've then installed Xming on my workstation, configured it as per www.nth-design.com/2010/05/19/x11-putty-xming/ precisely.<br><br>Wasn't quite sure if I had to make a corresponding change on the server, so I tried entering "export display &lt;wkstn IP addr&gt;:0.0" on the RHEL box, then running setup again.&nbsp; No luck.&nbsp; Also tried it with "export display &lt;wkstn IP addr&gt;:0", same result.<br><br>Looked around for a bit more information, found this page (http://www.doxer.org/learn-linux/use-xming-xshell-to-display-linux-gui-to-windows-desktop-x11-forwarding/) which changed the observed behavior a bit - *now* when I run setup, it pauses for maybe 20-30 seconds before returning the 'Can't open display' error <i>(which leads me to suspect that at least the server-side of the equation might be working correctly now)</i>.<br><br>The setup routine is a binary, so it's opaque to me.&nbsp; <br><br>X11 forwarding is enabled within the sshd_config file.&nbsp; /var/log/messages contains no entries from today.<br><br>The Windows firewall has an exception to allow XMing via the 'Private' network types, but *not* through domain types, so that could be an issue <i>(I'm currently unable to toggle that, suspect it's managed by either the security team or 'desktops/wkstn' team)</i>.&nbsp; (I've sent an email to the company directors who are emphasizing the time pressure, with any luck they'll be able to get me past *that* speed bump.)<br><br>The Xming log contains this snippet, which *seems* to indicate that it thinks that everything on my Win7 box is OK:<br><br><font face="Consolas" size="2"><span style="font-size:11pt;"><div><font color="#002060" face="Calibri">winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0</font></div>
<div><font color="#002060" face="Calibri">winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0</font></div>
<div><font color="#002060" face="Calibri">winProcEstablishConnection - Hello</font></div>
<div><font color="#002060" face="Calibri">winInitClipboard ()</font></div>
<div><font color="#002060" face="Calibri">winProcEstablishConnection - winInitClipboard returned.</font></div>
<div><font color="#002060" face="Calibri">winClipboardProc - Hello</font></div>
<div><font color="#002060" face="Calibri">DetectUnicodeSupport - Windows Vista</font></div>
<div><font color="#002060" face="Calibri">winClipboardProc - DISPLAY=127.0.0.1:0.0</font></div>
<div><font color="#002060" face="Calibri">winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display.</font></div>
<div><font color="#002060" face="Calibri">winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display.</font></div>
<div><font color="#002060" face="Calibri">winClipboardProc - XOpenDisplay () returned and successfully opened the display.</font></div></span></font><br><br>To be quite honest, I *don't care* about running the setup routine, if I could get the printers installed another way - but the foomatic info that I've seen this server doesn't list a Sharp MX-503N, &amp; I haven't been able to find any other, compatible models that I could try.<br><br>I'd sure be grateful for any help/suggestions, etc.&nbsp; TIA.<br><br>T,.<br></div></body></html>