NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Using sysutils/podman on NetBSD



On Wed, Oct 12, 2022 at 01:23:17PM +0530, Mayuresh wrote:
> > I tried creating a machine (machine init, machine start). It seems to
> > download fedora coresos 36 and start the machine but get stucks at the
> > "Waiting for VM" prompt. "machine ssh" fails to connect to it.
> 
> http://mail-index.netbsd.org/netbsd-users/2021/09/05/msg027647.html

After ensuring noapic option (directly qemu boots the image fine):

    $ podman machine start
    INFO[0000] waiting for clients...                    
    INFO[0000] listening tcp://127.0.0.1:7777            
    INFO[0000] new connection from  to /tmp/podman/qemu_podman-machine-default.sock 
    Waiting for VM ...
    
    2022/10/13 08:15:09 tcpproxy: for incoming conn 127.0.0.1:52739, error dialing "192.168.127.2:22": connect tcp 192.168.127.2:22: no route


On the client side

    $ podman machine ssh
    Connecting to vm podman-machine-default. To close connection, use `~.` or `exit`
    kex_exchange_identification: Connection closed by remote host
    Error: exit status 255

Something to do with the networking setup I guess.
-- 
Mayuresh


Home | Main Index | Thread Index | Old Index