weaveworks / footloose

Container Machines - Containers that look like Virtual Machines
Apache License 2.0
1.59k stars 122 forks source link

'footloose ssh vm2' error in ignite backend #250

Open fitsegreat opened 4 years ago

fitsegreat commented 4 years ago

Currently while trying footloose ssh vm2 in ignite backend the output shows:

footloose ignite ssh issue

The expected behavior is to directly login to the VM.

chymian commented 2 years ago

have the same issue with the example in the docu: "Run a set of Ignite VMs with footloose" footloose version: version: 0.6.3 ignite version: GitVersion:"v0.10.0" Firecracker version: v0.22.4

chymian commented 2 years ago

just reading further: it might be connected to issue 243 , since ignite/firecracker runs in a KVM, which I access via ssh…

did some testing via a sdl-console-window (not via ssh access), same result:

using ignite backend:

 footloose ssh vm0
FATA[0000] hostport: failed to inspect container: [ Error: No such object: cluster-vm0]: exit status 1 

using the docker backend

$ footloose ssh vm0
kex_exchange_identification: Connection closed by remote host
Connection closed by ::1 port 49153
FATA[0000] exit status 255  

the error are the same on both session-types: the sdl-console or via ssh-byobu(termux) session.