SMP hang at boot on Compaq Proliant ML370

2003-01-15 Thread Nicolas Kowalski

Hello.

On a brand new Compaq Proliant ML370, I installed FreeBSD 5.0RC2,
without any problems. It works very well when using only one CPU.

To take advantage of the two available CPUs, I compiled a new kernel
with the two necessary SMP options, installed it, then restarted the
server, but it hangs when booting the new kernel, just after the
following line has been displayed :

APIC_IO: testing 8254 interrupt delivery.

Reading some archives tells me this message appears just before the
others CPUs are started, so I suppose this is the problem.

The server is configured for Unixware7, as told in the archives.

Has anybody an idea ?
Thanks.

-- 
Nicolas


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: SMP hang at boot on Compaq Proliant ML370

2003-01-15 Thread Nicolas Kowalski
Fritz Heinrichmeyer <[EMAIL PROTECTED]> writes:

> On Wed, Jan 15, 2003 at 11:09:09AM +0100, Nicolas Kowalski wrote:
>> The server is configured for Unixware7, as told in the archives.
>
> our Compaq worked when configured for linux

Nope :-(. 

I just tried this option, and the server still hangs at the same
point.

Any idea ?
Thanks.

-- 
Nicolas


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: SMP hang at boot on Compaq Proliant ML370

2003-01-15 Thread Nicolas Kowalski
[EMAIL PROTECTED] writes:

> I had a Compaq visit my lab recently.  Unless the aic driver were
> removed from the kernel (disabling it might have worked too) it
> would screw up the floppy driver.
>
> This sounds like black magic, but the explanation is that the aic
> driver has a very intrusive probe routine which sticks random bytes
> into whatever I/O locations it feels like and this appearantly is
> not liked by certain machines.
>
> Compaqs with all their bells and whistles could be particular
> sensitive to this, so try to disable the aic driver and see
> if it helps.

I tried this. Now there is only the ahc driver (the only one needed)
compiled in the kernel but this does not help, the server still
hangs. I also removed the ata driver, without success. :-(

Any other idea ?
Thanks.

-- 
Nicolas


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: SMP hang at boot on Compaq Proliant ML370

2003-01-15 Thread Nicolas Kowalski
John Baldwin <[EMAIL PROTECTED]> writes:

[...]

> Is the ML370 a new box?  I've heard rumors recently that one of the
> recent Compaq boxes effectively doesn't generate clock interrupts
> in SMP mode and there isn't a workaround for that at the moment.

Yes. I received it last Friday. 
I think these rumors are true...:-(

-- 
Nicolas


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: SMP hang at boot on Compaq Proliant ML370

2003-01-15 Thread Nicolas Kowalski
"Cagle, John (ISS-Houston)" <[EMAIL PROTECTED]> writes:

> That's a vicious rumor -- no operating system could work without clock
> interrupts in SMP mode...  Could it?
>
> Which generation of the ML370 is having this problem?  I had a similar
> problem on another box that was corrected with a newer BIOS version.

This server is of generation 3.

-- 
Nicolas


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: SMP hang at boot on Compaq Proliant ML370

2003-01-16 Thread Nicolas Kowalski
Peter Wemm <[EMAIL PROTECTED]> writes:

> I have a brutal workaround (use a single 8254 clock and simulate the RTC
> clock), but it breaks some things (eg: high res profiling).  I really dont
> like it, and I'm working on a different possibility as well (keep the 8259
> PIC alive and use it in ExtInt mode directly on LINT0 on the BSP, but this
> is nastier than it sounds).  I'd really like to know if Linux can generate
> RTC PIE interrupts via the IO APIC on this hardware.  I'm 99.% sure
> that it wont work either.  I should try it, it would be nice to know for
> sure if it was a hardware/firmware bug.

If this can help, I have put the boot log file for Linux 2.4.18 with SMP
enabled at this URL :

http://www-verimag.imag.fr/~kowalski/rochail.log

Maybe can I help for other things ?

-- 
Nicolas


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: 4.7-amd cannot mount exports from 5.0-RELEASE

2003-01-22 Thread Nicolas Kowalski
Masafumi NAKANE <[EMAIL PROTECTED]> writes:

> I've been encountering the exact same problem past a few days.  My
> -CURRENT box is -CURRENT as of 01/18.

I have the same behaviour here.

Additionnal tests show that a Linux client running am-utils (6.0.7)
also hangs (same error message) when trying to mount shares from a
FreeBSD 5.0R server. No problems with autofs.

-- 
Nicolas


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message