Replies: 1 comment 3 replies
-
|
This service should no be installed anymore, so new students will not have
this problem.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Running the automatic installation procedure on Ubuntu 18.04 over an existing release of the MRS system (for the case of interest that was that in October 2020), the system gets stuck with the
google-gust-agentservice and the installation fails. Whether trying to remove the service by usingsudo dpkgcommand or thesudo apt removecommand there is no way to fix it. The installation procedure still fails. This appears to be due to a service restarting each time is interrupted. Then, the installation stops by raising locks on any other command (e.g.,sudo apt updateorsudo apt upgrade). @bednarhonza can tell more about this.Eventually, @ViktorWalter solved the issue by running
sudo htopand killing the service and its related dependencies when it got stuck. Of course, this can be considered only as a temporary fix. Students or even me could have trouble in case a system update is required.Below are listed the services we stopped to make it work.
Beta Was this translation helpful? Give feedback.
All reactions