From owner-freebsd-isp Sat Feb 7 22:23:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07677 for freebsd-isp-outgoing; Sat, 7 Feb 1998 22:23:20 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07668 for ; Sat, 7 Feb 1998 22:23:19 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id WAA18421; Sat, 7 Feb 1998 22:23:16 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sat, 7 Feb 1998 22:23:15 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: "Scot W. Hetzel" cc: FreeBSD-ISP Subject: Re: logging messages to remote host w/syslogd In-Reply-To: <004601bd3457$544be120$c3e0d9cf@admin.westbend.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 8 Feb 1998, Scot W. Hetzel wrote: >I am experiencing a problem with the syslogd. For some unknown reason it >will not accept messages from remote hosts. I have read the man pages and >searched the archives but no help. > >On hostA, I have made the following change to rc.conf so that it can accept >remote messages: > >syslog_syslogd_enable="YES" # Run syslog daemon (or NO). ^^^^^^^^^^^^^^^^^^^ Shouldn't this be just `` syslogd_enable="YES" '' ? Also, try starting it with "-d" -- debug mode, and do "ps ax | grep syslog" to see which flags it really has. -- Yan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message