On Fri, May 20, 2011 at 10:50:22AM +0200, René Nussbaumer wrote: > Testing with different UID/GID configuration revealed that we upload the files > to the MC using the local uid/gid. This series make this call uid/gid agnostic > by convert it back to a name which can be resolved on the other side back to > the uid/gid. Using runtime which is a Singleton this will not indicate any nss > issue, respectively just once upon first call after that, if it could be > resolved successfully it will be cached.
Hmm. So it could be that we startup successfully, and only later we do this resolving? I believe it would be best if we do the resolving up-front, at daemon startup (for all our users/groups), as a prerequisite. thanks, iustin
