[Bug 129789] Re: sshd seems to be run multiple times at startup

2008-11-24 Thread Colin Watson
This was http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439661, fixed
in OpenSSH 5.1p1; your workarounds with ListenAddress are fine for now,
or I think most systems can just ignore this error.

** Bug watch added: Debian Bug tracker #439661
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439661

** Also affects: openssh (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439661
   Importance: Unknown
   Status: Unknown

** Changed in: openssh (Ubuntu)
   Status: Incomplete = Fix Released

-- 
sshd seems to be run multiple times at startup
https://bugs.launchpad.net/bugs/129789
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 129789] Re: sshd seems to be run multiple times at startup

2008-11-24 Thread Bug Watch Updater
** Changed in: openssh (Debian)
   Status: Unknown = Fix Released

-- 
sshd seems to be run multiple times at startup
https://bugs.launchpad.net/bugs/129789
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 129789] Re: sshd seems to be run multiple times at startup

2008-06-09 Thread xbx
yes, I'm using dhcp (with a wifi connection), with ipv4

I just checked the log, and the error is still there.
But sshd works perfectly, it's just a log line that looks odd...
I actually don't remember why I filled this bug.  I guess I was
looking for some other issue at the time, and stumbled upon this...

-- 
sshd seems to be run multiple times at startup
https://bugs.launchpad.net/bugs/129789
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 129789] Re: sshd seems to be run multiple times at startup

2008-06-09 Thread xbx
and uncommenting the line ListenAddress 0.0.0.0 in
/etc/ssh/sshd_config:

   #ListenAddress ::
   ListenAddress 0.0.0.0

fixes the issue.

-- 
sshd seems to be run multiple times at startup
https://bugs.launchpad.net/bugs/129789
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 129789] Re: sshd seems to be run multiple times at startup

2008-06-04 Thread Thierry Carrez
@xbx:

There are two separate issues.

First, the default setup is noisy : both ipv4 and ipv6 are configured on
the network interface, and without a ListenAddress sshd will try to bind
both, resulting in the Address already in use message.

Second, everytime the network interface goes up (say, you finally get
your ipv4 address from your DHCP server), if-up restarts sshd (the
SIGHUP message) to let it pick up that new interface.

Are you using DHCP ?

-- 
sshd seems to be run multiple times at startup
https://bugs.launchpad.net/bugs/129789
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 129789] Re: sshd seems to be run multiple times at startup

2008-04-04 Thread stovicek
I found this fix elsewhere.

Open /etc/ssh/sshd_config for editing. Uncomment the listening address
for 0.0.0.0.

# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0

Change to:

# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
ListenAddress 0.0.0.0

I'm not sure why this needs to be done. I've got a number of
Ubuntu/Debian machines and this was the first time I came across this
problem. It was with Ubuntu 8.04 Beta.

-- 
sshd seems to be run multiple times at startup
https://bugs.launchpad.net/bugs/129789
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 129789] Re: sshd seems to be run multiple times at startup

2008-04-04 Thread stovicek
Sorry. After making the change I mentioned above, you'll need to restart
the server.

sudo /etc/init.d/ssh restart

-- 
sshd seems to be run multiple times at startup
https://bugs.launchpad.net/bugs/129789
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs