Bug#906436: 906436: nis: /etc/init.d/nis doesn't start ypbind, thus ypwhich timeouts
Hi again,
The ypbind binary in the current package does not recognize the -no-dbus
option:
----
host:~> ypbind -no-dbus
Usage:
ypbind [-broadcast | -ypset | -ypsetme] [-f configfile]
[-no-ping] [-broken-server] [-local-only] [-i ping-interval]
[-r rebind-interval] [-debug] [-verbose] [-n | -foreground]
ypbind -c [-f configfile]
ypbind --version
Exit 1
----
Michael, please update the /etc/default/nis in your package accordingly:
----
host:~> diff /etc/default/nis /etc/default/nis.orig
28,29c28
< #YPBINDARGS=-no-dbus
< YPBINDARGS=
---
YPBINDARGS=-no-dbus
----
For me this solves the problem with the client. I will update the server
later and report any problems.
Thanks,
Nuno.
Reply to: