-
vkarlsenDoes acpidump work for you folks? I only get "Could not get ACPI tables, AE_NOT_FOUND". truss shows it tries to read /dev/xsvc which doesn't exist.
-
vkarlsencmd/acpi/acpidump/osillumostbl.c has a "fd = open("/dev/xsvc", O_RDONLY)". Am I supposed to have this device?
-
tsoomein global zone, yes.
-
jbkI thought that was explicitly removed (or at least the ability to dump them) for reasons
-
vkarlsenYes, there's a commit from 2022 that says "OS-8396 Don't ship xsvc" (6ca05fd3f8404a7c4bbc4240c3a17686a6443aed). acpidump cannot work then?
-
jbkcorrect.. I'm not sure what the reasoning was (bug isn't public)
-
jperkinjust that we don't need it so reduce the attack surface
-
jbkcould probably build the module and add_drv it -- wouldn't be persistent across boots, but would let you grab the data
-
jperkinyeh