Comment 16 for bug 1000174

Revision history for this message
Corey Schuhen (corey-d) wrote : Re: package lxc 0.7.5-3ubuntu54 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

Hi, I have the same issue. I played around and got a good way through the issue. Starting lxc itself is ok. It's starting lxc-net that is problematic. It is the starting of dnsmasq that is the issue.

It appears to be (at least in my case) caused by having /bin/sh set to bash.

If link /bin/sh to /bin/dash, all works fine. If I link it to /bin/bash, then I have the issue. Serge, can you see if you can reproduce this by setting your /bin/sh to /bin/bash?