Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2003 13:18:47 +0300
From:      "Dennis S. Davidoff" <null@1system.ru>
To:        freebsd-questions@FreeBSD.org
Subject:   panic! dqsync: dquot
Message-ID:  <20030225101847.GA30633@mail.1system.ru>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030225101847.GA30633>