* [gentoo-user] 2.6.19-r5 kernel disaster
@ 2007-04-12 3:02 maxim wexler
2007-04-12 3:25 ` Devon Miller
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: maxim wexler @ 2007-04-12 3:02 UTC (permalink / raw
To: gentoo-user
Hi group,
After running make menuconfig 4x on a PIII,
re-emerging --emptytree world and either booting to a
highly unstable system or a maintenance login I feel
it's time to call on the authorities.
Don't even have gpm so I can't scroll the choice bits
of the boot messages.
It all starts to fall apart on the following line in
the boot console
* Starting udev...
then
udevd[367]: init_udevd socket: error getting socket:
Address family not supported by protocol
error initializing udevd socket
udevd[367]: main: error initializing udevd socket [!!]
<...>
* Checking root filesystem...
Failed to open the device '/dev/hda3': No such file or
directory
* Filesystem couldn't be fe fixed :( [!!]
Give root password for maintenance
/dev/hda3 is reiserfs and reiserfs support is
configured into the kernel as is ATA and IDE support.
/etc/fstab is the same one(modified for different
partitioning systems, of course) I've been using for
years. /etc/fstab is not the problem.
Yes, I did this:
File systems --->
Pseudo filesystems --->
[*] /proc file system support
[*] Virtual memory file system support (former shm
fs)
And have baselayout-1.12.9.
When I chroot from the livecd(2005.1) everything seems
to work; the modules all load, the software works etc.
So, I'm at a complete loss.
FWIW, when I do boot the maintenance console and run
udevstart the system crashes forcing a reset.
-mw
____________________________________________________________________________________
Now that's room service! Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] 2.6.19-r5 kernel disaster
2007-04-12 3:02 [gentoo-user] 2.6.19-r5 kernel disaster maxim wexler
@ 2007-04-12 3:25 ` Devon Miller
2007-04-12 16:45 ` [gentoo-user] 2.6.19-r5 kernel disasterFIXED maxim wexler
2007-04-12 13:37 ` [gentoo-user] 2.6.19-r5 kernel disaster Fabio
` (2 subsequent siblings)
3 siblings, 1 reply; 8+ messages in thread
From: Devon Miller @ 2007-04-12 3:25 UTC (permalink / raw
To: gentoo-user
Check that you have CONFIG_UNIX=y in your .config. The udev daemon
(udevd) listens on a unix domain socket. When udevd doesn't run your
hda3 device is not created in /dev which explains the later messages.
I'm not sure why udevstart would crash your system though. Do you get
a kernel oops or does it just reboot?
dcm
On 4/11/07, maxim wexler <blissfix@yahoo.com> wrote:
> Hi group,
>
> After running make menuconfig 4x on a PIII,
> re-emerging --emptytree world and either booting to a
> highly unstable system or a maintenance login I feel
> it's time to call on the authorities.
>
> Don't even have gpm so I can't scroll the choice bits
> of the boot messages.
>
> It all starts to fall apart on the following line in
> the boot console
>
> * Starting udev...
>
> then
>
> udevd[367]: init_udevd socket: error getting socket:
> Address family not supported by protocol
> error initializing udevd socket
> udevd[367]: main: error initializing udevd socket [!!]
> <...>
> * Checking root filesystem...
> Failed to open the device '/dev/hda3': No such file or
> directory
>
> * Filesystem couldn't be fe fixed :( [!!]
> Give root password for maintenance
>
> /dev/hda3 is reiserfs and reiserfs support is
> configured into the kernel as is ATA and IDE support.
> /etc/fstab is the same one(modified for different
> partitioning systems, of course) I've been using for
> years. /etc/fstab is not the problem.
>
> Yes, I did this:
>
> File systems --->
> Pseudo filesystems --->
> [*] /proc file system support
> [*] Virtual memory file system support (former shm
> fs)
>
> And have baselayout-1.12.9.
>
> When I chroot from the livecd(2005.1) everything seems
> to work; the modules all load, the software works etc.
>
> So, I'm at a complete loss.
>
> FWIW, when I do boot the maintenance console and run
> udevstart the system crashes forcing a reset.
>
> -mw
>
>
>
>
> ____________________________________________________________________________________
> Now that's room service! Choose from over 150,000 hotels
> in 45,000 destinations on Yahoo! Travel to find your fit.
> http://farechase.yahoo.com/promo-generic-14795097
> --
> gentoo-user@gentoo.org mailing list
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] 2.6.19-r5 kernel disaster
2007-04-12 3:02 [gentoo-user] 2.6.19-r5 kernel disaster maxim wexler
2007-04-12 3:25 ` Devon Miller
@ 2007-04-12 13:37 ` Fabio
[not found] ` <200704120914.47376.alan@linuxholdings.co.za>
2007-04-12 22:07 ` [gentoo-user] " Renat Golubchyk
3 siblings, 0 replies; 8+ messages in thread
From: Fabio @ 2007-04-12 13:37 UTC (permalink / raw
To: gentoo-user
I think you did not enable the Unix Domain Sockets in your make menuconfig:
Networking ->
Networking Support ->
Networking Options ->
Unix Domain Sockets
This is the same thing Devon was talking about.
On 11/04/07, maxim wexler <blissfix@yahoo.com> wrote:
> Hi group,
>
> After running make menuconfig 4x on a PIII,
> re-emerging --emptytree world and either booting to a
> highly unstable system or a maintenance login I feel
> it's time to call on the authorities.
>
> Don't even have gpm so I can't scroll the choice bits
> of the boot messages.
>
> It all starts to fall apart on the following line in
> the boot console
>
> * Starting udev...
>
> then
>
> udevd[367]: init_udevd socket: error getting socket:
> Address family not supported by protocol
> error initializing udevd socket
> udevd[367]: main: error initializing udevd socket [!!]
> <...>
> * Checking root filesystem...
> Failed to open the device '/dev/hda3': No such file or
> directory
>
> * Filesystem couldn't be fe fixed :( [!!]
> Give root password for maintenance
>
> /dev/hda3 is reiserfs and reiserfs support is
> configured into the kernel as is ATA and IDE support.
> /etc/fstab is the same one(modified for different
> partitioning systems, of course) I've been using for
> years. /etc/fstab is not the problem.
>
> Yes, I did this:
>
> File systems --->
> Pseudo filesystems --->
> [*] /proc file system support
> [*] Virtual memory file system support (former shm
> fs)
>
> And have baselayout-1.12.9.
>
> When I chroot from the livecd(2005.1) everything seems
> to work; the modules all load, the software works etc.
>
> So, I'm at a complete loss.
>
> FWIW, when I do boot the maintenance console and run
> udevstart the system crashes forcing a reset.
>
> -mw
>
>
>
>
> ____________________________________________________________________________________
> Now that's room service! Choose from over 150,000 hotels
> in 45,000 destinations on Yahoo! Travel to find your fit.
> http://farechase.yahoo.com/promo-generic-14795097
> --
> gentoo-user@gentoo.org mailing list
>
>
--
Fabio A. Correa D.
Physics Dept, Universidad Nacional, Bogota, Colombia
facorread@gmail.com
ffaaccdd@yahoo.co.uk facorread@unal.edu.co
My webpage and OpenPGP key at http://facorread.150m.com
My alexandria.cc address is not available anymore.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: 2.6.19-r5 kernel disaster
[not found] ` <200704120914.47376.alan@linuxholdings.co.za>
@ 2007-04-12 14:47 ` Grant Edwards
2007-04-12 15:23 ` Neil Bothwick
0 siblings, 1 reply; 8+ messages in thread
From: Grant Edwards @ 2007-04-12 14:47 UTC (permalink / raw
To: gentoo-user
On 2007-04-12, Alan McKinnon <alan@linuxholdings.co.za> wrote:
> It looks like the kernel can't find the / device.
>
> The whole IDE/ATA/SATA/PATA/SCSI layout hingy changed with 2.6.19, so
> first thing to check is that everything you need is actually enabled in
> the kernel (yeah, there's some gotchas in there....). Please post
> your .config
Ya gotta love the Linux tradition of making big, incompatible
changes between minor revs.
--
Grant Edwards grante Yow! Yow! STYROFOAM...
at
visi.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: 2.6.19-r5 kernel disaster
2007-04-12 14:47 ` [gentoo-user] " Grant Edwards
@ 2007-04-12 15:23 ` Neil Bothwick
2007-04-12 15:41 ` mereandor
0 siblings, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2007-04-12 15:23 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 743 bytes --]
On Thu, 12 Apr 2007 14:47:52 +0000 (UTC), Grant Edwards wrote:
> > The whole IDE/ATA/SATA/PATA/SCSI layout hingy changed with 2.6.19, so
> > first thing to check is that everything you need is actually enabled
> > in the kernel (yeah, there's some gotchas in there....). Please post
> > your .config
>
> Ya gotta love the Linux tradition of making big, incompatible
> changes between minor revs.
Actually, the PATA stuff didn't move. New (experimental) drivers were
introduced, but the standard is still in the same place and works exactly
as before.
The SATA drivers were moved, something that should have been handled by
oldconfig but wasn't :(
--
Neil Bothwick
It's kinda fun to consummate the impossible.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: 2.6.19-r5 kernel disaster
2007-04-12 15:23 ` Neil Bothwick
@ 2007-04-12 15:41 ` mereandor
0 siblings, 0 replies; 8+ messages in thread
From: mereandor @ 2007-04-12 15:41 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 873 bytes --]
Am Donnerstag 12 April 2007 17:23 schrieb Neil Bothwick:
> On Thu, 12 Apr 2007 14:47:52 +0000 (UTC), Grant Edwards wrote:
> > > The whole IDE/ATA/SATA/PATA/SCSI layout hingy changed with 2.6.19, so
> > > first thing to check is that everything you need is actually enabled
> > > in the kernel (yeah, there's some gotchas in there....). Please post
> > > your .config
> >
> > Ya gotta love the Linux tradition of making big, incompatible
> > changes between minor revs.
>
> Actually, the PATA stuff didn't move. New (experimental) drivers were
> introduced, but the standard is still in the same place and works exactly
> as before.
>
> The SATA drivers were moved, something that should have been handled by
> oldconfig but wasn't :(
For that reason i prefer to do a:
make oldconfig 2>/tmp/config.log && less /tmp/config.log
So you see when a config symbol was renamed.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] 2.6.19-r5 kernel disasterFIXED
2007-04-12 3:25 ` Devon Miller
@ 2007-04-12 16:45 ` maxim wexler
0 siblings, 0 replies; 8+ messages in thread
From: maxim wexler @ 2007-04-12 16:45 UTC (permalink / raw
To: gentoo-user
--- Devon Miller <devon.c.miller@gmail.com> wrote:
> Check that you have CONFIG_UNIX=y in your .config.
Bingo! Thanks Devon!
-Maxim
____________________________________________________________________________________
Food fight? Enjoy some healthy debate
in the Yahoo! Answers Food & Drink Q&A.
http://answers.yahoo.com/dir/?link=list&sid=396545367
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] 2.6.19-r5 kernel disaster
2007-04-12 3:02 [gentoo-user] 2.6.19-r5 kernel disaster maxim wexler
` (2 preceding siblings ...)
[not found] ` <200704120914.47376.alan@linuxholdings.co.za>
@ 2007-04-12 22:07 ` Renat Golubchyk
3 siblings, 0 replies; 8+ messages in thread
From: Renat Golubchyk @ 2007-04-12 22:07 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1057 bytes --]
Hi!
On Wed, 11 Apr 2007 20:02:54 -0700 (PDT) maxim wexler
<blissfix@yahoo.com> wrote:
> After running make menuconfig 4x on a PIII,
> re-emerging --emptytree world and either booting to a
> highly unstable system or a maintenance login I feel
> it's time to call on the authorities.
>
> Don't even have gpm so I can't scroll the choice bits
> of the boot messages.
You don't need gpm for that. SHIFT-PgUp and SHIFT-PgDn can do that
too. ;-)
And the following excerpt from /etc/conf.d/rc might help in debugging
boot problems:
=======================
# RC_BOOTLOG will generate a log of the boot messages shown on the
# console. Useful for headless machines or debugging. You need to
# emerge the app-admin/showconsole package for this to work. Note that
# this probably won't work correctly with boot splash.
RC_BOOTLOG="no"
=======================
Cheers,
Renat
--
Probleme kann man niemals mit derselben Denkweise loesen,
durch die sie entstanden sind.
(Einstein)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-04-12 22:15 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-12 3:02 [gentoo-user] 2.6.19-r5 kernel disaster maxim wexler
2007-04-12 3:25 ` Devon Miller
2007-04-12 16:45 ` [gentoo-user] 2.6.19-r5 kernel disasterFIXED maxim wexler
2007-04-12 13:37 ` [gentoo-user] 2.6.19-r5 kernel disaster Fabio
[not found] ` <200704120914.47376.alan@linuxholdings.co.za>
2007-04-12 14:47 ` [gentoo-user] " Grant Edwards
2007-04-12 15:23 ` Neil Bothwick
2007-04-12 15:41 ` mereandor
2007-04-12 22:07 ` [gentoo-user] " Renat Golubchyk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox