From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 17:04:06 2012 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 04BB4106566C for ; Mon, 20 Feb 2012 17:04:06 +0000 (UTC) (envelope-from alexus@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 90F088FC12 for ; Mon, 20 Feb 2012 17:04:05 +0000 (UTC) Received: by werm13 with SMTP id m13so5295643wer.13 for ; Mon, 20 Feb 2012 09:04:04 -0800 (PST) Received-SPF: pass (google.com: domain of alexus@gmail.com designates 10.180.78.98 as permitted sender) client-ip=10.180.78.98; Authentication-Results: mr.google.com; spf=pass (google.com: domain of alexus@gmail.com designates 10.180.78.98 as permitted sender) smtp.mail=alexus@gmail.com; dkim=pass header.i=alexus@gmail.com Received: from mr.google.com ([10.180.78.98]) by 10.180.78.98 with SMTP id a2mr18855574wix.17.1329757444593 (num_hops = 1); Mon, 20 Feb 2012 09:04:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=1M8P2w3eU68UfNfqpNx3txSsMlflcGE00PvuTIo7A/I=; b=xEOEevwDWHfpC6YKrlaOaDM1bh95w4n3p5+4jo4fToxPA9e9vreE3SbZvO6aP58nc4 Vuf9XPvZPcL/fwQcn2B6EO+vYQxVCuDw6xuQNqAv1ioMvXabYsJaGuV5Wx2JUhx1Ve2o aw5uxO29KORWF3DLhzAU5s4paIGYBSW8rKsF4= MIME-Version: 1.0 Received: by 10.180.78.98 with SMTP id a2mr15695012wix.17.1329757444352; Mon, 20 Feb 2012 09:04:04 -0800 (PST) Received: by 10.216.186.141 with HTTP; Mon, 20 Feb 2012 09:04:04 -0800 (PST) Date: Mon, 20 Feb 2012 12:04:04 -0500 Message-ID: From: alexus To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: newsyslog-local.conf 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: Mon, 20 Feb 2012 17:04:06 -0000 s# tail -1 /etc/newsyslog.conf /etc/newsyslog-local.conf s# cat /etc/newsyslog-local.conf /var/log/squid/access.log squid:squid 640 7 * @T00 J /var/run/squid/squid.pid /var/log/squid/cache.log squid:squid 640 7 * @T00 J s# ls -la /var/log/squid/ total 95672 drwxr-x--- 2 squid squid 512 Jan 13 04:23 . drwxr-xr-x 3 root wheel 1024 Feb 6 00:00 .. -rw-r----- 1 squid squid 97804783 Feb 20 16:32 access.log -rw-r----- 1 squid squid 111481 Feb 20 16:29 cache.log s# nothing gets rotated:( what am I doing wrong? -- http://alexus.org/