<div dir="ltr">Hi<div>When I add ppa:ubuntu-lxc/daily repo and do an apt-get install lxcfs (and lxc, cgmanager) LXCFS is working fine inside containers. But the apt-get downloads the latest deb everyday..TO be consistent for all developers I downloaded the debs and wrote a script to upgrade LXC 1.10 to LXC 1.1. and LXCFS.   It installs the new versions of LXC and LXCFS. I was able to create containers and start the,. However when I attach to the container and run ps command I get this error (if I stop lxcfs service, then ps is working fine inside the containers)</div><div><br></div><div><div>root@eqx03-flash04:/etc# lxc-ls -f</div><div>NAME                            STATE    IPV4  IPV6  GROUPS  AUTOSTART  </div><div>----------------------------------------------------------------------</div><div><a href="http://eqx03-vnode18.robinsystems.com" target="_blank">eqx03-vnode18</a> STOPPED  -     -     -       NO         </div><div><a href="http://eqx03-vnode52.robinsystems.com" target="_blank">eqx03-vnode52</a> STOPPED  -     -     -       NO         </div><div>root@eqx03-flash04:/etc# lxc-start -n <a href="http://eqx03-vnode18.robinsystems.com" target="_blank">eqx03-vnode18</a></div><div>root@eqx03-flash04:/etc# lxc-ls -f</div><div>NAME                            STATE    IPV4         IPV6  GROUPS  AUTOSTART  </div><div>-----------------------------------------------------------------------------</div><div><a href="http://eqx03-vnode18.robinsystems.com" target="_blank">eqx03-vnode18</a>  RUNNING  10.9.240.18  -     -       NO         </div><div><a href="http://eqx03-vnode52.robinsystems.com" target="_blank">eqx03-vnode52</a>  STOPPED  -            -     -       NO         </div><div>root@eqx03-flash04:/etc# service lxcfs status</div><div>lxcfs start/running, process 22159</div><div><br></div><div>root@eqx03-flash04:/etc# ls /var/lib/lxcfs</div><div>cgroup  proc</div><div>root@eqx03-flash04:/etc# </div><div>root@eqx03-flash04:/etc# lxc-attach -n <a href="http://eqx03-vnode18.robinsystems.com" target="_blank">eqx03-vnode18</a></div><div><b>root@eqx03-vnode18:/etc# ps</b></div><div><b>Error: /proc must be mounted</b></div><div><b>  To mount /proc at boot you need an /etc/fstab line like:</b></div><div><b>      proc   /proc   proc    defaults</b></div><div><b>  In the meantime, run "mount proc /proc -t proc"</b></div></div><div><br></div><div><br></div><div>Also sometimes lxcfs service is getting killed and when I do an ls on /var/lib/lxcfs, I get this error</div><div>transport endpoint is not connected<br></div><div><br></div><div>Please let me know.</div><div><br></div><div>Thanks</div><div>Raj</div></div>