[Bug 1212627] NetworkManager: network interface not configured before SSH daemon is started
https://bugzilla.suse.com/show_bug.cgi?id=1212627 https://bugzilla.suse.com/show_bug.cgi?id=1212627#c5 Adam Majer <amajer@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(amajer@suse.com) | --- Comment #5 from Adam Majer <amajer@suse.com> --- Created attachment 867858 --> https://bugzilla.suse.com/attachment.cgi?id=867858&action=edit sshd can't bind to ip address Attached. You see in the journal that systemd started later, but that only happens since I modified sshd service file to always try to restart systemctl cat sshd # /usr/lib/systemd/system/sshd.service [Unit] Description=OpenSSH Daemon After=network.target [Service] Type=notify EnvironmentFile=-/etc/sysconfig/ssh ExecStartPre=/usr/sbin/sshd-gen-keys-start ExecStartPre=/usr/sbin/sshd -t $SSHD_OPTS ExecStart=/usr/sbin/sshd -D $SSHD_OPTS ExecReload=/bin/kill -HUP $MAINPID KillMode=process Restart=on-failure RestartPreventExitStatus=255 TasksMax=infinity [Install] WantedBy=multi-user.target # /etc/systemd/system/sshd.service.d/01-after-network.conf #[Unit] #After=NetworkManager-wait-online.service [Service] Restart=always RestartSec=5s RestartPreventExitStatus= -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com