public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* trying to get telnetd working
@ 1997-09-23 14:50 Gregg Jensen
  1997-09-23 19:05 ` Jon Maltz
  1997-09-24  0:58 ` Andy Piper
  0 siblings, 2 replies; 5+ messages in thread
From: Gregg Jensen @ 1997-09-23 14:50 UTC (permalink / raw)
  To: gnu-win32

I have NT4.0 SP1 and the latest coolview and remote tar files
that are available on Sergey's site.  I have also gone through
the archives of the mailing list (well at least July, August and
September).  I have followed the steps that were outlined in 
Jerome Gay's post on Wed, 13 Aug 1997 and made the changes as
necessary to my account so I can run it from a shell (I also
have it configured as a service using srvany).  When I try to
telnet to my box (either from another box or even my box) I get:

PROMPT> telnet mybox
Trying XXX.XXX.XXX.XXX...
Connected to mybox.network.com.
Escape character is '^]'.
telnetd: All network ports in use.
Connection closed by foreign host.

What is the problem with "All network ports in use".  I tried to 
use the system account, but when the login.exe executed it met with
many exception errors and died (probably because the environment wasn't
set up for that account...I would rather run under my account if
possible).  Any help would be appreciated.

Gregg Jensen
greggj@savvis.com

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: trying to get telnetd working
  1997-09-23 14:50 trying to get telnetd working Gregg Jensen
@ 1997-09-23 19:05 ` Jon Maltz
  1997-09-24  0:58 ` Andy Piper
  1 sibling, 0 replies; 5+ messages in thread
From: Jon Maltz @ 1997-09-23 19:05 UTC (permalink / raw)
  To: Gregg Jensen, gnu-win32

I had the exact same problem, and emailed Sergey, who promptly replied and
resolved the problem.  You need to set CYGWIN_TTY=1 as a global environment
variable, in control panel|system|environment.

After you've done this, make sure you strip CR's out of your passwd file,
or you'll get another error.  I happen to use Ultraedit32, and it has an
option to convert a text file to "unix" format, which strips carriage returns.

Jon
At 04:50 PM 9/23/97 -0500, Gregg Jensen wrote something like this:
--snip--
>
>PROMPT> telnet mybox
>Trying XXX.XXX.XXX.XXX...
>Connected to mybox.network.com.
>Escape character is '^]'.
>telnetd: All network ports in use.
>Connection closed by foreign host.
>
>What is the problem with "All network ports in use".  I tried to 
>use the system account, but when the login.exe executed it met with
>many exception errors and died (probably because the environment wasn't
>set up for that account...I would rather run under my account if
>possible).  Any help would be appreciated.
>
>Gregg Jensen
>greggj@savvis.com
>

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: trying to get telnetd working
  1997-09-23 14:50 trying to get telnetd working Gregg Jensen
  1997-09-23 19:05 ` Jon Maltz
@ 1997-09-24  0:58 ` Andy Piper
  1 sibling, 0 replies; 5+ messages in thread
From: Andy Piper @ 1997-09-24  0:58 UTC (permalink / raw)
  To: Gregg Jensen; +Cc: gnu-win32

I get exactly the same problem.

andy

   ___                ____         	Dr Andy Piper
  / _ \___ ________ _/ / Solutions_	(require 'disclaimer)
 / ___/ _ `/ __/ _ `/ / / _ `/\ \ /	andyp@parallax.co.uk
/_/   \_,_/_/  \_,_/_/_/\_,_//_\_\ 	boot /vmemacs

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: trying to get telnetd working
@ 1997-09-24 13:04 Karl Martin Syring
  0 siblings, 0 replies; 5+ messages in thread
From: Karl Martin Syring @ 1997-09-24 13:04 UTC (permalink / raw)
  To: 'Gregg Jensen', gnu-win32

Yes, you are right. The only way I can get it to work is to start inet -d from 
the bash prompt.
Any explanations?

Regards
Karl

-----Original Message-----
From:	Gregg Jensen [SMTP:greggj@savvis.com]
Sent:	Tuesday, September 23, 1997 11:51 PM
To:	gnu-win32@cygnus.com
Subject:	trying to get telnetd working

I have NT4.0 SP1 and the latest coolview and remote tar files
that are available on Sergey's site.  I have also gone through
the archives of the mailing list (well at least July, August and
September).  I have followed the steps that were outlined in
Jerome Gay's post on Wed, 13 Aug 1997 and made the changes as
necessary to my account so I can run it from a shell (I also
have it configured as a service using srvany).  When I try to
telnet to my box (either from another box or even my box) I get:

PROMPT> telnet mybox
Trying XXX.XXX.XXX.XXX...
Connected to mybox.network.com.
Escape character is '^]'.
telnetd: All network ports in use.
Connection closed by foreign host.

What is the problem with "All network ports in use".  I tried to
use the system account, but when the login.exe executed it met with
many exception errors and died (probably because the environment wasn't
set up for that account...I would rather run under my account if
possible).  Any help would be appreciated.

Gregg Jensen
greggj@savvis.com

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: trying to get telnetd working
@ 1997-09-23 23:57 Sergey Okhapkin
  0 siblings, 0 replies; 5+ messages in thread
From: Sergey Okhapkin @ 1997-09-23 23:57 UTC (permalink / raw)
  To: gnu-win32, 'Gregg Jensen'

Gregg Jensen wrote:
> I have NT4.0 SP1 and the latest coolview and remote tar files
> that are available on Sergey's site.  I have also gone through

> PROMPT> telnet mybox
> Trying XXX.XXX.XXX.XXX...
> Connected to mybox.network.com.
> Escape character is '^]'.
> telnetd: All network ports in use.
> Connection closed by foreign host.
> 

Rrrrrhhhh! I have to write it with a huge letters on my web page:

CP/System/Environment/System Variables:

Variable: CYGWIN_TTY
Value:	 1

:-)

-- 
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
Looking for a job.


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1997-09-24 13:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-09-23 14:50 trying to get telnetd working Gregg Jensen
1997-09-23 19:05 ` Jon Maltz
1997-09-24  0:58 ` Andy Piper
1997-09-23 23:57 Sergey Okhapkin
1997-09-24 13:04 Karl Martin Syring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).