X-Spam-Check-By: sourceware.org Date: Wed, 19 Jul 2006 17:54:03 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: CreateFileMapping problem but Win32 error is 0 Message-ID: <20060719155403.GA8056@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <44BDC603 DOT 6080809 AT DeFaria DOT com> <20060719094050 DOT GC18664 AT calimero DOT vinschen DOT de> <44BE5170 DOT 80307 AT DeFaria DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44BE5170.80307@DeFaria.com> User-Agent: Mutt/1.4.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Jul 19 08:36, Andrew DeFaria wrote: > $ editrights -l -u sshd_server > SeDenyInteractiveLogonRight > SeDenyNetworkLogonRight > SeDenyRemoteInteractiveLogonRight This *is* broken from the start. The right set which should have been printed is this: $ editrights -l -u sshd_server SeAssignPrimaryTokenPrivilege SeCreateTokenPrivilege SeIncreaseQuotaPrivilege SeServiceLogonRight SeDenyInteractiveLogonRight SeDenyNetworkLogonRight SeDenyRemoteInteractiveLogonRight > So I added it: > > $ editrights -l -a SeCreateGlobalPrivilege -u sshd_server Did you try this again after you made sure that the above rights are all given to sshd_server? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/