<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.24.1.1">
</HEAD>
<BODY>
Andre,<BR>
<BR>
I'm using Slackware and i've compiled lxc-7.2 because when i tried to use lxc-7.3 i couldnt mount anything within the container.<BR>
<BR>
You have to create a root enviroment , i use /container, here are all shared files and directories (/usr, /bin, /etc and so on)<BR>
besides you must create no-shared directories (for example apache logs) you'll mount them when you start the container.<BR>
<BR>
You can use DEBUG mode when  you start the container "lxc-start -n web -d <TT>-l</TT>DEBUG -o log_debug_file  -f lxc.conf"<BR>
i use 2 config files , the first one is lxc.conf <BR>
<BR>
lxc.utsname = web<BR>
lxc.mount = config.fstab<BR>
lxc.rootfs = /container<BR>
lxc.tty = 12<BR>
lxc.pts = 1024<BR>
lxc.cgroup.cpuset.cpus = 0,1,2,3,4,5,6,7<BR>
lxc.network.type = veth<BR>
lxc.network.flags = up<BR>
lxc.network.link = br0<BR>
lxc.network.name = eth0<BR>
lxc.network.ipv4 = 192.168.1.241/24<BR>
lxc.cgroup.devices.allow = a<BR>
<BR>
The second one is config.fstab<BR>
<BR>
<BR>
## Apache logs, fcgid<BR>
/home/skel.containers/web/usr/local/apache2/logs    /container/usr/local/apache2/logs  bind  defaults,bind  0 0<BR>
## Apache conf<BR>
/home/skel.containers/web/usr/local/apache2/conf    /container/usr/local/apache2/conf  bind  defaults,bind  0 0<BR>
none /container/proc proc defaults 0 0<BR>
none /container/dev/pts devpts newinstance 0 0<BR>
<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>
<B><I>Sergio D. Troiano</I></B>
<I>Development Team.</I>

<IMG SRC="cid:1295536588.2218.19.camel@linux-i1mn" ALIGN="bottom" BORDER="0">
<I>Av. de los Incas 3085</I>
<I>(C1426ELA) Capital Federal </I>
</PRE>
</TD>
</TR>
</TABLE>
<BR>
<BR>
On Thu, 2011-01-20 at 13:51 -0200, Andre Nathan wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Thu, 2011-01-20 at 11:44 -0200, Sergio Daniel Troiano wrote:
> Sure but there are a lot of things i have found about lxc , how far
> are you? where are you  stuck?

I'm just beginning with LXC... I have tried to use the lxc-sshd script
as a starting point but I still haven't got it to work yet.

Do you have apache starting up as a normal user? Are you using read-only
bind mounts? Which directories did you have to make user-specific, and
which are shared by the host and the containers?

Thanks a lot,
Andre


</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>