From owner-freebsd-hackers Tue Nov 14 11:04:51 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA03624 for hackers-outgoing; Tue, 14 Nov 1995 11:04:51 -0800 Received: from dtr.com (dtr.rain.com [204.119.8.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA03617 ; Tue, 14 Nov 1995 11:04:47 -0800 From: bmk@dtr.com Received: (from bmk@localhost) by dtr.com (8.6.12/8.6.9) id LAA01278; Tue, 14 Nov 1995 11:02:49 -0800 Message-Id: <199511141902.LAA01278@dtr.com> Subject: Re: elm problem :) To: roberto@keltia.freenix.fr (Ollivier Robert) Date: Tue, 14 Nov 1995 11:02:49 -0800 (PST) Cc: bmk@dtr.com, geoff@ginsu.com, bsd@ee.petra.ac.id, questions@freebsd.org, freebsd-hackers@freebsd.org In-Reply-To: <199511141728.SAA07475@keltia.freenix.fr> from "Ollivier Robert" at Nov 14, 95 06:28:45 pm Reply-To: bmk@dtr.com X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 713 Sender: owner-hackers@freebsd.org Precedence: bulk > It seems that bmk@dtr.com said: > > have existed, I don't know). I've always had to use flock style locking > > - fcntl always seemed to cause the symptoms the original complaint > > described. > I used to compile Elm setgid mail with all three types of lock till Rod > said that without the setgid and with both the 755 permissions on /var/mail > and fcntl locking it was working beatifully. It runs like that since. > Weird. I don't run Elm setgid mail and I also use 755 perms on /var/mail. However, when I first installed elm, I (perhaps foolishly) used world rwx with setgid mail and the sticky bit on /var/mail. Fcntl didn't work then, but it's possible that it will now. I'll have to try it.