From owner-freebsd-questions Sun Oct 12 00:50:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA05878 for questions-outgoing; Sun, 12 Oct 1997 00:50:08 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from luke.cpl.net (luke.cpl.net [207.67.172.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA05848 for ; Sun, 12 Oct 1997 00:50:00 -0700 (PDT) (envelope-from shawn@cpl.net) Received: from shawn.cpl.net (shawn.cpl.net [207.67.172.196]) by luke.cpl.net (8.8.5/8.6.12) with SMTP id AAA00818; Sun, 12 Oct 1997 00:48:35 -0700 (PDT) From: "Shawn Ramsey" To: "T. William Wells" , Subject: Re: inn port Date: Sun, 12 Oct 1997 00:49:29 -0700 Message-ID: <01bcd6e3$5ed57920$c4ac43cf@shawn.cpl.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Does your /etc/syslog.conf point news to those files? Keep in mind >that wherever news is logged, the files must exist at the time >that syslog is started or given a SIGHUP, otherwise it won't write >to those files. Umm.. no. :) Opps.. The *.news stuff in syslog was commented out. Here is what the log files are saying now : (news.crit) Oct 12 00:43:47 luke innd: /usr/local/news/lib/history cant dbminit SERVER No su ch file or directory (news.notice) Oct 12 00:43:47 luke innd: SERVER descriptors 360 Oct 12 00:43:47 luke innd: SERVER outgoing 347 Oct 12 00:43:47 luke innd: /usr/local/news/lib/history cant dbminit SERVER No su ch file or directory (news.err) Oct 12 00:43:47 luke innd: /usr/local/news/lib/history cant dbminit SERVER No su ch file or directory If I run ./makehistory, it generates a blank history file in /usr/local/news/lib. Is this the proper way to do it?