Description of problem: My automount map stopped working with an error in the journal like: key "jistone" not found in map source(s). Version-Release number of selected component (if applicable): autofs-5.1.0-0.beta1.fc21 How reproducible: 100% Steps to Reproduce: 1. Try to access /home/jistone/ via nis auto.home map Actual results: cd: /home/jistone: No such file or directory Expected results: Path should be mounted and accessible. Additional info: It worked fine with autofs-5.0.8-6.fc21. I verified that downgrading works again, changing nothing else on the system. My nis maps are simple: # ypcat -k auto.master /home auto.home # ypcat -k auto.home * vhost:/home/&
Created attachment 885513 [details] Debug log of failed 5.1.0-0.beta1
Created attachment 885514 [details] Debug log of successful 5.0.8-6
OK, will check this out as sson as I get time. Thanks for the report. Ian
Created attachment 885841 [details] Patch - amd lookup update lookup ldap to handle amd keys
Created attachment 885842 [details] Patch - amd lookup update lookup hesiod to handle amd keys
Created attachment 885843 [details] Patch - fix wildcard key lookup
Created attachment 885844 [details] Patch - check for non existent negative entries in lookup_ghost()
I think this build will resolve the nis lookup problem your seeing: https://koji.fedoraproject.org/koji/buildinfo?buildID=510630 Can you try it and let me know how it goes please.
Yes, 5.1.0-0.beta1.1 is working fine, thanks!