From owner-freebsd-questions@FreeBSD.ORG Thu Jul 8 07:08:51 2004 Return-Path: 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 DC19D16A4CE for ; Thu, 8 Jul 2004 07:08:51 +0000 (GMT) Received: from likya.bimel.com.tr (likya.bimel.com.tr [212.175.96.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4C5A43D1D for ; Thu, 8 Jul 2004 07:08:50 +0000 (GMT) (envelope-from ustuntas@bimel.com.tr) Received: (from root@localhost) by likya.bimel.com.tr (8.12.11/8.12.9) id i6877CfM002020 for freebsd-questions@freebsd.org; Thu, 8 Jul 2004 10:07:12 +0300 (EEST) (envelope-from ustuntas@bimel.com.tr) Received: from bimel.com.tr (zeugma.bimel.com.tr [212.175.96.11]) by likya.bimel.com.tr (8.12.11/8.12.9av) with ESMTP id i6877BFk002011 for ; Thu, 8 Jul 2004 10:07:11 +0300 (EEST) (envelope-from ustuntas@bimel.com.tr) Message-ID: <40ECF1DC.8080101@bimel.com.tr> Date: Thu, 08 Jul 2004 10:03:56 +0300 From: Murat Ustuntas User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en, tr MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-9; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 Subject: truss command on 5.2.1-p9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2004 07:08:52 -0000 Hello all, I need to truss command on FreeBSD 5.2.1-p9. But, if I want to run the command truss says me: # truss /usr/sbin/sshd truss: cannot open /proc/8668/mem: No such file or directory truss: cannot open /proc/curproc/mem: No such file or directory sshd process is running, and in the proc directory, i have the number 8668 and mem too. What is the problem? How can I fix that? (I dont know that this is a bug or not :( ) Regards, Murat