public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: RXVT and remote machine
@ 2000-09-11 12:13 Earnie Boyd
  2000-09-12  8:02 ` Luke Bakken
  0 siblings, 1 reply; 8+ messages in thread
From: Earnie Boyd @ 2000-09-11 12:13 UTC (permalink / raw)
  To: luke_bakken, cygwin

--- Luke Bakken <luke_bakken@yahoo.com> wrote:
> 
> Any answers?
> 

do `stty onlcr' on the remote session and see if that helps.  If you `stty' you
should not see `-onlcr'.  For more info `man stty' and `/ onlcr'.

Cheers,

=====
--- < http://earniesystems.safeshopper.com > ---
   Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
            __Cygwin: POSIX on Windows__
Cygwin Newbies: < http://gw32.freeyellow.com/ >
           __Minimalist GNU for Windows__
  Mingw32 List: < http://www.egroups.com/group/mingw32/ >
    Mingw Home: < http://www.mingw.org/ >

__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: RXVT and remote machine
  2000-09-11 12:13 RXVT and remote machine Earnie Boyd
@ 2000-09-12  8:02 ` Luke Bakken
  2000-09-12  8:32   ` Luke Bakken
  0 siblings, 1 reply; 8+ messages in thread
From: Luke Bakken @ 2000-09-12  8:02 UTC (permalink / raw)
  To: Earnie Boyd; +Cc: luke_bakken, cygwin

Tried setting many different things with stty - no luck.

I think I'll boot into linux and use rxvt there and seeif that works. If
it does, then its a windows rxvt thing. also, if i use cmd.exe + bash
(yuck) telnet works fine since there's a cygwin entry in openbsd's
termcap.


thanks for everyone's help
luke


On Mon, 11 Sep 2000, Earnie Boyd wrote:

> 
> --- Luke Bakken <luke_bakken@yahoo.com> wrote:
> > 
> > Any answers?
> > 
> 
> do `stty onlcr' on the remote session and see if that helps.  If you `stty' you
> should not see `-onlcr'.  For more info `man stty' and `/ onlcr'.
> 
> Cheers,
> 
> =====
> --- < http://earniesystems.safeshopper.com > ---
>    Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
>             __Cygwin: POSIX on Windows__
> Cygwin Newbies: < http://gw32.freeyellow.com/ >
>            __Minimalist GNU for Windows__
>   Mingw32 List: < http://www.egroups.com/group/mingw32/ >
>     Mingw Home: < http://www.mingw.org/ >
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: RXVT and remote machine
  2000-09-12  8:02 ` Luke Bakken
@ 2000-09-12  8:32   ` Luke Bakken
  2000-09-12  8:34     ` Chris Faylor
  0 siblings, 1 reply; 8+ messages in thread
From: Luke Bakken @ 2000-09-12  8:32 UTC (permalink / raw)
  To: egcs; +Cc: Earnie Boyd, cygwin

Booted into linux - rxvt + telnet -> openbsd works fine.

So its something with win32 rxvt,

pointers, suggestions are welcome!

Luke


On Tue, 12 Sep 2000, Luke Bakken wrote:

> Tried setting many different things with stty - no luck.
> 
> I think I'll boot into linux and use rxvt there and seeif that works. If
> it does, then its a windows rxvt thing. also, if i use cmd.exe + bash
> (yuck) telnet works fine since there's a cygwin entry in openbsd's
> termcap.
> 
> 
> thanks for everyone's help
> luke
> 
> 
> On Mon, 11 Sep 2000, Earnie Boyd wrote:
> 
> > 
> > --- Luke Bakken <luke_bakken@yahoo.com> wrote:
> > > 
> > > Any answers?
> > > 
> > 
> > do `stty onlcr' on the remote session and see if that helps.  If you `stty' you
> > should not see `-onlcr'.  For more info `man stty' and `/ onlcr'.
> > 
> > Cheers,
> > 
> > =====
> > --- < http://earniesystems.safeshopper.com > ---
> >    Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
> >             __Cygwin: POSIX on Windows__
> > Cygwin Newbies: < http://gw32.freeyellow.com/ >
> >            __Minimalist GNU for Windows__
> >   Mingw32 List: < http://www.egroups.com/group/mingw32/ >
> >     Mingw Home: < http://www.mingw.org/ >
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Mail - Free email you can access from anywhere!
> > http://mail.yahoo.com/
> > 
> > --
> > Want to unsubscribe from this list?
> > Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> > 
> 
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: RXVT and remote machine
  2000-09-12  8:32   ` Luke Bakken
@ 2000-09-12  8:34     ` Chris Faylor
  2000-09-12  9:16       ` Luke Bakken
  0 siblings, 1 reply; 8+ messages in thread
From: Chris Faylor @ 2000-09-12  8:34 UTC (permalink / raw)
  To: cygwin

On Tue, Sep 12, 2000 at 08:31:15AM -0700, Luke Bakken wrote:
>Booted into linux - rxvt + telnet -> openbsd works fine.
>
>So its something with win32 rxvt,
>
>pointers, suggestions are welcome!

How about contacting the *author* of win32 rxvt?

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: RXVT and remote machine
  2000-09-12  8:34     ` Chris Faylor
@ 2000-09-12  9:16       ` Luke Bakken
  2000-09-12 10:12         ` Chris Faylor
  0 siblings, 1 reply; 8+ messages in thread
From: Luke Bakken @ 2000-09-12  9:16 UTC (permalink / raw)
  To: cygwin

Rather than bother the porter, I thought I'd give the list a try to see if
anyone had experienced this problem before, since my situation doesn't
seem so unique.

The mailing list archives and other relevant directories haven't turned up
answers, and if I don't get any *constructive* responses to my post I'll
contact the maintainer, and relay the fix (if any) to the list, since I
feel rxvt is a much better alternative to cmd.exe.



On Tue, 12 Sep 2000, Chris Faylor wrote:

> On Tue, Sep 12, 2000 at 08:31:15AM -0700, Luke Bakken wrote:
> >Booted into linux - rxvt + telnet -> openbsd works fine.
> >
> >So its something with win32 rxvt,
> >
> >pointers, suggestions are welcome!
> 
> How about contacting the *author* of win32 rxvt?
> 
> cgf
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: RXVT and remote machine
  2000-09-12  9:16       ` Luke Bakken
@ 2000-09-12 10:12         ` Chris Faylor
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Faylor @ 2000-09-12 10:12 UTC (permalink / raw)
  To: cygwin

On Tue, Sep 12, 2000 at 09:15:29AM -0700, Luke Bakken wrote:
>Rather than bother the porter, I thought I'd give the list a try to see if
>anyone had experienced this problem before, since my situation doesn't
>seem so unique.
>
>The mailing list archives and other relevant directories haven't turned up
>answers, and if I don't get any *constructive* responses to my post I'll
>contact the maintainer, and relay the fix (if any) to the list, since I
>feel rxvt is a much better alternative to cmd.exe.

Let me see if I understand.  Rather than "bother" the author of the
code, who may well have already experienced this problem, you're instead
asking for help from thousands of other people, the majority of which,
have no idea how to solve your problem.

I don't understand your reluctance to contact someone who has made the
package available.  Most people who provide free software expect to
be asked about it.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: RXVT and remote machine
@ 2000-09-12 10:30 Earnie Boyd
  0 siblings, 0 replies; 8+ messages in thread
From: Earnie Boyd @ 2000-09-12 10:30 UTC (permalink / raw)
  To: luke_bakken, cygwin

--- Luke Bakken <luke_bakken@yahoo.com> wrote:
> Rather than bother the porter, I thought I'd give the list a try to see if
> anyone had experienced this problem before, since my situation doesn't
> seem so unique.
> 
> The mailing list archives and other relevant directories haven't turned up
> answers, and if I don't get any *constructive* responses to my post I'll
> contact the maintainer, and relay the fix (if any) to the list, since I
> feel rxvt is a much better alternative to cmd.exe.
> 
> 
> 
> On Tue, 12 Sep 2000, Chris Faylor wrote:
> 
> > On Tue, Sep 12, 2000 at 08:31:15AM -0700, Luke Bakken wrote:
> > >Booted into linux - rxvt + telnet -> openbsd works fine.
> > >
> > >So its something with win32 rxvt,
> > >
> > >pointers, suggestions are welcome!
> > 
> > How about contacting the *author* of win32 rxvt?
> > 

I don't think it's rxvt.  It's also not Cygwin.  I use rxvt from cygwin to
HP_UX and don't exhibit this problem.  How about the telnet settings?  I'm not
telneting I'm using rlogin instead.

Cheers,

=====
--- < http://earniesystems.safeshopper.com > ---
   Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
            __Cygwin: POSIX on Windows__
Cygwin Newbies: < http://gw32.freeyellow.com/ >
           __Minimalist GNU for Windows__
  Mingw32 List: < http://www.egroups.com/group/mingw32/ >
    Mingw Home: < http://www.mingw.org/ >

__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* RXVT and remote machine
       [not found] <968692414.16789.ezmlm@sources.redhat.com>
@ 2000-09-11 11:35 ` Luke Bakken
  0 siblings, 0 replies; 8+ messages in thread
From: Luke Bakken @ 2000-09-11 11:35 UTC (permalink / raw)
  To: cygwin

Hi all,

I'm using rxvt instead of that crummy cmd.exe console (it fixed my earlier
problem with joe). Now when I telnet to my OpenBSD machine, and do a ps, I
get output like this:


  PID TT   STAT      TIME COMMAND
                                   945 p3  Ss      0:00.17 -bash (bash)

19544 p3  R+      0:00.00 ps 
                    26530 p3  T       0:00.13 (pine)
                                                     8854 p5  Is
0:00.06 /usr/local/bin/bash 
                  ics-server ~ 


But, pine, man, joe, and other terminal programs work just fine. who also
gives me weird output lke this. I assume this is a problem either with my
TERM (set to xterm) or other terminal setting.

Any answers?

Thanks,
Luke Bakken




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

end of thread, other threads:[~2000-09-12 10:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-11 12:13 RXVT and remote machine Earnie Boyd
2000-09-12  8:02 ` Luke Bakken
2000-09-12  8:32   ` Luke Bakken
2000-09-12  8:34     ` Chris Faylor
2000-09-12  9:16       ` Luke Bakken
2000-09-12 10:12         ` Chris Faylor
  -- strict thread matches above, loose matches on Subject: below --
2000-09-12 10:30 Earnie Boyd
     [not found] <968692414.16789.ezmlm@sources.redhat.com>
2000-09-11 11:35 ` Luke Bakken

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