Luke Hamburg

Results 499 comments of Luke Hamburg

The problem occurred again last night at 12:03am local time. The macOS agent went "offline" (even though according to `brew services` it's still up and running). This is with v0.11.1....

Yep, the agent is definitely outputting invalid JSON Here's the raw JSON that is produced (scroll all the way right...) ```json {"stats":{"cpu":5.39,"m":48,"mu":19.09,"mp":39.77,"mb":17.65,"d":1858.19,"du":428.56,"dp":23.06,"dr":0.01,"dw":0.49,"ns":0.02,"nr":0.03,"t":{"NAND CH0 temp":42,"PMU tcal":51.82,"PMU tdev1":45.76,"PMU tdev3":51.16,"PMU tdev4":45.96,"PMU tdev5":51.94,"PMU tdev6":45.96,"PMU...

I wonder if this is actually a bug in https://github.com/shirou/gopsutil ... What do you think @henrygd ? For example: - https://github.com/shirou/gopsutil/issues/1803 or - https://github.com/shirou/gopsutil/issues/1832 There's a new version of gopsutil...

@henrygd Thansk. So do you want me to run my node with `SENSORS=""` for a few days to see if the problem disappears, or are you going to test on...

I've updated the 2 macOS systems I have running Beszel with the `SENSORS=""` config. Will keep posted if it has any effect on this issue.

So far, no crashes since adding `SENSORS=""` (~6 days)

Anything new with 0.12 or do we still need `SENSORS=""` to avoid the eventual malformed JSON bug? I just (re)installed 0.12 on both my Arm-based Macs so I'll report back...

This appears to be the same as the issue I'm struggling with in https://github.com/tailscale/tailscale/issues/15389 (although I'm using macOS, not Linux) Wondering if any of these upcoming commits might move the...

Thanks for the PR @xu20160924 - I'm not quite sure how you were hitting this code path (I might be misunderstanding, but I wasn't able to reproduce it). Still, I...