Replies: 2 comments 4 replies
-
I followed the debugging guide and got stuck with this step:
It hangs, and when I interrupt the R session, the dialog box for 2FA comes up. If I add |
Beta Was this translation helpful? Give feedback.
-
Ok, so my workflow with
I enter an option, then authenticate on my phone, and I'm in. But if I run this R code from R Studio either in the console pane, by clicking "Source" in the editor pane, or by running the line from the editor with command-enter, it hangs, then only after I terminate the R session does a dialog box pop up with the text above. If I save the code as a .R script and use "Source as a Local Job..." the dialog box pops up and the code runs. So the hanging I experienced with this debugging step wasn't actually related to |
Beta Was this translation helpful? Give feedback.
-
Recently my HPC turned on 2-factor authentication for SSH access. I had this working well for a while—running
Q()
from RStudio brought up a dialog box to enter an option for how to authenticate, then push went to the app on my phone. I'm not sure what changed, but now when I runQ()
, the console hangs. Sometimes, after I try to terminate the stuck R process the 2FA dialog box pops up. Is there any chance this is something on theclustermq
side, or is this likely to be an issue with the 2FA?Beta Was this translation helpful? Give feedback.
All reactions