PDA

View Full Version : ypbind...



FelixDzerzhinsky
07-10-2004, 01:40 PM
It is taking forever to boot my computer because ypbind................

comes up. How do I shut this off?

DuckDodgers
07-10-2004, 02:05 PM
Open a root shell and:
apt-get --purge nis

kelmo
07-10-2004, 02:06 PM
$ /etc/init.d/nis stop
$ update-rc.d -f nis remove
As root ...

FelixDzerzhinsky
07-11-2004, 06:54 PM
Thnaks guys. I used Kelmo's method sucessfully.

DuckDodgers
07-11-2004, 11:37 PM
Excellent advice from kelmo. I just noticed an error in my previous post, and after I edited it, don't know what I was thinking. :oops:
Should be:
apt-get remove --purge nis
I think renaming nis as root, to something like off-nis, in init.d would have also done the trick. Easy to turn back on, simply rename back to nis. I believe I read this tip, or something like it, on the Debian website. :)

Drezliok
07-12-2004, 04:44 AM
I'm new and wanted to remove nis too, but I used DuckDodgers method, I couldn't figure out Kelmo's method out.