* [gentoo-user] kernel 2.6.20-r6 panics with strange message
@ 2007-04-30 3:53 maxim wexler
2007-04-30 7:41 ` Hemmann, Volker Armin
2007-04-30 8:08 ` Dirk Heinrichs
0 siblings, 2 replies; 8+ messages in thread
From: maxim wexler @ 2007-04-30 3:53 UTC (permalink / raw
To: gentoo-user
Hi group,
The new kernel panics at a typical place:
<...>
VFS: unable to mount root fs on unknown-block (8,7)
then just below this appears:
<6> Time: tsc clocksource has been installed.
<crash>
The root fs is reiserfs and *is* part of the kernel.
Yes, CONFIG_UNIX=y
I thought it might be the SATA drive. The previous
kernel, 2.6.16, sets up SATA slightly different.
>From the new, 2.6.20 .config:
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_ATA=y
CONFIG_SATA_SIL=y
>From the previous, 2.6.16 two options no longer
present in the 2.6.20 kernel
CONFIG_SCSI_SATA=y
CONFIG_SCSI_SATA_SIL=y
So, is this a SATA/SCSI problem or something else?
-Maxim
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] kernel 2.6.20-r6 panics with strange message
2007-04-30 3:53 [gentoo-user] kernel 2.6.20-r6 panics with strange message maxim wexler
@ 2007-04-30 7:41 ` Hemmann, Volker Armin
2007-04-30 15:14 ` maxim wexler
2007-04-30 8:08 ` Dirk Heinrichs
1 sibling, 1 reply; 8+ messages in thread
From: Hemmann, Volker Armin @ 2007-04-30 7:41 UTC (permalink / raw
To: gentoo-user
On Montag, 30. April 2007, maxim wexler wrote:
> Hi group,
>
> The new kernel panics at a typical place:
> <...>
> VFS: unable to mount root fs on unknown-block (8,7)
>
> then just below this appears:
>
> <6> Time: tsc clocksource has been installed.
> <crash>
>
> The root fs is reiserfs and *is* part of the kernel.
>
> Yes, CONFIG_UNIX=y
that is not the reiserfs option.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] kernel 2.6.20-r6 panics with strange message
2007-04-30 7:41 ` Hemmann, Volker Armin
@ 2007-04-30 15:14 ` maxim wexler
2007-04-30 15:24 ` Hemmann, Volker Armin
0 siblings, 1 reply; 8+ messages in thread
From: maxim wexler @ 2007-04-30 15:14 UTC (permalink / raw
To: gentoo-user
> > Yes, CONFIG_UNIX=y
>
> that is not the reiserfs option.
I'm aware of that. But another PC with the 2.6.19
kernel and an IDE drive panicked until I set
CONFIG_UNIX=y. Didn't help in this case.
-mw
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] kernel 2.6.20-r6 panics with strange message
2007-04-30 15:14 ` maxim wexler
@ 2007-04-30 15:24 ` Hemmann, Volker Armin
2007-04-30 15:41 ` Hans-Werner Hilse
0 siblings, 1 reply; 8+ messages in thread
From: Hemmann, Volker Armin @ 2007-04-30 15:24 UTC (permalink / raw
To: gentoo-user
On Montag, 30. April 2007, maxim wexler wrote:
> > > Yes, CONFIG_UNIX=y
> >
> > that is not the reiserfs option.
>
> I'm aware of that. But another PC with the 2.6.19
> kernel and an IDE drive panicked until I set
> CONFIG_UNIX=y. Didn't help in this case.
well, you should have set sockets, because it is THAT way to communicate with
the kernel. So CONFIG_UNIX has to be y.
about your problem - do make menuconfig and recheck your driver and fs
settings.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] kernel 2.6.20-r6 panics with strange message
2007-04-30 15:24 ` Hemmann, Volker Armin
@ 2007-04-30 15:41 ` Hans-Werner Hilse
2007-04-30 16:01 ` Hemmann, Volker Armin
0 siblings, 1 reply; 8+ messages in thread
From: Hans-Werner Hilse @ 2007-04-30 15:41 UTC (permalink / raw
To: gentoo-user
Hi,
Am Montag, den 30.04.2007, 17:24 +0200 schrieb Hemmann, Volker Armin:
> On Montag, 30. April 2007, maxim wexler wrote:
> > > > Yes, CONFIG_UNIX=y
> > >
> > > that is not the reiserfs option.
> >
> > I'm aware of that. But another PC with the 2.6.19
> > kernel and an IDE drive panicked until I set
> > CONFIG_UNIX=y. Didn't help in this case.
>
> well, you should have set sockets, because it is THAT way to communicate with
> the kernel. So CONFIG_UNIX has to be y.
Nope, Unix sockets are usually not the commonly chosen way for
kernel<->userland communication. They're used for machine-local (w/
exception of clusters) inter-process communication. But I think that
init would struggle w/o CONFIG_UNIX and, of course, udev. So Maxim might
have hit problems there. But that's just nitpicking here ;-)
@OP: You can scroll kernel boot output using Shift-PgUp/-PgDown. From
what you can see there you should be able to tell whether your HD is
recognized or not and what's its device name (which you must hand to
the kernel via the "root=..." kernel command line parameter).
-hwh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] kernel 2.6.20-r6 panics with strange message
2007-04-30 15:41 ` Hans-Werner Hilse
@ 2007-04-30 16:01 ` Hemmann, Volker Armin
0 siblings, 0 replies; 8+ messages in thread
From: Hemmann, Volker Armin @ 2007-04-30 16:01 UTC (permalink / raw
To: gentoo-user
On Montag, 30. April 2007, Hans-Werner Hilse wrote:
>
> Nope, Unix sockets are usually not the commonly chosen way for
> kernel<->userland communication. They're used for machine-local (w/
> exception of clusters) inter-process communication. But I think that
> init would struggle w/o CONFIG_UNIX and, of course, udev. So Maxim might
> have hit problems there. But that's just nitpicking here ;-)
you forgot X.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] kernel 2.6.20-r6 panics with strange message
2007-04-30 3:53 [gentoo-user] kernel 2.6.20-r6 panics with strange message maxim wexler
2007-04-30 7:41 ` Hemmann, Volker Armin
@ 2007-04-30 8:08 ` Dirk Heinrichs
2007-04-30 15:04 ` maxim wexler
1 sibling, 1 reply; 8+ messages in thread
From: Dirk Heinrichs @ 2007-04-30 8:08 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 931 bytes --]
Am Montag, 30. April 2007 schrieb ext maxim wexler:
> Hi group,
>
> The new kernel panics at a typical place:
> <...>
> VFS: unable to mount root fs on unknown-block (8,7)
>
> From the new, 2.6.20 .config:
>
> CONFIG_SCSI=y
> CONFIG_BLK_DEV_SD=y
> CONFIG_ATA=y
> CONFIG_SATA_SIL=y
>
> From the previous, 2.6.16 two options no longer
> present in the 2.6.20 kernel
>
> CONFIG_SCSI_SATA=y
> CONFIG_SCSI_SATA_SIL=y
Well, without
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
you won't be able to boot from a SATA disk. So re-enabling them should solve
the problem.
HTH...
Dirk
--
Dirk Heinrichs | Tel: +49 (0)162 234 3408
Configuration Manager | Fax: +49 (0)211 47068 111
Capgemini Deutschland | Mail: dirk.heinrichs@capgemini.com
Wanheimerstraße 68 | Web: http://www.capgemini.com
D-40468 Düsseldorf | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] kernel 2.6.20-r6 panics with strange message
2007-04-30 8:08 ` Dirk Heinrichs
@ 2007-04-30 15:04 ` maxim wexler
0 siblings, 0 replies; 8+ messages in thread
From: maxim wexler @ 2007-04-30 15:04 UTC (permalink / raw
To: gentoo-user
--- Dirk Heinrichs <dirk.heinrichs.ext@nsn.com> wrote:
> Am Montag, 30. April 2007 schrieb ext maxim wexler:
> > Hi group,
> >
> > The new kernel panics at a typical place:
> > <...>
> > VFS: unable to mount root fs on unknown-block
> (8,7)
> >
> > From the new, 2.6.20 .config:
> >
> > CONFIG_SCSI=y
> > CONFIG_BLK_DEV_SD=y
> > CONFIG_ATA=y
> > CONFIG_SATA_SIL=y
> Well, without
>
> CONFIG_SCSI=y
> CONFIG_BLK_DEV_SD=y
>
> you won't be able to boot from a SATA disk. So
> re-enabling them should solve
> the problem.
Huh? They *are* enabled.
-mw
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-04-30 16:08 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-30 3:53 [gentoo-user] kernel 2.6.20-r6 panics with strange message maxim wexler
2007-04-30 7:41 ` Hemmann, Volker Armin
2007-04-30 15:14 ` maxim wexler
2007-04-30 15:24 ` Hemmann, Volker Armin
2007-04-30 15:41 ` Hans-Werner Hilse
2007-04-30 16:01 ` Hemmann, Volker Armin
2007-04-30 8:08 ` Dirk Heinrichs
2007-04-30 15:04 ` maxim wexler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox