From owner-freebsd-current Thu Dec 26 03:38:30 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA17889 for current-outgoing; Thu, 26 Dec 1996 03:38:30 -0800 (PST) Received: from david.siemens.de (david.siemens.de [146.254.1.1]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id DAA17884 for ; Thu, 26 Dec 1996 03:38:27 -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 MAA24094 for ; Thu, 26 Dec 1996 12:34:29 +0100 (MET) Received: from curry.mchp.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 MAA27239 for ; Thu, 26 Dec 1996 12:38:15 +0100 (MET) Received: from server.us.tld (server.us.tld [192.168.16.33]) by curry.mchp.siemens.de (8.8.4/8.8.4) with ESMTP id MAA06164 for ; Thu, 26 Dec 1996 12:38:12 +0100 (MET) Received: (from andre@localhost) by server.us.tld (8.8.4/8.8.4) id MAA18967 for freebsd-current@freebsd.org; Thu, 26 Dec 1996 12:38:13 +0100 (MET) From: Andre Albsmeier Message-Id: <199612261138.MAA18967@server.us.tld> Subject: Quota-Bug on 2.2-Beta, can't boot To: freebsd-current@freebsd.org Date: Thu, 26 Dec 1996 12:38:13 +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