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:in-reply-to:references:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=tfT9d3/
	QOc1C02reXGraji9EG+zJn5l04EvENOrAMSd9p1Cr42QWKM4V1L/WaY2H6vRXESO
	nAG7+374/dnXcaGr1lPcJLRv1lPK+ZfvNES/r+mJ24tqTLjv1kMZmHvI9YKiuuUv
	LVKpdYZs2nCll6NIk8h4Ja2up7pbxGmwGm58=
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:in-reply-to:references:from:date
	:message-id:subject:to:content-type; s=default; bh=Fw7Wk0K7lcCL2
	iYjACFLPpfhp7o=; b=YB67WToSCWtgkt1PwMOOT4lGkKn8fbS5+TUr0Sdz0empK
	0EawGtcdpeqwCYjy3C4ezb5KjEnnIk6ldC1OeLVbdpWNVThAbx+4vEdy3eofIjsh
	HZ6TMO+xz2Ui6vQr2lWeVlYFIg88jPhA1e6zi4vUE5c+hn63vo8Hk0/LkWQWoQ=
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-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=enterprise, Enterprise, deploying, deploy
X-HELO: mail-lb0-f177.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:in-reply-to:references:from:date         :message-id:subject:to;        bh=QnjdN+LL3XyTiauBuSD69sViTlu+aVLTsgGDZmjch0w=;        b=UouxIEXsfPbFX6TkPZa96g10L6/HcxkgyyobXOmOCoOgl1RVlXE96fWkYsR86q3UtV         C9iCA/7srAbmyt7pD7nOcVzLYn18egmpWCtQRe3297VzfPZhc1DQH2SWXGlBOJ/qBrvO         AxnS8jKjEvTgcgGrjo0REAMMiO8Bl6K8WGPkDT31o82DJnEY3KrP3oQVpSgKkloAPDRh         MFRWImpk9fTJhnaL0xnxEZDTSpCSt/YzmXaNcrXvaXc/ZEK7f2IQLAUb4sJhoayHFqqQ         kgOIXheadJI1YcnneHTfddhCrDbVE6Tt49Y0wcxo2udpThKC9NbC1Juqqou8Q7nF6ie7         kmKQ==
X-Gm-Message-State: AD7BkJLc4u+d1nEfn0JhvMQBPI8/0KZnQeak7+Vk7y/mGxP9q/Q8G+Pms1sNY7IJkxV08Kb+d5MqBMHcPvLUAg==
X-Received: by 10.112.160.199 with SMTP id xm7mr2756321lbb.32.1460112691861; Fri, 08 Apr 2016 03:51:31 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <000b01d19133$d85b0b60$89112220$@net>
References: <000b01d19133$d85b0b60$89112220$@net>
From: Gerrit Haase <gerrit.haase@gmail.com>
Date: Fri, 8 Apr 2016 12:50:52 +0200
Message-ID: <CA+Fg1xZXgn5521ppPgrRiwbxe4ajfG+R+GyH9vF0b9AHstNBFA@mail.gmail.com>
Subject: Re: Cygwin and Oracle Enterprise Manager 13c on Windows Platform
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

2016-04-08 3:13 GMT+02:00 Ty Newby writes:
> Also, has anyone else had experience with using Cygwin with Oracle
> Enterprise Manager to deploy agents?

Hello Ty,

yes, I have setup a new Enterprise Manager 13c on Windows recently,
using the current Cygwin distribution. Deploying agents works as
documented, no matter which OS platform it is.

With the new openssh version there is one minor addition to what is
documented at oracle.com:
- the SSH privilege separation feature

So either you need to disable this in sshd_config, or you add sshd as
user like below:

- Either set in sshd_config -

UsePrivilegeSeparation no

- or -

oracle@hostname ~
$ echo sshd:x:74:74:Privilege-separated-SSH:/var/empty/sshd:/sbin/nologin
>> /etc/passwd
oracle@hostname ~
$echo sshd:*:27:>> /etc/group

Restart the servcie.

Other than this, it is working as documented there, be sure to follow
the documentation *exactly* as usual with Oracle products, also you
may open a SR at MOS and ask them why they do not update their
documentation, ecause Cygwin 1.7 is not widely available anymore and
ask them to verify, that it is possible to also use the latest stable
release of Cygwin, so maybe there will be at least a new note added to
the Knowledge base over there at MOS.

Regards,
Gerrit
=^..^=

--
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

