You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of course this causes problems (the above error probably just one). Since some users might not notice that an old version is running in the background, I suggest two changes:
corectl and corectld check if old (or same) version already running and gives error if so.
update Homebrew recipe so it will stop the old running copy of corectl during upgrade.
The text was updated successfully, but these errors were encountered:
@quinncomendant the 1st part of your suggestion is doable and very relevant, albeit tricky - as whre we have most interest in stopping running corectl sessions is when they are pre 0.7.x and in pre-0.7.x there's no corectld to do that for us cleanly.
The homebrew part is trickier as afaict there 's no way to do that from a brew Formula. (and there's the additional issue that corectld is running as root). Anyway looking at ways to smooth this. Thanks!
I've just
brew upgrade corectl
and run the new version:Running corectl failed with:
I then noticed my old version of corectl was still running:
Of course this causes problems (the above error probably just one). Since some users might not notice that an old version is running in the background, I suggest two changes:
The text was updated successfully, but these errors were encountered: