I use cygwin at work to get quick access to unix tools and as an ssh terminal. I recently installed some new Cygwin packages and now when I try and open a terminal it is very slow and gives the following error:
/usr/bin/id: cannot find name for group ID 10519
I'm not sure what the error means, but it takes much longer to open a cygwin terminal now than it use to.
It appears to be related to my Active Directory username or group memberships. The error went away after running the following command as per this article:
This updates the cygwin files with the latest AD user/group information.
None of the modifications of
/etc/group
nor/etc/passwd
helped me (not even those from the cited article). The problem was that I was trying to install babun under Domain User but without connection to the Domain network. After connecting to the Domain network everything worked fine out of the box.Instead of
I fixed the groups by issuing the two commands
suggested further down in the comments of the article Cygwin users and groups.
For me, a combination of the last two approaches worked:
babun install
as the domain's user while in the domain, so that babun reinstalls.mkgroup -l
and-c
.