/vm: mount pending error: blocks -7320419172370415403 files 4

2006-12-05 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Fresh install of 6-STABLE, upgraded to the latest RC ... ran for about 24 
hours, and then crashed ... not a heavy load on it or anything ...

And background FSCK shows:

Dec  5 15:40:10 venus fsck: /dev/da0s1g: UNKNOWN FILE TYPE I=1626048
Dec  5 15:40:10 venus fsck: /dev/da0s1g: UNEXPECTED SOFT UPDATE INCONSISTENCY; 
RUN fsck MANUALLY.

Never seen either for error messages before ...am running a MANUAL FSCK on the 
drive now ...

- 
Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFFdcu54QvfyHIvDvMRAndiAJ9MtV7HiV84DKNacSYk21NDaPx1FgCcCXf6
gMmw3i9tI395AuZMXr3LPwA=
=4WXW
-END PGP SIGNATURE-

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


Re: Mount pending error?

2004-11-28 Thread Doug White
On Tue, 23 Nov 2004, Paul Mather wrote:

 Last night, this appeared in my logs (and on my console):

 Nov 23 03:05:36 zappa kernel: /data: mount pending error: blocks -1696 files 0


 What is a mount pending error?  I have heard this in conjunction with
 unclean shutdowns and fsck, but my system was not shut down recently,
 nor has /data (on a geom_stripe) been unmounted (cleanly or otherwise).

 The only thing I have done that could be related is to make a snapshot
 (later removed), but it was not of the filesystem being complained
 about.  (Also, I create and mount snapshots of all my filesystems as
 part of my nightly TSM backup.)

 I guess I should shutdown and fsck just to make certain everything is
 okay.  I am puzzled why this happened, though.  (I've been running the
 backups for a while, and have not had any complaints.)

Looking at the code in ffs_mountfs(), this is data pulled straight from
the superblock, so I think its some recordkeeping that softupdates is
doing. Immediately after reading those fields they are zeroed so I think
its information on where softupdates was at when the filesystem (or
snapshot) was mounted.  Obviously if there are outstanding softupdate ops
when the snapshot is taken it may not be including those in the snap.

AFAIK its harmless.

-- 
Doug White|  FreeBSD: The Power to Serve
[EMAIL PROTECTED]  |  www.FreeBSD.org
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Mount pending error?

2004-11-23 Thread Paul Mather
Last night, this appeared in my logs (and on my console):

Nov 23 03:05:36 zappa kernel: /data: mount pending error: blocks -1696 files 0


What is a mount pending error?  I have heard this in conjunction with
unclean shutdowns and fsck, but my system was not shut down recently,
nor has /data (on a geom_stripe) been unmounted (cleanly or otherwise).

The only thing I have done that could be related is to make a snapshot
(later removed), but it was not of the filesystem being complained
about.  (Also, I create and mount snapshots of all my filesystems as
part of my nightly TSM backup.)

I guess I should shutdown and fsck just to make certain everything is
okay.  I am puzzled why this happened, though.  (I've been running the
backups for a while, and have not had any complaints.)

BTW, I'm running RELENG_5, last rebuilt Nov. 19th 2004.

Cheers,

Paul.
-- 
e-mail: [EMAIL PROTECTED]

Without music to decorate it, time is just a bunch of boring production
 deadlines or dates by which bills must be paid.
--- Frank Vincent Zappa
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]