Container not booting correctly after proxmox upgrade

UserZero

Member
Mar 26, 2018
1
0
6
38
So apt-update was not working on my proxmox host, apperently unaware I had a beta version, so I followed instructions I found to fix the issue. By clearing the sources, and doing
echo "deb http://download.proxmox.com/debian/pve stretch pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list

wget http://download.proxmox.com/debian/proxmox-ve-release-5.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg

apt update && apt dist-upgrade

So now I have 5.1-46 as the version displayed on the web interface.

I'm using lxc containers, and I have 2 working ones. But my 1st one (CT 100), the main important one, is no longer booting correctly. The other 2 have no issues that I can see so far, but CT 100 will not display in either the JS console or the vnc console. I can enter it if I ssh into the host and then do "pct enter 100" , and it is running, but I have to start all my services manually. It's runing virtualmin, but I have to manually start the services I want like apache, webmin, mysql, and others I have added. And then they work, but how can I fix this so that all the services run correctly on startup? Container is running Ubuntu 16 LTS .