[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] what does this all mean ?
- Subject: Re: [cobalt-users] what does this all mean ?
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Thu Sep 27 15:25:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Been side tracked and finally looked at the raq2 logs.
> what does the SIGUSR1 all about ?
>
>
Notice it happens once a day, Apache does a graceful restart!
Refreshes everything.
don't worry about it.
It's cron.daily using swatch to restart everything
services/ahttp:restart = /etc/rc.d/init.d/admserv hard-restart
services/dns:restart = /etc/rc.d/init.d/named hard-restart
services/ftp:restart = /etc/rc.d/init.d/inet hard-restart
services/http:restart = /etc/rc.d/init.d/httpd hard-restart
services/imap:restart = /etc/rc.d/init.d/inet hard-restart
services/pop3:restart = /etc/rc.d/init.d/inet hard-restart
services/smtp:restart = /etc/rc.d/init.d/sendmail hard-restart
services/snmp:restart = /etc/rc.d/init.d/snmpd hard-restart
services/telnet:restart = /etc/rc.d/init.d/inet hard-restart
swatch.conf:# command to restart postgresql server
swatch.conf:meta_restart = /etc/rc.d/init.d/postgresql restart quiet
All these sevices are restarted Once a Day!
Gerald