https://bugzilla.novell.com/show_bug.cgi?id=205721 ------- Comment #8 from pbaudis@novell.com 2006-10-04 16:09 MST ------- The issue here is that the suse group has way too many members already and the resulting string is longer than _SC_GETGR_R_SIZE_MAX (1024), so getgrgid_r() asks for longer buffer by -ERANGE. This is obviously non-standard behaviour but the standard here makes no sense I believe and the only conforming implementation would have insanely high _SC_GETGR_R_SIZE_MAX. I have filed an Aardvark issue with OpenGroup and waiting for their feedback on the issue now. A possible workaround would be to raise _SC_GETGR_R_SIZE_MAX to say 16384 but I would prefer to avoid doing that unilaterally without some coordination with upstream. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.