* [Xenomai-help] Dual Xeon 2.6.13 SMP config problem
2006-01-30 12:40 ` Jan Kiszka
@ 2006-02-01 0:54 ` Nathaniel Villaume
2006-02-01 7:30 ` Jeroen Van den Keybus
0 siblings, 1 reply; 6+ messages in thread
From: Nathaniel Villaume @ 2006-02-01 0:54 UTC (permalink / raw)
Cc: xenomai
Hi all,
This email might be slightly off-topic because it's related to getting
even a vanilla SMP kernel running (even though I can get the UP version
to run Xenomai).
I performed two tests:
My distro is FC3 with linux-2.6.9. I'm trying to get the SMP version of
2.6.13 running with Xenomai.
Test #1:
========
Use my distro's smp kernel (which boots) config to build the 2.6.13
kernel.
I ran make oldconfig, then make menuconfig, and turned off Experimental
options.
I can't boot: mount complains: "mount: error 6 mounting ext3"... etc.
Test #2
==========
I used the single CPU kernel config to build the adeos-patched 2.6.13
kernel. This boots and xeno latency runs fine. I had a problem with
`make devices` not making the devices, but I moved on to getting the SMP
working.
If I switch to SMP in the kernel config, the machine doesn't boot.
Instead, it complains: "mount: error 6 mounting ext3".
I checked that the ext3 is being compiled as a module.... I literally
only change the SMP option.
I found some things on the internet about the ext3 error meaning that
the driver wasn't compiled into the kernel. I tried this, even though
it shouldn't matter. It doesn't work. I get more details about the
kernel panic:
EIP is at kmem_cache_create
Looks like the trace/stack is:
mb_cache_create
init_ext3_xattr
init_ext3_fs
sys_init_module
sysenter_past_esp
"/bin/lvm exited abnormally."
I feel like I must be missing something obvious, any ideas? Would my
configs be of use? I've looked through side-by-side diffs and can't see
meaningful differences. I saw something about udev --which might explain
my inabilty to create /dev/rtp0 with 'make devices'
I'd appreciate any pointers to what might be wrong,
-Nate
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xenomai-help] Dual Xeon 2.6.13 SMP config problem
2006-02-01 0:54 ` [Xenomai-help] Dual Xeon 2.6.13 SMP config problem Nathaniel Villaume
@ 2006-02-01 7:30 ` Jeroen Van den Keybus
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Van den Keybus @ 2006-02-01 7:30 UTC (permalink / raw)
To: Nathaniel Villaume; +Cc: xenomai
[-- Attachment #1: Type: text/plain, Size: 704 bytes --]
>
> My distro is FC3 with linux-2.6.9. I'm trying to get the SMP version of
> 2.6.13 running with Xenomai.
Why not use 2.6.15 immediately ?
> Test #2
> ==========
> I used the single CPU kernel config to build the adeos-patched 2.6.13
> kernel. This boots and xeno latency runs fine. I had a problem with
> `make devices` not making the devices, but I moved on to getting the SMP
> working.
> If I switch to SMP in the kernel config, the machine doesn't boot.
> Instead, it complains: "mount: error 6 mounting ext3".
> I checked that the ext3 is being compiled as a module.... I literally
> only change the SMP option.
Are there any other errors before that one ?
Jeroen.
[-- Attachment #2: Type: text/html, Size: 1095 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xenomai-help] Dual Xeon 2.6.13 SMP config problem
@ 2006-02-02 4:02 Nathaniel J Villaume
2006-02-02 8:04 ` Philippe Gerum
0 siblings, 1 reply; 6+ messages in thread
From: Nathaniel J Villaume @ 2006-02-02 4:02 UTC (permalink / raw)
To: Jeroen Van den Keybus; +Cc: xenomai
Hi,
It turns out that I had to upgrade the mkinitrd package. The one that comes with FC3 doesn't build the image correctly for SMP. That said, I now can build and boot a vanilla 2.6.15 kernel, but when I try to boot the ipipe-patched kernel, I get the following error near the end of the boot-sequence: ( I thought it was an X-server problem it comes so late, but then I booted to init level 3, and I get the same thing)
hda: dma_timer_expiry dma_status == 0x24
hda: dma: int recovery
hda: lost interrupt
Then the kernel hangs. (Num Lock key doesn't make the lights blink.)
The configs have two differences: (seriously)
1) The dates are different,
2) ipipe is included in the failing kernel.
I would like to know if there are any other tests I can do to isolate the cause of this failure.
I appreciate any comments,
Nate
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xenomai-help] Dual Xeon 2.6.13 SMP config problem
2006-02-02 4:02 [Xenomai-help] Dual Xeon 2.6.13 SMP config problem Nathaniel J Villaume
@ 2006-02-02 8:04 ` Philippe Gerum
2006-02-02 18:51 ` Nathaniel Villaume
0 siblings, 1 reply; 6+ messages in thread
From: Philippe Gerum @ 2006-02-02 8:04 UTC (permalink / raw)
To: Nathaniel J Villaume; +Cc: xenomai
Nathaniel J Villaume wrote:
> Hi,
> It turns out that I had to upgrade the mkinitrd package. The one that comes with FC3 doesn't build the image correctly for SMP. That said, I now can build and boot a vanilla 2.6.15 kernel, but when I try to boot the ipipe-patched kernel, I get the following error near the end of the boot-sequence: ( I thought it was an X-server problem it comes so late, but then I booted to init level 3, and I get the same thing)
>
> hda: dma_timer_expiry dma_status == 0x24
> hda: dma: int recovery
> hda: lost interrupt
>
> Then the kernel hangs. (Num Lock key doesn't make the lights blink.)
>
> The configs have two differences: (seriously)
> 1) The dates are different,
> 2) ipipe is included in the failing kernel.
>
> I would like to know if there are any other tests I can do to isolate the cause of this failure.
>
> I appreciate any comments,
>
Please send me the .config privately.
> Nate
>
>
>
> _______________________________________________
> Xenomai-help mailing list
> Xenomai-help@domain.hid
> https://mail.gna.org/listinfo/xenomai-help
>
--
Philippe.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xenomai-help] Dual Xeon 2.6.13 SMP config problem
2006-02-02 8:04 ` Philippe Gerum
@ 2006-02-02 18:51 ` Nathaniel Villaume
2006-02-02 18:59 ` Philippe Gerum
0 siblings, 1 reply; 6+ messages in thread
From: Nathaniel Villaume @ 2006-02-02 18:51 UTC (permalink / raw)
To: Philippe Gerum; +Cc: xenomai
Hi...
I thought I was going to have to eat my words this morning when my
system booted perfectly (run level 3), multiple times. I still don't
know what changed. To be clear, I no longer see the "hda: interrupt
lost" error.
Nevertheless, my computer still hangs when I start X, or when I try and
compile xenomai (from the basic terminal, without X)
It's a strange type of hang because I can get other terminals
(Ctrl-Alt-F2, etc.), but then the login hangs after entering my passwd.
When I Ctrl-C the build, I got a message from make, but then the prompt
never returned. Numlock key toggles the keyboard light.
Philippe, I'm sending you my config separately.
Please advise. Thanks,
-Nate
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xenomai-help] Dual Xeon 2.6.13 SMP config problem
2006-02-02 18:51 ` Nathaniel Villaume
@ 2006-02-02 18:59 ` Philippe Gerum
0 siblings, 0 replies; 6+ messages in thread
From: Philippe Gerum @ 2006-02-02 18:59 UTC (permalink / raw)
To: Nathaniel Villaume; +Cc: xenomai
Nathaniel Villaume wrote:
> Hi...
> I thought I was going to have to eat my words this morning when my
> system booted perfectly (run level 3), multiple times. I still don't
> know what changed. To be clear, I no longer see the "hda: interrupt
> lost" error.
>
> Nevertheless, my computer still hangs when I start X, or when I try and
> compile xenomai (from the basic terminal, without X)
> It's a strange type of hang because I can get other terminals
> (Ctrl-Alt-F2, etc.), but then the login hangs after entering my passwd.
> When I Ctrl-C the build, I got a message from make, but then the prompt
> never returned. Numlock key toggles the keyboard light.
>
> Philippe, I'm sending you my config separately.
Ok. Are you running 2.6.13? If so, which Adeos release is used?
>
> Please advise. Thanks,
>
> -Nate
>
>
>
>
>
--
Philippe.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-02-02 18:59 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-02 4:02 [Xenomai-help] Dual Xeon 2.6.13 SMP config problem Nathaniel J Villaume
2006-02-02 8:04 ` Philippe Gerum
2006-02-02 18:51 ` Nathaniel Villaume
2006-02-02 18:59 ` Philippe Gerum
[not found] <200601251105.k0PB5uPK028509@domain.hid>
2006-01-25 19:10 ` [Xenomai-help] Dual Xeon, 2.6.10, adeos-r13 Nathaniel Villaume
2006-01-30 12:40 ` Jan Kiszka
2006-02-01 0:54 ` [Xenomai-help] Dual Xeon 2.6.13 SMP config problem Nathaniel Villaume
2006-02-01 7:30 ` Jeroen Van den Keybus
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.