<div dir="ltr">I tried that and now the container does not start at all. I traced the problem to the following command in the /etc/init/lxc.conf script<br>initctl emit filesystem --no-wait<br><br>/etc/init/hostname.conf also fails on command<br>

exec hostname -b -F /etc/hostname<br><br>Would you be so kind as to tar up your /etc/init directory and send it to me please?<br><br clear="all">--<br>Arie<br><br>
<br><br><div class="gmail_quote">On Wed, Oct 26, 2011 at 18:47, Ulli Horlacher <span dir="ltr"><<a href="mailto:framstag@rus.uni-stuttgart.de">framstag@rus.uni-stuttgart.de</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">On Wed 2011-10-26 (18:35), Arie Skliarouk wrote:<br>
> Hi,<br>
><br>
> On one of my ubuntu 10.04 vservers mountall mounts /dev from the host<br>
> machine. This causes problems for syslogd that works over /dev/log.<br>
> The vserver has properly populated /dev directory, it just mounts /dev from<br>
> host on top of it.<br>
><br>
> I don't know how to disable this.<br>
<br>
</div>I have in the container config files:<br>
<br>
lxc.cap.drop = sys_admin<br>
<br>
Which prevents mounting by the container at all.<br>
<br>
File systems are mounted at lxc start via container.fstab, for example:<br>
<br>
root@vms2:/lxc# cat fex.fstab<br>
none /lxc/fex/dev/pts           devpts  defaults 0 0<br>
none /lxc/fex/proc              proc    defaults 0 0<br>
none /lxc/fex/sys               sysfs   defaults 0 0<br>
none /lxc/fex/var/lock          tmpfs   defaults 0 0<br>
none /lxc/fex/var/run           tmpfs   defaults 0 0<br>
/lxc/share  /lxc/fex/share      none    bind 0 0<br>
<br>
<br>
--<br>
Ullrich Horlacher              Server- und Arbeitsplatzsysteme<br>
Rechenzentrum                  E-Mail: <a href="mailto:horlacher@rus.uni-stuttgart.de">horlacher@rus.uni-stuttgart.de</a><br>
Universitaet Stuttgart         Tel:    <a href="tel:%2B%2B49-711-685-65868" value="+4971168565868">++49-711-685-65868</a><br>
Allmandring 30                 Fax:    <a href="tel:%2B%2B49-711-682357" value="+49711682357">++49-711-682357</a><br>
70550 Stuttgart (Germany)      WWW:    <a href="http://www.rus.uni-stuttgart.de/" target="_blank">http://www.rus.uni-stuttgart.de/</a><br>
<br>
------------------------------------------------------------------------------<br>
The demand for IT networking professionals continues to grow, and the<br>
demand for specialized networking skills is growing even more rapidly.<br>
Take a complimentary Learning@Cisco Self-Assessment and learn<br>
about Cisco certifications, training, and career opportunities.<br>
<a href="http://p.sf.net/sfu/cisco-dev2dev" target="_blank">http://p.sf.net/sfu/cisco-dev2dev</a><br>
_______________________________________________<br>
Lxc-users mailing list<br>
<a href="mailto:Lxc-users@lists.sourceforge.net">Lxc-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/lxc-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/lxc-users</a><br>
</blockquote></div><br></div>