<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Nov 24, 2016 at 12:29 AM, Itamar Gal <span dir="ltr"><<a href="mailto:itamarggal@gmail.com" target="_blank">itamarggal@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have a server running Ubuntu 12.04.5 LTS (Precise Pangolin). I recently<br>
</blockquote><div><br></div><div>ouch</div><div><br></div><div>I HIGHLY recommend you upgrade your OS to xenial. Or even install xenial to a new disk using zfs root, if you have it (that way you can optionally run you original precise root as a container later)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
    $ apt-show-versions | grep lxc<br>
<br>
    liblxc1/precise uptodate 2.0.5+master~20161122-0513-<wbr>0ubuntu1~precise<br>
</blockquote><div><br></div><div>at least that's good. and you also have lxcfs</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Once inside the container, I try to run the ps command and follow some<br>
instructions:<br>
<br>
    $ ps<br>
<br>
    Error: /proc must be mounted<br>
      To mount /proc at boot you need an /etc/fstab line like:<br>
          proc   /proc   proc    defaults<br>
      In the meantime, run "mount proc /proc -t proc"<br>
<br>
<br>
    $ sudo mount proc /proc -t proc<br>
<br>
    mount: proc already mounted<br>
<br></blockquote><div><br></div><div></div></div><br></div><div class="gmail_extra">depending on your versions, lxcfs might get killed/restarted during upgrade. Try:</div><div class="gmail_extra">- check if lxcfs is running (in the host, "ps -ef | grep lxcfs")</div><div class="gmail_extra">- if lxcfs is running, create a new container, using the DOWNLOAD template (NOT ubuntu template) and start it. Does ps work there?</div><div class="gmail_extra">- if it does, restart your problematic container. Does it work now?</div><div class="gmail_extra">--> if YES, problem solved. It was lxcfs restarted problem</div><div class="gmail_extra">--> if NO, check the config difference between your old new newly-created container.</div><div class="gmail_extra"><br></div><div class="gmail_extra">-- </div><div class="gmail_extra">Fajar</div></div>