Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 1998 21:03:06 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        julian@whistle.com, nate@mt.sri.com
Cc:        bde@zeta.org.au, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, julian@FreeBSD.ORG
Subject:   Re: cvs commit: src/sbin/fsck dir.c fsck.8 inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c preen.c setup.c utilities.c
Message-ID:  <199812051003.VAA32667@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>Not if they make our source differ from those we are tracking and make no
>improvement (which they didn't (except to break some stuff))  (FreeBSD's
>fsck got strange intermixed error messages when you piped the output into
>a file where kirk's does NOT have this problem). Rather than totally debug
>the problem I just reverted to kirk's version which I'm attempting to
>track anyhow as he is actively working on fsck.

The current version does have this problem.  Most output goes to stdout,
but stderr output has bits that should have gone to stdout:

UNREF FILE1386 files, 26562 used, 37917 free 29203 files, 362943 used, 628448 free 6328 files, 606395 used, 384996 free 60397 files, 168232 used, 79795 free 
^^^^^^^^^^ (1) ^^^^... (2)                                                                                                                                  (3)

(1) Beginning of the line "UNREF FILE I=xxxx  OWNER=xxx MODE=xxxxx
(2) Beginning of the free/used/frags line.
(3) No newline at end of stderr.

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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