12:51:02 rmustacc: thanks for the feedback. I left a comment elucidating as to why I think the change is complete. 13:46:04 wacki: fyi https://code.illumos.org/c/illumos-gate/+/4233 13:46:04 → CODE REVIEW 4233: 17400 msgfmt raises errors "invalid multibyte sequence" with illumos-88d39f6f84 (NEW) | https://www.illumos.org/issues/17400 13:46:27 (untested, my OI test VM is still building...) 14:29:07 I just started a new build and will report back whether the patch fixes the problem. 15:34:47 It takes a little bit longer than expected because I seem to have hit another new problem when building illumos-gate with the latest tz related changes: 15:34:48 /export/home/andreas/oi-userland/components/openindiana/illumos-gate/illumos-gate/usr/src/cmd/zic/zic.c:18:10: fatal error: tzfile.h: No such file or directory 15:34:48 dmake: Warning: Target `install' not remade because of errors 15:34:48 d 15:36:07 This does not happen with illumos-cfafba391b, though. 15:37:53 But illumos-68c58deb23 has this problem. 15:53:53 So, with the patch in place msgfmt seems to work again. At least the former failing builds are ok to build now. 16:29:11 wacki: Just to confirm you're referring to the version of illumos you're running or the version of illumos that you're building? 16:29:15 I have created a new ticket #17401 for the illumos-gate build problem with the latest tz changes. 16:29:48 I always try to build the latest illumos-gate. 16:30:13 So the version information is from the running kernel. 16:31:07 OK, so what you're saying is that you're running 68c58deb and failing to build 68c58deb. 16:31:30 Exactly 16:31:38 Sorry, I left out testing the subsequent build from my test plan as the build shouldn't be relying on it. I'll investigate what happened. 16:31:56 That is, the missing file in the proto area shouldn't impact this, but I'll figure out what happened. Sorry for the trouble. 16:52:49 wacki: Just to confirm this is failing for you during the tools build as well? 17:08:42 wacki: I've confirmed that https://code.illumos.org/c/illumos-gate/+/4235 gets me past the tools initial failure. I'll need to wait for a full build to complete (and have to step afk for ~2h) 17:08:42 → CODE REVIEW 4235: 17401 tools zic fails to find tzfile.h after 17347 (NEW) | https://www.illumos.org/issues/17401 17:15:08 Yes, this happens during tools build. 17:16:28 I added an analysis to the ticket. Again, sorry for the trouble. 18:24:48 [illumos-gate] 17400 msgfmt raises errors "invalid multibyte sequence" after 17390 -- Hans Rosenfeld 21:12:19 do we have anything to read the "Thermal Sensor On DIMM" TSOD? If not yet, where would be a good place to put it? A dedicated driver that fills in ksensor? 21:20:13 I _think_ on i86 the cpu drivers sort of do that stuff on behalf of memory 21:20:25 at least, I think that is where other memory failures etc end up 21:21:01 There's no reason not to have a pseudo driver either though, not that I can think of anyway 23:18:19 In general you can only read it over i2c and on most platforms it's owned by the BMC if it's there. 23:19:19 So there's a lot of it varies with reading dimm temperature sensors. On some AMD platforms that are new enough, you can ask to read it over HSMP, but on others it's hope it's plumbed through in IPMI.