Trouble launching console

About a month ago I started having periodic problems logging in to the console with fly console. It launches and then exits immediately. I even tried using fly ssh console which actually did connect to the server, but then running bin/rails c tossed me out immediately.

Usually when this happens it lets me in eventually. Today I can’t get in at all. The app itself, though, is running just fine on he server.

$ fly console                                                                                  [17:33:34]
Created an ephemeral machine 0806d49bxxxxxx to run the console.
Connecting to fdaa:6:3b77:a7b:e:8284:xxxxxx... complete
Waiting for ephemeral machine 0806d49b1xxxx to be destroyed ... done.
Error: ssh shell: Process exited with status 4294967295
FAIL: 1

Hi @carlsmith - could you try running fly console again and looking at your logs? You may be running out of memory, which could be preventing your access to the console.

Also, what version of flyctl are you running (fly version)?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.