Essa é a mensagem de erro que você recebe se tiver digitado incorretamente a sequência de redirecionamento.
Se você realmente digitou "-redir: 8022 :: 22" (e não -redir: 8022: 22 ou 8022 :: 22), então deve funcionar.
Estou tentando fazer com que uma imagem virtual do Snappy comece a usar o KVM.
Launch Snappy locally with KVM on Linux
Encontrou um bom e simples howto Launch Snappy localmente com o KVM no Linux
Concluiu os seguintes passos:
$ sudo apt-get install qemu-kvm
$ kvm-ok
Command 'kvm-ok' is available in '/usr/sbin/kvm-ok'
The command could not be located because '/usr/sbin' is not included in the PATH environment variable.
This is most likely caused by the lack of administrative privileges associated with your user account.
kvm-ok: command not found
$ sudo kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used
$ wget http://releases.ubuntu.com/15.04/ubuntu-15.04-snappy-amd64-generic.img.xz
$ unxz ubuntu-15.04-snappy-amd64-generic.img.xz
Até aí tudo bem até o próximo passo ...
$ kvm -m 512 -redir :8090::80 -redir :8022::22 ubuntu-15.04-snappy-amd64-generic.img
A seguinte saída se apresentou:
(process:32493): GLib-WARNING **: /build/glib2.0-Lm6jKr/glib2.0-2.45.7/./glib/gmem.c:482: custom memory allocation vtable not supported
qemu-system-x86_64: invalid host forwarding rule ':8022:22'
qemu-system-x86_64: Device 'user' could not be initialized
Quem pode me mostrar como é feito daqui?
Eu já tentei pesquisar Askubuntu , e vários outros pilhas de whisdom .
Estou um pouco preso aqui.
Essa é a mensagem de erro que você recebe se tiver digitado incorretamente a sequência de redirecionamento.
Se você realmente digitou "-redir: 8022 :: 22" (e não -redir: 8022: 22 ou 8022 :: 22), então deve funcionar.