mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-02 22:44:45 +00:00
![]() THe recent reorg of lxc-ubuntu introduced some package installation in post-process but without first disabling service startup. As a result, if the cache is a bit out of date and a ssh update is available, post-process will apply that update (as it does apt-get install ssh vim) which in turn will attemp to start sshd. This will either lead to ssh on the host being restarted or if there's no sshd on the host, will fail the container creation as the postinst will get an error from upstart. The fix is very simply to add the same policy-rc.d trick when running post-process. Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> |
||
---|---|---|
.. | ||
lxc-alpine.in | ||
lxc-altlinux.in | ||
lxc-archlinux.in | ||
lxc-busybox.in | ||
lxc-centos.in | ||
lxc-cirros.in | ||
lxc-debian.in | ||
lxc-fedora.in | ||
lxc-openmandriva.in | ||
lxc-opensuse.in | ||
lxc-oracle.in | ||
lxc-plamo.in | ||
lxc-sshd.in | ||
lxc-ubuntu-cloud.in | ||
lxc-ubuntu.in | ||
Makefile.am |