[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] port numbers
- Subject: Re: [cobalt-developers] port numbers
 
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
 
- Date: Mon Nov 19 22:02:00 2001
 
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
 
> > Thanks for the assist here is the result
> > tcp        0      0
> > 0.0.0.0:7937            0.0.0.0:*               LISTEN      581/nsrexecd
> > tcp        0      0
> > 0.0.0.0:7938            0.0.0.0:*               LISTEN      580/
> >
> > looks like some kind of backup tool yet I have none configured or enabled
> > in the GUI's
> > seems I will need to make a change to rc.<files> to un-start it at boot time
> >
> >    580 ?        SW     0:00 [nsrexecd]
> >    581 ?        S      0:00 /usr/sbin/
> >
> 580 and 581 are the process ID's
> If you are not using them try;
> Try /etc/rc.d/init.d/networker stop
> I think you can kill it in the GUI, I did it a while back, forgot how.
>
Just remembered, this is how I turned it off
chkconfig --level 0123456 networker off
chkconfig --del networker (does the same thing)
I also did
chkconfig --level 0123456 nfs off
chkconfig --level 0123456 nsfs off
You can do chkconfig --list
and see what is on in which levels.
Gerald