Re: Invoking GUI programs over SSH

2011-10-18 Thread Larry Hall (Cygwin)
On 10/14/2011 7:43 PM, Quang Ong wrote: I found this previous discussion about this issue, but it doesn't appear to work or maybe someone can elaborate on this issue. http://cygwin.com/ml/cygwin/2011-01/msg00211.html I'm trying to do the same thing, launch a GUI app over SSH on the server, not

Invoking GUI programs over SSH

2011-10-14 Thread Quang Ong
I found this previous discussion about this issue, but it doesn't appear to work or maybe someone can elaborate on this issue. http://cygwin.com/ml/cygwin/2011-01/msg00211.html I'm trying to do the same thing, launch a GUI app over SSH on the server, not sending the display back to the ssh

Re: Invoking GUI programs over SSH

2011-01-23 Thread Andrew DeFaria
On 01/22/2011 04:01 PM, Csaba Raduly wrote: On Sat, Jan 22, 2011 at 3:21 PM, Andrew DeFaria wrote: Software that *requires* CRLF should be taken out an shot! You mean like every FTP server and client ? : Do FTP servers and clients *require* CRLF's or do they simply deal with and handle

Re: Invoking GUI programs over SSH

2011-01-23 Thread Csaba Raduly
On Sun, Jan 23, 2011 at 2:43 PM, Andrew DeFaria wrote:  On 01/22/2011 04:01 PM, Csaba Raduly wrote: On Sat, Jan 22, 2011 at 3:21 PM, Andrew DeFaria  wrote: Software that *requires* CRLF should be taken out an shot! You mean like every FTP server and client ? : Do FTP servers and clients

Re: Invoking GUI programs over SSH

2011-01-22 Thread Michael Lutz
Am 22.01.2011 03:01 schrieb David Antliff: I do want to have CRLF endings in my files, because merge tools like kdiff3 (on Windows) require CRLF files. We could live without kdiff3, however changing this setting down the track is a harder problem to solve than using 'set -o igncr'. All sorts

Re: Invoking GUI programs over SSH

2011-01-22 Thread Andrew DeFaria
On 01/22/2011 08:29 AM, Michael Lutz wrote: Well, if you use both software that requires CRLF (though kdiff3 in my experience doesn't) and software that requires LF (bash) on the same files, there isn't much git can do to solve that conflict. Software that *requires* CRLF should be taken out

Re: Invoking GUI programs over SSH

2011-01-22 Thread Csaba Raduly
On Sat, Jan 22, 2011 at 3:21 PM, Andrew DeFaria wrote: Software that *requires* CRLF should be taken out an shot! You mean like every FTP server and client ? :) -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ Life is complex, with real and imaginary parts. Ok, it boots.

Re: Invoking GUI programs over SSH

2011-01-22 Thread David Antliff
On Sun, Jan 23, 2011 at 02:29, Michael Lutz wrote: If it's a different set of files though (i.e. LF for .sh files, CRLF for source code or whatever), you might benefit from switching to the newer core.eol mechanism, which allows to override the line endings for individual files through

Re: Invoking GUI programs over SSH

2011-01-21 Thread Thorsten Kampe
* David Antliff (Fri, 21 Jan 2011 08:47:02 +1300) On Thu, Jan 20, 2011 at 20:06, Thorsten Kampe wrote: * David Antliff (Thu, 20 Jan 2011 18:31:25 +1300) Actually there is one outstanding issue with this Hudson slaves over SSH issue - due to the inability for Cygwin's bash to run scripts

Re: Invoking GUI programs over SSH

2011-01-21 Thread David Antliff
On Sat, Jan 22, 2011 at 00:37, Thorsten Kampe wrote: * David Antliff (Fri, 21 Jan 2011 08:47:02 +1300) Yes, that would work, but it's not quite that simple - git clones files in CRLF format, with the autocrlf option set. I don't see the connection to git. Shell scripts should have LF endings.

Re: Invoking GUI programs over SSH

2011-01-21 Thread Michael Lutz
Am 21.01.2011 13:06 schrieb David Antliff: I suppose it's a bug with git then, since it produces CRLF files on check-out (even if they were checked in as LF), [...] Seems more like a documentation misunderstanding to me: | core.autocrlf | | Setting this variable to true is almost the same as

Re: Invoking GUI programs over SSH

2011-01-21 Thread David Antliff
On Sat, Jan 22, 2011 at 03:03, Michael Lutz wrote: Am 21.01.2011 13:06 schrieb David Antliff: I suppose it's a bug with git then, since it produces CRLF files on check-out (even if they were checked in as LF), [...] Seems more like a documentation misunderstanding to me: | core.autocrlf |

Re: Invoking GUI programs over SSH

2011-01-20 Thread David Antliff
On Thu, Jan 20, 2011 at 20:06, Thorsten Kampe wrote: * David Antliff (Thu, 20 Jan 2011 18:31:25 +1300) Actually there is one outstanding issue with this Hudson slaves over SSH issue - due to the inability for Cygwin's bash to run scripts with DOS line endings, we've had to use SHELLOPTS=igncr

Re: Invoking GUI programs over SSH

2011-01-20 Thread Eric Blake
On 01/20/2011 12:47 PM, David Antliff wrote: On Thu, Jan 20, 2011 at 20:06, Thorsten Kampe wrote: * David Antliff (Thu, 20 Jan 2011 18:31:25 +1300) Actually there is one outstanding issue with this Hudson slaves over SSH issue - due to the inability for Cygwin's bash to run scripts with DOS

Re: Invoking GUI programs over SSH

2011-01-20 Thread David Antliff
On Fri, Jan 21, 2011 at 08:59, Eric Blake wrote: On 01/20/2011 12:47 PM, David Antliff wrote: On Thu, Jan 20, 2011 at 20:06, Thorsten Kampe wrote: * David Antliff (Thu, 20 Jan 2011 18:31:25 +1300) Actually there is one outstanding issue with this Hudson slaves over SSH issue - due to the

Re: Invoking GUI programs over SSH

2011-01-19 Thread Thorsten Kampe
* David Antliff (Wed, 19 Jan 2011 11:59:39 +1300) Jeremy: thank you also - ProcessMonitor is very useful, and I'm using it to compare the behaviour of the working (local) and non-working (over SSH) instances. It's going to take me some time to sift though them, but there are big differences:

Re: Invoking GUI programs over SSH

2011-01-19 Thread David Antliff
On Wed, Jan 19, 2011 at 21:30, Thorsten Kampe wrote: I don't think anyone will do that unless you provide the logs in native (PML) format. Ok, I can do that - I posted them as CSV as I thought they'd be easier to read/diff and I wasn't sure if I should attach a file here. So should I attach

Re: Invoking GUI programs over SSH

2011-01-19 Thread Thorsten Kampe
* David Antliff (Wed, 19 Jan 2011 23:27:36 +1300) On Wed, Jan 19, 2011 at 21:30, Thorsten Kampe wrote: I don't think anyone will do that unless you provide the logs in native (PML) format. Ok, I can do that - I posted them as CSV as I thought they'd be easier to read/diff and I wasn't

Re: Invoking GUI programs over SSH

2011-01-19 Thread marco atzeri
On Wed, Jan 19, 2011 at 1:34 PM, Thorsten Kampe wrote: * David Antliff (Wed, 19 Jan 2011 23:27:36 +1300) On Wed, Jan 19, 2011 at 21:30, Thorsten Kampe wrote: I don't think anyone will do that unless you provide the logs in native (PML) format. Ok, I can do that - I posted them as CSV as I

Re: Invoking GUI programs over SSH

2011-01-19 Thread Christopher Faylor
On Wed, Jan 19, 2011 at 01:45:02PM +0100, marco atzeri wrote: On Wed, Jan 19, 2011 at 1:34 PM, Thorsten Kampe wrote: * David Antliff (Wed, 19 Jan 2011 23:27:36 +1300) On Wed, Jan 19, 2011 at 21:30, Thorsten Kampe wrote: I don't think anyone will do that unless you provide the logs in native

Re: Invoking GUI programs over SSH

2011-01-19 Thread David Antliff
On Thu, Jan 20, 2011 at 04:59, Christopher Faylor wrote: On Wed, Jan 19, 2011 at 01:45:02PM +0100, marco atzeri wrote: On Wed, Jan 19, 2011 at 1:34 PM, Thorsten Kampe  wrote: * David Antliff (Wed, 19 Jan 2011 23:27:36 +1300) On Wed, Jan 19, 2011 at 21:30, Thorsten Kampe wrote: I don't think

Re: Invoking GUI programs over SSH

2011-01-19 Thread David Antliff
On Wed, Jan 19, 2011 at 1:34 PM, Thorsten Kampe  wrote: * David Antliff (Wed, 19 Jan 2011 23:27:36 +1300) On Wed, Jan 19, 2011 at 21:30, Thorsten Kampe wrote: I don't think anyone will do that unless you provide the logs in native (PML) format. Ok, I can do that - I posted them as CSV as I

Re: Invoking GUI programs over SSH

2011-01-19 Thread David Antliff
On Thu, Jan 20, 2011 at 13:06, David Antliff wrote: I haven't tried Cyrille's suggestion yet (but will) Ok, an update - I've managed to solve this problem - the vendor informed me (indirectly) that the error I was seeing was due to the access of files in c:\lsc_env - turns out I hadn't ensured

Re: Invoking GUI programs over SSH

2011-01-19 Thread David Antliff
On Thu, Jan 20, 2011 at 16:28, David Antliff wrote: Ok, an update - I've managed to solve this problem - the vendor informed me (indirectly) that the error I was seeing was due to the access of files in c:\lsc_env - turns out I hadn't ensured that the LSC_INI_PATH environment variable was set

Re: Invoking GUI programs over SSH

2011-01-19 Thread Thorsten Kampe
* David Antliff (Thu, 20 Jan 2011 18:31:25 +1300) On Thu, Jan 20, 2011 at 16:28, David Antliff wrote: Ok, an update - I've managed to solve this problem - the vendor informed me (indirectly) that the error I was seeing was due to the access of files in c:\lsc_env - turns out I hadn't

Re: Invoking GUI programs over SSH

2011-01-18 Thread Thorsten Kampe
* David Antliff (Tue, 18 Jan 2011 13:13:22 +1300) On Tue, Jan 18, 2011 at 12:06, David Antliff wrote: On Tue, Jan 18, 2011 at 11:06, Jeremy Bopp wrote: I've also tried running the sshd service as the same user currently logged in [snip] people are discouraged from attempting it and then

Re: Invoking GUI programs over SSH

2011-01-18 Thread David Antliff
On Tue, Jan 18, 2011 at 22:52, Thorsten Kampe wrote: * David Antliff (Tue, 18 Jan 2011 13:13:22 +1300) Along these lines, I was wondering if anyone knows how to run the Cygwin SSH daemon manually, rather than as a service? On Linux one can just run sshd from the command line, specifying an

Re: Invoking GUI programs over SSH

2011-01-18 Thread Cyrille Lefevre
Le 17/01/2011 22:46, David Antliff a écrit : I just tried this - in fact I used the AdministrativeTools/Services applet to set the Cygwin SSHD service to Allow service to interact with desktop. This actually had a useful effect - I can now start 'notepad' or 'calc' and I see the process appear

Invoking GUI programs over SSH

2011-01-17 Thread David Antliff
Hello, I've found this thread so far: http://cygwin.com/ml/cygwin/2010-07/msg6.html It's related to what I am trying to do, but I'd like to get confirmation that what I am attempting is impossible, or not. Essentially I have a seemingly command-line based FPGA synthesis tool (a compiler if

Re: Invoking GUI programs over SSH

2011-01-17 Thread Jeremy Bopp
On 1/17/2011 3:20 PM, David Antliff wrote: Hello, I've found this thread so far: http://cygwin.com/ml/cygwin/2010-07/msg6.html It's related to what I am trying to do, but I'd like to get confirmation that what I am attempting is impossible, or not. Essentially I have a seemingly

Re: Invoking GUI programs over SSH

2011-01-17 Thread David Antliff
On Tue, Jan 18, 2011 at 10:34, Jeremy Bopp wrote: On 1/17/2011 3:20 PM, David Antliff wrote: Essentially I have a seemingly command-line based FPGA synthesis tool (a compiler if you prefer) called Synplify Pro. Unfortunately it is not truly command-line, but does some sort of GUI-related

Re: Invoking GUI programs over SSH

2011-01-17 Thread Jeremy Bopp
On 1/17/2011 3:46 PM, David Antliff wrote: I just tried this - in fact I used the AdministrativeTools/Services applet to set the Cygwin SSHD service to Allow service to interact with desktop. This actually had a useful effect - I can now start 'notepad' or 'calc' and I see the process appear

Re: Invoking GUI programs over SSH

2011-01-17 Thread David Antliff
On Tue, Jan 18, 2011 at 11:06, Jeremy Bopp wrote: On 1/17/2011 3:46 PM, David Antliff wrote: However, unfortunately, I still get the same error from Synplify Pro. I wonder if it's looking for more than just GUI services? Yeah, the error message you described originally didn't sound like a

Re: Invoking GUI programs over SSH

2011-01-17 Thread David Antliff
On Tue, Jan 18, 2011 at 12:06, David Antliff wrote: On Tue, Jan 18, 2011 at 11:06, Jeremy Bopp wrote: I've also tried running the sshd service as the same user currently logged in [snip] people are discouraged from attempting it and then asking for help Along these lines, I was wondering if

Re: Invoking GUI programs over SSH

2011-01-17 Thread Larry Hall (Cygwin)
On 1/17/2011 7:13 PM, David Antliff wrote: On Tue, Jan 18, 2011 at 12:06, David Antliff wrote: On Tue, Jan 18, 2011 at 11:06, Jeremy Bopp wrote: I've also tried running the sshd service as the same user currently logged in [snip] people are discouraged from attempting it and then asking for

Re: Invoking GUI programs over SSH

2011-01-17 Thread David Antliff
On Tue, Jan 18, 2011 at 13:19, Larry Hall (Cygwin) wrote: On 1/17/2011 7:13 PM, David Antliff wrote: Along these lines, I was wondering if anyone knows how to run the Cygwin SSH daemon manually, rather than as a service? On Linux one can just run sshd from the command line, specifying an

Re: Invoking GUI programs over SSH

2011-01-17 Thread Jeremy Bopp
On 01/17/2011 05:06 PM, David Antliff wrote: On Tue, Jan 18, 2011 at 11:06, Jeremy Bopp wrote: Is it possible that Synplify Pro is attempting to access some network resource or a special dongle for verifying its registration or something similar? There's no dongle but there is a license