I can not choose OpenVZ version or kernel. I can only pass some
information to my VPS providers and I see all of them using version 6.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814124
Title:
ss
I run several OpenVZ VPS servers from 4 different providers and last month I
lost ssh access to all of them after doing an update. I have never had such
problem before and I update regularly.
I don't have access to KVM to check it.
1
lrwxrwxrwx 1 root root 4 Feb 3 15:16 /var/run -> /run
2
tmpf
BTW the "fix" I got from here:
https://askubuntu.com/questions/739164/ssh-connection-refused
seems like an old problem.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814124
Title:
sshd does not st
I did some additional tests and reinstalling openssh-server does not
break it. It only breaks after the update procedure.
To recreate the error, take a fresh OpenVZ 6 Templates of Ubuntu 16.04 64bit,
and simply do:
apt-get clean && apt-get autoclean && apt-get autoremove && apt-get update &&
apt
Public bug reported:
After processing system update by:
apt-get clean && apt-get autoclean && apt-get autoremove && apt-get update &&
apt-get upgrade && apt-get dist-upgrade && reboot
ssh server stops starting at system boot.
It starts after doing:
mkdir /var/run/sshd
chmod 0755 /var/run/sshd
s