Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed questions referring to MOSRS

...

and compare the numbers under space and limit. If space used is beyond the limit, clean up your home directory.

The error message says “Authentication failed”, what does it mean?

When checking out a copy of a suite, if it fails with an error message similar to the following

Code Block
languagetext
$ rosie co u-cq161
[FAIL] svn checkout -q https://code.metoffice.gov.uk/svn/roses-u/c/q/1/6/1/trunk@HEAD /home/123/abc123/roses/u-cq161 # return-code=1, stderr=
[FAIL] svn: E170013: Unable to connect to a repository at URL 'https://code.metoffice.gov.uk/svn/roses-u/c/q/1/6/1/trunk'
[FAIL] svn: E215004: No more credentials or we tried too many times.
[FAIL] Authentication failed

it suggests that the credential cache is no longer valid. You need to provide your password again. Simply run mosrs-auth again and provide your password before checking out the suite again.

Code Block
languagetext
$ module load cylc7/23.02
$ mosrs-auth
INFO: You need to enter your MOSRS credentials here so that GPG can cache your password.
Please enter the MOSRS password for abc123: 
INFO: Checking your credentials using Subversion. Please wait.
INFO: Successfully accessed Subversion with your credentials.
INFO: Checking your credentials using rosie. Please wait.
INFO: Successfully accessed rosie with your credentials.
$ rosie co u-cq161
[INFO] u-cq161: local copy created at /home/123/abc123/roses/u-cq161

When I run "cylc stop", the error message says "Connection refused", how to fix it?

...

To fix the error above,  delete the file ~/cylc-run/u-cs809/.service/contact  and start the suite again. For your own suite, replace u-cs809 with your suite name in the path of the contact file.

When I run "mosrs-setup" or "mosrs-auth", I see "Saving credentials failed". What do I do now?

Try running

Code Block
languagebash
$ gpg-connect-agent killagent /bye
$ mosrs-auth --debug

...

.