unable to use x forwading from cygwin shell

2008-07-30 Thread mnedai
1. installed cygwin on xp sp2 2. started shell 3. ssh -Y -p 22 [EMAIL PROTECTED] 4. export DISPLAY=localhost:0.0 5. no error (just exit code) application did not start 6. $ net helpmsg 53 The network path was not found. 7. run cygcheck -s -v -r cygcheck.out

Re: unable to use x forwading from cygwin shell

2008-07-30 Thread Larry Hall (Cygwin X)
mnedai wrote: 1. installed cygwin on xp sp2 2. started shell 3. ssh -Y -p 22 [EMAIL PROTECTED] 4. export DISPLAY=localhost:0.0 Don't do this. 'ssh -X' and 'ssh -Y' set DISPLAY properly if the X-server is running on your local system. 5. no error (just exit

Re: unable to use x forwading from cygwin shell

2008-07-30 Thread mnedai
Larry, thanks a lot. I read your answers to the other similar posting, and this is the reason I collected the information below. I'm trying to figure out how to map dlls to the packages, but this is what what I got when runnning: [EMAIL PROTECTED] ~ $ cygcheck ssh Found: C:\cygwin\bin\ssh.exe

Re: unable to use x forwading from cygwin shell

2008-07-30 Thread mnedai
other thing, I use yout method and set up DISPLAY on my local xserver: $ ssh -X -p 22 [EMAIL PROTECTED] [EMAIL PROTECTED]'s password: Warning: No xauth data; using fake authentication data for X11 forwarding. Last login: Tue Jul 29 14:44:10 2008 from ciber-2863399a4.dcciber.com

Re: unable to use x forwading from cygwin shell

2008-07-30 Thread Larry Hall (Cygwin X)
mnedai wrote: other thing, I use yout method and set up DISPLAY on my local xserver: $ ssh -X -p 22 [EMAIL PROTECTED] [EMAIL PROTECTED]'s password: Warning: No xauth data; using fake authentication data for X11 forwarding. Last login: Tue Jul 29 14:44:10 2008 from ciber-2863399a4.dcciber.com

Re: unable to use x forwading from cygwin shell

2008-07-30 Thread Sylvain RICHARD
mnedai wrote: other thing, I use yout method and set up DISPLAY on my local xserver: $ ssh -X -p 22 [EMAIL PROTECTED] [EMAIL PROTECTED]'s password: Warning: No xauth data; using fake authentication data for X11 forwarding. Last login: Tue Jul 29 14:44:10 2008 from ciber-2863399a4.dcciber.com

Re: unable to use x forwading from cygwin shell

2008-07-30 Thread mnedai
I've installed all the x packages again. xterm and xclock from the bash cygwin gviving error: $ Error: Can't open display: localhost:10.0 [1]+ Exit 1 xclock Sylvain RICHARD-2 wrote: mnedai wrote: other thing, I use yout method and set up DISPLAY on my local xserver: $

Re: unable to use x forwading from cygwin shell

2008-07-30 Thread Larry Hall (Cygwin X)
On 07/30/2008, mnedai wrote: I've installed all the x packages again. xterm and xclock from the bash cygwin gviving error: $ Error: Can't open display: localhost:10.0 [1]+ Exit 1 xclock Again, I think the question is, have you started the Cygwin-X server? Without it running on your local

Re: unable to use x forwading from cygwin shell

2008-07-30 Thread mnedai
Larry, thanks a lot, you saved my time. It's working now. - Michael Larry Hall (Cygwin X) wrote: On 07/30/2008, mnedai wrote: I've installed all the x packages again. xterm and xclock from the bash cygwin gviving error: $ Error: Can't open display: localhost:10.0 [1]+ Exit 1 xclock