<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Verdana">This script is a part of lxc-provider which is a
provisioning </font>tool for lxc.<br>
You should not use this script alone, and it is a old version.<br>
You could read the script to understand what it does or use the entire
product :<br>
<a class="moz-txt-link-freetext" href="http://sourceforge.net/projects/lxc-provider/">http://sourceforge.net/projects/lxc-provider/</a><br>
<br>
regards,<br>
<br>
Guillaume ZITTA<br>
<br>
Le 15/03/2010 14:40, Elias Olivares a écrit :
<blockquote
 cite="mid:29354030.4962.1268660432636.JavaMail.root@zm.1g6.biz"
 type="cite">
  <style type="text/css">p { margin: 0; }</style>
  <div
 style="font-family: Times New Roman; font-size: 12pt; color: rgb(0, 0, 0);">Hello
!<br>
  <br>
I've try to run your script but it doesn't work. <span xml:lang="en"
 class="Traduction" lang="en">Certainly a mistake from my part.</span><br>
Can you give me more précisions on how to run it ?<br>
  <br>
Thank a lot <br>
  <br>
Elias.<br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
Le <span class="Object" id="OBJ_PREFIX_DWT976"><span class="Object"
 id="OBJ_PREFIX_DWT977">04/03/2010</span></span> 19:27, Daniel Lezcano
a écrit :<br>
> Elias Olivares wrote:<br>
>   <br>
>> Hi ! <br>
>><br>
>> Here a new bug installing ubuntu karmic into a container : <br>
>><br>
>> I've installed karmic with debootstrap and when i try to run
the container , it don't and this error message appears on the screen :
  <br>
>><br>
>> mountall:/dev/ppp: Operation not permitted <br>
>> mountall:/dev/net/tun: Operation not permitted <br>
>> mountall:/dev/loop0: Operation not permitted <br>
>><br>
>>     <br>
In order to "containerize" karmic, I disabled mountall.<br>
Here my script to manage karmic's upstart stuff :<br>
  <span class="Object" id="OBJ_PREFIX_DWT978"><a moz-do-not-send="true"
 target="_blank"
 href="http://lxc-provider.git.sourceforge.net/git/gitweb.cgi?p=lxc-provider/lxc-provider;a=blob;f=libexec/cache_helpers/ubuntu.karmic.init.sh">http://lxc-provider.git.sourceforge.net/git/gitweb.cgi?p=lxc-provider/lxc-provider;a=blob;f=libexec/cache_helpers/ubuntu.karmic.init.sh</a></span><br>
I hope it could help<br>
>> But the container seems to run : <br>
>><br>
>> host# lxc-info -n karmic <br>
>> 'karmictest.1g6.biz' is RUNNING <br>
>><br>
>> The command lxc-ls seems to be broken : (it show 2 times the
container) <br>
>><br>
>> vms:/mnt/vz# lxc-ls <br>
>> karmictest <br>
>> karmictest <br>
>>   <br>
>>     <br>
> Yes, that was reported one time, it's displayed twice because it
is <br>
> created and because it is running.<br>
> I guess there is some polishing to do with this command.<br>
><br>
>   <br>
>> My container configuration file : <br>
>><br>
>> lxc.utsname = karmictest <br>
>> lxc.tty = 4 <br>
>> lxc.pts = 1024 <br>
>> lxc.network.type = veth <br>
>> lxc.network.flags = up <br>
>> lxc.network.link = br0 <br>
>> lxc.network.name = eth0 <br>
>> lxc.network.mtu = 1500 <br>
>> #lxc.mount = <br>
>> lxc.rootfs = /mnt/vz/karmictest <br>
>>   <br>
>>     <br>
> Can you try by disabling the cgroup.devices section below and try
to <br>
> start the container ?<br>
> If you can start it, it is probable you have to allow more devices
to be <br>
> created within the container, (eg : b 7 0 for the loop0)<br>
><br>
>   <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>
>> 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>
>>     <br>
><br>
>
------------------------------------------------------------------------------<br>
> Download Intel&#174; Parallel Studio Eval<br>
> Try the new software tools for yourself. Speed compiling, find bugs<br>
> proactively, and fine-tune applications for parallel performance.<br>
> See why Intel Parallel Studio got high marks during beta.<br>
> <span class="Object" id="OBJ_PREFIX_DWT979"><span class="Object"
 id="OBJ_PREFIX_DWT980"><a moz-do-not-send="true" target="_blank"
 href="http://p.sf.net/sfu/intel-sw-dev">http://p.sf.net/sfu/intel-sw-dev</a></span></span><br>
> _______________________________________________<br>
> Lxc-devel mailing list<br>
> <span class="Object" id="OBJ_PREFIX_DWT981"><span class="Object"
 id="OBJ_PREFIX_DWT982"><a class="moz-txt-link-abbreviated" href="mailto:Lxc-devel@lists.sourceforge.net">Lxc-devel@lists.sourceforge.net</a></span></span><br>
> <span class="Object" id="OBJ_PREFIX_DWT983"><span class="Object"
 id="OBJ_PREFIX_DWT984"><a moz-do-not-send="true" target="_blank"
 href="https://lists.sourceforge.net/lists/listinfo/lxc-devel">https://lists.sourceforge.net/lists/listinfo/lxc-devel</a></span></span><br>
>   <br>
  <br>
  </div>
</blockquote>
</body>
</html>