Re: _X11TransOpen: unable to find transport for tcp

2006-12-20 Thread Igor Peshansky
On Tue, 19 Dec 2006, J W wrote:

 I ran cygcheck xterm.exe and also cygcheck rxvt.exe.
 Neither reports any errors.

What is the exit code?

 [snip]
 and just for reference the error I receive is:

 ~# rxvt
 _X11TransOpen: Unable to find transport for tcp
 rxvt: can't open display 127.0.0.1:0.0

Make sure you have the symbolic links hosts, networks, services, and
(especially) protocols (those symlinks should have been created
automatically when you installed Cygwin).  Post the output of ls -l
/etc/{hosts,networks,services,protocols}.  /etc/protocols should contain
the following line:

tcp  6 TCP  # Transmission control protocol

If that is not your problem, please read and follow

 Problem reports:   http://cygwin.com/problems.html

HTH,
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED] | [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_Igor Peshansky, Ph.D. (name changed!)
 |,4-  ) )-,_. ,\ (  `'-'   old name: Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Freedom is just another word for nothing left to lose...  -- Janis Joplin

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: _X11TransOpen: unable to find transport for tcp

2006-12-19 Thread Holger Krull

J W schrieb:

Hi,

I am unable to start xterms, rxvts, emacs  in my
cygwin/X install. I receive the message

_X11TransOpen: unable to find transport for tcp
xterm Xt error: Can't open display: localhost:0


Don't use localhost. Try
export DISPLAY=127.0.0.1:0.0
instead.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: _X11TransOpen: unable to find transport for tcp

2006-12-19 Thread J W
Hi,

Hi,

 I am unable to start xterms, rxvts, emacs  in
my
 cygwin/X install. I receive the message


 _X11TransOpen: unable to find transport for tcp
 xterm Xt error: Can't open display: localhost:0

 Don't use localhost. Try
 export DISPLAY=127.0.0.1:0.0
 instead.

this does not work either. The problem does not appear
to lie with the proper setting of the DISPLAY
variable; I can launch things like xeyes. Rather it's
with the X11TransOpen error that occurs when I try to
run xterm or rxvt.

Juergen


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: _X11TransOpen: unable to find transport for tcp

2006-12-19 Thread Holger Krull

J W schrieb:

I am unable to start xterms, rxvts, emacs  in

my

cygwin/X install. I receive the message




_X11TransOpen: unable to find transport for tcp
xterm Xt error: Can't open display: localhost:0


variable; I can launch things like xeyes. Rather it's
with the X11TransOpen error that occurs when I try to
run xterm or rxvt.


How do you start Xwin? What does the log lock like?


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: _X11TransOpen: unable to find transport for tcp

2006-12-19 Thread Marco atzeri
Hi,

 I am unable to start xterms, rxvts, emacs  in
my
 cygwin/X install. I receive the message


 _X11TransOpen: unable to find transport for tcp
 xterm Xt error: Can't open display: localhost:0

 Don't use localhost. Try
 export DISPLAY=127.0.0.1:0.0
 instead.

this does not work either. The problem does not
appear
to lie with the proper setting of the DISPLAY
variable; I can launch things like xeyes. Rather it's
with the X11TransOpen error that occurs when I try to
run xterm or rxvt.

Juergen

I have found similar problems due to incomplete 
dependencies on some cygport package.

Check which library xterm needs 

cygcheck xterm.exe 

and if some cygport library in /usr/bin 
mask the standard library in /usr/X11/bin

if so, one solution and one workaround:
- find the missing cygport additional program
  and install it
- rename the library in /usr/bin

http://sourceforge.net/mailarchive/forum.php?thread_id=31242928forum_id=43555

Regards
Marco


__
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto 
spazio gratuito per i tuoi file e i messaggi 
http://mail.yahoo.it 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: _X11TransOpen: unable to find transport for tcp

2006-12-19 Thread J W
Hi, 

I run cygwin X with the supplied startxwin.bat. That
is the Xwin command is: 

run XWin -multiwindow -clipboard -silent-dup-error

But I found that it doesn't really matter, how I
launch XWin. In single window mode the problem also
occurs.

I ran cygcheck xterm.exe and also cygcheck rxvt.exe.
Neither reports any errors. All references are to
DLLs, for rxvt the output looks like so:

# cygcheck rxvt.exe
Found: C:\cygwin\bin\rxvt.exe
C:\cygwin\bin\rxvt.exe
  C:\cygwin\bin\cygwin1.dll
C:\WINDOWS\system32\ADVAPI32.DLL
C:\WINDOWS\system32\ntdll.dll
C:\WINDOWS\system32\KERNEL32.dll
C:\WINDOWS\system32\RPCRT4.dll
  C:\WINDOWS\system32\USER32.dll
C:\WINDOWS\system32\GDI32.dll

and just for reference the error I receive is:

~# rxvt
_X11TransOpen: Unable to find transport for tcp
rxvt: can't open display 127.0.0.1:0.0

Thanks for your help so far. Juergen


--- Marco atzeri wrote:

 Hi,
 
  I am unable to start xterms, rxvts, emacs 
 in
 my
  cygwin/X install. I receive the message
 
 
  _X11TransOpen: unable to find transport for tcp
  xterm Xt error: Can't open display: localhost:0
 
  Don't use localhost. Try
  export DISPLAY=127.0.0.1:0.0
  instead.
 
 this does not work either. The problem does not
 appear
 to lie with the proper setting of the DISPLAY
 variable; I can launch things like xeyes. Rather
 it's
 with the X11TransOpen error that occurs when I try
 to
 run xterm or rxvt.
 
 Juergen
 
 I have found similar problems due to incomplete 
 dependencies on some cygport package.
 
 Check which library xterm needs 
 
 cygcheck xterm.exe 
 
 and if some cygport library in /usr/bin 
 mask the standard library in /usr/X11/bin
 
 if so, one solution and one workaround:
 - find the missing cygport additional program
   and install it
 - rename the library in /usr/bin
 

http://sourceforge.net/mailarchive/forum.php?thread_id=31242928forum_id=43555
 
 Regards
 Marco
 
 
 __
 Do You Yahoo!?
 Poco spazio e tanto spam? Yahoo! Mail ti protegge
 dallo spam e ti da tanto spazio gratuito per i tuoi
 file e i messaggi 
 http://mail.yahoo.it 
 
 --
 Unsubscribe info: 
 http://cygwin.com/ml/#unsubscribe-simple
 Problem reports:  
 http://cygwin.com/problems.html
 Documentation: http://x.cygwin.com/docs/
 FAQ:   http://x.cygwin.com/docs/faq/
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



_X11TransOpen: unable to find transport for tcp

2006-12-18 Thread J W
Hi,

I am unable to start xterms, rxvts, emacs  in my
cygwin/X install. I receive the message

_X11TransOpen: unable to find transport for tcp
xterm Xt error: Can't open display: localhost:0

 when I start a cygwin bash shell, the X multiwindow
system, export the DISPLAY to localhost and then start
xterm. (xeyes will launch fine). I turned off the
windows firewall without any luck. This problem also
exists when I run cygwinX in single window mode.

I'm running windows XP with all the latest updates
installed and also the latest cygwin updates (although
my cygwin system has been installed for a few years
without a complete reinstall)

Any help would be greatly appreciated!
thanks Juergen

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/