From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 17 04:46:51 2018 Received: (at 30993) by debbugs.gnu.org; 17 Nov 2018 09:46:51 +0000 Received: from localhost ([127.0.0.1]:57083 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gNxBi-0002Aw-TL for submit@debbugs.gnu.org; Sat, 17 Nov 2018 04:46:51 -0500 Received: from mail-qk1-f182.google.com ([209.85.222.182]:40685) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gNxBh-0002Ai-6x for 30993@debbugs.gnu.org; Sat, 17 Nov 2018 04:46:49 -0500 Received: by mail-qk1-f182.google.com with SMTP id y16so41447475qki.7 for <30993@debbugs.gnu.org>; Sat, 17 Nov 2018 01:46:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=P0BRO8vhsdB6AjcOxHgBmYI+C8FDvTKSh5eN6zXvHDM=; b=L8Mcdi7xSDsxXAbUwfSUyQtxbSH2c6IRYoJaaVHOZ7fq9yxWQltNmt5N2fP8JEKNFk NpT/4nk9l5Orhdy7By19rAJG7EZRs2+tmgUoB6dweYkmGrY1b1KSgLuXOGz2I4Ui00Y5 MzrZpNYqr2uGx0mlJMIp3jU57EMLVr3L4qJWAii55IY06BB5VQIf+x7SCQfseasB3/Fo 1EZGIZw23j4o94rkQdDi3rBjbpMwIOXbpZ/sgI/XFl+0UrHXcW3BG4dwRhQmF6jPf9iL 7hVnCYo8DjIrRl5W8paK4oNYFx6z/5wxF5sXmpQhXm6/wLRb8yRrAEf/2JnG8cN0cSsl snkg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=P0BRO8vhsdB6AjcOxHgBmYI+C8FDvTKSh5eN6zXvHDM=; b=bMEw+XHPm3cXGDGkIpzEJVUVhoAuNmLhKw/BcviFu2h53su/0BccwQF/Et3Y2Bus6L E7MpPAAzXDXJjy2qW4SJqLdatQoWDNKd7kh152A0oPKxMcRMFgHD23W6jJFoysSL/0V9 3UlpDDnE1n/fQ3RF50AZcpBQaR2v1PiJKTrTsfjISVYZWSEFr6SeIwfD3wiox2ejJrRb sJ9k76vJMb0/Pu6uz79vv7jWu42/BeF0f7kYKqn6CgwImjBMrGwbdJTBJeYBJtkEEc5D scpmPSHmKZca9vSci4s2Gzohd5KE8t+HL6Io/SoHK2DngxqUuS5phVxMod+MMdaJOZTM Lddg== X-Gm-Message-State: AGRZ1gLirxuIcCtKhDq4/NuNnu0B/FwbcUIX6y1W8ZtlS5vNnJ0ov7mW ud9d86Pufa8JblY7DGoSl4ZBliEG/gFVKV33LS1ncPWW X-Google-Smtp-Source: AJdET5dokZwF+xv66eueEBpapC8Mh7rZSybNMknR26T/tWsf1cUA4awhaahmdj/zhKXNl9rVHdO9jCdTVpJPt5rH/8E= X-Received: by 2002:a0c:e202:: with SMTP id q2mr13421871qvl.180.1542448003260; Sat, 17 Nov 2018 01:46:43 -0800 (PST) MIME-Version: 1.0 From: Taegil Bae Date: Sat, 17 Nov 2018 18:46:26 +0900 Message-ID: Subject: issue: ssh-daemon could not be started To: 30993@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 30993 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, I have experienced this issue on a slow machine (Thinkpad T60). By placing avahi-daemon after ssh-daemon, I fixed this issue. I added ssh-daemon into the requirement of avahi-shepherd-service, and reconfigured the system. On the machine, openssh and dropbear both had this issue. I checked that this trick works for the two ssh server. On another machine(Qemu VM, faster), openssh only had the trouble. Through several reconfiguring the system, it was fixed with the original configuration. I think that it was because the reconfigurations reordered the services. Taegil