<br><br><div class="gmail_quote">On Wed, Mar 30, 2011 at 2:19 AM, Serge E. Hallyn <span dir="ltr"><<a href="mailto:serge.hallyn@ubuntu.com">serge.hallyn@ubuntu.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">Quoting Ramez Hanna (<a href="mailto:rhanna@informatiq.org">rhanna@informatiq.org</a>):<br>
> I have been working on a fedora template that actually works<br>
> febootstrap is not anymore producing fedora rootfs but rather a minimal<br>
<br>
</div>Really, febootstrap can't be used to create a rootfs at all any more?<br>
<div class="im"><br>
> fedora appliance<br>
> my solution works by using yum instead, but I am facing a really weired<br>
> situation<br>
> whenever i start my fedora container, it would actually try to change the<br>
> init level of the host<br>
> host is f14 and container is f14<br>
> could anyone shed some light on how the container is actually being<br>
> isolated, so i can start from there<br>
> or how can i debug?<br>
> script used to create the container attached, it is based on the current<br>
> template with a few modifications here and there<br>
<br>
</div>Note that for me to use this template on ubuntu, I have to specify '-R 14',<br>
but lxc-create doesn't allow me to forward that option.  So I have to<br>
first create the config file and then run fedora2 by hand.  After that,<br>
for some reason I still have no actual rootfs :(.<br>
<br>
As for trouble with init - is your fedora using systemd?  How does it<br>
actually start runlevel changes?  Upstart uses dbus over abstract unix<br>
socket (which is containerized with netns), sysvinit uses ioctl over<br>
/dev/init which is a distinct file from the one in the container...<br>
Does systemd do something we're not containerizing right now?<br></blockquote><div>FYI I was told on the irc channel that systemd uses /run , so it should be isolated by default<br>although i am facing that issue that my guest is interfering with my host on f15<br>
still debugging<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
I'd love to get a working fedora template.<br>
<br>
thanks,<br>
<font color="#888888">-serge<br>
</font></blockquote></div><br>