public inbox for gentoo-hardened@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-hardened] hardened-sources-2.6.38-r* problems at the very beginning
@ 2011-05-06  9:11 "Tóth Attila"
  2011-05-06  9:33 ` Fredric Johansson
  2011-05-07 12:34 ` Pavel Labushev
  0 siblings, 2 replies; 6+ messages in thread
From: "Tóth Attila" @ 2011-05-06  9:11 UTC (permalink / raw
  To: gentoo-hardened

I gave a try to hardened-sources-2.6.38-r1 and -r2 on my laptop.
Both version get stuck at the very beginning of the boot process:
"
Decompressing Linux... Parsing ELF... done.
Booting the kernel.
"
And that's it. Nothing happens thereafter.
The processor is Pentium M, so a bit outdated. But it should still work
anyways.

In the mean time hardened-sources-2.6.38 works fine on the same system. I
know, that some improvements were introduced because of a sec conf
announcement after this version. I've simply copied over my previous
config.

Anybody else having the same problem or I'm alone?

Regards:
Dw.
-- 
dr Tóth Attila, Radiológus, 06-20-825-8057
Attila Toth MD, Radiologist, +36-20-825-8057




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

* Re: [gentoo-hardened] hardened-sources-2.6.38-r* problems at the very beginning
  2011-05-06  9:11 [gentoo-hardened] hardened-sources-2.6.38-r* problems at the very beginning "Tóth Attila"
@ 2011-05-06  9:33 ` Fredric Johansson
  2011-05-06 11:02   ` Anthony G. Basile
  2011-05-07 12:34 ` Pavel Labushev
  1 sibling, 1 reply; 6+ messages in thread
From: Fredric Johansson @ 2011-05-06  9:33 UTC (permalink / raw
  To: gentoo-hardened

On Fri, May 6, 2011 at 11:11 AM, "Tóth Attila" <atoth@atoth.sote.hu> wrote:
> I gave a try to hardened-sources-2.6.38-r1 and -r2 on my laptop.
> Both version get stuck at the very beginning of the boot process:
> "
> Decompressing Linux... Parsing ELF... done.
> Booting the kernel.
> "
> And that's it. Nothing happens thereafter.
> The processor is Pentium M, so a bit outdated. But it should still work
> anyways.
>
> In the mean time hardened-sources-2.6.38 works fine on the same system. I
> know, that some improvements were introduced because of a sec conf
> announcement after this version. I've simply copied over my previous
> config.
>
> Anybody else having the same problem or I'm alone?

I have experienced a similar issue on h-s .38-r1 while the .37 kernel
works. I get past grub screen but I then get a blank screen and the
computer reboot a few seconds later. Due to time constraints I haven't
tried anything to solve it except trying to redo "make oldconfig" with
the .37 config. I didn't see any difference between the configs that,
to my humble knowledge, could cause this.

//Fredric J



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

* Re: [gentoo-hardened] hardened-sources-2.6.38-r* problems at the very beginning
  2011-05-06  9:33 ` Fredric Johansson
@ 2011-05-06 11:02   ` Anthony G. Basile
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile @ 2011-05-06 11:02 UTC (permalink / raw
  To: gentoo-hardened

On 05/06/2011 05:33 AM, Fredric Johansson wrote:
> On Fri, May 6, 2011 at 11:11 AM, "Tóth Attila" <atoth@atoth.sote.hu> wrote:
>> I gave a try to hardened-sources-2.6.38-r1 and -r2 on my laptop.
>> Both version get stuck at the very beginning of the boot process:
>> "
>> Decompressing Linux... Parsing ELF... done.
>> Booting the kernel.
>> "
>> And that's it. Nothing happens thereafter.
>> The processor is Pentium M, so a bit outdated. But it should still work
>> anyways.
>>
>> In the mean time hardened-sources-2.6.38 works fine on the same system. I
>> know, that some improvements were introduced because of a sec conf
>> announcement after this version. I've simply copied over my previous
>> config.
>>
>> Anybody else having the same problem or I'm alone?
> 
> I have experienced a similar issue on h-s .38-r1 while the .37 kernel
> works. I get past grub screen but I then get a blank screen and the
> computer reboot a few seconds later. Due to time constraints I haven't
> tried anything to solve it except trying to redo "make oldconfig" with
> the .37 config. I didn't see any difference between the configs that,
> to my humble knowledge, could cause this.
> 
> //Fredric J

Thanks guys.  Best to open a bug report regarding these issues.  There
were some serious changes with -r1  and it will be a while before
upstream fixes them.

The bug reports are better because I can then cc upstream on them.  Thanks.

-- 
Anthony G. Basile, Ph.D.
Gentoo Linux Developer [Hardened]
E-Mail    : blueness@gentoo.org
GnuPG FP  : 8040 5A4D 8709 21B1 1A88  33CE 979C AF40 D045 5535
GnuPG ID  : D0455535



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

* Re: [gentoo-hardened] hardened-sources-2.6.38-r* problems at the very beginning
  2011-05-06  9:11 [gentoo-hardened] hardened-sources-2.6.38-r* problems at the very beginning "Tóth Attila"
  2011-05-06  9:33 ` Fredric Johansson
@ 2011-05-07 12:34 ` Pavel Labushev
  2011-05-07 12:35   ` Pavel Labushev
  1 sibling, 1 reply; 6+ messages in thread
From: Pavel Labushev @ 2011-05-07 12:34 UTC (permalink / raw
  To: gentoo-hardened

06.05.2011 17:11, "Tóth Attila" пишет:
> I gave a try to hardened-sources-2.6.38-r1 and -r2 on my laptop.
> Both version get stuck at the very beginning of the boot process:
> "
> Decompressing Linux... Parsing ELF... done.
> Booting the kernel.
> "
> And that's it. Nothing happens thereafter.

Try to disable CONFIG_PARAVIRT. Seems like it causes the freeze both on
virtualized and real hardware.



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

* Re: [gentoo-hardened] hardened-sources-2.6.38-r* problems at the very beginning
  2011-05-07 12:34 ` Pavel Labushev
@ 2011-05-07 12:35   ` Pavel Labushev
  2011-05-08 20:32     ` "Tóth Attila"
  0 siblings, 1 reply; 6+ messages in thread
From: Pavel Labushev @ 2011-05-07 12:35 UTC (permalink / raw
  To: gentoo-hardened

07.05.2011 20:34, Pavel Labushev пишет:

> Try to disable CONFIG_PARAVIRT. Seems like it causes the freeze both on
> virtualized and real hardware.

CONFIG_PARAVIRT_GUEST, that's it.



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

* Re: [gentoo-hardened] hardened-sources-2.6.38-r* problems at the very beginning
  2011-05-07 12:35   ` Pavel Labushev
@ 2011-05-08 20:32     ` "Tóth Attila"
  0 siblings, 0 replies; 6+ messages in thread
From: "Tóth Attila" @ 2011-05-08 20:32 UTC (permalink / raw
  To: gentoo-hardened

Thanks for the idea, but
# CONFIG_PARAVIRT_GUEST is not set

-- 
dr Tóth Attila, Radiológus, 06-20-825-8057
Attila Toth MD, Radiologist, +36-20-825-8057

2011.Május 7.(Szo) 14:35 időpontban Pavel Labushev ezt írta:
> 07.05.2011 20:34, Pavel Labushev пишет:
>
>> Try to disable CONFIG_PARAVIRT. Seems like it causes the freeze both on
>> virtualized and real hardware.
>
> CONFIG_PARAVIRT_GUEST, that's it.
>
>





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

end of thread, other threads:[~2011-05-08 20:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-06  9:11 [gentoo-hardened] hardened-sources-2.6.38-r* problems at the very beginning "Tóth Attila"
2011-05-06  9:33 ` Fredric Johansson
2011-05-06 11:02   ` Anthony G. Basile
2011-05-07 12:34 ` Pavel Labushev
2011-05-07 12:35   ` Pavel Labushev
2011-05-08 20:32     ` "Tóth Attila"

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