delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/01/29/07:12:15

X-Recipient: archive-cygwin AT delorie DOT 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:date:from:to:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; q=dns; s=
default; b=G+eZC56n/PYb8V91X6fvSbAxLYLe9ATmstCIQKIdA6Cde7+Uxvjpf
UTBXyduF0Hg2zpz1F198o32y65p1jTI2LoBG1eKppRsrlgEcnGD480Is/VKshfoT
sycV6maSD8kk3U4TWrze3wYNSo78+tsatNDSY5ubb1jN1zLwAh/b2o=
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:date:from:to:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; s=default;
bh=3amTvp/S5PDtWfpRMI5jFjg9q2w=; b=q9QZ6GRWh2o/6ZTaJ5o0tRK//umM
nxQm3aaEMmhw4QyNi37pNBF2B6tzuMaPydy/zDEJ2slSLkDAikwVDX1kfHh8LKkt
QrDxytwvpKed0kKLbvqsds6G8r3NZEiSVXAfrFKsxxIM4xnmAWL+s2Yn72gZgvy8
rolG606On9I2mCE=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-100.9 required=5.0 tests=BAYES_00,GOOD_FROM_CORINNA_CYGWIN,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=culprit, states, tomorrow
X-HELO: mout.kundenserver.de
Date: Tue, 29 Jan 2019 13:12:00 +0100
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: sshd permits logon using disabled user?
Message-ID: <20190129121200.GW3912@calimero.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <20190125174833 DOT GA1710 AT zebra> <CANV9t=Q2ZRqVD99a+qdVTet1hn_aM6RY5B2Cm1oc0E4Lf9x2ig AT mail DOT gmail DOT com> <20190128095947 DOT GN3912 AT calimero DOT vinschen DOT de> <CANV9t=Tk=k5ohYw5TcvYy7TrWUBOTA4JXqE=75H+6n_-o53ZSQ AT mail DOT gmail DOT com> <20190128165227 DOT GQ3912 AT calimero DOT vinschen DOT de> <CANV9t=QMcDWWKY=Qqe-1jdbE1SNJ+uwGuV02uoqAYwMj85Ts8w AT mail DOT gmail DOT com> <20190128183856 DOT GT3912 AT calimero DOT vinschen DOT de> <CANV9t=Te2mE-Hnz6oD_dxArTtDQ3xTyk1+pxNvY6qQG++ULHaw AT mail DOT gmail DOT com> <CANV9t=ReTRydfVV=u-9fTLz-ftt6u_Z-z=bR7ywcBYO2z9JsUw AT mail DOT gmail DOT com> <20190129115656 DOT GV3912 AT calimero DOT vinschen DOT de>
MIME-Version: 1.0
In-Reply-To: <20190129115656.GV3912@calimero.vinschen.de>
User-Agent: Mutt/1.10.1 (2018-07-13)

--PdAWLd+WEPmMbsbx
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Jan 29 12:56, Corinna Vinschen wrote:
> On Jan 28 14:49, Bill Stewart wrote:
> > On Mon, Jan 28, 2019 at 1:14 PM Bill Stewart <bstewart AT iname DOT com> wrote:
> >=20
> > > Thank you. I wanted to point out that I have not had a chance to test
> > > using a non-domain computer yet. I will try that scenario as well.
> >=20
> > Hi Corinna,
> >=20
> > I unjoined a Windows 7 machine from the domain and tested as follows:
> >=20
> > 1. Ran setup and installed cygwin
> >=20
> > 2. Ran sshd-host-config and answered "no" to install as service
> >=20
> > 3. Installed service using this command line:
> >=20
> > cygrunsrv -I cygsshd -d "Cygwin SSH Service" -p "/usr/sbin/sshd" -a
> > "-D" -y "tcpip"
> >=20
> > 4. Renamed cygwin1.dll to a backup name and replaced with copy from
> > latest snapshot
> >=20
> > When I try to start the service, I get error 1067 ("the process
> > terminated unexpectedly"). Event log states:
> >=20
> > cygsshd: PID nnnn: starting service `cygsshd' failed: fork: 11,
> > Resource temporarily available
> >=20
> > If I start bash elevated and run this:
> >=20
> > /usr/sbin/sshd -d
> >=20
> > It starts and listens on port 22 and I can connect.
> >=20
> > Thoughts?
>=20
> I can reproduce this on W7, while it works fine on W10.  Unfortunately I
> haven't much time today and tomorrow but I'll try to get around to it
> Thursday or Friday.
>=20
> In the meantime, can you try the snapshots which one started to
> introduce this issue?

Never mind, I found the culprit.


Corinna

--=20
Corinna Vinschen
Cygwin Maintainer

--PdAWLd+WEPmMbsbx
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEoVYPmneWZnwT6kwF9TYGna5ET6AFAlxQQxAACgkQ9TYGna5E
T6CeDxAAorMkaI7JOZvO49hWUtVAqiZLJePUFZM8e/PzEE5KjGjmE25kYMGDZXel
XkESTO5UAY2ygfPa3/bYdeEmOkA357OXFGIJ1UUNNLH8GwK856vcBmjI/mPK8OM5
vBd9COnsaEb4xixlQjnfCT+e6MgF7k+oPYQhfAv9ZTxAlDAMkqPDEAUlGLkBkQ6i
q8mLOufYMBw1t0lXZDTJZhnTmM6MzWQ2WwyM4k6puxjH1eeE/XKrQHLaMjbCBn+x
3UHpER+k0IKplPzfD+g0DqZRB/2EQ6Usvvtu9YTTgpdoDc3/RvDqxwWZDIXCoNx9
x3GCbyutzNZWl2gm70Xpg48+jq0J2SNn3QWZI4pGx+88zQHfMgxX6E4CBMqh/5/G
ExipAKqPnZXhpG7D3Xx2vyxG1SU71eOW8cQyRB7j5xZIln6vytgqKqNOoyKif+75
zqcbyzFq2EdHdLKCKSYURRJwmpDg0bwZqlrgO0+2QxXEtKAAHoIXHLQuZi2CJzR5
bzHzfbnwuo8XYNKOFUl1xZnsOezUblZkBoQ+55RzhxoOT3cry8uiFHaBTiFSbAK+
1Jmejc9WcWWETqmywmvZpRKipdssxMMFDmTrRQEaj9vGDdx7C54tYoWHsl211iCh
blRDbBbf3mOSeukq2OXzcbnZf9PM+IxpnB9Hhq8gjI1hJLPE+v0=
=zpZ0
-----END PGP SIGNATURE-----

--PdAWLd+WEPmMbsbx--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019