public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* telnetd and vim problems
@ 1997-07-23  7:16 Jerome Gay
  1997-07-28  5:20 ` Michael Hirmke
  0 siblings, 1 reply; 5+ messages in thread
From: Jerome Gay @ 1997-07-23  7:16 UTC (permalink / raw)
  To: gnu-win32

Folks,

1. I got a problem with telnetd which looks like the problem reported by
Gilligan.
I installed the latest release of Sergey's coolview, I started telnetd and
talkd in inetd.conf, it looks fine, but when I try to connect via telnet I
received a 'connection closed' on the host I'm trying to connect from, and I
got the following dump from inetd (see below).
2. I also cannot run vim since I installed the latest coolview, when I start
vim, my terminal resizes itself and displays in odd colors, after that it
doesn't seem to accept anything from the keyboard, I choosed TERM=linux and
removed &7,@7 and cs= section as recommended in a previous post on this
list.
Thanks.

Jerome

"If a program is useful it will have to be changed,
 If a program is useless it will have to be documented"


inetd log :

ADD : telnet proto=tcp, wait=0, user=root builtin=0
server=/usr/libexec/in.telnetd
registered /usr/libexec/in.telnetd on 14
ADD : talk proto=tcp, wait=0, user=root builtin=0
server=/usr/libexec/in.talkd
FREE: talk proto=tcp, wait=0, user=root builtin=0
server=/usr/libexec/in.talkd
someone wants telnet
accept, ctrl 3
+ Closing from 14
(D:\GNUWIN32\B18\H-I386-CYGWIN32\SBIN\INETD.EXE 1066) In
cygwin_except_handler exc C0000005 at BFF782B7 sp 253EDD8
(D:\GNUWIN32\B18\H-I386-CYGWIN32\SBIN\INETD.EXE 1066) Exception trapped!
(D:\GNUWIN32\B18\H-I386-CYGWIN32\SBIN\INETD.EXE 1066) exception C0000005 at
BFF782B7
(D:\GNUWIN32\B18\H-I386-CYGWIN32\SBIN\INETD.EXE 1066) exception: ax 0 bx 84
cx 41003C dx 41003C
(D:\GNUWIN32\B18\H-I386-CYGWIN32\SBIN\INETD.EXE 1066) exception: si 510EE4
di 94 bp 511 sp 253EDD8
(D:\GNUWIN32\B18\H-I386-CYGWIN32\SBIN\INETD.EXE 1066) exception is:
STATUS_ACCESS_VIOLATION
(D:\GNUWIN32\B18\H-I386-CYGWIN32\SBIN\INETD.EXE 1066) Stack trace:
(D:\GNUWIN32\B18\H-I386-CYGWIN32\SBIN\INETD.EXE 1066) frame 0: sp =
0x253EBF0, pc = 0x1000D328
(D:\GNUWIN32\B18\H-I386-CYGWIN32\SBIN\INETD.EXE 1066) frame 1: sp =
0x253EC0C, pc = 0xBFF7663C
(D:\GNUWIN32\B18\H-I386-CYGWIN32\SBIN\INETD.EXE 1066) frame 2: sp =
0x253EC30, pc = 0xBFF859D9
(D:\GNUWIN32\B18\H-I386-CYGWIN32\SBIN\INETD.EXE 1066) frame 3: sp =
0x253ECC8, pc = 0xFFECBAD7
(D:\GNUWIN32\B18\H-I386-CYGWIN32\SBIN\INETD.EXE 1066) In
cygwin_except_handler exc C0000005 at 1000CF1A sp 253EBE8
(D:\GNUWIN32\B18\H-I386-CYGWIN32\SBIN\INETD.EXE 1066) Error while dumping
state (probably corrupted stack)



-
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: telnetd and vim problems
  1997-07-23  7:16 telnetd and vim problems Jerome Gay
@ 1997-07-28  5:20 ` Michael Hirmke
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Hirmke @ 1997-07-28  5:20 UTC (permalink / raw)
  To: gnu-win32

Hi Jerome,

[...]
> 2. I also cannot run vim since I installed the latest coolview, when I start
> vim, my terminal resizes itself and displays in odd colors, after that it
> doesn't seem to accept anything from the keyboard, I choosed TERM=linux and
> removed &7,@7 and cs= section as recommended in a previous post on this
> list.

You have to use a vim, which has been compiled with/for Cygnus'
libraries. If you don't want to do this yourself, you can download such a
version from http://web0.tiac.net/users/cgf/ !

> Thanks.
> 
> Jerome

Bye.
Michael.
--
Michael Hirmke           | Telefon +49 (911) 557999
Georg-Strobel-Strasse 81 | FAX     +49 (911) 557664
90489 Nuernberg          | E-Mail  mh@mike.franken.de
                         | WWW     http://minimike.franken.de/
-
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: telnetd and vim problems
@ 1997-07-23 21:29 Sergey Okhapkin
  0 siblings, 0 replies; 5+ messages in thread
From: Sergey Okhapkin @ 1997-07-23 21:29 UTC (permalink / raw)
  To: Jerome Gay, gnu-win32,
	'Larry Hall (RFK Partners Inc 617-239-1053)'

Larry Hall (RFK Partners Inc 617-239-1053) wrote:
> I had the same problem with an older version of vim which was compiled
> for Windows, not GNUWIN32.  Once I removed this version and used my
> locally built vim (specifically 5.0k), this problem went away.  I'm
> not sure what is the root cause of the problem with Windows versions
> of vim.  Since it worked fine prior to the installation of "coolview"
> though, there is definitely some problem induced by this addition.
>

The programs with direct console access are incompatible with new 
cygwin.dll's tty code. For a now such a programs may be runned in non-tty 
mode only.

--
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

* Re: telnetd and vim problems
@ 1997-07-23 13:03 Larry Hall (RFK Partners Inc 617-239-1053)
  0 siblings, 0 replies; 5+ messages in thread
From: Larry Hall (RFK Partners Inc 617-239-1053) @ 1997-07-23 13:03 UTC (permalink / raw)
  To: Jerome Gay, gnu-win32

At 04:15 PM 7/23/97 +0200, Jerome Gay wrote:
<snip>
>2. I also cannot run vim since I installed the latest coolview, when I start
>vim, my terminal resizes itself and displays in odd colors, after that it
>doesn't seem to accept anything from the keyboard, I choosed TERM=linux and
>removed &7,@7 and cs= section as recommended in a previous post on this
>list.
>Thanks.
>
>Jerome
>

Jerome,

I had the same problem with an older version of vim which was compiled
for Windows, not GNUWIN32.  Once I removed this version and used my
locally built vim (specifically 5.0k), this problem went away.  I'm
not sure what is the root cause of the problem with Windows versions
of vim.  Since it worked fine prior to the installation of "coolview" 
though, there is definitely some problem induced by this addition.




Larry

-
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: telnetd and vim problems
@ 1997-07-23  9:00 Colman Curtin
  0 siblings, 0 replies; 5+ messages in thread
From: Colman Curtin @ 1997-07-23  9:00 UTC (permalink / raw)
  To: Jerome Gay, gnu-win32

 -----Original Message-----
From: Jerome Gay <gay@aspentec.com>
To: gnu-win32@cygnus.com <gnu-win32@cygnus.com>
Date: 23 July 1997 16:46
Subject: telnetd and vim problems

I have the very same symptoms.

btw what version of VIM are you using? is it the win32 version or some source
release compiled under gnu-win32. I have the former and thought that was the
prob.

Colman.
____________________________________________________________
Colman Curtin     mailto:ccurtin@trintech.ie
Software Engineer
------------------------------------------------------------
Trintech (Manufacturing) Ltd,  http://www.trintech.com/
South County Business Park,
Leopardstown,
Dublin 18.
Tel +353-1-2956766  Fax +353-1-2954735
------------------------------------------------------------

According to my best recollection, I don't remember.
  -- Vincent "Jimmy Blue Eyes" Alo







-
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-07-28  5:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-07-23  7:16 telnetd and vim problems Jerome Gay
1997-07-28  5:20 ` Michael Hirmke
1997-07-23  9:00 Colman Curtin
1997-07-23 13:03 Larry Hall (RFK Partners Inc 617-239-1053)
1997-07-23 21:29 Sergey Okhapkin

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).