Hi all My script works well on the PCs in our Lab on campus but doesn't at home (Roadrunner). Here is the script, named xg
~~~~~~~~~~ #!/bin/bash TERM=vt100 export TERM XWin.exe -query unix_sys_IP -from IP_working_on ~~~~~~~~~~~~ When i run this script, i only changed 'IP_working_on', nothing else. Below is the response when it is run at home (it took long time to finish): $ . xg ddxProcessArgument () ddxProcessArgument () _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root winDetectSupportedEngines () - Windows NT/2000 winDetectSupportedEngines () - DirectDraw installed winDetectSupportedEngines () - Allowing PrimaryDD winDetectSupportedEngines () - DirectDraw4 installed winDetectSupportedEngines () - Returning, supported engines 0000001f winSetEngine () - Using Shadow DirectDraw NonLocking winAdjustVideoModeShadowDDNL () - Using Windows display depth of 16 bits per pix el winCreateBoundingWindowWindowed () - WindowClient w 794 h 546 r 794 l 0 b 546 t 0 winAllocateFBShadowDDNL () - lPitch: 1588 winInitVisualsShadowDDNL () - Masks 0000f800 000007e0 0000001f BPRGB 6 d 16 winCreateDefColormap () - Deferring to fbCreateDefColormap () winCloseScreenShadowDDNL () - Freeing screen resources winDetectSupportedEngines () - Windows NT/2000 winDetectSupportedEngines () - DirectDraw installed winDetectSupportedEngines () - Allowing PrimaryDD winDetectSupportedEngines () - DirectDraw4 installed winDetectSupportedEngines () - Returning, supported engines 0000001f winSetEngine () - Using Shadow DirectDraw NonLocking winCreateBoundingWindowWindowed () - WindowClient w 794 h 546 r 794 l 0 b 546 t 0 winAllocateFBShadowDDNL () - lPitch: 1588 winInitVisualsShadowDDNL () - Masks 0000f800 000007e0 0000001f BPRGB 6 d 16 winCreateDefColormap () - Deferring to fbCreateDefColormap () XDM: too many retransmissions XDM: too many retransmissions XDM: too many retransmissions XDM: too many retransmissions Fatal server error: XDMCP fatal error: Session failed Session 430752026 failed for display dhcp065-0 25-142-146.columbus.rr.com:0: Cannot open display Administrator@ALLELUJA /cygdrive/d $
