Re: Quotacheck failing

2007-04-29 Thread Mark Tinguely

Don O'Neil [EMAIL PROTECTED] asks on Sat, 28 Apr 2007 10:02:12 -0700

  quotacheck: /home/quota.user: seek failed: Invalid argument THE FOLLOWING
  FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY:
   /dev/twed0s1d (/home)

  However, I have run a full fsck from single user mode on this volume and it
  comes up clean every time. I've removed the quota.user and had it
  re-generated, but that didn't help either.

The seek error is coming from quotacheck, I am guessing there may be a
uid (or gid if you are doing quotas per group) that is invalid (really
large or negative).

I would either:

find (filesytem here) -nouser -exec ls -l {} \;

or

recompile the quotacheck application to list the file entry
that is causing the error.

--Mark Tinguely
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Quotacheck failing

2007-04-28 Thread Don O'Neil
I'm having a problem with quotacheck failing and giving this message:

quotacheck: /home/quota.user: seek failed: Invalid argument THE FOLLOWING
FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY:
/dev/twed0s1d (/home)

However, I have run a full fsck from single user mode on this volume and it
comes up clean every time. I've removed the quota.user and had it
re-generated, but that didn't help either.

Anyone know how/why this is happening, and what do try to do to fix it? Is
there possible some corrupt file somewhere on the volume that quotacheck
doesn't like, but is technically fine according to fsck? 

I haven't heard from any one with any ideas, so I'm reposting. Beyond moving
the data off the array, reformatting it and moving it back (which I did
originally) how can I fix this problem?

Thanks for any suggestions!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Quotacheck failing

2007-04-25 Thread Don O'Neil
I'm having a problem with quotacheck failing and giving this message:

quotacheck: /home/quota.user: seek failed: Invalid argument THE FOLLOWING
FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY:
/dev/twed0s1d (/home)

However, I have run a full fsck from single user mode on this volume and it
comes up clean every time. I've removed the quota.user and had it
re-generated, but that didn't help either.

Anyone know how/why this is happening, and what do try to do to fix it? Is
there possible some corrupt file somewhere on the volume that quotacheck
doesn't like, but is technically fine according to fsck? 

Thanks for any suggestions!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]