03:22:52 jclulow: stop using node? never. 16:01:19 anyone here who has a mr_sas HBA and wants to test something? 17:05:58 Woodstock: send me a mail olbohlen⊙ed and I will test 17:08:35 Woodstock I can test as well (as long as data is preserved:D) 17:17:34 I have fresh machines I could re-install... 18:10:14 [illumos-gate] 16449 Want smbios additional information (Type 40) decoding -- Robert Mustacchi 18:32:08 jclulow: Where do you keep the PSARC archive these days? 18:33:41 Oh, I think I got it: https://www.illumos.org/opensolaris/ARChive/PSARC 19:43:49 gah... ISTR landmines with this in the past.. but using libuuid apparently brings in half of /lib my god 22:30:31 Alas, it needs libdlpi to get the MAC address or whatever 22:33:47 I think libdladm.so.1 is actually the heavy hitter 22:37:53 If you need to unpick that dependency, I would suggest you could do two things: (1) try getifaddrs(3SOCKET) with AF_LINK to see if you can find a MAC address, and (2) if that fails, try to use dlpi_walk but use dlopen() to get it, and just report failure if you can't do that. 22:40:32 libuuid just needs any MAC address, I believe, to proceed -- and only if you're not making, like, a UUIDv4 thing