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
When running XnatCheckLogin, we can get something like this:
$ XnatCheckLogin
================================================================
Checking your settings for XNAT
No host specified, using XNAT_HOST environment variable.
Checking login for host=http://129.59.135.143:8080/xnat
ERROR:login not found, set in ~/.netrc
================================================================
The issue in this situation is that the .netrc file was GLOBAL readable, which was fixed with
chmod go-r .netrc
I guess my real question; Is it possible to have a more refined error message?
The text was updated successfully, but these errors were encountered:
When running XnatCheckLogin, we can get something like this:
The issue in this situation is that the .netrc file was GLOBAL readable, which was fixed with
I guess my real question; Is it possible to have a more refined error message?
The text was updated successfully, but these errors were encountered: