all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stefan Monnier <foo@acm.com>" <monnier+gnu.emacs.help/news/@flint.cs.yale.edu>
Subject: Re: PCL-CVS:- strange messages in *cvs* buffer
Date: 03 Dec 2002 10:15:21 -0500	[thread overview]
Message-ID: <5l8yz7m8vq.fsf@rum.cs.yale.edu> (raw)
In-Reply-To: vfznrnp9vn.fsf@rpc71.cs.man.ac.uk

>>> With one repository that I am using, I am getting a lot of
>>> strange messages coming out in my *cvs* buffer.
Stefan> I believe this is another manifestation of a bad interaction
Stefan> between glibc, ssh, and cvs.
Stefan> Is it on a system that uses glibc ?  Are you accessing the
Stefan> repository via SSH ?
> Yes, and yes. Both client and server are running on redhat (7.2
> client, 8 server). Is there anything that can be done to fix this? 

Complain to all three groups so that hopefully some fix will
show up at some point.   In the mean time, the Emacs code on the trunk
has the (process-connection-type nil) line changed to the following:

	       ;; If process-connection-type is nil and the repository
	       ;; is accessed via SSH, a bad interaction between libc,
	       ;; CVS and SSH can lead to garbled output.
	       ;; It might be a glibc-specific problem.
	       ;; Until the problem is cleared, we'll use a pty rather than
	       ;; a pipe.
	       ;; (process-connection-type nil) ; Use a pipe, not a pty.


-- Stefan


PS: yes, the problem only happens if the output is a pipe rather than a pty.
    it's all due to incompatible buffering settings.

  reply	other threads:[~2002-12-03 15:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-02 16:29 PCL-CVS:- strange messages in *cvs* buffer Phillip Lord
2002-12-02 17:56 ` Kai Großjohann
2002-12-03 12:27   ` Phillip Lord
2002-12-03 17:47     ` Kai Großjohann
2002-12-04 14:23       ` Phillip Lord
2002-12-02 19:14 ` Stefan Monnier <foo@acm.com>
2002-12-03 12:25   ` Phillip Lord
2002-12-03 15:15     ` Stefan Monnier <foo@acm.com> [this message]
2002-12-03 19:56       ` Phillip Lord
2002-12-04 14:37       ` Phillip Lord

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5l8yz7m8vq.fsf@rum.cs.yale.edu \
    --to=monnier+gnu.emacs.help/news/@flint.cs.yale.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.