Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!yale!bunker!wtm From: wtm@bunker.UUCP (Bill McGarry) Newsgroups: comp.sources.bugs,news.software.b Subject: Re: Finally at rn patchlevel 40 and having problems Message-ID: <3066@bunker.UUCP> Date: Mon, 16-Nov-87 22:01:31 EST Article-I.D.: bunker.3066 Posted: Mon Nov 16 22:01:31 1987 Date-Received: Thu, 19-Nov-87 01:32:06 EST References: <795@tellab5.UUCP> Reply-To: wtm@bunker.UUCP (Bill McGarry) Organization: Bunker Ramo, an Olivetti Company, Shelton, CT Lines: 35 Keywords: rn bugs tty Xref: mnetor comp.sources.bugs:465 news.software.b:958 In article <795@tellab5.UUCP> dpb@tellab5.UUCP (Darryl Baker) writes: > > I have in the last couple of weeks install news 2.11 patchlevel > 11 and rn 4.3 patchlevel 40 and funny things are happening. > Sometimes when people do a save and name the file to save to > everything looks like it went fine but when they look for the > file it is not there. I'm having the problem that sometimes > when I do a r,R,f, or F I get the leaving cbreak mode and the > other stuff I'm supposed to get from rn but nothing from Rnmail > or Pnews just the reentering cbreak message. Also if I do a > shell escape and this problem is happening I can run binaries > but not shell scripts like Pnews or Rnmail. > The shell uses file descriptors 10 and 11 (at least in 4.3 BSD) to save standard in and standard out. If those file descriptors are already being used, then the shell will just exit without any error messages whatsoever. (Why the shell doesn't just use whate