Re: reread newsyslog.conf without reboot

2009-02-16 Thread John Nielsen
On Friday 13 February 2009 05:44:55 am Proskurin Kirill wrote: Fbsd1 wrote: How do I get the system to reread /etc/newsyslog.conf file with out rebooting the system? /etc/rc.d/newsyslog restart Since newsyslog is run from cron (and doesn't stay active as a daemon) no action is strictly

Re: reread newsyslog.conf without reboot

2009-02-14 Thread H.fazaeli
newsyslog.conf is read by newsyslog(8) and newsyslog is executed by cron(8) as specified in /etc/crontab, usually every hour. so you changes will take effect the next time cron runs newsyslog. Fbsd1 wrote: How do I get the system to reread /etc/newsyslog.conf file with out rebooting the

Re: reread newsyslog.conf without reboot

2009-02-13 Thread Proskurin Kirill
Fbsd1 wrote: How do I get the system to reread /etc/newsyslog.conf file with out rebooting the system? /etc/rc.d/newsyslog restart -- Best regards, Proskurin Kirill ___ freebsd-questions@freebsd.org mailing list

reread newsyslog.conf without reboot

2009-02-11 Thread Fbsd1
How do I get the system to reread /etc/newsyslog.conf file with out rebooting the system? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: reread newsyslog.conf without reboot

2009-02-11 Thread Paul Procacci
newsyslog is spawn'd via cron every hour. It isn't daemonized and doesn't require any signals to be sent to any process. /etc/crontab ~Paul Fbsd1 wrote: How do I get the system to reread /etc/newsyslog.conf file with out rebooting the system? ___

Re: reread newsyslog.conf without reboot

2009-02-11 Thread s.g.
Fbsd1 wrote: How do I get the system to reread /etc/newsyslog.conf file with out rebooting the system? /etc/rc.d/newsyslog restart s.g. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: reread newsyslog.conf without reboot

2009-02-11 Thread Wojciech Puchar
you don't have to. it's reread by newsyslog which is usually run by cron On Sat, 14 Mar 2009, Fbsd1 wrote: How do I get the system to reread /etc/newsyslog.conf file with out rebooting the system? ___ freebsd-questions@freebsd.org mailing list

Re: reread newsyslog.conf without reboot

2009-02-11 Thread Wojciech Puchar
How do I get the system to reread /etc/newsyslog.conf file with out rebooting the system? /etc/rc.d/newsyslog restart no it's not needed /etc/rc.d/newsyslog just runs it at start ___ freebsd-questions@freebsd.org mailing list

Re: reread newsyslog.conf without reboot

2009-02-11 Thread s.g.
Wojciech Puchar wrote: How do I get the system to reread /etc/newsyslog.conf file with out rebooting the system? /etc/rc.d/newsyslog restart no it's not needed /etc/rc.d/newsyslog just runs it at start Right, it won't do. Really sorry about that, guys. s.g.

Re: reread newsyslog.conf without reboot

2009-02-11 Thread akruijff
Quoting Fbsd1 fb...@a1poweruser.com: How do I get the system to reread /etc/newsyslog.conf file with out rebooting the system? This is usually done by sending a HUP signal with 'kill' to the newsyslog daemon. If this doesn't do it then you can kill the daemon and load it again with the

Re: reread newsyslog.conf without reboot

2009-02-11 Thread akruijff
Quoting Doug Hardie bc...@lafn.org: On Feb 11, 2009, at 20:32, akrui...@dds.nl wrote: Quoting Fbsd1 fb...@a1poweruser.com: How do I get the system to reread /etc/newsyslog.conf file with out rebooting the system? This is usually done by sending a HUP signal with 'kill' to the newsyslog