Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Mon, 1 Aug 2005 16:29:46 +0200 From: Corinna Vinschen To: "'Cygwin List'" Subject: Re: SysLogD for the naive? Message-ID: <20050801142946.GC15968@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: 'Cygwin List' References: <0MKsUu-1Dyg5c27kR-0001dz AT mxeu6 DOT kundenserver DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0MKsUu-1Dyg5c27kR-0001dz@mxeu6.kundenserver.de> User-Agent: Mutt/1.4.2i On Jul 29 20:24, Herb Martin wrote: > Reading my syslog.conf indicated that the messages are > going to /var/log/messages. Yes. Do they? They do in my case... > But what is that 19 Meg wtmp? (I have plenty of disk space > so haven't just renamed or deleted it yet.) wtmp is a record of all login/logout activity. It's not related to syslogd. > Also, can you (generally) HUP a service and expect it > to re-read a configuration file? (If it would do so > on a kill -s HUP signal that is). Generally, no. Windows services have no idea what a SIGHUP is. For Unix service daemons it's common, but you can't rely on it unless it's documented in the man page. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/