From owner-freebsd-questions@FreeBSD.ORG Tue May 9 12:07:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34D2A16A41A for ; Tue, 9 May 2006 12:07:52 +0000 (UTC) (envelope-from ianchov@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 974FC43D70 for ; Tue, 9 May 2006 12:07:39 +0000 (GMT) (envelope-from ianchov@gmail.com) Received: by ug-out-1314.google.com with SMTP id e2so1576099ugf for ; Tue, 09 May 2006 05:07:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=bxLWBNtf0oxWcxJTAFrGFu/pnT6KfH9RlGlZK6sCqLQZAEg/7pRlM2j+ooYl7Y1yABsu0T3rYy7+vh2xZUA79ipgNQOWRK6bU8surZ+wA4QaiYLtE/hVp8OOqxo/FC6xPuXi3F483U2GvduJeG6dCe05L9+T4wMzARIA7YW7dko= Received: by 10.78.56.19 with SMTP id e19mr754257hua; Tue, 09 May 2006 05:01:35 -0700 (PDT) Received: by 10.78.16.16 with HTTP; Tue, 9 May 2006 05:01:35 -0700 (PDT) Message-ID: <18e02bd30605090501rd1cb877veae61c8fb2f75259@mail.gmail.com> Date: Tue, 9 May 2006 15:01:35 +0300 From: "Iantcho Vassilev" To: "FreeBSD Questions" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Logs not being saved (/var/log/messages, etc)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 May 2006 12:07:55 -0000 On 5/9/06, Matt Bostock wrote: > > Hi, > > The usual system logs such as /var/log/messages are not being saved. > /var/log/messages does not exist, but /var/log/messages.0 (the old rotate= d > version) does. > > I've tried a 'tail /dev/klog' and it returns 'device busy'. syslogd -dv > isn't > returning anything useful either. > > I'd be very grateful for any suggestions :) > Matt Make sure syslogd is started: ps auxw | grep syslog