El día Sunday, February 08, 2015 a las 11:14:10PM +0100, Idwer Vollering escribió:
?
2015-02-08 21:55 GMT+01:00 Matthias Apitz guru@unixarea.de:
El día Sunday, February 08, 2015 a las 02:40:45PM -0600, Alex G. escribió:
Suspect number one is the device overheating. The shutdown is triggered by the EC. I don't know how you can enable ACPI debug output on BSD though. On linux, it would be "echo 1 > /sys/module/acpi/parameters/aml_debug_output", so whatever the FreeBSD equivalent of that is.
hw.acpi.verbose=1 would be a start. ...
Thanks for all the hints.
As I said, the events are sporadic, seldom, but complete power-off (like as you would cut the cable from the motherboard). Of course the system has no chance to write anything to /var/log/messages or console.
My hope while writing to coreboot@ was to get a pointer to the list of open ore solved issues within coreboot and/or SeaBIOS to see if this issue is somewhat known, solved or could be related to some known or solved issue. Where can I find such a list which is normally (as we do in my company) attached to the Release Notes of a new version of software.
Thanks in advance
Matthias
http://www.coreboot.org/pipermail/coreboot/2015-February/079219.html
On Mon, Feb 9, 2015 at 1:32 AM, Matthias Apitz guru@unixarea.de wrote:
El día Sunday, February 08, 2015 a las 11:14:10PM +0100, Idwer Vollering escribió:
?
2015-02-08 21:55 GMT+01:00 Matthias Apitz guru@unixarea.de:
El día Sunday, February 08, 2015 a las 02:40:45PM -0600, Alex G. escribió:
Suspect number one is the device overheating. The shutdown is triggered by the EC. I don't know how you can enable ACPI debug output on BSD though. On linux, it would be "echo 1 > /sys/module/acpi/parameters/aml_debug_output", so whatever the FreeBSD equivalent of that is.
hw.acpi.verbose=1 would be a start. ...
Thanks for all the hints.
As I said, the events are sporadic, seldom, but complete power-off (like as you would cut the cable from the motherboard). Of course the system has no chance to write anything to /var/log/messages or console.
My hope while writing to coreboot@ was to get a pointer to the list of open ore solved issues within coreboot and/or SeaBIOS to see if this issue is somewhat known, solved or could be related to some known or solved issue. Where can I find such a list which is normally (as we do in my company) attached to the Release Notes of a new version of software.
On the surface this doesn't sound like anything coreboot or SeaBIOS specific. Can you grab the cbmem console logs on the boot after the power off (cbmem -c)? There is also an eventlog sitting in memory as well that can be grabbed. mosys (https://chromium.googlesource.com/chromiumos%2Fplatform%2Fmosys/+/refs%2Fhea...) should be able to do that work for you: mosys eventlog list
The last thing to get is the EC console log. That's much harder to get as you have a kernel that doesn't have the EC driver in it. If you feel adventurous the tool (util/ectool) can be found here: https://chromium.googlesource.com/chromiumos%2Fplatform%2Fec/+/refs%2Fheads%...
Hope that helps.
-Aaron
On Mon, Feb 09, 2015 at 08:32:40AM +0100, Matthias Apitz wrote:
El día Sunday, February 08, 2015 a las 11:14:10PM +0100, Idwer Vollering escribió:
2015-02-08 21:55 GMT+01:00 Matthias Apitz guru@unixarea.de:
El día Sunday, February 08, 2015 a las 02:40:45PM -0600, Alex G. escribió:
Suspect number one is the device overheating. The shutdown is triggered by the EC. I don't know how you can enable ACPI debug output on BSD though. On linux, it would be "echo 1 > /sys/module/acpi/parameters/aml_debug_output", so whatever the FreeBSD equivalent of that is.
hw.acpi.verbose=1 would be a start. ...
Thanks for all the hints.
As I said, the events are sporadic, seldom, but complete power-off (like as you would cut the cable from the motherboard). Of course the system has no chance to write anything to /var/log/messages or console.
My hope while writing to coreboot@ was to get a pointer to the list of open ore solved issues within coreboot and/or SeaBIOS to see if this issue is somewhat known, solved or could be related to some known or solved issue. Where can I find such a list which is normally (as we do in my company) attached to the Release Notes of a new version of software.
The SeaBIOS release notes are at http://www.seabios.org/Releases . It only provides a list of high level features though. One can also read through the SeaBIOS git commit history.
The symptons you report do not sound like a SeaBIOS issue. SeaBIOS relies on coreboot to initialize most hardware. Once the OS starts, it's unlikely that SeaBIOS would adversely impact the machine behavior.
-Kevin