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
Ubuntu 22.04 Posit VM provisioned by Azure marketplace.
installed modeltime.gluonts
Ran install.gluonts()
Now the session crashes about 20 second after start. The R runs fine from the command line. And my shiny apps are still running find. This VM uses R Studio Pro. Re-booted the VM. Same issue.
It says this:
Listener bound to address 0.0.0.0 port 35437 https
Session proxy listening on 35255 https
/usr/lib/rstudio-server/bin/rsession-run: line 234: 8922 Aborted (core dumped) /bin/bash --login $RSESSION_PROFILE_OPTIONS -c "$(getDiagnosticsPrintenv) $RSESSION_EXEC_COMMAND $(getDiagnosticSessionLdd) $(getDiagnosticSessionOptions) $RSESSION_EXEC_COMMAND $(getDiagnosticSessionStrace) $(dirname ${BASH_SOURCE[0]})/rsession $RSESSION_ARGS $WWW_REUSE_PORTS" $(getDiagnosticSessionRedirection)
Also it says this: Invalid session scope 1 - is the user's home drive properly mounted and writeable by both RStudio Server and the session?
Did install.gluonts() somehow unmount my drive?
Fixed it. Had to rename the rstudio user configuration file. I can now get the session to boot without crashing.
Help!
The text was updated successfully, but these errors were encountered:
Ubuntu 22.04 Posit VM provisioned by Azure marketplace.
installed modeltime.gluonts
Ran install.gluonts()
Now the session crashes about 20 second after start. The R runs fine from the command line. And my shiny apps are still running find. This VM uses R Studio Pro. Re-booted the VM. Same issue.
It says this:$RSESSION_PROFILE_OPTIONS -c "$ (getDiagnosticsPrintenv) $RSESSION_EXEC_COMMAND $ (getDiagnosticSessionLdd) $(getDiagnosticSessionOptions) $RSESSION_EXEC_COMMAND $ (getDiagnosticSessionStrace) $(dirname $ {BASH_SOURCE[0]})/rsession $RSESSION_ARGS $WWW_REUSE_PORTS" $ (getDiagnosticSessionRedirection)
Listener bound to address 0.0.0.0 port 35437 https
Session proxy listening on 35255 https
/usr/lib/rstudio-server/bin/rsession-run: line 234: 8922 Aborted (core dumped) /bin/bash --login
Also it says this: Invalid session scope 1 - is the user's home drive properly mounted and writeable by both RStudio Server and the session?
Did install.gluonts() somehow unmount my drive?
Fixed it. Had to rename the rstudio user configuration file. I can now get the session to boot without crashing.
Help!
The text was updated successfully, but these errors were encountered: