On Thu, Sep 18, 2003 at 02:03:59PM +0100, Richard Hirst wrote: > My guess was that 'id' might require more > libraries (*nss* stuff), but I havn't invesigated further yet.
An strace seems to indicate that, yes -- it looks for libnss_files.so.1 but can't find it. Without it, it finds and parses /etc/passwd correctly, but not /etc/group for some reason. busybox has a libpwdgrp that can do these things without NSS, but it appears our busybox isn't built with that ATM... /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]