09:44:16 Does 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. 14:52:57 cmd/acpi/acpidump/osillumostbl.c has a "fd = open("/dev/xsvc", O_RDONLY)". Am I supposed to have this device? 15:03:11 in global zone, yes. 15:03:33 I thought that was explicitly removed (or at least the ability to dump them) for reasons 15:24:41 Yes, there's a commit from 2022 that says "OS-8396 Don't ship xsvc" (6ca05fd3f8404a7c4bbc4240c3a17686a6443aed). acpidump cannot work then? 15:28:01 correct.. I'm not sure what the reasoning was (bug isn't public) 15:31:06 just that we don't need it so reduce the attack surface 15:32:11 could probably build the module and add_drv it -- wouldn't be persistent across boots, but would let you grab the data 15:34:52 yeh