Author Topic: OS/4 (technical details only)  (Read 86551 times)

Bernhard Pöttinger

  • Newbie
  • *
  • Posts: 35
  • Karma: +2/-0
    • View Profile
Re: OS/4 (technical details only)
« Reply #255 on: April 06, 2021, 04:47:41 pm »
When killing acpidaemon setproc enables and disables cores like expected. But whithout ascpidaemon running my freece problems are gone. I have tried to disable two of my four cpu cores, becouse I have an application which freezes my quad core machine an does not freeze my dual core machine. And now it seems that the acpidaemon freezes my quadcore machine.

Strange ...

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4347
  • Karma: +84/-1
    • View Profile
Re: OS/4 (technical details only)
« Reply #256 on: April 06, 2021, 05:26:20 pm »
Sounds like perhaps you should open an issue with Arca Noae, assuming you have an up to date subscription.

Ibrahim Hakeem

  • Full Member
  • ***
  • Posts: 118
  • Karma: +5/-0
    • View Profile
Re: OS/4 (technical details only)
« Reply #257 on: April 07, 2021, 04:23:09 am »
I thought AN isn't providing support for anything involving the OS/4 kernel.

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4347
  • Karma: +84/-1
    • View Profile
Re: OS/4 (technical details only)
« Reply #258 on: April 07, 2021, 05:08:57 am »
Yes, you'd have to show the problem with a supported kernel. Guess I lost track and thought you had the same problem with both kernels.

Bernhard Pöttinger

  • Newbie
  • *
  • Posts: 35
  • Karma: +2/-0
    • View Profile
Re: OS/4 (technical details only)
« Reply #259 on: April 07, 2021, 07:59:39 am »
Yes, that's with both kernels (ibm and os4)!

Dariusz Piatkowski

  • Hero Member
  • *****
  • Posts: 1232
  • Karma: +25/-0
    • View Profile
Re: OS/4 (technical details only)
« Reply #260 on: April 07, 2021, 03:51:22 pm »
Yes, that's with both kernels (ibm and os4)!

Log an issue while using the official AOS/IBM kernel...AN policy is that they will not support anything other than their known and approved configurations (which I cannot blame them for, regardless how much tougher it makes it for us on this tiny little island of OS/2 to make a "go" of things).

OS4User

  • Sr. Member
  • ****
  • Posts: 381
  • Karma: +9/-0
    • View Profile
Re: OS/4 (technical details only)
« Reply #261 on: March 27, 2023, 12:38:52 pm »
Can anything be done to fix the DMI table?

A little background. ANPM uses the output of dmidecode to hash/encrypt ID/PASS credentials for subscription repos. I was working through an issue where on the OS2 kernel this process was failing. Turned out to be caused by the board maker (MSI) putting/leaving generic identifier string in a specific DMI table field. Alex fixed this, so now that works.

I subsequently booted up using my OS4 config and came to find out that ANPM credentials check on the sub repos failed again. This time I looked through the debug, reviewed the outputs from dmidecode and indeed, the output is broken. In case someone else is attempting to use ANPM on an OS4 configured system they will likely fail as well.

FYI, here is what I'm seeing:

Code: [Select]
[G:\]dmidecode
# dmidecode 3.1
Scanning /dev/mem for entry point.
SMBIOS 2.5 present.
54 structures occupying 1934 bytes.
Table at 0x0009F800.

Invalid entry length (0). DMI table is broken! Stop.

I have just come to know. To have working dmidecode you should use testcfg.sys supplied with ArcaOS. The issue does not have any relation to OS/4.