Gentoo Archives: gentoo-dev

From: Jani Monoses <jani@××.ro>
To: gentoo-dev@g.o
Subject: [gentoo-dev] checkfs error
Date: Wed, 15 Oct 2003 06:07:45
Message-Id: 20031015085338.0f066867.jani@iv.ro
1 Hi
2 for a while checkfs has been starting sulogin after cheking the fs
3 (ext3) even though it shouldn't have as filesystem error were corrected
4 At the bottom of checkfs when checking for the return status of fsck
5 it goes to sulogin if retval == 1 whereas it shouldn't thats errors
6 corrected (see man fsck)
7 so the test which says -gt 1 should be changed to -ge 1 at the bottom
8 of checkfs because that's OK too, and exit normally.
9 latest baselayout and ext2fs. The error started appearing after an
10 update of the system where both baselayout and e2fstools were updates
11
12 elif [ "${retval}" -ge 1 -a "${retval}" -lt 4 ]
13 Jani
14
15 --
16 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] checkfs error Martin Schlemmer <azarah@g.o>