First you need to disable nscd:
# svcadm disable -t name-service/cacheThen you need to set env variable debug_eng_loop to >0, for example:
# NSS_OPTIONS="debug_eng_loop=2" ping -I 1 wp.pl NSS_retry(0): 'ipnodes': trying 'files' ... result=NOTFOUND, action=CONTINUE NSS: 'ipnodes': continue ... NSS_retry(0): 'ipnodes': trying 'dns' ... result=SUCCESS, action=RETURN NSS: 'ipnodes': return. PING wp.pl: 56 data bytesWhat's good about it is that it tells you which database configured in NSS returned the result.
No comments:
Post a Comment