From owner-freebsd-questions@FreeBSD.ORG Sun Feb 18 15:57:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7719A16A401 for ; Sun, 18 Feb 2007 15:57:17 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 077E613C441 for ; Sun, 18 Feb 2007 15:57:16 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by nf-out-0910.google.com with SMTP id m19so2142962nfc for ; Sun, 18 Feb 2007 07:57:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ejXUK/9A39ArCW3MQGgsQ4Owv/00szoFBGD+8r8aCYFc+3RpXvs+HJMMepAYG3GyXtET96KautlrGyHFKkTFuAFDhaOp33FIsUaidsItyE+fmcErOUzD3531oCP8duPvAzFIiwHJ0CX7KIWL1JZa8A16u/jhn0kS7jfrF/IvXUE= Received: by 10.82.154.2 with SMTP id b2mr8751824bue.1171814235300; Sun, 18 Feb 2007 07:57:15 -0800 (PST) Received: by 10.82.163.16 with HTTP; Sun, 18 Feb 2007 07:57:15 -0800 (PST) Message-ID: <8cb6106e0702180757o69f2a325i70398a83d38550ea@mail.gmail.com> Date: Sun, 18 Feb 2007 07:57:15 -0800 From: "Josh Carroll" To: "FreeBSD MailingLists" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: questions Subject: Re: LKM Trojan? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@psualum.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Feb 2007 15:57:17 -0000 > running "ls" in the /proc directory returns an empty list. > I have recompiled the kernel and world but the problem persists. > Any suggestions on how to fix this without having to reinstall from scratch? Are you sure /proc is mounted? I don't think it's mounted by default. Check the output of mount and see if it's mounted or not. Josh