Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!think!mit-eddie!genrad!decvax!tektronix!penguin!richl From: richl@penguin.UUCP Newsgroups: net.unix-wizards Subject: Re: Interesting bug... Message-ID: <9036@tektronix.UUCP> Date: Tue, 28-Oct-86 02:36:07 EST Article-I.D.: tektroni.9036 Posted: Tue Oct 28 02:36:07 1986 Date-Received: Tue, 28-Oct-86 21:05:32 EST References: <4922@brl-smoke.ARPA> Sender: richl@tektronix.UUCP Reply-To: richl@penguin.uss.tek.com (Rick Lindsley) Organization: Tektronix, Inc., Beaverton, OR. Lines: 12 The problems of SIGXFSZ and SIGXCPU are similar. Like SIGTSTP and SIGTTOU when they first appeared, many programs aren't prepared to handle them. Basically any program which opens a log file may succumb to this problem. If the log file gets too big ... poof. We've run into this in the past with both news and mail. Simple fix, of course, is to ignore both signals. This does not require root priviledges, but solves the problem nicely. (Unless you aren't a source site, of course!) Rick Lindsley