RE: SSH X11 forwarding issues

2006-04-06 Thread Sterling Baker
I believe the use of '-X' has been depreciated. Try using '-Y' instead. Sterling -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip H. Schlesinger Sent: Wednesday, April 05, 2006 10:07 PM To: cygwin-xfree@cygwin.com Subject: SSH X11 forwarding

xclipboard

2006-04-06 Thread David
Hi, I have XWin 6.8.2.0-4 and am running on Windows2000 professional, starting it like this: XWin -multiplemonitors -clipboard -rootless -screen ... And, I am runing fvwm2 as the window manager, and a couple of xterms in it. So, I left mouse click to highlight some text, and hit CNTL-C to

Re: xclipboard

2006-04-06 Thread Thomas Dickey
On Thu, 6 Apr 2006, David wrote: Hi, I have XWin 6.8.2.0-4 and am running on Windows2000 professional, starting it like this: XWin -multiplemonitors -clipboard -rootless -screen ... And, I am runing fvwm2 as the window manager, and a couple of xterms in it. So, I left mouse click to

Re: SSH X11 forwarding issues

2006-04-06 Thread Philip H. Schlesinger
Hi Sterling. I checked the man page and -Y is just -X with less security: -X Enables X11 forwarding. This can also be specified on a per-host basis in a configuration file. X11 forwarding should be enabled with caution. Users with the ability to bypass file permissions on the remote

Re: SSH X11 forwarding issues (with verbose data)

2006-04-06 Thread Philip H. Schlesinger
I tried the -vvv mode and here's the screen capture: debug3: no such identity: /home/phil/.ssh/id_dsa debug2: we did not send a packet, disable method debug3: authmethod_lookup keyboard-interactive debug3: remaining preferred: password debug3: authmethod_is_enabled keyboard-interactive debug1:

Re: SSH X11 forwarding issues

2006-04-06 Thread Jack Tanner
-Y is really what you want. Aside from that, anything useful from -vv? What about the server logs? And /tmp/Xwin.log? And what do you mean by freezes? Philip H. Schlesinger wrote: Hi Sterling. I checked the man page and -Y is just -X with less security: -X Enables X11 forwarding. This

(n00b question) How does one activate the scrollbar in an xterm?

2006-04-06 Thread Philip H. Schlesinger
Hi all. I'm a *nix newbie. In M$ Windows, I can edit the properties of a console window and thus create a scrollback history. However, the xterms in Cygwin have no scrollbar. How does one activate the scrollbar and adjust the length of scrollback history? - Phil -- Unsubscribe info:

RE: (n00b question) How does one activate the scrollbar in an xterm?

2006-04-06 Thread Soong, SylokeJ
I have not done this with cygwin-x before, but I do it with my sun solaris. Create .Xdefaults at home directory if does not already exists. google or man xterm should tell you more. Enter/append lines similar to these: xterm*scrollBar: true xterm*saveLines: 4000 xterm*cursorColor: Red

Re: xclipboard

2006-04-06 Thread Reid Thompson
David wrote: Hi, I have XWin 6.8.2.0-4 and am running on Windows2000 professional, starting it like this: XWin -multiplemonitors -clipboard -rootless -screen ... And, I am runing fvwm2 as the window manager, and a couple of xterms in it. So, I left mouse click to highlight some text, and

Re: (n00b question) How does one activate the scrollbar in an xterm?

2006-04-06 Thread Reid Thompson
Soong, SylokeJ wrote: I have not done this with cygwin-x before, but I do it with my sun solaris. Create .Xdefaults at home directory if does not already exists. google or man xterm should tell you more. Enter/append lines similar to these: xterm*scrollBar: true xterm*saveLines: 4000

Re: SSH X11 forwarding issues

2006-04-06 Thread Philip H. Schlesinger
Hi Jack. See my other post at 9:19 am with the -vvv output. Freezes: I type my password, hit enter, and I don't get any additional output. -vvv says that things are being sent to /dev/null - Phil Jack Tanner wrote: -Y is really what you want. Aside from that, anything useful from -vv?

Re: (n00b question) How does one activate the scrollbar in an xterm?

2006-04-06 Thread Alexander J. Herrmann
Philip H. Schlesinger wrote: Hi all. I'm a *nix newbie. In M$ Windows, I can edit the properties of a console window and thus create a scrollback history. However, the xterms in Cygwin have no scrollbar. How does one activate the scrollbar and adjust the length of scrollback history?

Re: SSH X11 forwarding issues (with verbose data)

2006-04-06 Thread Jack Tanner
Philip H. Schlesinger wrote: I tried the -vvv mode and here's the screen capture: debug1: Authentication succeeded (keyboard-interactive). OK, good. You're authenticated after entering your password. debug2: x11_get_proto: /usr/X11R6/bin/xauth -f /tmp/ssh-zfHmWgkGRG/xauthfile generate

Client crashes under XWin -multiwindow

2006-04-06 Thread Fox, Michael
I have a client application that crashes under Xwin -multiwindow It works just fine if I use twm or any other window manager. I ran an xmonui | xmond on it and it seems that the trouble occurs when the client makes a GetGeometry request. -- Unsubscribe info:

Re: SSH X11 forwarding issues (with verbose data)

2006-04-06 Thread Philip H. Schlesinger
Jack Tanner wrote: debug2: x11_get_proto: /usr/X11R6/bin/xauth -f /tmp/ssh-zfHmWgkGRG/xauthfile generate 127.0.0.1:0.0 MIT-MAGIC-COOKIE-1 untrusted timeout 1200 2/dev/null 1) What do you get if you try that by command hand (sans the /dev/null redirection)? Not sure what you mean

Re: SSH X11 forwarding issues (with verbose data)

2006-04-06 Thread Jack Tanner
Philip H. Schlesinger wrote: Jack Tanner wrote: debug2: x11_get_proto: /usr/X11R6/bin/xauth -f /tmp/ssh-zfHmWgkGRG/xauthfile generate 127.0.0.1:0.0 MIT-MAGIC-COOKIE-1 untrusted timeout 1200 2/dev/null 1) What do you get if you try that by command hand (sans the /dev/null

RE: (n00b question) How does one activate the scrollbar in an xterm?

2006-04-06 Thread Soong, SylokeJ
I'm thinking that both .Xdefaults and xterm do not depend on the window mgr, so that .Xdefaults entries as well as xterm cmd options should function similarly on any x window mgr - at least when specifically about the xterm scroll history. Is its scroll history not controlled by xterm itself

RE: (n00b question) How does one activate the scrollbar in an xterm?

2006-04-06 Thread Thomas Dickey
On Thu, 6 Apr 2006, Soong, SylokeJ wrote: I'm thinking that both .Xdefaults and xterm do not depend on the window mgr, so that .Xdefaults entries as well as xterm cmd options should function similarly on any x window mgr - at least when specifically about the xterm scroll history. Is its

RE: (n00b question) How does one activate the scrollbar in an xterm?

2006-04-06 Thread Soong, SylokeJ
The little girl asked, When will the world end? The old man responded, When humans cease to exist. The old man added, However, the shell we inhabit might determine our length of days. The young man from askance joined in, xterm's not a shell. The little girl asked, When will humans cease to

Re: Scaleable fonts

2006-04-06 Thread Cary Jamison
John Rehill wrote: Am posting this here, due to the fact below that it was pointed out this is more a cygwin/x thing... So what is the purpose of the cygwin/x scaleable fonts? How exactly are they implemented into the running of cygwin cygwin/x? Thanks in advance Let's back up and look

Re: (n00b question) How does one activate the scrollbar in an xterm?

2006-04-06 Thread Philip H. Schlesinger
Thanks! That did it! :) - Phil Reid Thompson wrote: Soong, SylokeJ wrote: I have not done this with cygwin-x before, but I do it with my sun solaris. Create .Xdefaults at home directory if does not already exists. google or man xterm should tell you more. Enter/append lines similar to these:

Re: SSH X11 forwarding issues (with verbose data)

2006-04-06 Thread Philip H. Schlesinger
That appears to be something generated on the fly - and by the looks of it, on the remote computer, as that directory doesn't exist. - Phil Jack Tanner wrote: Philip H. Schlesinger wrote: Jack Tanner wrote: debug2: x11_get_proto: /usr/X11R6/bin/xauth -f /tmp/ssh-zfHmWgkGRG/xauthfile

Re: SSH X11 forwarding issues (with verbose data)

2006-04-06 Thread Jack Tanner
No, it should be on the local computer. Try this: run startxwin.bat, then open two xterms. In one, run the ssh -Y -vv ... command. When it freezes, in the other xterm try to run the xauth command by hand. By the way, I gave you the wrong command syntax below. That should've been $

RE: (n00b question) How does one activate the scrollbar in an xterm?

2006-04-06 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Thu, 6 Apr 2006, Soong, SylokeJ wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Thomas Dickey Sent: Thu, April 06, 2006 3:20 PM To: [EMAIL PROTECTED] http://cygwin.com/acronyms/#PCYMTNQREAIYR. Thanks.

Strange architecture under /etc/X11/

2006-04-06 Thread fergus
There seem to be 00s or even 000s of strangely configured links under /etc/X11/, all taking the form a - a. Often (always?) the link a - a is located in a directory called a. eg /etc/X11/rstart/commands/x11r6/x11r6 and any number under /etc/X11/xserver/ such as