RE: remote usage of cygwin via microsoft telnet services

2004-11-10 Thread Bobby McNulty
Reading this reminded me of some. Disable telenet.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Rearick, Gabriele
Sent: Wednesday, November 10, 2004 3:05 PM
To: Rearick, Gabriele; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: remote usage of cygwin via microsoft telnet services




not sure if this is the right mailing list:

Hi,
I am appreciating you sharing your input and experience regarding the
following questions.
I am currently using Microsoft telnet server and then execute cygwin.bat to
start bash to build applications within cygwin.
so, I am telneting INTO the Windows2003 server.
Since this kind of remote access results in messy output due to
dtterm/telnet and bash settings for which I have not found a solution yet, I
am writing to you.
I am looking for a solution to un-screwup bash via Microsoft windows telnet
server or other products.

Which LF/CR and other settings enable proper output?

I have also tried to use ReflexionX to get into the Windows2003 server, with
no result.

Locally (sitting directly at the Windows2003 server) I can either start
normal bash shell or start rxvt, but that window doesn't get thru
to my other PC (at home or work). 

does anyone know if Interix telnet server (from Microsoft services for Unix)
workes better with bash?

thanks in advance

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/





RE: remote usage of cygwin via microsoft telnet services

2004-11-10 Thread Rearick, Gabriele
how else other than telnet would you suggest to login to that machine, then?


-Original Message-
From: Bobby McNulty [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 10, 2004 2:31 PM
To: Rearick, Gabriele; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: remote usage of cygwin via microsoft telnet services

Reading this reminded me of some. Disable telenet.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Rearick, Gabriele
Sent: Wednesday, November 10, 2004 3:05 PM
To: Rearick, Gabriele; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: remote usage of cygwin via microsoft telnet services




not sure if this is the right mailing list:

Hi,
I am appreciating you sharing your input and experience regarding the
following questions.
I am currently using Microsoft telnet server and then execute cygwin.bat to
start bash to build applications within cygwin.
so, I am telneting INTO the Windows2003 server.
Since this kind of remote access results in messy output due to
dtterm/telnet and bash settings for which I have not found a solution yet, I
am writing to you.
I am looking for a solution to un-screwup bash via Microsoft windows telnet
server or other products.

Which LF/CR and other settings enable proper output?

I have also tried to use ReflexionX to get into the Windows2003 server, with
no result.

Locally (sitting directly at the Windows2003 server) I can either start
normal bash shell or start rxvt, but that window doesn't get thru
to my other PC (at home or work). 

does anyone know if Interix telnet server (from Microsoft services for Unix)
workes better with bash?

thanks in advance

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/





Re: remote usage of cygwin via microsoft telnet services

2004-11-10 Thread Christopher Faylor
On Wed, Nov 10, 2004 at 05:01:01PM -0500, Rearick, Gabriele wrote:
how else other than telnet would you suggest to login to that machine,
then?

Please remove cygwin-xfree from any future responses.

This has nothing to do with X on Cygwin.

cgf


RE: remote usage of cygwin via microsoft telnet services

2004-11-10 Thread Bobby McNulty
Reading this reminded me of some. Disable telenet.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Rearick, Gabriele
Sent: Wednesday, November 10, 2004 3:05 PM
To: Rearick, Gabriele; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: remote usage of cygwin via microsoft telnet services




not sure if this is the right mailing list:

Hi,
I am appreciating you sharing your input and experience regarding the
following questions.
I am currently using Microsoft telnet server and then execute cygwin.bat to
start bash to build applications within cygwin.
so, I am telneting INTO the Windows2003 server.
Since this kind of remote access results in messy output due to
dtterm/telnet and bash settings for which I have not found a solution yet, I
am writing to you.
I am looking for a solution to un-screwup bash via Microsoft windows telnet
server or other products.

Which LF/CR and other settings enable proper output?

I have also tried to use ReflexionX to get into the Windows2003 server, with
no result.

Locally (sitting directly at the Windows2003 server) I can either start
normal bash shell or start rxvt, but that window doesn't get thru
to my other PC (at home or work). 

does anyone know if Interix telnet server (from Microsoft services for Unix)
workes better with bash?

thanks in advance

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: remote usage of cygwin via microsoft telnet services

2004-11-10 Thread Brian Dessent
Rearick, Gabriele wrote:

 I am looking for a solution to un-screwup bash via Microsoft windows telnet 
 server or other products.

Don't use telnet.  Use ssh.  Cygwin's sshd is fully functional.  If you
must use telnet then use Cygwin's inetd.

 Locally (sitting directly at the Windows2003 server) I can either start 
 normal bash shell or start rxvt, but that window doesn't get thru
 to my other PC (at home or work).

If you want to use X apps remotely you need to be running an X server on
the remote machine and have your DISPLAY environment variable set.  The
latter is taken care of for you if you use ssh with the -X option.  Go
read any faq about X Windows.  And this applies to X apps only, not
native windows apps.

Brian

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: remote usage of cygwin via microsoft telnet services

2004-11-10 Thread Rearick, Gabriele
how else other than telnet would you suggest to login to that machine, then?


-Original Message-
From: Bobby McNulty [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 10, 2004 2:31 PM
To: Rearick, Gabriele; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: remote usage of cygwin via microsoft telnet services

Reading this reminded me of some. Disable telenet.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Rearick, Gabriele
Sent: Wednesday, November 10, 2004 3:05 PM
To: Rearick, Gabriele; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: remote usage of cygwin via microsoft telnet services




not sure if this is the right mailing list:

Hi,
I am appreciating you sharing your input and experience regarding the
following questions.
I am currently using Microsoft telnet server and then execute cygwin.bat to
start bash to build applications within cygwin.
so, I am telneting INTO the Windows2003 server.
Since this kind of remote access results in messy output due to
dtterm/telnet and bash settings for which I have not found a solution yet, I
am writing to you.
I am looking for a solution to un-screwup bash via Microsoft windows telnet
server or other products.

Which LF/CR and other settings enable proper output?

I have also tried to use ReflexionX to get into the Windows2003 server, with
no result.

Locally (sitting directly at the Windows2003 server) I can either start
normal bash shell or start rxvt, but that window doesn't get thru
to my other PC (at home or work). 

does anyone know if Interix telnet server (from Microsoft services for Unix)
workes better with bash?

thanks in advance

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: remote usage of cygwin via microsoft telnet services

2004-11-10 Thread Christopher Faylor
On Wed, Nov 10, 2004 at 05:01:01PM -0500, Rearick, Gabriele wrote:
how else other than telnet would you suggest to login to that machine,
then?

Please remove cygwin-xfree from any future responses.

This has nothing to do with X on Cygwin.

cgf

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/