-
| Ever since my institution upgraded their cluster OS to RHEL9, I haven't been able to get  I'm trying to come up with a reprex using just  If I follow the  daemons(
  n = 2,
  url = host_url(tls=TRUE),
  remote = remote_config(
    command = "sbatch",
    args = c("--mem 512", "-n 1", "--wrap", "."),
    rscript = file.path(R.home("bin"), "Rscript"),
    quote = TRUE
  )
)They create log files that look like so: Which is not quite the same error message ("destination unreachable" rather than "connection shutdown").  I'd appreciate any guidance on how to re-create what  | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
| Thanks for reporting these. That error 14 destination unreachable is pretty rare. Can you try these first in case they work for you: 
 | 
Beta Was this translation helpful? Give feedback.
-
| Update: if I run the  | 
Beta Was this translation helpful? Give feedback.
Sweet, I was able to get this to work by supplying the correct IP address. Thank you!
It's the IP address returned by
ifconfig enp1s0f1np1 | grep inet