X-Spam-Check-By: sourceware.org Date: Fri, 26 Jan 2007 10:33:58 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Can't start cron daemon in Cygwin 1.5.23 under WinXP SP2 Message-ID: <20070126093358.GY27843@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <45B545C3 DOT DF70C019 AT dessent DOT net> <17845 DOT 36409 DOT 265000 DOT 733500 AT sanofi-aventis DOT com> <00ff01c73f0a$cb1c7090$a501a8c0 AT CAM DOT ARTIMI DOT COM> <17848 DOT 61635 DOT 141000 DOT 229307 AT alum DOT mit DOT edu> <31b7d2790701251155x3f1ca30bp3e897f531e6df8e4 AT mail DOT gmail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <31b7d2790701251155x3f1ca30bp3e897f531e6df8e4@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: 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 Jan 25 19:55, DePriest, Jason R. wrote: > mkgroup_l_d:S-1-5-32-545:10545: > > A Google search for > GID 10545 > implies that this is 'Domain Users'. > > Not that it should make a big difference, but you might want to edit > your /etc/group and change > mkgroup_l_d:S-1-5-32-545:10545: > to > Domain Users:S-1-5-32-545:10545: This is upside down. It's not the uid 10545 which is Domain Users, because the 10545 is only the Cygwin translation from a Windows SID in a Cygwin PID. You should always start with the SID from which the PID is derived. Actually the SID S-1-5-32-545 is the Users group on the local machine. If you need the SID for the Domain Users group you have to retrieve it using `mkgroup -d -g "Domain Users"', which gives you something like this: $ mkgroup -d -g 'Domain Users' Domain Users:S-1-5-21-380728306-1056519143-2954708907-513:10513: Anybody still looking into http://cygwin.com/cygwin-ug-net/ntsec.html once in a while? It's outdated (Dave?) but maybe it's still useful. 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/