-
Smithx10jclulow: stop using node? never.
-
Woodstockanyone here who has a mr_sas HBA and wants to test something?
-
AgnarWoodstock: send me a mail olbohlen⊙ed and I will test
-
tsoomeWoodstock I can test as well (as long as data is preserved:D)
-
AgnarI have fresh machines I could re-install...
-
gitomat[illumos-gate] 16449 Want smbios additional information (Type 40) decoding -- Robert Mustacchi <rm⊙fo>
-
bahamatjclulow: Where do you keep the PSARC archive these days?
-
bahamatOh, I think I got it: illumos.org/opensolaris/ARChive/PSARC
-
jbkgah... ISTR landmines with this in the past.. but using libuuid apparently brings in half of /lib my god
-
jclulowAlas, it needs libdlpi to get the MAC address or whatever
-
jclulowI think libdladm.so.1 is actually the heavy hitter
-
jclulowIf 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.
-
jclulowlibuuid just needs any MAC address, I believe, to proceed -- and only if you're not making, like, a UUIDv4 thing