From owner-freebsd-bugs Tue Feb 25 2:16:16 2003 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AEC037B401; Tue, 25 Feb 2003 02:16:15 -0800 (PST) Received: from mail.1system.ru (ns.1system.ru [62.205.190.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B14243F3F; Tue, 25 Feb 2003 02:16:14 -0800 (PST) (envelope-from null@mail.1system.ru) Received: by mail.1system.ru (Postfix, from userid 1001) id C2EA549810; Tue, 25 Feb 2003 13:18:47 +0300 (MSK) Date: Tue, 25 Feb 2003 13:18:47 +0300 From: "Dennis S. Davidoff" To: freebsd-questions@FreeBSD.org Subject: panic! dqsync: dquot Message-ID: <20030225101847.GA30633@mail.1system.ru> Reply-To: null@1system.ru Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.4i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all. I have a problem, while rebooting I saw a message: panic: dqsync: dquot I've guessed it's about sync disk quotas to quotafile: /usr/src/sys/ufs/ufs/ufs_quota.c: [..snip..] /* * Update the disk quota in the quota file. */ static int dqsync(vp, dq) struct vnode *vp; struct dquot *dq; [..snip..] if (dq == NODQUOT) panic("dqsync: dquot"); Cuts from /etc/fstab: /dev/da0s1e /home ufs rw,nosuid,userquota=/var/quotas/quota.user,nodev 2 2 /dev/da1s1c /usr/local/vpopmail ufs rw,nosuid,userquota=/var/quotas/quota.user,nodev 2 2 quotafile: -rw-r--r-- 1 root wheel - 2097120 25 ΖΕΧ 13:11 /var/quotas/quota.user Could you give me advice? What's problem here? P.S. I can't read the C code, bacause I poorly known that language. -- Sincerely, Dennis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message