Juno REPL start remote process exits upon start

Hello, I’m trying to start a remote Julia process in Juno, but it keeps on dying upon start.

Starting Julia...

Julia has exited. Press Enter to start a new session.

My ftp-remote-edit connects to my server just fine and I’ve checked the command to execute Julia on the remote server which also works fine.

I’m on MacOS locally and ubuntu remote. Everything is on the latest version. I’m just trying to start a REPL session in Juno by clicking planet icon according to the docs, I can even see the Julia logo show up for a second but exits right away.

Any idea?

Almost the same issue here.

My ftp-remote-edit works and julia works on remote host.

I don’t even see a logo and just get the message “Julia has exited. Press Enter to start a new session.”

My local machine:

julia> versioninfo()
Julia Version 1.1.0
Commit 80516ca202 (2019-01-21 21:24 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, skylake)
Environment:
  JULIA_EDITOR = atom  -a
  JULIA_NUM_THREADS = 4

(v1.1) pkg> st
    Status `~/.julia/environments/v1.1/Project.toml`
  [c52e3926] Atom v0.8.5
  [6e4b80f9] BenchmarkTools v0.4.2
  [864edb3b] DataStructures v0.15.0
  [31a5f54b] Debugger v0.4.0
  [5789e2e9] FileIO v1.0.6
  [19dc6840] HCubature v1.3.0
  [7073ff75] IJulia v1.18.1
  [033835bb] JLD2 v0.1.2
  [682c06a0] JSON v0.20.0
  [e5e0dc1b] Juno v0.7.0
  [8ac3fa9e] LRUCache v0.2.0
  [1914dd2f] MacroTools v0.5.0
  [429524aa] Optim v0.18.1
  [c46f51b8] ProfileView v0.4.0
  [438e738f] PyCall v1.91.2
  [d330b81b] PyPlot v2.8.1
  [295af30f] Revise v2.1.4
  [90137ffa] StaticArrays v0.10.3
  [ddb6d928] YAML v0.3.2

Remote host:

julia> versioninfo()
Julia Version 1.1.0
Commit 80516ca202 (2019-01-21 21:24 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, skylake)

(v1.1) pkg> st
    Status `~/.julia/environments/v1.1/Project.toml`
  [c52e3926] Atom v0.8.5
  [6e4b80f9] BenchmarkTools v0.4.2
  [864edb3b] DataStructures v0.15.0
  [31a5f54b] Debugger v0.4.0
  [5789e2e9] FileIO v1.0.6
  [19dc6840] HCubature v1.3.0
  [7073ff75] IJulia v1.18.1
  [033835bb] JLD2 v0.1.2
  [682c06a0] JSON v0.20.0
  [e5e0dc1b] Juno v0.7.0
  [8ac3fa9e] LRUCache v0.2.0
  [1914dd2f] MacroTools v0.5.0
  [429524aa] Optim v0.18.1
  [c46f51b8] ProfileView v0.4.0
  [438e738f] PyCall v1.91.2
  [d330b81b] PyPlot v2.8.1
  [295af30f] Revise v2.1.4
  [90137ffa] StaticArrays v0.10.3
  [ddb6d928] YAML v0.3.2

How to diagnose this issue? Is ftp-remote-edit supposed to listen to a specific port?