Networking Forums

Networking Forums > Computer Networking > Linux Networking > how to stop ypbind and NIS at boot?

Reply
Thread Tools Display Modes

how to stop ypbind and NIS at boot?

 
 
Conny
Guest
Posts: n/a

 
      09-18-2004, 04:09 PM
How do I stop NIS contacting the YP server everytime it boots, takes several
minutes to boot the machine. I don't have any use for NIS anyway.

These must be some boot script left cause I removed NIS from the startup
using 'SysvEdit'.

Conny


 
Reply With Quote
 
 
 
 
Christian Riechers
Guest
Posts: n/a

 
      09-19-2004, 02:39 PM
Conny wrote:
> How do I stop NIS contacting the YP server everytime it boots, takes several
> minutes to boot the machine. I don't have any use for NIS anyway.
>
> These must be some boot script left cause I removed NIS from the startup
> using 'SysvEdit'.
>
> Conny
>
>

When your init script is called nfs, run the following command as root:
> chkconfig nfs off

This will configure the NFS service not to be started at boot time.
You can check about the result with
> chkconfig -l


--
Christian
 
Reply With Quote
 
Conny
Guest
Posts: n/a

 
      09-19-2004, 09:51 PM

"Christian Riechers" <(E-Mail Removed)> skrev i meddelandet
news:(E-Mail Removed)...
> Conny wrote:
> > How do I stop NIS contacting the YP server everytime it boots, takes

several
> > minutes to boot the machine. I don't have any use for NIS anyway.
> >
> > These must be some boot script left cause I removed NIS from the startup
> > using 'SysvEdit'.
> >
> > Conny
> >
> >

> When your init script is called nfs, run the following command as root:
> > chkconfig nfs off

> This will configure the NFS service not to be started at boot time.
> You can check about the result with
> > chkconfig -l

>
> --
> Christian


Thanks for the help, but it turned out my Debian system did not have the
command 'chkconfig' :-/


 
Reply With Quote
 
John Thompson
Guest
Posts: n/a

 
      09-21-2004, 01:08 AM
On 2004-09-19, Conny <(E-Mail Removed)> wrote:

> "Christian Riechers" <(E-Mail Removed)> skrev i meddelandet
> news:(E-Mail Removed)...
>> Conny wrote:
>> > How do I stop NIS contacting the YP server everytime it boots, takes

> several
>> > minutes to boot the machine. I don't have any use for NIS anyway.
>> >
>> > These must be some boot script left cause I removed NIS from the startup
>> > using 'SysvEdit'.


>> When your init script is called nfs, run the following command as root:
>> > chkconfig nfs off

>> This will configure the NFS service not to be started at boot time.
>> You can check about the result with
>> > chkconfig -l


> Thanks for the help, but it turned out my Debian system did not have the
> command 'chkconfig' :-/


I think "chkconfig" is a RedHat-ism. Maybe "update-rc.d" will work for
you?

--

-John ((E-Mail Removed))
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ypbind timeout on 2.6 mapkyca Linux Networking 0 03-18-2008 11:46 PM
ypbind fixed port billis Linux Networking 1 08-17-2007 10:56 PM
Strange log entries from ypbind Pelle Pop Linux Networking 0 08-16-2005 12:20 PM
'ypbind start' works only after reboot Weiguang Shi Linux Networking 0 04-13-2004 03:32 PM
NIS problem - ypbind Olufemi Anthony Linux Networking 1 01-06-2004 09:30 PM



1 2 3 4 5 6 7 8 9 10 11