Re: Launch APP over SSH

2006-04-24 Thread mwoehlke
Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Wesley Smith on 4/21/2006 1:59 PM: PS I also get the message WARNING: terminal is not fully functional . How do I get rid of this? Usually, this is an indication that the remote machine does not have a termcap/term

Re: Launch APP over SSH

2006-04-22 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Wesley Smith on 4/21/2006 1:59 PM: > PS > > I also get the message WARNING: terminal is not fully functional . > How do I get rid of this? Usually, this is an indication that the remote machine does not have a termcap/terminfo database

Re: Launch APP over SSH

2006-04-21 Thread René Berber
Wesley Smith wrote: > I don't want to use it, I just want to have it run. Can't I just > launch it? I don't need to interact with it at all. Only if the application allows it, i.e. has a mode that does not need to interact with the window manager, something like "run in the background". Also i

Re: Launch APP over SSH

2006-04-21 Thread mwoehlke
http://cygwin.com/acronyms/#TOFU Wesley Smith wrote: I'm trying to run a program called MaxMSP. [snip] Even though I won't be graphically interating with it, I still want to be able to launch it this way. One really cheap way would be to write an app that sits around and waits for a message t

Re: Launch APP over SSH

2006-04-21 Thread Wesley Smith
I don't want to use it, I just want to have it run. Can't I just launch it? I don't need to interact with it at all. wes On 4/21/06, René Berber <[EMAIL PROTECTED]> wrote: > Wesley Smith wrote: > > > I've been reading previous posts on this topic, but I haven;t been > > able to get cygwin to do

Re: Launch APP over SSH

2006-04-21 Thread René Berber
Wesley Smith wrote: > I've been reading previous posts on this topic, but I haven;t been > able to get cygwin to do what I need. I tried: > > $ cygstart notepad > > from a remote SSH login and nothing happened. > > Then, I tried the same command from the Cygwin shell on that computer > and it

Re: Launch APP over SSH

2006-04-21 Thread Wesley Smith
PS I also get the message WARNING: terminal is not fully functional . How do I get rid of this? thanks, wes -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Launch APP over SSH

2006-04-21 Thread Wesley Smith
So here's the scenario... I'm trying to run a program called MaxMSP. It does all kinds of great things like networking, video processing, audio processing etc. I'm trying to setup a remote machine that captures video from a firewire camera and transmits it over the network to the machine in the

Re: Launch APP over SSH

2006-04-21 Thread mwoehlke
Wesley Smith wrote: I've been reading previous posts on this topic, but I haven;t been able to get cygwin to do what I need. I tried: $ cygstart notepad from a remote SSH login and nothing happened. If you'll pardon a stupid question, why would you want to do such a thing? (Or, "what good w

Launch APP over SSH

2006-04-21 Thread Wesley Smith
Hi, I've been reading previous posts on this topic, but I haven;t been able to get cygwin to do what I need. I tried: $ cygstart notepad from a remote SSH login and nothing happened. Then, I tried the same command from the Cygwin shell on that computer and it worked. How can I get it to work r