From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 8af4e314 for ; Thu, 30 May 2019 13:58:07 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 99E8B9B821; Thu, 30 May 2019 23:58:06 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 8BAB59B7FC; Thu, 30 May 2019 23:57:32 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=smtpservice.net header.i=@smtpservice.net header.b="xWZEp0ok"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id CA3959B7FB; Thu, 30 May 2019 23:57:30 +1000 (AEST) X-Greylist: delayed 500 seconds by postgrey-1.36 at minnie.tuhs.org; Thu, 30 May 2019 23:57:29 AEST Received: from a2i882.smtp2go.com (a2i882.smtp2go.com [103.47.207.114]) by minnie.tuhs.org (Postfix) with ESMTPS id B004C9B6B2 for ; Thu, 30 May 2019 23:57:29 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smtpservice.net; s=m33y30.a1-4.dyn; x=1559225549; h=Feedback-ID: X-Smtpcorp-Track:To:Message-Id:Date:Subject:Reply-To:From:Sender: List-Unsubscribe; bh=MRTdIIQ4Qiefr3+oCSOA+7o3lJVfBHKMXauiwhXSo2I=; b=xWZEp0ok lObjfOyPgS8HGhQgTgsFhswtO1CdU00TkmlI9CUnVZiAmJV7Z8zfjTu/3ACWACz3A4PaCzmgmRYhx cuxMwXmp1frfuWFqmf75L8SK+VCldd2z1igandjScDufx65zzPo5GDjPZHOu2tgnepe0MxhP1dnDI Lx+Bg/n2d1J3bzjoE2oOxh0PI90qYaHoyf+Sc0wqw5+PAUlgDtsB67IzXhGvHkJ7+ddDUBSYwp01K NbEcLpl+AiZIRrl4ExXHaTF2BZ0r6PbN1nSeSS0jsDKjQh/CT2Jj0SKHczl6i/gCUzvVKsz07FyMI /QHdLMLUgTx9i/UiwkJnYwm+ag==; Received: from [10.66.228.43] (helo=SmtpCorp) by smtpcorp.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.91) (envelope-from ) id 1hWLQa-SH4hHf-5X for tuhs@tuhs.org; Thu, 30 May 2019 13:49:08 +0000 Received: from [10.107.193.50] (helo=kdbarto.org) by smtpcorp.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.91) (envelope-from ) id 1hWLQZ-wSETA3-HJ for tuhs@tuhs.org; Thu, 30 May 2019 13:49:07 +0000 Received: from [192.168.2.10] (unknown [192.168.2.10]) by kdbarto.org (Postfix) with ESMTPS id B7F61886A20 for ; Thu, 30 May 2019 06:49:05 -0700 (PDT) From: David Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Thu, 30 May 2019 06:49:05 -0700 Message-Id: <975B93B6-AD7C-41B5-A14D-2DE4FEFAD3A6@kdbarto.org> To: The Eunuchs Hysterical Society Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-Smtpcorp-Track: 1hWLQZwSETj3HJ.7A9S_xbKl Feedback-ID: 145083m:145083a-yaNWS:145083sXAaUa5sbb X-Report-Abuse: Please forward a copy of this message, including all headers, to Subject: [TUHS] Quotas - did anyone ever use them? X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: david@kdbarto.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" I think it was BSD 4.1 that added quotas to the disk system, and I was = just wondering if anyone ever used them, in academia or industry. As a = user and an admin I never used this and, while I thought it was = interesting, just figured that the users would sort it out amongst = themselves. Which they mostly did. So, anyone ever use this feature? David