From owner-freebsd-questions@FreeBSD.ORG Tue Oct 9 21:17:29 2007 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 AA8AE16A419 for ; Tue, 9 Oct 2007 21:17:29 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (unknown [IPv6:2001:610:1908:1000:204:23ff:feb5:7e66]) by mx1.freebsd.org (Postfix) with ESMTP id 2BD9F13C4A6 for ; Tue, 9 Oct 2007 21:17:29 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l99HYiHh023287; Tue, 9 Oct 2007 19:34:44 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org, nicolas@nicoelro.net Date: Tue, 9 Oct 2007 19:34:43 +0200 User-Agent: KMail/1.9.7 References: <200710091457.58354.pieter@degoeje.nl> <470BA2BB.8060503@nicoelro.net> In-Reply-To: <470BA2BB.8060503@nicoelro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710091934.44035.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Subject: Re: sudo doesn't log anything 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 Oct 2007 21:17:29 -0000 On Tuesday 09 October 2007, Nicolas Letellier wrote: > Hello, > > Thanks for your response. > No, there is nothing about sudo in /var/log/messages (in anyone else > file in /var/log). > But i modified my /etc/syslog.conf. The problem could is this file ? > I pastebin my file : http://pastebin.com/m35ceae32 > > What's the problem to log sudo informations ? Sudo by default logs with facility 'local2' and priority 'notice'. Neither one is specified in your syslog.conf. > > Thanks ! > > Nicolas