From owner-freebsd-questions Mon Mar 20 10:22:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 53A6D37B87A for ; Mon, 20 Mar 2000 10:22:13 -0800 (PST) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id NAA11492 for questions@freebsd.org; Mon, 20 Mar 2000 13:22:03 -0500 (EST) (envelope-from mwlucas) From: Michael Lucas Message-Id: <200003201822.NAA11492@blackhelicopters.org> Subject: Multiple syslogds To: questions@freebsd.org Date: Mon, 20 Mar 2000 13:22:03 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a host that I want to set up to log everything from a remote host. I would like to dump everything from that host into a separate log file, for separate processing and whatnot. Digging through man syslogd.conf (5), I don't see any way to do this. Am I just missing something? If not, would this work: Run one copy of syslogd with "-ss", to prevent it from opening a socket, and log local host data with that. Run another with the socket, using an alternate configuration file to log to a separate location. Is this reasonable, or would you like some of what I must have been smoking? Thanks, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message