Hi there, I am running cylc-flow 8.6.3 and cylc-uiserver 1.8.4 and I cannot view any of the logs.
This is a screenshot of what I get:
Worked fine before upgrade.
Gaby
Hi there, I am running cylc-flow 8.6.3 and cylc-uiserver 1.8.4 and I cannot view any of the logs.
This is a screenshot of what I get:
Cylc requires the GNU coreutils (Mac OS comes with BSD coreutils).
We recommend installing coreutils via Homebrew: Installation — Cylc 8.6.2 documentation
When installing some packages via Homebrew, you get given extra instructions to complete installation. In the case of the coreutils package, they say the following:
Commands also provided by macOS and the commands dir, dircolors, vdir have been installed with the prefix “g”.
If you need to use these commands with their normal names, you can add a “gnubin” directory to your PATH with:
PATH=“$HOMEBREW_PREFIX/opt/coreutils/libexec/gnubin:$PATH”
It’s possible that GNU coreutils were installed before the upgrade, but something about the upgrade broke the $PATH modification.
Check your Bash profile files (.bashrc, .bash_profile, .profile) and make sure they haven’t been removed/cleared as part of the upgrade.