Hi,<div>This change boots the system, but none of the services is started. Here is an output:</div><div>===========================================</div><div>....</div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>
<font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">touch: cannot touch `/var/lock/subsys/rsyslogd': No such file or directory</span></font></div><div>
<font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">Starting sshd:                                       [touch: cannot touch `/var/lock/subsys/sshd': No such file or directory</span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">MySQL Daemon failed to start.</span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">Starting MySQL:                                      [FAILED]</span></font></div><div>touch: cannot touch `/var/lock/subsys/httpd': No such file or directory</div>
<div>touch: cannot touch `/var/lock/subsys/local': No such file or directory</div><div>.....................</div><div>============================================ <br><br><div class="gmail_quote">On Tue, Jul 20, 2010 at 2:06 PM, Daniel Lezcano <span dir="ltr"><<a href="mailto:dlezcano@fr.ibm.com">dlezcano@fr.ibm.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On 07/20/2010 01:58 PM, Nikola Simidzievski wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
I am trying to get Fedora 12 container on Ubuntu 10.4, but I have several<br>
problems. I installed new  rootfs using febootstrap , and configured it, and<br>
created new fstab (guided form<br>
<a href="http://blog.bodhizazen.net/linux/lxc-configure-fedora-containers" target="_blank">http://blog.bodhizazen.net/linux/lxc-configure-fedora-containers</a> ) :<br>
-----------------------------------------------------------------------------------------------<br>
none /lxc/rootfs.fedora/dev/pts devpts defaults 0 0<br>
none /lxc/rootfs.fedora/proc proc defaults 0 0<br>
none /lxc/rootfs.fedora/sys sysfs defaults 0 0<br>
#none /lxc/rootfs.fedora/var/lock tmpfs defaults 0 0<br>
#none /lxc/rootfs.fedora/var/run tmpfs defaults 0 0<br>
/etc/resolv.conf /lxc/rootfs.fedora/etc/resolv.conf none bind 0 0<br>
----------------------------------------------------------------------<br>
My lxc conf. file look like this :<br>
----------------------------------------------------------------------------------------------------<br>
lxc.utsname = fedora<br>
lxc.tty = 4<br>
lxc.network.type = veth<br>
lxc.network.flags = up<br>
lxc.network.link = br-node0<br>
<a href="http://lxc.network.name" target="_blank">lxc.network.name</a> = eth0<br>
lxc.network.mtu = 1500<br>
lxc.network.ipv4 = <a href="http://10.0.0.1/24" target="_blank">10.0.0.1/24</a><br>
lxc.rootfs = /lxc/rootfs.fedora<br>
lxc.mount = /lxc/fstab.fedora<br>
lxc.cgroup.devices.deny = a<br>
# /dev/null and zero<br>
lxc.cgroup.devices.allow = c 1:3 rwm<br>
lxc.cgroup.devices.allow = c 1:5 rwm<br>
# consoles<br>
lxc.cgroup.devices.allow = c 5:1 rwm<br>
lxc.cgroup.devices.allow = c 5:0 rwm<br>
lxc.cgroup.devices.allow = c 4:0 rwm<br>
lxc.cgroup.devices.allow = c 4:1 rwm<br>
# /dev/{,u}random<br>
lxc.cgroup.devices.allow = c 1:9 rwm<br>
lxc.cgroup.devices.allow = c 1:8 rwm<br>
# /dev/pts/* - pts namespaces are "coming soon"<br>
lxc.cgroup.devices.allow = c 136:* rwm<br>
lxc.cgroup.devices.allow = c 5:2 rwm<br>
# rtc<br>
lxc.cgroup.devices.allow = c 254:0 rwm<br>
---------------------------------------------------------------------------------------------------------------<br>
When I start the machine with this setup I get this error:<br>
==================================================<br>
lxc-start: Device or resource busy – failed to mount ‘none’ on<br>
‘/lxc/rootfs.fedora/dev/pts’<br>
lxc-start: failed to setup the mounts for ‘fedora′<br>
lxc-start: failed to setup the container<br>
====================================================<br>
So I remove the lxc.mount part from the conf. file and it starts normally<br>
but a get  error when I make ssh connection (PTY allocation request failed<br>
on channel 0) so I assume that has something to do with wrong mount on<br>
/dev/pts. I tried to mount it manually via chroot but then the booting slows<br>
down and services like mysqld and httpd can't be started. So any suggestions<br>
how to solve this?<br>
</blockquote>
<br></div></div>
Can you check by removing the "none /lxc/rootfs.fedora/dev/pts devpts defaults 0 0" line in the fstab and add lxc.pts=1 in the configuration file ?<br>
</blockquote></div><br></div>