From owner-freebsd-questions@FreeBSD.ORG Thu Dec 15 05:39:11 2005 Return-Path: X-Original-To: questions@freebsd.org 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 AB2B216A41F for ; Thu, 15 Dec 2005 05:39:11 +0000 (GMT) (envelope-from tuxgirl@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A9FE43D53 for ; Thu, 15 Dec 2005 05:39:11 +0000 (GMT) (envelope-from tuxgirl@gmail.com) Received: by wproxy.gmail.com with SMTP id i14so572979wra for ; Wed, 14 Dec 2005 21:39:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=EXE8kiRaXow8omvFXGAu5aG4tY/L+YYQSFrfsMJ9qbFrthsFMEfQPP8gcKlp7VNFPmo8k/SU83n6oHqBqMhfV3jLonLgCAzD5VRgL/SF/6pMWksDF9uMzOCMqRb7b0XX8WWKUIbQoykFLLAAvGy+F/N8nT9BjgPAzBNbEacFDHY= Received: by 10.65.160.11 with SMTP id m11mr904728qbo; Wed, 14 Dec 2005 21:39:10 -0800 (PST) Received: by 10.65.194.11 with HTTP; Wed, 14 Dec 2005 21:39:10 -0800 (PST) Message-ID: <6e4453640512142139y1768b426m5ca21b9a87cbc7ca@mail.gmail.com> Date: Wed, 14 Dec 2005 22:39:10 -0700 From: TuxGirl To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: pkg_add not installing lsof (and other programs)? (newbie problem) 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: Thu, 15 Dec 2005 05:39:11 -0000 Hello, I installed FreeBSD for the first time tonight (I've been running Linux for a while), and I seem to be misunderstanding pkg_add. I'm following the instructions in the FreeBSD manual, and I ran: # pkg_add -r lsof It claimed to succeed: Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.0-release/= Latest/lsof.tbz... Done then: # lsof lsof: Command not found. # echo $PATH /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/us= r/X11/R6/bin:/root/bin # uname -a FreeBSD .hsd1.ut.comcast.net. 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 =20 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 This is a brand new install. I did an install earlier this evening, but had this problem there, so I decided to try fresh and follow the manuals more closely. This is the first command I ran after logging into the box. I'd be happy to provide any additional information that could help. Thanks for the help. I would appreciate it greatly if you could please CC me on replies, as I'm not yet on this mailing list. Thanks, ~Erin