Michael Schubert

Results 73 comments of Michael Schubert

Please have a look at this and see if it helps: https://mschubert.github.io/clustermq/articles/userguide.html#ssh-1

My guess is that `ssh-askpass` is incorrectly set up in RStudio. What is your: ```sh echo SSH_ASKPASS # shell ``` ```r Sys.getenv("SSH_ASKPASS") # R and RStudio ``` Does the file...

I've updated the SSH troubleshooting page to also test ```r system("ssh -R 54709:localhost:6687 R --vanilla") ``` from R so we can see if the SSH connection works that way. Above,...

I _think_ `SSH_ASKPASS` within R is trying to use a client that does not exist (`/usr/X11R6/bin/ssh-askpass`) You could try and fix that, or try unsetting `SSH_ASKPASS` within R and see...

@mhesselbarth Did any of the hints help?

Do you have a `/dev/tty` on both your computer and the SSH login node?

Possibly related: https://github.com/mschubert/clustermq/discussions/280

The common data expects the following fields: `id`, `fun`, `const`, `export`, `pkgs`, `rettype`, `common_seed`, `token` (also see [here](https://github.com/mschubert/clustermq/blob/master/R/worker.r#L68-L69)) The worker checks if these fields are present, and will display an...

That was a mistake, `id` *should not* be provided. Fixed above, thanks for pointing that out.

For R I added my own `ebuild`, available here: https://github.com/mschubert/overlay