Closed JedMeister closed 6 years ago
I've just reverted the commit that introduced this bug. We'll aim to properly fix the issue via #878, but in the meantime, this specific issue is closed via https://github.com/turnkeylinux-apps/lxc/commit/c6e97db46a34a826759f43faf7e33e97ca582b72
NOTE: This bug can be closed when #878 is resolved for v15.0
It looks like my last minute tweak to the LXC appliance broke it's version seeking... :cry:
I obviously didn't test that enough...
As you can see the original code was:
which on the current LXC appliance would return:
But many appliances have multi-part appliance names such as
asp-net-apache
(the above code would returnnet-apache
for that). So I added "more robust version seeking":but that returns
It should have instead been:
But actually, seeing as this code only runs on the LXC host appliance, the original code (using
cut
) was actually fine! So I should have just left it alone... (or better still, we could have implemented #878).Workaround
To revert to the previous code, please run this:
Assuming that everything works now, you can remove the backup config file: