New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sshd does not start on Fedora >=30 #39
Comments
I was original reporter of this issue in Redmine. Let me add some more details here.
In two tests, I was able to reproduce that the issue happened only with additional VM features. |
I don't think it's connected to any VM features. Just had the same thing happen on Fedora 31. It seems random to me, timing perhaps, still no idea. I've added template for Fedora 31, even though the problem is still there. |
While working on an image for F33, I discovered that this can be solved by... disabling sshd.service. There's still sshd.socket, which seems to work reliably.
(both are enabled by default, which somehow results in sshd sometimes not being started) |
Thanks! |
Ah, I never noticed it. Well, it would definitely be better to have sshd.service enabled and functional, socket-activated ssh sucks when you're running out of memory, etc. |
sshd sometimes does not start on boot on Fedora 30, even though it is enabled. It happens while testing built images and on staging as well. No idea what's going on, there's not even any attempt at starting it, the service is sometimes just ignored.
The text was updated successfully, but these errors were encountered: