Hi,<br><br>I'm working on constructing a Debian template in a linux container.<br>
<br>As I normally do not work on a Debian system, I'm working on a 
Virtualbox with Debian Wheezy (testing) and lxc 0.8.0~rc1-4 installed.<br>I used a preseed configuration 
file (<a href="http://pastebin.com/SR5YXBqE">http://pastebin.com/SR5YXBqE</a>). (Notice the puppet package, what would be 
needed to automatically configure OMF on the template, see [1]). The 
preseed is shown here <a href="http://pastebin.com/yqwbG5UV" target="_blank">http://pastebin.com/yqwbG5UV</a>.<br>
<br>When first starting up the linux container, I was told to set the network bridge (<a href="http://pastebin.com/TWchXrCR" target="_blank">http://pastebin.com/TWchXrCR</a>) and I mounted the cgroup by adding in/etc/fstab, see <a href="http://pastebin.com/tSS0KdY1" target="_blank">http://pastebin.com/tSS0KdY1</a><br>

<br>After this, the lxc-start seemed to fire up the container, but the debian seems to "hang" at a certain point: <a href="http://pastebin.com/YFxsV9W6" target="_blank">http://pastebin.com/YFxsV9W6</a><br>And after a while additional output is printed: <a href="http://pastebin.com/4N87RR9i" target="_blank">http://pastebin.com/4N87RR9i</a> (that additional output repeats every 5 minutes.)<br>

(Also the <i>startpar: service(s) returned failure: hostname.sh ... failed!</i> failure keeps me worried...).<br><br>Does anyone know what is going on or what I'm doing wrong?<br><br>Thanks in advance,<br><br>Glenn<br>
<br>[1]
 As a side-question: To easily provide OMF in the templates, I wanted to
 add extra packages in the linux containers (via the preseed file); 
those packages come from the OMF repo and are not part of the official 
debian packages. The creation of the linux containers however does not 
seem to have the possibility to add additional packages from other 
"not-standard" repositories. Is this correct? (We now turned to the 
puppet solution to configure OMF when the sliver is booted, but being 
able to provide the OMF packages by the preseed file would be the better
 solution.)