From owner-freebsd-hackers@FreeBSD.ORG Mon Aug 20 09:03:44 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACB3316A418 for ; Mon, 20 Aug 2007 09:03:44 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.190]) by mx1.freebsd.org (Postfix) with ESMTP id 860B313C491 for ; Mon, 20 Aug 2007 09:03:44 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so899602rvb for ; Mon, 20 Aug 2007 02:03:44 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=G7/Sz0w3JZ6Qi0J5gZhFbLVqrfoqeX434GBPI51/KEjV91WU0pIDMFz70OEQENKee0DtSedWtf7+J5DjocqfoZEW9Dci/kjVbR7UZB2HXFIVyfXto/depKYnLGfZYY0kTHemmqVZXPqbFqX7cVFbIIRtxgg890PeQPI8+lNsP0I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=BhtUC4i/vRggkGtL01tgQ9SmoWNe9ts3snusMYtwRbIKTRrUZmTsoe7f+VhPP9jbsztXO5WEDg3FBPimBUiDOy8lIt8POveigR9h5umqJIw1LC/gja6SY3gFBr97owmUEP4gtXZ3iR40wjSNaM4123B0PfU22o/YuCjTrSkROrg= Received: by 10.140.249.20 with SMTP id w20mr2541404rvh.1187599005799; Mon, 20 Aug 2007 01:36:45 -0700 (PDT) Received: from ?192.168.1.185? ( [213.152.137.35]) by mx.google.com with ESMTPS id f13sm11011739rvb.2007.08.20.01.36.42 (version=SSLv3 cipher=RC4-MD5); Mon, 20 Aug 2007 01:36:44 -0700 (PDT) Message-ID: <46C9528D.8010201@gmail.com> Date: Mon, 20 Aug 2007 12:36:29 +0400 From: sam User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 20 Aug 2007 11:19:21 +0000 Subject: work praudit with tee & grep X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 09:03:44 -0000 Hi, all. I am installed AUDIT http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/audit.html # praudit /etc/auditpipe | grep "xxx" & # praudit /etc/auditpipe | tee file.log & # praudit /etc/auditpipe > file.log this is not work please help me /Vladimir Ermakov