Closed Cadherin closed 3 years ago
Helped @Cadherin download the files using this URL (https://ischool.datahub.berkeley.edu/user/xxx/lab/workspaces/lab?reset) so that the assignment submission goes smoothly. However, she is still having issues with launching the R studio in the Ischool hub and requires further debugging,
@balajialg @Cadherin typically the way forward when rstudio misbehaves is to rename the .rstudio directory via the terminal and relaunch it.
That work around is described here: https://github.com/berkeley-dsep-infra/datahub/issues/1899
This can be fixed by renaming or removing ~/.rstudio via the terminal.
To do so while bypassing the typical rstudio session startup:
mv .rstudio .rstudio.$(date +%s)
and press return@felder Thanks a lot!
@Cadherin Added this to the troubleshooting documentation - https://ds-modules.github.io/curriculum-guide/faq/troubleshoot.html#restarting-servers
I think this might also be related to https://github.com/berkeley-dsep-infra/datahub/issues/2878, where the unsafe exit causes corruption of ~/.rstudio
@yuvipanda definitely a likely possibility!
An update here that I tried signing onto the iSchool datahub today, it is working for me now. Thank you all for looking into this. Much appreciated! Let me know if there are specific things that I need to be aware of to prevent the related in the future.
Am very glad it works for you again, @Cadherin! I'm hopefull that #2908 will fix this one for good...
I have been working with iSchool R datahub yesterday and most of today and it has been working fine. However, it suddenlt says just crashed on me and I am unable to get back on. My assignment files are all on Datahub and I am unable to retrieve them for submission at the moment.
@nojedam Did you try couple of fixes suggested in this thread to retrieve your files in the short term?
@balajialg @Cadherin typically the way forward when rstudio misbehaves is to rename the .rstudio directory via the terminal and relaunch it.
That workaround is described here: #1899
This can be fixed by renaming or removing ~/.rstudio via the terminal.
To do so while bypassing the typical rstudio session startup:
- Go to https://ischool.datahub.berkeley.edu/user-redirect/tree
- Click New->Terminal
- In the terminal, type:
mv .rstudio .rstudio.$(date +%s)
and press return- Try to launch rstudio as you normally would and it should now work.
@balajialg Today I tried to start iSchool R datahub without any workaround and it worked! However it got messed up again (same thing). I tried the workaround you suggested but it didn't work. Is there anything else you suggest?
@nojedam Sorry, I was on leave this Friday! Is the issue still persisting? If yes, please feel free to reopen this issue? Can you also please list the steps that led to this issue?
Bug description
I have been working with iSchool R datahub most of today and it has been working fine. However, it just crashed on me and I am unable to get back on. My assignment files are all on Datahub and I am unable to retrieve them for submission at the moment.
Environment & setup
How to reproduce