From owner-freebsd-current@FreeBSD.ORG Sun Sep 7 17:42:30 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 444FB16A4BF for ; Sun, 7 Sep 2003 17:42:30 -0700 (PDT) Received: from webmail.isot.com (usenet.isot.com [63.161.224.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48EE643F93 for ; Sun, 7 Sep 2003 17:42:29 -0700 (PDT) (envelope-from freebsd@isot.com) Received: (from www@localhost) by webmail.isot.com (8.11.6/8.11.6) id h880ogt55907 for FreeBSD-Current@freebsd.org; Sun, 7 Sep 2003 19:50:42 -0500 (CDT) (envelope-from freebsd@isot.com) X-Authentication-Warning: webmail.isot.com: www set sender to freebsd@isot.com using -f Received: from 24.206.101.73 ( [24.206.101.73]) as user freebsd@isot.com by webmail.isot.com with HTTP; Sun, 7 Sep 2003 19:50:42 -0500 Message-ID: <1062982242.3f5bd262962a8@webmail.isot.com> Date: Sun, 7 Sep 2003 19:50:42 -0500 From: itchibahn To: FreeBSD-Current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1-cvs X-Originating-IP: 24.206.101.73 Subject: sylogd not logging X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: song@isot.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2003 00:42:30 -0000 I used to run 4.6 where syslogd worked fine with cisco 7507, as5300, and max4048. Eversince I've installed 5.0-RELEASE, I used exact same config as old, but can't get it working. Please help. The following is configs: *.err;kern.debug;auth.notice;mail.crit /dev/console *.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages security.* /var/log/security auth.info;authpriv.info /var/log/auth.log mail.info /var/log/maillog lpr.info /var/log/lpd-errs ftp.info /var/log/xferlog cron.* /var/log/cron *.emerg * local0 /var/log/routers/nas1.log local1 /var/log/routers/gw-kln.log local2 /var/log/routers/max3.log local3 /var/log/routers/max2.log local4 /var/log/routers/max1.log *.* /var/log/all.log syslogd_flags="-a *.isot.com" #syslogd_flags="-a nas1.isot.com" ; also tried this ----- Forwarded message from ----- From: "Sing Song" > Yesterday, I tried your recomendation to use rc.conf. Looked at the log file, > still nothing. I added 'syslogd_flags="-a *.isot.com" to the rc.conf > and used '/etc/rc.d/syslogd start' after killing the old syslogd process. > > I sure am getting frustrated as not getting any diag info from the routers. > Maybe I need to put back my old radius box. > Instead of using *.isot.com, try just specifing the dns name of one of your routers that you would like to log. syslogd_flags="-a rtr1.isot.com" If you get syslog messages with this, then try adding additional -a flags for each of your routers. syslogd_flags="-a rtr1.isot.com -a rtr2.isot.com ... rtrN.isot.com" You may want to send a message to FreeBSD-Current@freebsd.org informing them that remote logging isn't working for you. Scot ----- End forwarded message ----- ------------------------------------------------- This mail sent through ISOT. To find out more about ISOT, visit http://isot.com