tmux-plugin-sysstat icon indicating copy to clipboard operation
tmux-plugin-sysstat copied to clipboard

Not Working Under Mojave. Failed Under 10.11.6

Open faxotherapy opened this issue 6 years ago • 3 comments

Hi, thanks for your plug-in. Great tool! Unfortunately, it does not work under Mojave. Further, on El Capitan 10.11.6, nothing work except load average.

faxotherapy avatar Apr 10 '19 23:04 faxotherapy

I'm on Mojave 10.14.4 and the only thing that is not working is the CPU stats.

ferreria23 avatar May 14 '19 09:05 ferreria23

Same here: only thing not working is the CPU stats, on Sierra 10.12.

Looks like stdbuf isn't available on MacOS X at least by default in the standard PATH.

sharumpe avatar Jun 11 '19 19:06 sharumpe

I was able to solve the issue by brew install coreutils and reloading tmux so that stdbuf is available for the script. Looks like there's a PR to resolve the issue by not referencing stdbuf here so others won't need to instal coreutils.

NathanielInman avatar Feb 03 '20 19:02 NathanielInman