From owner-freebsd-questions@FreeBSD.ORG Fri Jul 2 11:11:25 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67892106566C for ; Fri, 2 Jul 2010 11:11:25 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 232008FC1B for ; Fri, 2 Jul 2010 11:11:24 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OUe9T-0002qr-Mf for freebsd-questions@freebsd.org; Fri, 02 Jul 2010 13:11:23 +0200 Received: from mar92-9-82-237-75-54.fbx.proxad.net ([82.237.75.54]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Jul 2010 13:11:23 +0200 Received: from gilles.ganault by mar92-9-82-237-75-54.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Jul 2010 13:11:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Gilles Date: Fri, 02 Jul 2010 13:11:16 +0200 Lines: 24 Message-ID: <84ir26h1punkutik1dmlbhd77d2npsqupe@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: mar92-9-82-237-75-54.fbx.proxad.net X-Newsreader: Forte Agent 3.1/32.783 Subject: /var/log/messages empty since June 26 :-/ 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: Fri, 02 Jul 2010 11:11:25 -0000 Hello On a FreeBSD 6.3 server sitting in a corner of the office not doing much work, I noticed that /var/log/messages was turned over and has been empty since 26 June: # tail /var/log/messages Jun 26 16:00:00 freebsd newsyslog[5320]: logfile turned over due to size>100K # ll /var/log/ -rw-r--r-- 1 root wheel 78 26 jui 16:00 messages -rw-r--r-- 1 root wheel 8396 26 jui 16:00 messages.0.bz2 -rw-r--r-- 1 root wheel 8329 30 mar 11:00 messages.1.bz2 -rw-r--r-- 1 root wheel 8663 2 mar 2009 messages.2.bz2 -rw-r--r-- 1 root wheel 9640 20 déc 2008 messages.3.bz2 -rw-r--r-- 1 root wheel 6554 17 oct 2008 messages.4.bz2 -rw-r--r-- 1 root wheel 5825 17 oct 2008 messages.5.bz2 (jui = June, jul = July) I don't have enough experience with FreeBSD to understand the cause for this, and how to solve it, so would appreciate any suggestion. Thank you.