marineenergy / www

Marine hydrokinetic energy & environmental compliance, website
https://marineenergy.app
MIT License
1 stars 1 forks source link

Cannot access Rstudio #25

Closed Neil-Swanson closed 2 years ago

Neil-Swanson commented 2 years ago

When attempting to log in with my credentials, I receive an error: "Error occurred during transmission." @bbest - have you dealt with this before?

image

bbest commented 2 years ago

Hi Neil,

I just deleted all the configurations in your home folder. Please try logging in again to see if that fixed ya.

bbest@9334b6f9d703:/home/nswanson$ ls -la
total 40
drwxr-xr-x  5 nswanson staff 4096 Apr 21 04:16 .
drwxr-xr-x  1 root     root  4096 May 27 19:54 ..
-rw-r--r--  1 nswanson staff  220 Feb 25  2020 .bash_logout
-rw-r--r--  1 nswanson staff 3771 Feb 25  2020 .bashrc
drwxr-xr-x  4 nswanson staff 4096 Apr  2  2021 .config
lrwxrwxrwx  1 root     root    11 Apr  2  2021 data -> /share/data
-rw-rw-r--  1 nswanson staff   57 Apr 21 04:16 .gitconfig
lrwxrwxrwx  1 root     root    13 Apr  2  2021 github -> /share/github
drwxrwxr-x  3 nswanson staff 4096 Apr  2  2021 .local
-rw-r--r--  1 nswanson staff  807 Feb 25  2020 .profile
-rw-rw-r--  1 nswanson staff    0 May 14 16:58 .Rhistory
drwxr-xr-x 16 nswanson staff 4096 Jul 23 10:07 .rstudio
lrwxrwxrwx  1 root     root     6 Apr  2  2021 share -> /share
lrwxrwxrwx  1 root     root    14 Apr  2  2021 shiny-apps -> /srv/shinyapps
lrwxrwxrwx  1 root     root    21 Apr  2  2021 shiny-logs -> /var/log/shiny-server
-rw-r--r--  1 nswanson staff    0 Apr  2  2021 .sudo_as_admin_successful
bbest@9334b6f9d703:/home/nswanson$ sudo rm -rf .profile .Rhistory .rstudio  .sudo_as_admin_successful .bash_logout .bashrc .gitconfig .config
Neil-Swanson commented 2 years ago

Thank you, @bbest. That fixed the issue.