From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1I8iy5-0000HQ-0z for garchives@archives.gentoo.org; Wed, 11 Jul 2007 20:39:25 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l6BKaQqp019555; Wed, 11 Jul 2007 20:36:26 GMT Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l6BKaPlw019526 for ; Wed, 11 Jul 2007 20:36:26 GMT Received: (qmail invoked by alias); 11 Jul 2007 20:36:25 -0000 Received: from p54976489.dip.t-dialin.net (EHLO localhost) [84.151.100.137] by mail.gmx.net (mp035) with SMTP; 11 Jul 2007 22:36:25 +0200 X-Authenticated: #8201419 X-Provags-ID: V01U2FsdGVkX1+oW6UkfIKoj9p1dPdMKC1CCyEU0xVuUZzAGiVsM8 VX+u5WMuQUiTso Date: Wed, 11 Jul 2007 22:36:27 +0200 From: Emil Beinroth To: gentoo-user-de@lists.gentoo.org Subject: Re: [gentoo-user-de] Skipping root filesystem check Message-ID: <20070711203627.GA10404@stovokor.kiste.lan> References: <4695061F.3060406@smixx.de> <200707111855.16923.dirk.heinrichs@online.de> <46950F60.8000406@smixx.de> <200707111923.01465.dirk.heinrichs@online.de> <46952235.9090803@smixx.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user-de@gentoo.org Reply-to: gentoo-user-de@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline In-Reply-To: <46952235.9090803@smixx.de> User-Agent: Mutt/1.5.15 (2007-04-06) X-Y-GMX-Trusted: 0 X-Archives-Salt: a7564e2e-c600-4c34-b177-3db6bbe3269c X-Archives-Hash: 6d550fb12bca0befe09895308997ab35 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 11, 2007 at 08:32:21PM +0200, Andr=C3=A9 Gl=C3=BCcksmann wrote: > nun hat es die 1: >=20 > $ cat /var/log/boot.msg | grep check > * Skipping root filesystem check (fstab's passno =3D=3D 0) ... >=20 > $ cat /etc/fstab > ... > UUID=3D63f7ca27-faee-4361-adba-227db5bf2d97 /boot ext2 noauto,noatime 1 2 > UUID=3Dac31b6a8-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 =3D=3D "/" \ && NF =3D=3D 6 && $6 !=3D 0) { print }' /etc/fstab) ]] then ebegin "Checking root filesystem" fsck -C -T -a / retval=3D$? else ebegin "Skipping root filesystem check (fstab's passno =3D=3D 0)" retval=3D0 fi Das Problem muss also wohl irgendwie mit dem awk zusammenh=C3=A4ngen. Evtl = schaust du einfach mal ob die checkroot bei dir auch so aussieht, und was awk '($1 ~ /^(\/|UUID|LABEL)/ && $2 =3D=3D "/" && NF =3D=3D 6 && $6 != =3D 0) { print }' /etc/fstab bei dir ausspuckt. MfG Emil --=20 Emil Beinroth 83059 Kolbermoor | Germany Emacs, n.: A slow-moving parody of a text editor. --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.5 (GNU/Linux) iD8DBQFGlT9LwejcL/HbYLIRAoIXAJ9HE0t2oWB/h4SdEEIPnypptW7jwgCfU4ML ayE/rbtYas4LchlOfQVp40M= =KfPT -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- -- gentoo-user-de@gentoo.org mailing list