Comment 60 for bug 569757

Revision history for this message
Steve Langasek (vorlon) wrote :

A user has contacted me privately to report a regression with the package in -proposed:

> I think I updated the nis package yesterday through the ubuntu update
> process.
> This morning nis did not work anymore. The solution was that
> /etc/init/ypbind.conf
> is waiting for a local server which is obviously not running when you
> use another server.

> I commented out the lines 43-45 and now it's working.

The issue here is a wrong check in the ypbind pre-start script. We're accidentally trying to start ypserv in all cases that we're running ypbind, when we should only be trying to start it if NISSERVER is set to a value other than false.

Marked verification-failed; I'll work on preparing a new package.