From owner-freebsd-current Thu Dec 5 00:58:59 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.8.3/8.7.3) id AAA22422 for current-outgoing; Thu, 5 Dec 1996 00:58:59 -0800 (PST) Received: from david.siemens.de (david.siemens.de [146.254.1.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA22417 for ; Thu, 5 Dec 1996 00:58:56 -0800 (PST) Received: from salomon.mchp.siemens.de (salomon.mchp.siemens.de [139.23.33.13]) by david.siemens.de (8.8.3/8.8.0) with ESMTP id JAA11857 for ; Thu, 5 Dec 1996 09:55:10 +0100 (MET) Received: from curry.zfe.siemens.de (root@curry.zfe.siemens.de [146.180.31.23]) by salomon.mchp.siemens.de (8.8.2/8.8.0) with ESMTP id JAA01956 for ; Thu, 5 Dec 1996 09:58:52 +0100 (MET) Received: from server.us.tld (server.us.tld [192.168.16.33]) by curry.zfe.siemens.de (8.8.3/8.8.3) with ESMTP id JAA29222 for ; Thu, 5 Dec 1996 09:58:50 +0100 (MET) Received: (from andre@localhost) by server.us.tld (8.8.3/8.8.3) id JAA05161 for freebsd-current@freebsd.org; Thu, 5 Dec 1996 09:58:50 +0100 (MET) From: Andre Albsmeier Message-Id: <199612050858.JAA05161@server.us.tld> Subject: Quota Bug on 2.2-ALPHA To: freebsd-current@freebsd.org Date: Thu, 5 Dec 1996 09:58:50 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am running 2 Quantum Atlas 4GB Harddrives concatenated together to a big 8GB virtual disk. I have enabled userquotas on this drive and used edquota to configure it. This seems to work for a few days when suddenly booting stops at the line "Checking quotas". You see the drive's LEDs flickering for a while and then the machine seems to stop. However, pressing CTRL-C works, and the normal boot procedure continues. When looking in the root directory of the affected filesystems we find that the quota file has grown extremly: -rw-r----- 1 root operator 4294967264 Dec 2 09:30 quota.user It does not appear to occupy the space really. Maybe someone can tell me what's going on here... Thanks Andre