X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:references:in-reply-to:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=X2KMbLo
	5f4eG4ANfMaamlOpMhQMin9/wom3ncJY6hKtsE8xTvMaTWlwZV/fD4RPlm8y2rci
	rUkf44y6Vf+APxdRKi3VVgwfWXwYo/Kb2/6iPinoRURQtU2je/7puarDRXRnqZLF
	ASFJYNY7qBf11gis46agFc9nybHhg/kRqOzw=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:references:in-reply-to:from:date
	:message-id:subject:to:content-type; s=default; bh=nOfxQ1Yzayhdh
	m8m0NgmgMFFu8Y=; b=oOOJxf0V0OInKPItMXWYzqnT386pAVK+GEJea8hoc7stG
	oRJq1jO9G8Q9vsG+baorgHI8y9CLb7oHg5//SQ5v92ByfolqJFDx844b+2fhWEy5
	GJvePNJHwzXtVXqmx6r2Bng9T9dW31bgIPa00vdYV5MTT5SiH3FgY8mpMsaWzU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=walsh, Walsh, becoming, services
X-HELO: mout.gmx.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.com;	s=dbd5af2cbaf7; t=1557758848;	bh=hb1kDjLpXw9YE6M0xT1PQ1U7fie4LmPGhjei6NYCsy8=;	h=X-UI-Sender-Class:References:In-Reply-To:From:Date:Subject:To;	b=Vnbqlk2NQVlI2J+/4m9Qp5OVGCoLtly2SGDULzgAqZfR03Yip/jgBFSoCotciZ/+N	 T3NXkAghVHhZfpyDf5e71ExQQ7Z618cIM5eLQZnXffebfPGLExjzWykWbvlfvBHztc	 MG1HO+2fB/n/ZYRgSO1pnBAemmGuafcIiFyMUxXY=
X-UI-Sender-Class: 214d933f-fd2f-45c7-a636-f5d79ae31a79
MIME-Version: 1.0
References: <110c51d9-507c-afbb-df37-bc48b7d847c3@gmx.de> <5CD82E0A.7010002@tlinx.org>
In-Reply-To: <5CD82E0A.7010002@tlinx.org>
From: Bill Stewart <bstewart@iname.com>
Date: Mon, 13 May 2019 08:46:59 -0600
Message-ID: <CANV9t=TtyaDYovo0GCY4VPY5=Spejshsfw_a_2xE4sHEJXhhEQ@mail.gmail.com>
Subject: Re: SSHD Service shuts down after a while after latest library updates
To: cygwin@cygwin.com
Content-Type: text/plain; charset="UTF-8"
X-IsSubscribed: yes

On Sun, May 12, 2019 at 8:31 AM L A Walsh wrote:

> This has been a feature of Windows since win98. Not officially, mind
> you, but any scheduled task in windows would eventually become
> unscheduled and stop running with out any notification.

I've never seen this behavior on any Windows machine (a scheduled task
becoming unscheduled by itself), but in any case, this is irrelevant
to the current question because scheduled tasks are not the same as
Windows services (daemons).

What we need to know is what is happening that would cause the service
to stop running. As a test, you can stop the service (if it's not
stopped already), and do the following:

1. Open Cygwin shell as administrator (right-click, "Run as administrator")

2. Run: cd /usr/sbin

3. Run: sshd -d -d -d

This will run the service "interactively" and you can see what error occurs.

Bill

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

