Displaying 2 results from an estimated 2 matches for "38320e75".
Did you mean:
383075
2011 Dec 08
1
read-only rootfs for lxc containers
And speaking of running out of a shared read-only root, I get the
following error when I attempt it:
error: Failed to start domain hw
error: internal error guest failed to start: PATH=/bin:/sbin TERM=linux
LIBVIRT_LXC_UUID=38320e75-1ba0-d85a-6138-532a3a66f13d
LIBVIRT_LXC_NAME=hw /bin/bash
2011-12-08 15:31:41.945: 1: info : libvirt version: 0.9.7
2011-12-08 15:31:41.945: 1: error : lxcContainerPivotRoot:345 : Failed
to create /mnt/vmroot/.oldroot: Read-only file system
2011-12-08 15:31:41.945: 2666: info : libvirt version: 0.9...
2011 Dec 07
3
lxc errors on 0.9.7
...lxc, and get the following error when trying
to start a container:
2011-12-07 22:49:26.293: 1997: error : lxcControllerRun:1158 :
unsupported configuration: Expected exactly one TTY fd
My configuration is very simply:
<domain type='lxc'>
<name>hw</name>
<uuid>38320e75-1ba0-d85a-6138-532a3a66f13d</uuid>
<memory>102400</memory>
<currentMemory>102400</currentMemory>
<vcpu>1</vcpu>
<os>
<type arch='x86_64'>exe</type>
<init>/bin/bash</init>
</os>
<clock offset...