public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] strange error during boot
@ 2009-02-12  9:52 John covici
  2009-02-12 10:04 ` Joost Roeleveld
  0 siblings, 1 reply; 11+ messages in thread
From: John covici @ 2009-02-12  9:52 UTC (permalink / raw
  To: gentoo-user

Hi.  I just upgraded a gentoo system from about August 2008 to current
-- including updating baselayout and openrt and now  when I boot I get
a series of messages quite early in the boot modprobe: fatal /sys is
not mounted.  Eventually it does boot and all seems to work with the
exception of the script for my hsfmodem, but I am curious as to what
those message mean and if there is a way to fix them.

Any assistance would be appreciated.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] strange error during boot
  2009-02-12  9:52 [gentoo-user] strange error during boot John covici
@ 2009-02-12 10:04 ` Joost Roeleveld
  2009-02-12 13:05   ` John covici
  0 siblings, 1 reply; 11+ messages in thread
From: Joost Roeleveld @ 2009-02-12 10:04 UTC (permalink / raw
  To: gentoo-user

On Thu, February 12, 2009 10:52 am, John covici wrote:
> Hi.  I just upgraded a gentoo system from about August 2008 to current
> -- including updating baselayout and openrt and now  when I boot I get
> a series of messages quite early in the boot modprobe: fatal /sys is
> not mounted.  Eventually it does boot and all seems to work with the
> exception of the script for my hsfmodem, but I am curious as to what
> those message mean and if there is a way to fix them.
>
> Any assistance would be appreciated.

Did you include sysfs support to your kernel and do you have a directory
'/sys'? (SYSFS)
This can be found in: File systems / Pseudo filesystems in the kernel
configuration.

The '/sys' filesystem is as important as '/proc' these days.

--
Joost Roeleveld




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] strange error during boot
  2009-02-12 10:04 ` Joost Roeleveld
@ 2009-02-12 13:05   ` John covici
  2009-02-12 13:17     ` Joost Roeleveld
  0 siblings, 1 reply; 11+ messages in thread
From: John covici @ 2009-02-12 13:05 UTC (permalink / raw
  To: gentoo-user

on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
 > On Thu, February 12, 2009 10:52 am, John covici wrote:
 > > Hi.  I just upgraded a gentoo system from about August 2008 to current
 > > -- including updating baselayout and openrt and now  when I boot I get
 > > a series of messages quite early in the boot modprobe: fatal /sys is
 > > not mounted.  Eventually it does boot and all seems to work with the
 > > exception of the script for my hsfmodem, but I am curious as to what
 > > those message mean and if there is a way to fix them.
 > >
 > > Any assistance would be appreciated.
 > 
 > Did you include sysfs support to your kernel and do you have a directory
 > '/sys'? (SYSFS)
 > This can be found in: File systems / Pseudo filesystems in the kernel
 > configuration.
 > 
 > The '/sys' filesystem is as important as '/proc' these days.

The plot thickens -- by the time I log in after booting, /sys is
mounted with the correct file system.  Still very strange.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] strange error during boot
  2009-02-12 13:05   ` John covici
@ 2009-02-12 13:17     ` Joost Roeleveld
  2009-02-12 13:26       ` John covici
  0 siblings, 1 reply; 11+ messages in thread
From: Joost Roeleveld @ 2009-02-12 13:17 UTC (permalink / raw
  To: gentoo-user

On Thu, February 12, 2009 2:05 pm, John covici wrote:
> on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
>  > On Thu, February 12, 2009 10:52 am, John covici wrote:
>  > > Hi.  I just upgraded a gentoo system from about August 2008 to
> current
>  > > -- including updating baselayout and openrt and now  when I boot I
> get
>  > > a series of messages quite early in the boot modprobe: fatal /sys is
>  > > not mounted.  Eventually it does boot and all seems to work with the
>  > > exception of the script for my hsfmodem, but I am curious as to what
>  > > those message mean and if there is a way to fix them.
>  > >
>  > > Any assistance would be appreciated.
>  >
>  > Did you include sysfs support to your kernel and do you have a
> directory
>  > '/sys'? (SYSFS)
>  > This can be found in: File systems / Pseudo filesystems in the kernel
>  > configuration.
>  >
>  > The '/sys' filesystem is as important as '/proc' these days.
>
> The plot thickens -- by the time I log in after booting, /sys is
> mounted with the correct file system.  Still very strange.

Hmm... so, something does solve the problem you are seeing at the
beginning later on.
Did you update all the configuration files (including the ones in
/etc/init.d/.. )?
It could be that something there is not set correctly.

For now, I am assuming the issue is in the boot-sequence/runlevel.

Can you check which services are in your boot-runlevel?
I have:
bootmisc, checkfs, checkroot, clock, consolefone, hostname, keymaps,
localmount, modules, net.lo rmnologin and urandom.
Think these are the default ones.

Do you use an initrd? If yes, did you update this as well?

--
Joost




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] strange error during boot
  2009-02-12 13:17     ` Joost Roeleveld
@ 2009-02-12 13:26       ` John covici
  2009-02-12 13:44         ` Joost Roeleveld
  0 siblings, 1 reply; 11+ messages in thread
From: John covici @ 2009-02-12 13:26 UTC (permalink / raw
  To: gentoo-user

on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
 > On Thu, February 12, 2009 2:05 pm, John covici wrote:
 > > on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
 > >  > On Thu, February 12, 2009 10:52 am, John covici wrote:
 > >  > > Hi.  I just upgraded a gentoo system from about August 2008 to
 > > current
 > >  > > -- including updating baselayout and openrt and now  when I boot I
 > > get
 > >  > > a series of messages quite early in the boot modprobe: fatal /sys is
 > >  > > not mounted.  Eventually it does boot and all seems to work with the
 > >  > > exception of the script for my hsfmodem, but I am curious as to what
 > >  > > those message mean and if there is a way to fix them.
 > >  > >
 > >  > > Any assistance would be appreciated.
 > >  >
 > >  > Did you include sysfs support to your kernel and do you have a
 > > directory
 > >  > '/sys'? (SYSFS)
 > >  > This can be found in: File systems / Pseudo filesystems in the kernel
 > >  > configuration.
 > >  >
 > >  > The '/sys' filesystem is as important as '/proc' these days.
 > >
 > > The plot thickens -- by the time I log in after booting, /sys is
 > > mounted with the correct file system.  Still very strange.
 > 
 > Hmm... so, something does solve the problem you are seeing at the
 > beginning later on.
 > Did you update all the configuration files (including the ones in
 > /etc/init.d/.. )?
 > It could be that something there is not set correctly.
 > 
 > For now, I am assuming the issue is in the boot-sequence/runlevel.
 > 
 > Can you check which services are in your boot-runlevel?
 > I have:
 > bootmisc, checkfs, checkroot, clock, consolefone, hostname, keymaps,
 > localmount, modules, net.lo rmnologin and urandom.
 > Think these are the default ones.
 > 
 > Do you use an initrd? If yes, did you update this as well?

I regenerated the initrd, but I am still using 2.6.20 kernel which I
will update soon, but I wonder if this is the problem -- something
wrong with the initrd, but regenerating did not fix it.  In my boot
level I have 
bootmisc@
consolefont@
device-mapper@
fsck@
hibernate-cleanup@
hostname@
hwclock@
keymaps@
localmount@
modules@
mtab@
net.lo@
procfs@
root@
swap@
sysctl@
termencoding@
urandom@
in my sysinit I have
devfs@
dmesg@
udev@

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] strange error during boot
  2009-02-12 13:26       ` John covici
@ 2009-02-12 13:44         ` Joost Roeleveld
  2009-02-12 14:21           ` Momesso Andrea
  2009-02-12 16:59           ` John covici
  0 siblings, 2 replies; 11+ messages in thread
From: Joost Roeleveld @ 2009-02-12 13:44 UTC (permalink / raw
  To: gentoo-user

On Thu, February 12, 2009 2:26 pm, John covici wrote:
> on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
>  > On Thu, February 12, 2009 2:05 pm, John covici wrote:
>  > > on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
>  > >  > On Thu, February 12, 2009 10:52 am, John covici wrote:
>  > >  > > Hi.  I just upgraded a gentoo system from about August 2008 to
>  > > current
>  > >  > > -- including updating baselayout and openrt and now  when I boot
> I
>  > > get
>  > >  > > a series of messages quite early in the boot modprobe: fatal
> /sys is
>  > >  > > not mounted.  Eventually it does boot and all seems to work with
> the
>  > >  > > exception of the script for my hsfmodem, but I am curious as to
> what
>  > >  > > those message mean and if there is a way to fix them.
>  > >  > >
>  > >  > > Any assistance would be appreciated.
>  > >  >
>  > >  > Did you include sysfs support to your kernel and do you have a
>  > > directory
>  > >  > '/sys'? (SYSFS)
>  > >  > This can be found in: File systems / Pseudo filesystems in the
> kernel
>  > >  > configuration.
>  > >  >
>  > >  > The '/sys' filesystem is as important as '/proc' these days.
>  > >
>  > > The plot thickens -- by the time I log in after booting, /sys is
>  > > mounted with the correct file system.  Still very strange.
>  >
>  > Hmm... so, something does solve the problem you are seeing at the
>  > beginning later on.
>  > Did you update all the configuration files (including the ones in
>  > /etc/init.d/.. )?
>  > It could be that something there is not set correctly.
>  >
>  > For now, I am assuming the issue is in the boot-sequence/runlevel.
>  >
>  > Can you check which services are in your boot-runlevel?
>  > I have:
>  > bootmisc, checkfs, checkroot, clock, consolefone, hostname, keymaps,
>  > localmount, modules, net.lo rmnologin and urandom.
>  > Think these are the default ones.
>  >
>  > Do you use an initrd? If yes, did you update this as well?
>
> I regenerated the initrd, but I am still using 2.6.20 kernel which I
> will update soon, but I wonder if this is the problem -- something
> wrong with the initrd, but regenerating did not fix it.  In my boot
> level I have
> bootmisc@
> consolefont@
> device-mapper@
> fsck@
> hibernate-cleanup@
> hostname@
> hwclock@
> keymaps@
> localmount@
> modules@
> mtab@
> net.lo@
> procfs@
> root@
> swap@
> sysctl@
> termencoding@
> urandom@
> in my sysinit I have
> devfs@
> dmesg@
> udev@

Do you have "device-mapper" in your boot-level?
In that case, you might want to check which init-script mounts the '/sys'
filesystem as this script requires the /sys filesystem to be mounted.

May I ask why you have this added as I don't use it with my LVM drives.

--
Joost




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] strange error during boot
  2009-02-12 13:44         ` Joost Roeleveld
@ 2009-02-12 14:21           ` Momesso Andrea
  2009-02-12 14:50             ` Joost Roeleveld
  2009-02-12 16:59           ` John covici
  1 sibling, 1 reply; 11+ messages in thread
From: Momesso Andrea @ 2009-02-12 14:21 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 3148 bytes --]

On Thu, Feb 12, 2009 at 02:44:15PM +0100, Joost Roeleveld wrote:
> On Thu, February 12, 2009 2:26 pm, John covici wrote:
> > on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
> >  > On Thu, February 12, 2009 2:05 pm, John covici wrote:
> >  > > on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
> >  > >  > On Thu, February 12, 2009 10:52 am, John covici wrote:
> >  > >  > > Hi.  I just upgraded a gentoo system from about August 2008 to
> >  > > current
> >  > >  > > -- including updating baselayout and openrt and now  when I boot
> > I
> >  > > get
> >  > >  > > a series of messages quite early in the boot modprobe: fatal
> > /sys is
> >  > >  > > not mounted.  Eventually it does boot and all seems to work with
> > the
> >  > >  > > exception of the script for my hsfmodem, but I am curious as to
> > what
> >  > >  > > those message mean and if there is a way to fix them.
> >  > >  > >
> >  > >  > > Any assistance would be appreciated.
> >  > >  >
> >  > >  > Did you include sysfs support to your kernel and do you have a
> >  > > directory
> >  > >  > '/sys'? (SYSFS)
> >  > >  > This can be found in: File systems / Pseudo filesystems in the
> > kernel
> >  > >  > configuration.
> >  > >  >
> >  > >  > The '/sys' filesystem is as important as '/proc' these days.
> >  > >
> >  > > The plot thickens -- by the time I log in after booting, /sys is
> >  > > mounted with the correct file system.  Still very strange.
> >  >
> >  > Hmm... so, something does solve the problem you are seeing at the
> >  > beginning later on.
> >  > Did you update all the configuration files (including the ones in
> >  > /etc/init.d/.. )?
> >  > It could be that something there is not set correctly.
> >  >
> >  > For now, I am assuming the issue is in the boot-sequence/runlevel.
> >  >
> >  > Can you check which services are in your boot-runlevel?
> >  > I have:
> >  > bootmisc, checkfs, checkroot, clock, consolefone, hostname, keymaps,
> >  > localmount, modules, net.lo rmnologin and urandom.
> >  > Think these are the default ones.
> >  >
> >  > Do you use an initrd? If yes, did you update this as well?
> >
> > I regenerated the initrd, but I am still using 2.6.20 kernel which I
> > will update soon, but I wonder if this is the problem -- something
> > wrong with the initrd, but regenerating did not fix it.  In my boot
> > level I have
> > bootmisc@
> > consolefont@
> > device-mapper@
> > fsck@
> > hibernate-cleanup@
> > hostname@
> > hwclock@
> > keymaps@
> > localmount@
> > modules@
> > mtab@
> > net.lo@
> > procfs@
> > root@
> > swap@
> > sysctl@
> > termencoding@
> > urandom@
> > in my sysinit I have
> > devfs@
> > dmesg@
> > udev@
> 
> Do you have "device-mapper" in your boot-level?
> In that case, you might want to check which init-script mounts the '/sys'
> filesystem as this script requires the /sys filesystem to be mounted.
> 
> May I ask why you have this added as I don't use it with my LVM drives.
> 
> --
> Joost
> 
>

http://bugs.gentoo.org/show_bug.cgi?id=258442

=======
TopperH
=======

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] strange error during boot
  2009-02-12 14:21           ` Momesso Andrea
@ 2009-02-12 14:50             ` Joost Roeleveld
  2009-02-12 16:52               ` John covici
  0 siblings, 1 reply; 11+ messages in thread
From: Joost Roeleveld @ 2009-02-12 14:50 UTC (permalink / raw
  To: gentoo-user

On Thu, February 12, 2009 3:21 pm, Momesso Andrea wrote:
> On Thu, Feb 12, 2009 at 02:44:15PM +0100, Joost Roeleveld wrote:
>> On Thu, February 12, 2009 2:26 pm, John covici wrote:
>> > on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
>> >  > On Thu, February 12, 2009 2:05 pm, John covici wrote:
>> >  > > on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
>> >  > >  > On Thu, February 12, 2009 10:52 am, John covici wrote:
>> >  > >  > > Hi.  I just upgraded a gentoo system from about August 2008
>> to
>> >  > > current
>> >  > >  > > -- including updating baselayout and openrt and now  when I
>> boot
>> > I
>> >  > > get
>> >  > >  > > a series of messages quite early in the boot modprobe: fatal
>> > /sys is
>> >  > >  > > not mounted.  Eventually it does boot and all seems to work
>> with
>> > the
>> >  > >  > > exception of the script for my hsfmodem, but I am curious as
>> to
>> > what
>> >  > >  > > those message mean and if there is a way to fix them.
>> >  > >  > >
>> >  > >  > > Any assistance would be appreciated.
>> >  > >  >
>> >  > >  > Did you include sysfs support to your kernel and do you have a
>> >  > > directory
>> >  > >  > '/sys'? (SYSFS)
>> >  > >  > This can be found in: File systems / Pseudo filesystems in the
>> > kernel
>> >  > >  > configuration.
>> >  > >  >
>> >  > >  > The '/sys' filesystem is as important as '/proc' these days.
>> >  > >
>> >  > > The plot thickens -- by the time I log in after booting, /sys is
>> >  > > mounted with the correct file system.  Still very strange.
>> >  >
>> >  > Hmm... so, something does solve the problem you are seeing at the
>> >  > beginning later on.
>> >  > Did you update all the configuration files (including the ones in
>> >  > /etc/init.d/.. )?
>> >  > It could be that something there is not set correctly.
>> >  >
>> >  > For now, I am assuming the issue is in the boot-sequence/runlevel.
>> >  >
>> >  > Can you check which services are in your boot-runlevel?
>> >  > I have:
>> >  > bootmisc, checkfs, checkroot, clock, consolefone, hostname,
>> keymaps,
>> >  > localmount, modules, net.lo rmnologin and urandom.
>> >  > Think these are the default ones.
>> >  >
>> >  > Do you use an initrd? If yes, did you update this as well?
>> >
>> > I regenerated the initrd, but I am still using 2.6.20 kernel which I
>> > will update soon, but I wonder if this is the problem -- something
>> > wrong with the initrd, but regenerating did not fix it.  In my boot
>> > level I have
>> > bootmisc@
>> > consolefont@
>> > device-mapper@
>> > fsck@
>> > hibernate-cleanup@
>> > hostname@
>> > hwclock@
>> > keymaps@
>> > localmount@
>> > modules@
>> > mtab@
>> > net.lo@
>> > procfs@
>> > root@
>> > swap@
>> > sysctl@
>> > termencoding@
>> > urandom@
>> > in my sysinit I have
>> > devfs@
>> > dmesg@
>> > udev@
>>
>> Do you have "device-mapper" in your boot-level?
>> In that case, you might want to check which init-script mounts the
>> '/sys'
>> filesystem as this script requires the /sys filesystem to be mounted.
>>
>> May I ask why you have this added as I don't use it with my LVM drives.
>>
>
> http://bugs.gentoo.org/show_bug.cgi?id=258442

Helpful, but only if OP is using module-init-tools 3.6, which is currently
in unstable for all archs.

John, can you please confirm which 'module-init-tools' version you are using?

--
Joost




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] strange error during boot
  2009-02-12 14:50             ` Joost Roeleveld
@ 2009-02-12 16:52               ` John covici
  2009-02-12 17:13                 ` Momesso Andrea
  0 siblings, 1 reply; 11+ messages in thread
From: John covici @ 2009-02-12 16:52 UTC (permalink / raw
  To: gentoo-user

on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
 > On Thu, February 12, 2009 3:21 pm, Momesso Andrea wrote:
 > > On Thu, Feb 12, 2009 at 02:44:15PM +0100, Joost Roeleveld wrote:
 > >> On Thu, February 12, 2009 2:26 pm, John covici wrote:
 > >> > on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
 > >> >  > On Thu, February 12, 2009 2:05 pm, John covici wrote:
 > >> >  > > on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
 > >> >  > >  > On Thu, February 12, 2009 10:52 am, John covici wrote:
 > >> >  > >  > > Hi.  I just upgraded a gentoo system from about August 2008
 > >> to
 > >> >  > > current
 > >> >  > >  > > -- including updating baselayout and openrt and now  when I
 > >> boot
 > >> > I
 > >> >  > > get
 > >> >  > >  > > a series of messages quite early in the boot modprobe: fatal
 > >> > /sys is
 > >> >  > >  > > not mounted.  Eventually it does boot and all seems to work
 > >> with
 > >> > the
 > >> >  > >  > > exception of the script for my hsfmodem, but I am curious as
 > >> to
 > >> > what
 > >> >  > >  > > those message mean and if there is a way to fix them.
 > >> >  > >  > >
 > >> >  > >  > > Any assistance would be appreciated.
 > >> >  > >  >
 > >> >  > >  > Did you include sysfs support to your kernel and do you have a
 > >> >  > > directory
 > >> >  > >  > '/sys'? (SYSFS)
 > >> >  > >  > This can be found in: File systems / Pseudo filesystems in the
 > >> > kernel
 > >> >  > >  > configuration.
 > >> >  > >  >
 > >> >  > >  > The '/sys' filesystem is as important as '/proc' these days.
 > >> >  > >
 > >> >  > > The plot thickens -- by the time I log in after booting, /sys is
 > >> >  > > mounted with the correct file system.  Still very strange.
 > >> >  >
 > >> >  > Hmm... so, something does solve the problem you are seeing at the
 > >> >  > beginning later on.
 > >> >  > Did you update all the configuration files (including the ones in
 > >> >  > /etc/init.d/.. )?
 > >> >  > It could be that something there is not set correctly.
 > >> >  >
 > >> >  > For now, I am assuming the issue is in the boot-sequence/runlevel.
 > >> >  >
 > >> >  > Can you check which services are in your boot-runlevel?
 > >> >  > I have:
 > >> >  > bootmisc, checkfs, checkroot, clock, consolefone, hostname,
 > >> keymaps,
 > >> >  > localmount, modules, net.lo rmnologin and urandom.
 > >> >  > Think these are the default ones.
 > >> >  >
 > >> >  > Do you use an initrd? If yes, did you update this as well?
 > >> >
 > >> > I regenerated the initrd, but I am still using 2.6.20 kernel which I
 > >> > will update soon, but I wonder if this is the problem -- something
 > >> > wrong with the initrd, but regenerating did not fix it.  In my boot
 > >> > level I have
 > >> > bootmisc@
 > >> > consolefont@
 > >> > device-mapper@
 > >> > fsck@
 > >> > hibernate-cleanup@
 > >> > hostname@
 > >> > hwclock@
 > >> > keymaps@
 > >> > localmount@
 > >> > modules@
 > >> > mtab@
 > >> > net.lo@
 > >> > procfs@
 > >> > root@
 > >> > swap@
 > >> > sysctl@
 > >> > termencoding@
 > >> > urandom@
 > >> > in my sysinit I have
 > >> > devfs@
 > >> > dmesg@
 > >> > udev@
 > >>
 > >> Do you have "device-mapper" in your boot-level?
 > >> In that case, you might want to check which init-script mounts the
 > >> '/sys'
 > >> filesystem as this script requires the /sys filesystem to be mounted.
 > >>
 > >> May I ask why you have this added as I don't use it with my LVM drives.
 > >>
 > >
 > > http://bugs.gentoo.org/show_bug.cgi?id=258442
 > 
 > Helpful, but only if OP is using module-init-tools 3.6, which is currently
 > in unstable for all archs.
 > 
 > John, can you please confirm which 'module-init-tools' version you are using?
Its 3.6 -- I have gone to complete unstable on that box.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] strange error during boot
  2009-02-12 13:44         ` Joost Roeleveld
  2009-02-12 14:21           ` Momesso Andrea
@ 2009-02-12 16:59           ` John covici
  1 sibling, 0 replies; 11+ messages in thread
From: John covici @ 2009-02-12 16:59 UTC (permalink / raw
  To: gentoo-user

on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
 > On Thu, February 12, 2009 2:26 pm, John covici wrote:
 > > on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
 > >  > On Thu, February 12, 2009 2:05 pm, John covici wrote:
 > >  > > on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
 > >  > >  > On Thu, February 12, 2009 10:52 am, John covici wrote:
 > >  > >  > > Hi.  I just upgraded a gentoo system from about August 2008 to
 > >  > > current
 > >  > >  > > -- including updating baselayout and openrt and now  when I boot
 > > I
 > >  > > get
 > >  > >  > > a series of messages quite early in the boot modprobe: fatal
 > > /sys is
 > >  > >  > > not mounted.  Eventually it does boot and all seems to work with
 > > the
 > >  > >  > > exception of the script for my hsfmodem, but I am curious as to
 > > what
 > >  > >  > > those message mean and if there is a way to fix them.
 > >  > >  > >
 > >  > >  > > Any assistance would be appreciated.
 > >  > >  >
 > >  > >  > Did you include sysfs support to your kernel and do you have a
 > >  > > directory
 > >  > >  > '/sys'? (SYSFS)
 > >  > >  > This can be found in: File systems / Pseudo filesystems in the
 > > kernel
 > >  > >  > configuration.
 > >  > >  >
 > >  > >  > The '/sys' filesystem is as important as '/proc' these days.
 > >  > >
 > >  > > The plot thickens -- by the time I log in after booting, /sys is
 > >  > > mounted with the correct file system.  Still very strange.
 > >  >
 > >  > Hmm... so, something does solve the problem you are seeing at the
 > >  > beginning later on.
 > >  > Did you update all the configuration files (including the ones in
 > >  > /etc/init.d/.. )?
 > >  > It could be that something there is not set correctly.
 > >  >
 > >  > For now, I am assuming the issue is in the boot-sequence/runlevel.
 > >  >
 > >  > Can you check which services are in your boot-runlevel?
 > >  > I have:
 > >  > bootmisc, checkfs, checkroot, clock, consolefone, hostname, keymaps,
 > >  > localmount, modules, net.lo rmnologin and urandom.
 > >  > Think these are the default ones.
 > >  >
 > >  > Do you use an initrd? If yes, did you update this as well?
 > >
 > > I regenerated the initrd, but I am still using 2.6.20 kernel which I
 > > will update soon, but I wonder if this is the problem -- something
 > > wrong with the initrd, but regenerating did not fix it.  In my boot
 > > level I have
 > > bootmisc@
 > > consolefont@
 > > device-mapper@
 > > fsck@
 > > hibernate-cleanup@
 > > hostname@
 > > hwclock@
 > > keymaps@
 > > localmount@
 > > modules@
 > > mtab@
 > > net.lo@
 > > procfs@
 > > root@
 > > swap@
 > > sysctl@
 > > termencoding@
 > > urandom@
 > > in my sysinit I have
 > > devfs@
 > > dmesg@
 > > udev@
 > 
 > Do you have "device-mapper" in your boot-level?
 > In that case, you might want to check which init-script mounts the '/sys'
 > filesystem as this script requires the /sys filesystem to be mounted.
 > 
 > May I ask why you have this added as I don't use it with my LVM drives.
 > 
I don't really need it, but it was auto added by the ebuild.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] strange error during boot
  2009-02-12 16:52               ` John covici
@ 2009-02-12 17:13                 ` Momesso Andrea
  0 siblings, 0 replies; 11+ messages in thread
From: Momesso Andrea @ 2009-02-12 17:13 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 4338 bytes --]

On Thu, Feb 12, 2009 at 11:52:20AM -0500, John covici wrote:
> on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
>  > On Thu, February 12, 2009 3:21 pm, Momesso Andrea wrote:
>  > > On Thu, Feb 12, 2009 at 02:44:15PM +0100, Joost Roeleveld wrote:
>  > >> On Thu, February 12, 2009 2:26 pm, John covici wrote:
>  > >> > on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
>  > >> >  > On Thu, February 12, 2009 2:05 pm, John covici wrote:
>  > >> >  > > on Thursday 02/12/2009 Joost Roeleveld(joost@antarean.org) wrote
>  > >> >  > >  > On Thu, February 12, 2009 10:52 am, John covici wrote:
>  > >> >  > >  > > Hi.  I just upgraded a gentoo system from about August 2008
>  > >> to
>  > >> >  > > current
>  > >> >  > >  > > -- including updating baselayout and openrt and now  when I
>  > >> boot
>  > >> > I
>  > >> >  > > get
>  > >> >  > >  > > a series of messages quite early in the boot modprobe: fatal
>  > >> > /sys is
>  > >> >  > >  > > not mounted.  Eventually it does boot and all seems to work
>  > >> with
>  > >> > the
>  > >> >  > >  > > exception of the script for my hsfmodem, but I am curious as
>  > >> to
>  > >> > what
>  > >> >  > >  > > those message mean and if there is a way to fix them.
>  > >> >  > >  > >
>  > >> >  > >  > > Any assistance would be appreciated.
>  > >> >  > >  >
>  > >> >  > >  > Did you include sysfs support to your kernel and do you have a
>  > >> >  > > directory
>  > >> >  > >  > '/sys'? (SYSFS)
>  > >> >  > >  > This can be found in: File systems / Pseudo filesystems in the
>  > >> > kernel
>  > >> >  > >  > configuration.
>  > >> >  > >  >
>  > >> >  > >  > The '/sys' filesystem is as important as '/proc' these days.
>  > >> >  > >
>  > >> >  > > The plot thickens -- by the time I log in after booting, /sys is
>  > >> >  > > mounted with the correct file system.  Still very strange.
>  > >> >  >
>  > >> >  > Hmm... so, something does solve the problem you are seeing at the
>  > >> >  > beginning later on.
>  > >> >  > Did you update all the configuration files (including the ones in
>  > >> >  > /etc/init.d/.. )?
>  > >> >  > It could be that something there is not set correctly.
>  > >> >  >
>  > >> >  > For now, I am assuming the issue is in the boot-sequence/runlevel.
>  > >> >  >
>  > >> >  > Can you check which services are in your boot-runlevel?
>  > >> >  > I have:
>  > >> >  > bootmisc, checkfs, checkroot, clock, consolefone, hostname,
>  > >> keymaps,
>  > >> >  > localmount, modules, net.lo rmnologin and urandom.
>  > >> >  > Think these are the default ones.
>  > >> >  >
>  > >> >  > Do you use an initrd? If yes, did you update this as well?
>  > >> >
>  > >> > I regenerated the initrd, but I am still using 2.6.20 kernel which I
>  > >> > will update soon, but I wonder if this is the problem -- something
>  > >> > wrong with the initrd, but regenerating did not fix it.  In my boot
>  > >> > level I have
>  > >> > bootmisc@
>  > >> > consolefont@
>  > >> > device-mapper@
>  > >> > fsck@
>  > >> > hibernate-cleanup@
>  > >> > hostname@
>  > >> > hwclock@
>  > >> > keymaps@
>  > >> > localmount@
>  > >> > modules@
>  > >> > mtab@
>  > >> > net.lo@
>  > >> > procfs@
>  > >> > root@
>  > >> > swap@
>  > >> > sysctl@
>  > >> > termencoding@
>  > >> > urandom@
>  > >> > in my sysinit I have
>  > >> > devfs@
>  > >> > dmesg@
>  > >> > udev@
>  > >>
>  > >> Do you have "device-mapper" in your boot-level?
>  > >> In that case, you might want to check which init-script mounts the
>  > >> '/sys'
>  > >> filesystem as this script requires the /sys filesystem to be mounted.
>  > >>
>  > >> May I ask why you have this added as I don't use it with my LVM drives.
>  > >>
>  > >
>  > > http://bugs.gentoo.org/show_bug.cgi?id=258442
>  > 
>  > Helpful, but only if OP is using module-init-tools 3.6, which is currently
>  > in unstable for all archs.
>  > 
>  > John, can you please confirm which 'module-init-tools' version you are using?
> Its 3.6 -- I have gone to complete unstable on that box.
> 

Until the bug gets fixed, mask current version, do the downgrade, and
reboot.

The same problem happened this morning to a guy in #gentoo-it on
freenode, and was solved this way.

=======
TopperH
=======

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-02-12 17:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-12  9:52 [gentoo-user] strange error during boot John covici
2009-02-12 10:04 ` Joost Roeleveld
2009-02-12 13:05   ` John covici
2009-02-12 13:17     ` Joost Roeleveld
2009-02-12 13:26       ` John covici
2009-02-12 13:44         ` Joost Roeleveld
2009-02-12 14:21           ` Momesso Andrea
2009-02-12 14:50             ` Joost Roeleveld
2009-02-12 16:52               ` John covici
2009-02-12 17:13                 ` Momesso Andrea
2009-02-12 16:59           ` John covici

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox