Re: Crash on various Supermicro motherboards

2022-04-08 Thread Masanobu SAITOH


On 2022/04/08 15:29, 6b...@6bone.informatik.uni-leipzig.de wrote:
> Here is the CPU type:
> 
> https://speicherwolke.uni-leipzig.de/index.php/s/SM6LQqKPqKYeCqM
> 
> 
> Regards
> Uwe
> 
> On Thu, 7 Apr 2022, Christos Zoulas wrote:
> 
>> Date: Thu, 7 Apr 2022 20:36:26 - (UTC)
>> From: Christos Zoulas 
>> To: current-users@netbsd.org
>> Subject: [Extern] Re: Crash on various Supermicro motherboards
>>
>> In article 
>> ,
>> <6b...@6bone.informatik.uni-leipzig.de> wrote:
>>> Hello,
>>>
>>> I now have the backtrace:
>>>
>>> https://speicherwolke.uni-leipzig.de/index.php/s/cFXAbL6axwHpKkL

Same as kern/54489?

http://gnats.netbsd.org/54489

>> What CPUs are these? I don't see the cpu lines in the avi...
>>
>> christos
>>

-- 
---
SAITOH Masanobu (msai...@execsw.org
 msai...@netbsd.org)


Re: Re: Crash on various Supermicro motherboards

2022-04-08 Thread 6bone

Here is the CPU type:

https://speicherwolke.uni-leipzig.de/index.php/s/SM6LQqKPqKYeCqM


Regards
Uwe

On Thu, 7 Apr 2022, Christos Zoulas wrote:


Date: Thu, 7 Apr 2022 20:36:26 - (UTC)
From: Christos Zoulas 
To: current-users@netbsd.org
Subject: [Extern] Re: Crash on various Supermicro motherboards

In article ,
<6b...@6bone.informatik.uni-leipzig.de> wrote:

Hello,

I now have the backtrace:

https://speicherwolke.uni-leipzig.de/index.php/s/cFXAbL6axwHpKkL


What CPUs are these? I don't see the cpu lines in the avi...

christos



Re: Crash on various Supermicro motherboards

2022-04-07 Thread Christos Zoulas
In article ,
 <6b...@6bone.informatik.uni-leipzig.de> wrote:
>Hello,
>
>I now have the backtrace:
>
>https://speicherwolke.uni-leipzig.de/index.php/s/cFXAbL6axwHpKkL

What CPUs are these? I don't see the cpu lines in the avi...

christos



Re: Crash on various Supermicro motherboards

2022-04-07 Thread Michael van Elst
6b...@6bone.informatik.uni-leipzig.de writes:

>Hello,

>I now have the backtrace:

>https://speicherwolke.uni-leipzig.de/index.php/s/cFXAbL6axwHpKkL


While the assertion in this place is a bit silly, I suspect that
the SMAP feature is disabled by BIOS (by clearing the flag in the
control register).

IMHO, the assertion should just be replaced by conditional code.



Greetings,


Re: Re: Re: Crash on various Supermicro motherboards

2022-04-07 Thread 6bone

Hello,

I now have the backtrace:

https://speicherwolke.uni-leipzig.de/index.php/s/cFXAbL6axwHpKkL


Thank you for your efforts


Regards
Uwe


On Wed, 23 Mar 2022, Paul Goyette wrote:


Date: Wed, 23 Mar 2022 14:19:50 -0700 (PDT)
From: Paul Goyette 
To: 6b...@6bone.informatik.uni-leipzig.de
Cc: current-users@netbsd.org
Subject: [Extern] Re: Re: Crash on various Supermicro motherboards

On Wed, 23 Mar 2022, 6b...@6bone.informatik.uni-leipzig.de wrote:


On Wed, 23 Mar 2022, Paul Goyette wrote:


Date: Wed, 23 Mar 2022 08:50:03 -0700 (PDT)
From: Paul Goyette 
To: 6b...@6bone.informatik.uni-leipzig.de
Cc: current-users@netbsd.org
Subject: [Extern] Re: Crash on various Supermicro motherboards

On Wed, 23 Mar 2022, 6b...@6bone.informatik.uni-leipzig.de wrote:

I can't offer a dump. The kernel jumps into the ddb. This does not accept 
input from USB devices.


Recompile a kernel with ``options DDB_COMMANDONENTER="reboot 0x100' ''


Should reboot 0x100 create a kernel dump? I'm afraid this doesn't work. No 
drive or swap is mounted at the time of the crash.


The config line should help

config netbsd root on wd0a dump on wd0b

(of course use ethe correct drive designation)

also try setting up a serial-console connection to another machine
so you can capture the console messages


++--+--+
| Paul Goyette   | PGP Key fingerprint: | E-mail addresses:|
| (Retired)  | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com|
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org  |
| & Network Engineer |  | pgoyett...@gmail.com |
++--+--+



Re: Re: Crash on various Supermicro motherboards

2022-03-23 Thread Paul Goyette

On Wed, 23 Mar 2022, 6b...@6bone.informatik.uni-leipzig.de wrote:


On Wed, 23 Mar 2022, Paul Goyette wrote:


Date: Wed, 23 Mar 2022 08:50:03 -0700 (PDT)
From: Paul Goyette 
To: 6b...@6bone.informatik.uni-leipzig.de
Cc: current-users@netbsd.org
Subject: [Extern] Re: Crash on various Supermicro motherboards

On Wed, 23 Mar 2022, 6b...@6bone.informatik.uni-leipzig.de wrote:

I can't offer a dump. The kernel jumps into the ddb. This does not accept 
input from USB devices.


Recompile a kernel with ``options DDB_COMMANDONENTER="reboot 0x100' ''


Should reboot 0x100 create a kernel dump? I'm afraid this doesn't work. No 
drive or swap is mounted at the time of the crash.


The config line should help

config netbsd root on wd0a dump on wd0b

(of course use ethe correct drive designation)

also try setting up a serial-console connection to another machine
so you can capture the console messages


++--+--+
| Paul Goyette   | PGP Key fingerprint: | E-mail addresses:|
| (Retired)  | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com|
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org  |
| & Network Engineer |  | pgoyett...@gmail.com |
++--+--+


Re: Re: Crash on various Supermicro motherboards

2022-03-23 Thread 6bone

On Wed, 23 Mar 2022, Paul Goyette wrote:


Date: Wed, 23 Mar 2022 08:50:03 -0700 (PDT)
From: Paul Goyette 
To: 6b...@6bone.informatik.uni-leipzig.de
Cc: current-users@netbsd.org
Subject: [Extern] Re: Crash on various Supermicro motherboards

On Wed, 23 Mar 2022, 6b...@6bone.informatik.uni-leipzig.de wrote:

I can't offer a dump. The kernel jumps into the ddb. This does not accept 
input from USB devices.


Recompile a kernel with ``options DDB_COMMANDONENTER="reboot 0x100' ''


Should reboot 0x100 create a kernel dump? I'm afraid this doesn't work. No 
drive or swap is mounted at the time of the crash.





++--+--+
| Paul Goyette   | PGP Key fingerprint: | E-mail addresses:|
| (Retired)  | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com|
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org  |
| & Network Engineer |  | pgoyett...@gmail.com |
++--+--+



Re: Crash on various Supermicro motherboards

2022-03-23 Thread Paul Goyette

On Wed, 23 Mar 2022, 6b...@6bone.informatik.uni-leipzig.de wrote:

I can't offer a dump. The kernel jumps into the ddb. This does not accept 
input from USB devices.


Recompile a kernel with ``options DDB_COMMANDONENTER="reboot 0x100' ''


++--+--+
| Paul Goyette   | PGP Key fingerprint: | E-mail addresses:|
| (Retired)  | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com|
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org  |
| & Network Engineer |  | pgoyett...@gmail.com |
++--+--+


Crash on various Supermicro motherboards

2022-03-23 Thread 6bone

Hello,

When trying to install netbsd-current on different Supermicro servers, 
reproducible crashes occur.


A concrete example:

Serverboard: Supermicro X11DPL-i
Bios Version 3.1

If the bios option "Extended APIC" is disabled, everything works as 
expected. If the option is activated, the kernel crashes when booting.


The manual says:

###
Extended APIC

Select Enable to activate APIC (Advanced Programmable Interrupt 
Controller) support. The options are Disable and Enable.

###

I can't offer a dump. The kernel jumps into the ddb. This does not accept 
input from USB devices.


Is this a bug or does netbsd not support this feature?


Thank you four your efforts


Regards
Uwe