Hi, in the below piece of code from cygserver sources (bsd_helper.cc):
if (p->gid == (gid_t)-1) log (LOG_WARNING,"WARNING: Group not found in /etc/passwd! Using gid -1!"); Wasn't "/etc/passwd" supposed to actually be mentioned as "/etc/group"? (I gather, it is a copy-n-paste thing from the code for the uid message that appears just a few lines up the code.) Thanks, Anton Lavrentiev Contractor NIH/NLM/NCBI -- 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