public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] checkfs error
@ 2003-10-15  5:53 Jani Monoses
  2003-10-15 19:15 ` Martin Schlemmer
  0 siblings, 1 reply; 3+ messages in thread
From: Jani Monoses @ 2003-10-15  5:53 UTC (permalink / raw
  To: gentoo-dev

Hi
for a while checkfs has been starting sulogin after cheking the fs
(ext3) even though it shouldn't have as filesystem error were corrected
At the bottom of checkfs when checking for the return status of fsck
it goes to sulogin if retval == 1 whereas it shouldn't thats errors
corrected (see man fsck)
so the test which says -gt 1 should be changed to -ge 1 at the bottom 
of checkfs because that's OK too, and exit normally.
latest baselayout and ext2fs. The error started appearing after an
update of the system where both baselayout and e2fstools were updates

                elif [ "${retval}" -ge 1 -a "${retval}" -lt 4 ]
Jani

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-10-15 23:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-15  5:53 [gentoo-dev] checkfs error Jani Monoses
2003-10-15 19:15 ` Martin Schlemmer
2003-10-15 23:27   ` [gentoo-dev] " Charlie C

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox