Displaying 2 results from an estimated 2 matches for "lxcvm1".
2013 Apr 03
1
Cannot recv data: Connection reset by peer
...compiled libvirt by doing:
$ ./configure --with-selinux=no --with-gnutls
$ make
$ sudo make install
Everything works fine and are installed under /usr/local
Then I started the libvirtd manually and try to start a linux container
that has the following configuration:
$ virsh -c lxc:/// dumpxml lxcvm1
<domain type='lxc'>
<name>lxcvm1</name>
<uuid>168edaae-e3b5-2d06-7c65-9aa444a6f234</uuid>
<memory unit='KiB'>2097152</memory>
<currentMemory unit='KiB'>2097152</currentMemory>
<vcpu placement='static'...
2013 Mar 28
1
How to give access to /dev/tty
...the xml file of my container at the end of the email.
Thus my question is how can I give an access to /dev/tty0 to the
container? Or maybe it is not the right way to start an X server in the
container. Best regards,
Guillaume
<domain type='lxc' id='28247'>
<name>lxcvm1</name>
<uuid>d4014dfc-f4db-5791-c0d2-817547921ce1</uuid>
<memory unit='KiB'>1048576</memory>
<currentMemory unit='KiB'>1048576</currentMemory>
<vcpu placement='static'>1</vcpu>
<os>
<type arch='...