Previous Next Contents

10. Common Problems and Troubleshooting NIS

Here are some common problems reported by various users:

  1. The libraries for 4.5.19 are broken. NIS won't work with it.
  2. If you upgrade the libraries from 4.5.19 to 4.5.24 then the su command breaks. You need to get the su command from the slackware 1.2.0 distribution. Incidentally that's where you can get the updated libraries.
  3. You could run into trouble with NIS and DNS on the same machine using an old a.out distribution. The DNS server occasionally will not bring up NIS.
  4. When a NIS server goes down and comes up again ypbind starts complaining with messages like:
             yp_match: clnt_call:
                         RPC: Unable to receive; errno = Connection refused
            
    
    and logins are refused for those who are registered in the NIS database. Try to login as root and if you succeed, then kill ypbind and start it up again. An update to ypbind 3.3 or higher should also help.
  5. After upgrade the libc to a version greater then 5.4.20, the YP tools will not work any longer. You need yp-tools 1.2 or later for libc >= 5.4.21 and glibc 2.x and yp-clients 2.2. for earlier versions.
  6. In libc 5.4.21 - 5.4.35 yp_maplist is broken, you need 5.4.36 or later for yp-tools 1.x.
  7. libc 5 with traditional NIS doesn't support shadow passwords over NIS. You need libc5 + NYS or glibc 2.x.


Previous Next Contents