public inbox for cygwin-talk@cygwin.com
 help / color / mirror / Atom feed
* what changed?  can't run notepad from remote bash session anymore
@ 2006-04-27  1:45 David Wuertele
  2006-04-27  1:49 ` Christopher Faylor
  0 siblings, 1 reply; 2+ messages in thread
From: David Wuertele @ 2006-04-27  1:45 UTC (permalink / raw)
  To: cygwin-talk

[-- Attachment #1: Type: text/plain, Size: 910 bytes --]

When I ssh into one of my older cygwin hosts, I can run "notepad" on
the command line and it maps a window on that host's console.  But
when I ssh into a new cygwin install I made, when I run "notepad" I
can see that the process is created, but the window never maps.

This is true not only of notepad.  In fact, I couldn't care less about
notepad, but the IDE I get from my vendor has the same problem --- on
my new system, I can't cause it to properly run from a remote login.
On the host's console I can run Task Manager and I see that the IDE
(just like notepad) is running but the CPU usage is zero.  The window
is never mapped.  It is getting hung up as if it couldn't find a
display.

I checked my environment and I don't see anything that jumps out at
me.  I'm appending the result of printenv on the command line on the
host that works and on the host that is broken.  Any suggestions?

Thanks,
Dave


[-- Attachment #2: env.works --]
[-- Type: application/octet-stream, Size: 1516 bytes --]

ALLUSERSPROFILE=C:\Documents and Settings\All Users
COMMONPROGRAMFILES=C:\Program Files\Common Files
COMPUTERNAME=WINXPPRO-0000
COMSPEC=C:\WINDOWS\system32\cmd.exe
CVS_RSH=/bin/ssh
CYGWIN=ntsec
HOME=/home/Administrator
HOMEDRIVE=C:
HOMEPATH=\cygwin\home\Administrator
HOSTNAME=winxppro-0000
INFOPATH=/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:
LOGNAME=Administrator
LOGONSERVER=\\WINXPPRO-0000
MAIL=/var/spool/mail/Administrator
MAKE_MODE=unix
MANPATH=/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ssl/man:/usr/X11R6/man
NUMBER_OF_PROCESSORS=1
OLDPWD=/home/Administrator
OS=Windows_NT
PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/usr/bin:/bin
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 8, GenuineIntel
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=0208
PROGRAMFILES=C:\Program Files
PS1=# 
PWD=/home/Administrator
SHELL=/bin/bash
SHLVL=1
SSH_CLIENT=172.17.0.14 33544 22
SSH_CONNECTION=172.17.0.14 33544 172.17.0.11 22
SSH_TTY=/dev/tty0
SYSTEMDRIVE=C:
SYSTEMROOT=C:\WINDOWS
TEMP=/cygdrive/c/WINDOWS/TEMP
TERM=dumb
TEXMF={/usr/share/lilypond/2.2.0,/usr/share/texmf}
TMP=/cygdrive/c/WINDOWS/TEMP
TZ=PST8PST7,M4.1.0/2,M10.5.0/2
USER=Administrator
USERDOMAIN=WINXPPRO-0000
USERNAME=Administrator
WINDIR=C:\WINDOWS
_=/usr/bin/printenv

[-- Attachment #3: env.broken --]
[-- Type: application/octet-stream, Size: 1818 bytes --]

ALLUSERSPROFILE=C:\Documents and Settings\All Users
COLUMNS=110
COMMONPROGRAMFILES=C:\Program Files\Common Files
COMPUTERNAME=BUILDY
COMSPEC=C:\WINDOWS\system32\cmd.exe
CVS_RSH=/bin/ssh
CYGWIN=ntsec
EMACS=t
HOME=/home/HP_Administrator
HOMEDRIVE=C:
HOMEPATH=\cygwin\home\HP_Administrator
HOSTNAME=Buildy
INFOPATH=/usr/local/info:/usr/share/info:/usr/info:
LOGNAME=HP_Administrator
LOGONSERVER=\\BUILDY
MAIL=/var/spool/mail/HP_Administrator
MAKE_MODE=unix
MANPATH=/usr/X11R6/man:/usr/local/man:/usr/man:/usr/local/share/man:/usr/man/preformat:/var/qmail/man:/usr/share/man
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Python22:/cygdrive/c/Program Files/ATI Technologies/ATI Control Panel:/cygdrive/c/Program Files/Perforce:/usr/bin:/bin:/usr/lib/lapack
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig
PRINTER=Fax
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 39 Stepping 1, AuthenticAMD
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=2701
PROGRAMFILES=C:\Program Files
PS1=# 
PWD=/home/HP_Administrator
QMAKESPEC=/usr/lib/qt3/mkspecs/cygwin-g++
QTDIR=/usr/lib/qt3
SHELL=/bin/bash
SHLVL=2
SSH_CLIENT=172.17.14.150 43241 22
SSH_CONNECTION=172.17.14.150 43241 172.17.0.17 22
SSH_TTY=/dev/tty0
SYSTEMDRIVE=C:
SYSTEMROOT=C:\WINDOWS
TEMP=/cygdrive/c/WINDOWS/TEMP
TERM=dumb
TEXDOCVIEW_dvi=cygstart %s
TEXDOCVIEW_html=cygstart %s
TEXDOCVIEW_pdf=cygstart %s
TEXDOCVIEW_ps=cygstart %s
TEXDOCVIEW_txt=cygstart %s
TMP=/cygdrive/c/WINDOWS/TEMP
TZ=PST8PDT7,M4.1.0/2,M10.5.0/2
USER=HP_Administrator
USERDOMAIN=BUILDY
USERNAME=HP_Administrator
USERPROFILE=C:\Documents and Settings\HP_Administrator
WINDIR=C:\WINDOWS
_=/usr/bin/printenv

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: what changed?  can't run notepad from remote bash session anymore
  2006-04-27  1:45 what changed? can't run notepad from remote bash session anymore David Wuertele
@ 2006-04-27  1:49 ` Christopher Faylor
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Faylor @ 2006-04-27  1:49 UTC (permalink / raw)
  To: The Cygwin-Talk Maiming List

On Wed, Apr 26, 2006 at 06:14:01PM -0700, David Wuertele wrote:
>When I ssh into one of my older cygwin hosts, I can run "notepad" on
>the command line and it maps a window on that host's console.  But
>when I ssh into a new cygwin install I made, when I run "notepad" I
>can see that the process is created, but the window never maps.
>
>This is true not only of notepad.  In fact, I couldn't care less about
>notepad, but the IDE I get from my vendor has the same problem --- on
>my new system, I can't cause it to properly run from a remote login.
>On the host's console I can run Task Manager and I see that the IDE
>(just like notepad) is running but the CPU usage is zero.  The window
>is never mapped.  It is getting hung up as if it couldn't find a
>display.
>
>I checked my environment and I don't see anything that jumps out at
>me.  I'm appending the result of printenv on the command line on the
>host that works and on the host that is broken.  Any suggestions?

My #1 suggestion would be to go back to http://cygwin.com/lists.html
and to stare hard at the description for this mailing list and see
if anything jumps out at you.

cgf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-27  1:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-27  1:45 what changed? can't run notepad from remote bash session anymore David Wuertele
2006-04-27  1:49 ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).