Re: make of glib-2.6.4 fails

2005-05-25 Thread Franz Haeuslschmid
Gerrit P. Haase [EMAIL PROTECTED] writes: jose isaias cabrera wrote: Greetings! I am trying to build glib 2.6.4, since a package that I want to build requires it. the configure part went ok without errors. I'm trying to accomplish the same thing for an up-to-date version of cygwin. [...]

sshd and X

2005-05-25 Thread Jean-Claude Gervais
Hello, I've installed the Cygwin/X ssh daemon as a service under Windows 2000. It works fine. I can go sit at Linux box and ssh into the machine running Windows 2000. ssh -Y [EMAIL PROTECTED] Once I am logged in, I'd like to run an X11 application. For example

Re: sshd and X

2005-05-25 Thread Alexander Gottwald
On Wed, 25 May 2005, Jean-Claude Gervais wrote: ssh -Y [EMAIL PROTECTED] Once I am logged in, I'd like to run an X11 application. For example xcalc. If I execute xcalc, I get the following output $ xcalc Error: Can't open display: If I check the environment

Re: make of glib-2.6.4 fails

2005-05-25 Thread Franz Haeuslschmid
Franz Haeuslschmid [EMAIL PROTECTED] writes: Gerrit P. Haase [EMAIL PROTECTED] writes: [...] This was a libtool bug, which version of ltmain.sh is included in the sources? Try to upgrade the source tree with: autoreconf --install --force --verbose after you have the latest

Re: sshd and X

2005-05-25 Thread Jean-Claude Gervais
Thanks ago, I can't seem to change the settings in the config files. I am logged on to the machine a me/domain The user I am logged on as is in the W2K machine's Administrators group. But the config file is owned by SYSTEM and I can't seem to edit it.

Re: sshd and X

2005-05-25 Thread Alexander Gottwald
On Wed, 25 May 2005, Jean-Claude Gervais wrote: Thanks ago, I can't seem to change the settings in the config files. I am logged on to the machine a me/domain The user I am logged on as is in the W2K machine's Administrators group. But the config file is owned by

Re: sshd and X

2005-05-25 Thread Jean-Claude Gervais
ago, Are you sure the linux box id the problem? When I open an xterm on the linux box and type SET, I can see the DISPLAY variable is set correctly, and then if I use that xterm to ssh to any Linux host, I can run xcalc on the remote host and see the display locally on the

Re: sshd and X

2005-05-25 Thread Alexander Gottwald
On Wed, 25 May 2005, Jean-Claude Gervais wrote: ago, Are you sure the linux box id the problem? Sorry, I assumed you were connecting from cygwin to linux and not the other way. I can't seem to change the settings in the config files. I am logged on to the machine a

Re: sshd and X

2005-05-25 Thread Jean-Claude Gervais
Thanks, Ago. Using the instructions you provided, I was able to edit the file and enable X11Forwarding yes I've restarted the ssh daemon, but it still doesn,t work, the DISPLAY variable is still not set. One thing; I changed the file /etc/sshd_config NOT /etc/ssh/sshd_config There is

Double click speed in xwin

2005-05-25 Thread Brian Willis
I have a user who is using Cygwin in multiwin mode and connecting over ssh to a Linux box. The app he is running is looking for a double click, but he can't click fast enough for it. Is there a way to adjust the double click speed? Is that a setting of Cygwin or the xserver on the remote

Re: Double click speed in xwin

2005-05-25 Thread Alexander Gottwald
On Wed, 25 May 2005, Brian Willis wrote: I have a user who is using Cygwin in multiwin mode and connecting over ssh to a Linux box. The app he is running is looking for a double click, but he can't click fast enough for it. Is there a way to adjust the double click speed? Is that a

Re: sshd and X

2005-05-25 Thread Jean-Sebastien Trottier
Try using the -X switch as well: ssh -X -Y [EMAIL PROTECTED] If this works, then read man ssh_config to learn how to enable X11 forwarding by default on the client side. Cheers, Sebastien On Wed, May 25, 2005 at 10:07:40AM -0400, Jean-Claude Gervais wrote: Thanks, Ago. Using the

Re: Double click speed in xwin

2005-05-25 Thread Brian Willis
The only way I know the change the speed is in windowmaker. In the config tool is a double click setting. This may only be a windowmaker config setting though. Does that set the double click speed for windowmaker or for the xserver? Alexander Gottwald wrote: On Wed, 25 May 2005, Brian

Re: sshd and X

2005-05-25 Thread Jean-Claude Gervais
Thanks for trying, but it gives the same result. Maybe if I ask the question in a different way? Someone here MUST know this - How do you configure a Windows machine to receive ssh connections (done) and also run x applications and send the display back to the ssh client? Is there a how-to for

Re: sshd and X

2005-05-25 Thread Alexander Gottwald
On Wed, 25 May 2005, Jean-Claude Gervais wrote: Thanks for trying, but it gives the same result. Maybe if I ask the question in a different way? Someone here MUST know this - How do you configure a Windows machine to receive ssh connections (done) and also run x applications and send the

Re: sshd and X

2005-05-25 Thread Jean-Claude Gervais
Here's the output: [EMAIL PROTECTED] ~ $ ssh -v -Y neptune OpenSSH_4.0p1, OpenSSL 0.9.7g 11 Apr 2005 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting to neptune [192.168.1.10] port 22. debug1: Connection established. debug1: identity file /home/jcgervais/.ssh/identity

Re: sshd and X

2005-05-25 Thread Boaz Harrosh
Alexander Gottwald wrote: Maybe ssh -v -v -v wil give you a clue what is happening. Right!! try running sshd in a consul in the foreground. (Check what switch makes it run in the foreground (-d?)) Than see what prints you have. If this works it is not the end. SYSTEM user is different

Re: sshd and X

2005-05-25 Thread Jean-Claude Gervais
There is no trace after the X11 forwarding request. Should there be? If there should be, what does this tell us? On Wed, 2005-05-25 at 11:23 -0400, Jean-Claude Gervais wrote: debug1: Entering interactive session. debug1: Requesting X11 forwarding with authentication spoofing.

Re: sshd and X

2005-05-25 Thread Igor Pechtchanski
On Wed, 25 May 2005, Boaz Harrosh wrote: Alexander Gottwald wrote: Maybe ssh -v -v -v wil give you a clue what is happening. Right!! try running sshd in a consul in the foreground. (Check what switch makes it run in the foreground (-d?)) Both -D and -d do (Cygwin's ssh-host-config uses

`make install' of glib fails (was: make of glib-2.6.4 fails)

2005-05-25 Thread Franz Haeuslschmid
Franz Haeuslschmid [EMAIL PROTECTED] writes: Franz Haeuslschmid [EMAIL PROTECTED] writes: [... `configure' and `make' problem caused by missing library] It turned out, that I had to install `gtk-doc'. After having managed to actually make the latest version of glib, `make install' fails and

Good and light x browser for cygwin?

2005-05-25 Thread jose isaias cabrera
Greetings! Does cygwin comes with a light X browser? If not, is there one that I can quickly build with cygwin? thanks, josé

Re: sshd and X

2005-05-25 Thread Jean-Claude Gervais
OK, the machine hadn't rebooted, that was causing a problem. After reboot, the login responses have changed: error in locking authority file /cygdrive/y/jcgervais/.Xauthority [EMAIL PROTECTED] ~ $ ssh -Y neptune [EMAIL PROTECTED]'s password: Last login: Wed May 25 23:37:00 2005 from pluto

Re: sshd and X

2005-05-25 Thread Erich Dollansky
Hi, Jean-Claude Gervais wrote: Running an application gives a different error now also. [EMAIL PROTECTED] ~ $ xcalc X11 connection rejected because of wrong authentication. X connection to localhost:10.0 broken (explicit kill or server shutdown). you need to run xauth + at your machine plus