<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Dec 16, 2016 at 9:58 AM, William Cooley <span dir="ltr"><<a href="mailto:mailingl@wtip.net" target="_blank">mailingl@wtip.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> I am trying to install a Debian 8 container on a Ubuntu 16.04 host.<br>
 The Ubuntu host is running lxc version 2.0.8 from the default ubuntu repo and  Kernel 4.4.0-53-generic #74-Ubuntu.<br>
<br>
 I'm using the default Debian jessie image from the images repo. systemd is not working correctly inside of the container and I am not able to do things like restart a service.<br>
<br>
 Has anyone here tried running a Debian 8 container on a Ubuntu 16.04 host and had success with making systemd work properly?<br>
<br></blockquote><div><br></div><div>How are you installing it? Just tested with lxd, it works fine.</div><div><br></div><div>My GUESS is that you're probably using lxc (not lxd), with debian template, and do some local changes? I suggest you try these one by one, to determine where your problem is:</div><div><br></div><div>(1) install lxd, and run a debian container</div><div><br></div><div>lxc launch images:debian/jessie/amd64 jessie<br></div><div>lxc exec jessie bash</div><div><br></div><div>(2) install privileged (i.e. as root) debian lxc container, using download template</div><div><br></div><div>(3) repeat whatever you tested and didn't work.</div><div><br></div><div>My guess is (1) and (2) will also work on your system. If you still have problems with (3), then more details would be useful:</div><div>- is it privileged or unprivileged?</div><div>- did you try download template</div><div>- what errors do you find (e.g. does "systemctl" on the container simply hang? does "systemctl status" show anything unusual?)</div><div><br></div><div>-- </div><div>Fajar</div><div><br></div></div></div></div>