[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2019-05-15 Thread Andreas Hasenack
Just passing by to see if anything has changed. Would be good to know if the workaround is effective for those affected. -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/216847 Title: sshd

[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2018-03-08 Thread Andreas Hasenack
Upstream server about using IP_FREEBIND: https://bugzilla.mindrot.org/show_bug.cgi?id=2512 ** Bug watch added: OpenSSH Portable Bugzilla #2512 https://bugzilla.mindrot.org/show_bug.cgi?id=2512 ** Also affects: openssh via https://bugzilla.mindrot.org/show_bug.cgi?id=2512 Importance:

[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2016-03-28 Thread Simon Déziel
Under systemd, if the ListenAddress is on an interface that is manually brought up, the ifup script doesn't help. In that situation, the invoke- rc.d reload/restart fails because the initial startup of sshd wasn't successful. -- You received this bug notification because you are a member of

[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2016-03-24 Thread ChristianEhrhardt
Since so many things changed since this - admittedly embarrassing old - bug was reported I thought I retest it before the next LTS comes out. I looked at the Xenial content and found stuff like: Not only is it specified "After network.target", but on top there is

[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2016-01-20 Thread karl forner
Would be nice if it was fixed once for all. This is a critical bug when your server is in a distant location, and you cannot log on it because of that bug. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report.

[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2015-05-19 Thread Martin Pitt
** Tags removed: systemd-boot -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/216847 Title: sshd will not start at boot if ListenAddress is set, because network interface is not yet

[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2015-05-11 Thread Dirk Schuster
same in vivid Mai 11 12:40:44 pcds systemd[1]: Unit ssh.service entered failed state. Mai 11 12:40:44 pcds systemd[1]: ssh.service failed. Mai 11 12:40:44 pcds systemd[1]: ssh.service holdoff time over, scheduling ...t. Mai 11 12:40:44 pcds systemd[1]: start request repeated too quickly for

Re: [Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2015-05-11 Thread Simon Déziel
Wouldn't it be possible to have sshd use IP_FREEBIND so that it can bind an IP that has not materialized yet? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/216847 Title: sshd will

[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2015-05-11 Thread Seth Arnold
Changing the ssh service file to use network-online.target should also work; see http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/ for more information. ** Tags added: systemd-boot -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2013-11-01 Thread Dirk Schuster
same problem with package openssh-server of Ubuntu 13.10 (Saucy) error messages in /var/log/auth.log after boot process: Nov 1 17:31:46 pc sshd[1209]: error: Bind to port xxx on yyy.yyy.y.y failed: Cannot assign requested address. Nov 1 17:31:46 pc sshd[1209]: fatal: Cannot bind any address.

[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2013-10-24 Thread Dirk Schuster
I tested on 12.10. Unfortunately the solution from Claus interferes with the network manager. On my 12.10 system I wasn't able to handle the eth0 by the network manager any more. As I don't like arvitrary sleep times, I figured out a solution just changing the start on line in /etc/init/ssh. It

[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2013-10-24 Thread Dirk Schuster
** Patch added: ubuntu 12.10 patch /etc/init/ssh.conf without sleep https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/216847/+attachment/3889510/+files/ssh.conf_12.10.patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the

[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2011-07-29 Thread Claus Allweil
I have fixed this problem for me in /etc/network/interfaces auto eth0 iface eth0 inet dhcp up service ssh start -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/216847 Title: sshd

[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2011-06-09 Thread ilf
Three years and six releases later, this is still present :( -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/216847 Title: sshd will not start at boot if ListenAddress is set, because

[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2010-10-16 Thread KBios
Adding random sleeps is usually not the best possible solution, as the required delay varies between systems (for example, when using a network bridge). Maybe depending on net-device-up would be better. -- sshd will not start at boot if ListenAddress is set, because network interface is not yet

[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2010-09-24 Thread Brian Murray
** Tags added: patch -- sshd will not start at boot if ListenAddress is set, because network interface is not yet up https://bugs.launchpad.net/bugs/216847 You received this bug notification because you are a member of Ubuntu Server Team, which is a direct subscriber. -- Ubuntu-server-bugs

[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2010-09-23 Thread Greg Porterfield
I'm having this exact symptom but in a different environment: Ubuntu 10.04 Lucid Server. After configuring /etc/ssh/sshd_config to have a specific ListenAddress instead of 0.0.0.0, the ssh daemon consistently fails to start at boot time.Errors from /var/log/auth.log: Sep 23 14:26:45

[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2010-05-09 Thread Colin Watson
** Summary changed: - sshd will not start at boot + sshd will not start at boot if ListenAddress is set, because network interface is not yet up ** Visibility changed to: Public -- sshd will not start at boot if ListenAddress is set, because network interface is not yet up

[Bug 216847] Re: sshd will not start at boot

2009-11-09 Thread sektor
** Visibility changed to: Private -- sshd will not start at boot https://bugs.launchpad.net/bugs/216847 You received this bug notification because you are a member of Ubuntu Server Team, which is a direct subscriber. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify

[Bug 216847] Re: sshd will not start at boot

2008-04-14 Thread sektor
Am Montag, den 14.04.2008, 15:19 + schrieb Mathias Gug: Are you using Ubuntu Desktop or Ubuntu Server ? I use the Ubuntu Desktop Edition. Are you using NetworkManager to get the 10.1.1.22 ip address ? What is you network configuration (wired, wireless) ? I use the Network Manager