Re: Reread rc.conf....

2007-01-17 Thread Garrett Cooper

On Jan 17, 2007, at 12:01 PM, Kevin Downey wrote:


On 1/17/07, Agus [EMAIL PROTECTED] wrote:

Hi folks.
I did some configs in my freebsd and realiza that i didnt have the  
inetd

running. So i addesd inetd_enable=YES to rc.conf.
Now im trying to reread the rc.conf to make the changes active  
without

restarting
Is there a way to do it? or i have to start each server it from
rc.dmanually, in these case only inetd; but what if i added a lot of
lines to
rc.conf?


i've read this...

On the console do:

# shutdown now
(Note: without -r or -h)

# return
# exit

Is this the only way to do it?

Thanxsss
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]




/etc/rc.d/inetd restart


The rc scripts in /etc/rc.d always work with the exception for me at  
least being rpcbind, nfsd, and mountd; those are the ones that I  
always have to reboot a machine for for some odd reason when I change  
related settings (unless I'm doing something wrong of course).

-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Reread rc.conf....

2007-01-17 Thread Kevin Downey

On 1/17/07, Garrett Cooper [EMAIL PROTECTED] wrote:

On Jan 17, 2007, at 12:01 PM, Kevin Downey wrote:

 On 1/17/07, Agus [EMAIL PROTECTED] wrote:
 Hi folks.
 I did some configs in my freebsd and realiza that i didnt have the
 inetd
 running. So i addesd inetd_enable=YES to rc.conf.
 Now im trying to reread the rc.conf to make the changes active
 without
 restarting
 Is there a way to do it? or i have to start each server it from
 rc.dmanually, in these case only inetd; but what if i added a lot of
 lines to
 rc.conf?


 i've read this...

 On the console do:

 # shutdown now
 (Note: without -r or -h)

 # return
 # exit

 Is this the only way to do it?

 Thanxsss
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]


 /etc/rc.d/inetd restart

The rc scripts in /etc/rc.d always work with the exception for me at
least being rpcbind, nfsd, and mountd; those are the ones that I
always have to reboot a machine for for some odd reason when I change
related settings (unless I'm doing something wrong of course).
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



nfs is weird like that, but you can always just
killall -HUP nfsd
killall -HUP mountd

--
The biggest problem with communication is the illusion that it has occurred.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Reread rc.conf....

2007-01-17 Thread Guido Demmenie


On Jan 17, 2007, at 9:55 PM, Garrett Cooper wrote:


On Jan 17, 2007, at 12:01 PM, Kevin Downey wrote:


On 1/17/07, Agus [EMAIL PROTECTED] wrote:

Hi folks.
I did some configs in my freebsd and realiza that i didnt have  
the inetd

running. So i addesd inetd_enable=YES to rc.conf.
Now im trying to reread the rc.conf to make the changes active  
without

restarting
Is there a way to do it? or i have to start each server it from
rc.dmanually, in these case only inetd; but what if i added a lot of
lines to
rc.conf?


i've read this...

On the console do:

# shutdown now
(Note: without -r or -h)

# return
# exit

Is this the only way to do it?

Thanxsss
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]




/etc/rc.d/inetd restart


The rc scripts in /etc/rc.d always work with the exception for me  
at least being rpcbind, nfsd, and mountd; those are the ones that I  
always have to reboot a machine for for some odd reason when I  
change related settings (unless I'm doing something wrong of course).

-Garrett


The rc.d scripts indeed mostly work.

A little bit offtopic:
Only /etc/rc.d/mountd won't stop mountd on my 6.0 system. But to  
restart my nfsd I use the next commands


#killall mountd
#/etc/rc.d/nfsd restart

This usualy works to restart and reread my /etc/export file.

Guido
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Reread rc.conf....

2007-01-17 Thread John Nielsen
On Wednesday 17 January 2007 16:23, Guido Demmenie wrote:
 A little bit offtopic:
 Only /etc/rc.d/mountd won't stop mountd on my 6.0 system. But to
 restart my nfsd I use the next commands

 #killall mountd
 #/etc/rc.d/nfsd restart

 This usualy works to restart and reread my /etc/export file.

A little further offtopic..

killall -HUP mountd

does the same thing.

JN
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Reread rc.conf....

2007-01-17 Thread Kevin Downey

On 1/17/07, Agus [EMAIL PROTECTED] wrote:

Hi folks.
I did some configs in my freebsd and realiza that i didnt have the inetd
running. So i addesd inetd_enable=YES to rc.conf.
Now im trying to reread the rc.conf to make the changes active without
restarting
Is there a way to do it? or i have to start each server it from
rc.dmanually, in these case only inetd; but what if i added a lot of
lines to
rc.conf?


i've read this...

On the console do:

# shutdown now
(Note: without -r or -h)

# return
# exit

Is this the only way to do it?

Thanxsss
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



/etc/rc.d/inetd restart
--
The biggest problem with communication is the illusion that it has occurred.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]