* Re: Freeing unused kernel memnory - bug
[not found] <Dkyr.4PZ.1@gated-at.bofh.it>
@ 2003-10-05 19:42 ` Andi Kleen
0 siblings, 0 replies; 6+ messages in thread
From: Andi Kleen @ 2003-10-05 19:42 UTC (permalink / raw)
To: Breno; +Cc: linux-kernel
"Breno" <brenosp@brasilsec.com.br> writes:
> Hi ,
>
> I´m using 2.4.22 and when i reboot my system , the boot process stop when
> "freeing unused memory" message appear.
>
> What can be ?
It's failing when the kernel first enters user space.
This often happens after a miscompilation, e.g. when some files are
not uptodate. Do a make distclean and try again.
-Andi
^ permalink raw reply [flat|nested] 6+ messages in thread
* Freeing unused kernel memnory - bug
@ 2003-10-05 17:01 Breno
2003-10-05 17:23 ` Måns Rullgård
0 siblings, 1 reply; 6+ messages in thread
From: Breno @ 2003-10-05 17:01 UTC (permalink / raw)
To: Kernel List
Hi ,
I´m using 2.4.22 and when i reboot my system , the boot process stop when
"freeing unused memory" message appear.
What can be ?
thanks
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Freeing unused kernel memnory - bug
2003-10-05 17:01 Breno
@ 2003-10-05 17:23 ` Måns Rullgård
2003-10-05 17:32 ` Breno
0 siblings, 1 reply; 6+ messages in thread
From: Måns Rullgård @ 2003-10-05 17:23 UTC (permalink / raw)
To: linux-kernel
"Breno" <brenosp@brasilsec.com.br> writes:
> I´m using 2.4.22 and when i reboot my system , the boot process stop when
> "freeing unused memory" message appear.
Does it just stop, or does it print some kind of panic message and
then stop?
--
Måns Rullgård
mru@users.sf.net
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Freeing unused kernel memnory - bug
2003-10-05 17:23 ` Måns Rullgård
@ 2003-10-05 17:32 ` Breno
2003-10-05 17:51 ` Måns Rullgård
0 siblings, 1 reply; 6+ messages in thread
From: Breno @ 2003-10-05 17:32 UTC (permalink / raw)
To: linux-kernel, Måns Rullgård
Just stop
----- Original Message -----
From: "Måns Rullgård" <mru@users.sourceforge.net>
To: <linux-kernel@vger.kernel.org>
Sent: Sunday, October 05, 2003 2:23 PM
Subject: Re: Freeing unused kernel memnory - bug
"Breno" <brenosp@brasilsec.com.br> writes:
> I´m using 2.4.22 and when i reboot my system , the boot process stop when
> "freeing unused memory" message appear.
Does it just stop, or does it print some kind of panic message and
then stop?
--
Måns Rullgård
mru@users.sf.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Freeing unused kernel memnory - bug
2003-10-05 17:32 ` Breno
@ 2003-10-05 17:51 ` Måns Rullgård
2003-10-05 18:10 ` Breno
0 siblings, 1 reply; 6+ messages in thread
From: Måns Rullgård @ 2003-10-05 17:51 UTC (permalink / raw)
To: linux-kernel
"Breno" <brenosp@brasilsec.com.br> writes:
> > > I'm using 2.4.22 and when i reboot my system , the boot process
> > > stop when "freeing unused memory" message appear.
> >
> > Does it just stop, or does it print some kind of panic message and
> > then stop?
>
> Just stop
That's odd. Has the system been working with other kernels? Are you
using an initrd and forgot to update it for the new kernel?
--
Måns Rullgård
mru@users.sf.net
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Freeing unused kernel memnory - bug
2003-10-05 17:51 ` Måns Rullgård
@ 2003-10-05 18:10 ` Breno
0 siblings, 0 replies; 6+ messages in thread
From: Breno @ 2003-10-05 18:10 UTC (permalink / raw)
To: linux-kernel, Måns Rullgård
There are many 2.4.22 kernels .
Is there a problem to freeing pages during the boot when this pages are
"defined" by an vma ?
att,
Breno
----- Original Message -----
From: "Måns Rullgård" <mru@users.sourceforge.net>
To: <linux-kernel@vger.kernel.org>
Sent: Sunday, October 05, 2003 2:51 PM
Subject: Re: Freeing unused kernel memnory - bug
"Breno" <brenosp@brasilsec.com.br> writes:
> > > I'm using 2.4.22 and when i reboot my system , the boot process
> > > stop when "freeing unused memory" message appear.
> >
> > Does it just stop, or does it print some kind of panic message and
> > then stop?
>
> Just stop
That's odd. Has the system been working with other kernels? Are you
using an initrd and forgot to update it for the new kernel?
--
Måns Rullgård
mru@users.sf.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-10-05 19:43 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <Dkyr.4PZ.1@gated-at.bofh.it>
2003-10-05 19:42 ` Freeing unused kernel memnory - bug Andi Kleen
2003-10-05 17:01 Breno
2003-10-05 17:23 ` Måns Rullgård
2003-10-05 17:32 ` Breno
2003-10-05 17:51 ` Måns Rullgård
2003-10-05 18:10 ` Breno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox