This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/430] nsswitch.conf doesn't support TRYAGAIN=forever, giving bogus results when NIS is not responding


------- Additional Comments From drepper at redhat dot com  2005-09-26 14:56 -------
NSS is just a mechanism to tie the various lookup mechanisms together.  The
single lookup functions always could return for temporary failures.  It's not
NSS's job to correct those.  The caller has always the possibility to restart
tthe operation since in these cases errno is set to EAGAIN.  This gives also
much better granularity of the waiting.  Some programs cannot wait really
forever but are able to wait a substantial amount of time.  Adding all this
flexibility to NSS is not advisable.

So, fix the application which has the problem.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


http://sourceware.org/bugzilla/show_bug.cgi?id=430

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]