Displaying 2 results from an estimated 2 matches for "lxchost".
Did you mean:
lmhost
2016 Jul 12
2
virt-login-shell: Security model none cannot be entered
Hello!
I am currently experimenting a bit with some of the LXC support under
libvirt, and in trying to utilize the tool virt-login-shell, I encounter
the following error:
[james@lxchost ~]$ virt-login-shell
libvirt: error : argument unsupported: Security model none cannot be
entered
Though it should be apparent from the lack of error, the domain is most
definitely running.
[root@lxchost ~]# virsh -c lxc:/// list
Id Name State
-------------------...
2016 Jul 13
0
Re: virt-login-shell: Security model none cannot be entered
On Tue, Jul 12, 2016 at 11:25:11AM -0400, james@lottspot.com wrote:
> Hello!
>
> I am currently experimenting a bit with some of the LXC support under
> libvirt, and in trying to utilize the tool virt-login-shell, I encounter the
> following error:
>
> [james@lxchost ~]$ virt-login-shell
> libvirt: error : argument unsupported: Security model none cannot be
> entered
Opps, we're not treating "none" as being a no-op.
> Am I simply missing something here? Any tips or pointers are greatly
> appreciated!
No, you're not missing anyt...