From owner-freebsd-current Thu Nov 16 11:35:42 2000 Delivered-To: freebsd-current@freebsd.org Received: from aesthetic.detachment.org (aesthetic.detachment.org [208.11.244.15]) by hub.freebsd.org (Postfix) with ESMTP id 8C1B237B4C5 for ; Thu, 16 Nov 2000 11:35:35 -0800 (PST) Received: from rtci.com (helix@localhost [127.0.0.1]) by aesthetic.detachment.org (8.11.1/8.11.1) with ESMTP id eAGJZ9M18941; Thu, 16 Nov 2000 14:35:10 -0500 (EST) (envelope-from tstromberg@rtci.com) Message-ID: <3A1436EC.9E2A770@rtci.com> Date: Thu, 16 Nov 2000 14:35:08 -0500 From: Thomas =?iso-8859-1?Q?Str=F6mberg?= X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: sv MIME-Version: 1.0 To: Leif Neland Cc: freebsd-current@FreeBSD.ORG Subject: Re: Proper permissons on /tmp References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Leif Neland wrote: > > Something keeps changing permissions on /tmp to 755, which causes pine to > claim the mailbox is in use by another process. > This change has occurred a couple of times lately, but I haven't found a > pattern. > When I reset the perms to 777, pine works normal again. > What is the proper perms on /tmp? > > Leif > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message I ran into the same thing a lot on our main intranet server (Solaris 7).. what it ended up being was pretty simple. I used to compile most of my stuff in /tmp (now I do it in ~/compiling), and sometimes do the bad thing (relative paths.. enough said) of extracting stuff as root in /tmp. Some tarfiles would then extract into . and reset the permissions of . - for instance, McAfee for UNIX virus updates. The permissions would get reset to 755. And of course, I'd get tons of user complaints that things were messing up for them (for instance, uw-imap). Just wanted to share one possible explanation.. this sure had us fooled for a few weeks. -- #---------------------------------------------------------------------# name> thomas r. stromberg work> tstromberg@rtci.com pos> senior systems administrator home> thomas@stromberg.org corp> research triangle commerce (icc.net) web> http://chaotical.ly/ #---------------------------------------------------------------------# earth has a lot of things other folks might want, like the whole planet -- william s. burroughs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message