public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Jani Monoses <jani@iv.ro>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] checkfs error
Date: Wed, 15 Oct 2003 08:53:38 +0300	[thread overview]
Message-ID: <20031015085338.0f066867.jani@iv.ro> (raw)

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


             reply	other threads:[~2003-10-15  6:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-15  5:53 Jani Monoses [this message]
2003-10-15 19:15 ` [gentoo-dev] checkfs error Martin Schlemmer
2003-10-15 23:27   ` [gentoo-dev] " Charlie C

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031015085338.0f066867.jani@iv.ro \
    --to=jani@iv.ro \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox