X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <974f412a0709251031p2822508bl4af476fd214678df@mail.gmail.com> Date: Tue, 25 Sep 2007 13:31:42 -0400 From: "Tim Largy" To: cygwin AT cygwin DOT com Subject: Re: sshd: PID xxxx: fatal: initgroups: myid: Invalid argument. In-Reply-To: <46F8372F.6030409@cygwin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <974f412a0709241453x2a3d199k7e19ae3b8b3545d3 AT mail DOT gmail DOT com> <46F8372F DOT 6030409 AT cygwin DOT com> X-IsSubscribed: yes 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 Larry Hall wrote: > You may want to try this again by running a system-owned shell (take a > look in the email archives for a recipe of how to make one of these). > You can then run 'sshd' with debugging flags right at the command > line and see all the debug output there. Running "net start sshd" in my own shell has the effect of starting the sshd Windows service that was installed by ssh-host-config. I think it is equivalent to starting the service using the Windows GUI. > > failed ssh login I see the following message in the Windows Event > > Viewer: > > > > sshd: PID xxxx: fatal: initgroups: myid: Invalid argument." > Sure looks to me by the message above that your "myid" isn't in > '/etc/groups'. Did you check that? Ah, you're close. Looking in /etc/passwd I see that myid's gid, which should be the number for "Domain Users" listed in /etc/group, is a different number. I think I know how that happened, but I will spare you the details. Putting the correct gid in /etc/passwd fixed the problem. Thanks. Tim -- 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/