We are using TurboActivate (latest version) on ARM64 Ubuntu 26., and TurboActivate seems to be working properly. We have noticed this output to stdout when our (console) program starts:
“ sh: 1: last: not found ”.
I think TurboActivate is looking to shell out the “last” command, and not finding it. Apparently, the “last” command is not included in later versions of Ubuntu:
https://discourse.ubuntu.com/t/last-command-is-not-found-on-plucky-25-04/51215
I know I can install wtmpdb to get it back, but I'd rather not,
Other than noise in my logs, it doesn't seem to be affecting anything.