From: Emil Beinroth <emilbeinroth@gmx.net>
To: gentoo-user-de@lists.gentoo.org
Subject: Re: [gentoo-user-de] Skipping root filesystem check
Date: Wed, 11 Jul 2007 22:36:27 +0200 [thread overview]
Message-ID: <20070711203627.GA10404@stovokor.kiste.lan> (raw)
In-Reply-To: <46952235.9090803@smixx.de>
[-- Attachment #1: Type: text/plain, Size: 1512 bytes --]
On Wed, Jul 11, 2007 at 08:32:21PM +0200, André Glücksmann wrote:
> nun hat es die 1:
>
> $ cat /var/log/boot.msg | grep check
> * Skipping root filesystem check (fstab's passno == 0) ...
>
> $ cat /etc/fstab
> ...
> UUID=63f7ca27-faee-4361-adba-227db5bf2d97 /boot ext2 noauto,noatime 1 2
> UUID=ac31b6a8-d1c5-4133-8ae9-edddfda8572b / reiserfs noatime 0 1
> ...
Hi,
das ist ja wohl echt mal ein "magischer" Fehler ..
Ich weiss nicht welches baselayout du hast, aber bei meinem (1.12.10-r4)
und dem x86-stable (1.12.9-r2) schaut das in der /etc/init.d/checkroot
so aus:
# Obey the fs_passno setting for / (see fstab(5))
# - find the / entry
# - make sure we have 6 fields
# - see if fs_passno is something other than 0
if [[ -n $(awk '($1 ~ /^(\/|UUID|LABEL)/ && $2 == "/" \
&& NF == 6 && $6 != 0) { print }' /etc/fstab) ]]
then
ebegin "Checking root filesystem"
fsck -C -T -a /
retval=$?
else
ebegin "Skipping root filesystem check (fstab's passno == 0)"
retval=0
fi
Das Problem muss also wohl irgendwie mit dem awk zusammenhängen. Evtl schaust
du einfach mal ob die checkroot bei dir auch so aussieht, und was
awk '($1 ~ /^(\/|UUID|LABEL)/ && $2 == "/" && NF == 6 && $6 != 0) { print }' /etc/fstab
bei dir ausspuckt.
MfG Emil
--
Emil Beinroth <emilbeinroth.gmx.net>
83059 Kolbermoor | Germany
Emacs, n.:
A slow-moving parody of a text editor.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2007-07-11 20:39 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-11 16:32 [gentoo-user-de] Skipping root filesystem check André Glücksmann
2007-07-11 16:53 ` Emil Beinroth
2007-07-11 16:55 ` Dirk Heinrichs
2007-07-11 17:12 ` André Glücksmann
2007-07-11 17:23 ` Dirk Heinrichs
2007-07-11 18:32 ` André Glücksmann
2007-07-11 20:35 ` Dirk Heinrichs
2007-07-11 20:36 ` Emil Beinroth [this message]
2007-07-12 7:43 ` Eckard Brauer
2007-07-12 7:59 ` Dirk Heinrichs
2007-07-12 10:24 ` André Glücksmann
2007-07-12 11:42 ` Dirk Heinrichs
2007-07-12 11:52 ` Emil Beinroth
2007-07-12 11:56 ` André Glücksmann
2007-07-12 12:37 ` Dirk Heinrichs
2007-07-12 12:54 ` André Glücksmann
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=20070711203627.GA10404@stovokor.kiste.lan \
--to=emilbeinroth@gmx.net \
--cc=gentoo-user-de@lists.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