From owner-freebsd-emulation@FreeBSD.ORG Mon May 24 01:30:49 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B3DB106566C for ; Mon, 24 May 2010 01:30:49 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id 2D4DD8FC0C for ; Mon, 24 May 2010 01:30:48 +0000 (UTC) Received: by qyk11 with SMTP id 11so4971809qyk.13 for ; Sun, 23 May 2010 18:30:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=rg1/Fk5Ykmn8siPRfpkvABc2thcYiel6FpEJX7BWf+Q=; b=XIXdFKLYXTUt2zFPoMnG2Y0KHzFkhWfuxYGaTHrtA0X+k0LxjwntgJIyvtan6nDX0K 9V+YhXF4QReWg5Blj1A1TWkh577bK67V4LMS1n1dMIQksfZ6/Q4bgvp2oeXFopZdVdPA RUG/qwrBu0y8RK96JAjFekySjtQ1kY96BbUa8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=UTuj0xfTCV94RlDQpcykBCjknJD6z+1g61Qss2enT+RiGyJjtrEEIH3DLLciBcoYZq obmO6uYa7RSotqhBieci0Zu2KfEVOIc1dit+TwR9CIjNP86rJQV98NOwi+k7lbP01nEn 17sCn5lvAnfMgkWpBRxOLEzavVHwPpwEQSgK4= MIME-Version: 1.0 Received: by 10.224.65.152 with SMTP id j24mr2675356qai.52.1274664648325; Sun, 23 May 2010 18:30:48 -0700 (PDT) Received: by 10.229.99.67 with HTTP; Sun, 23 May 2010 18:30:48 -0700 (PDT) In-Reply-To: <28652745.post@talk.nabble.com> References: <28506270.post@talk.nabble.com> <28641261.post@talk.nabble.com> <20100522104937.1d4dc951@ernst.jennejohn.org> <28647103.post@talk.nabble.com> <28647327.post@talk.nabble.com> <28647697.post@talk.nabble.com> <28652745.post@talk.nabble.com> Date: Sun, 23 May 2010 20:30:48 -0500 Message-ID: From: Adam Vande More To: zaxis Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org Subject: Re: VirtualBox 3.2.0 port X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2010 01:30:49 -0000 On Sun, May 23, 2010 at 7:12 PM, zaxis wrote: > > Of course, i am root. "%" is a root prompt. Unless you changed something, the root prompt is always '#' -- sh csh tcsh zsh and bash. '%' is the standard user prompt in csh, zsh and I've never seen it the root prompt. Also remember this same port is working quite successfully for many people. Perhaps csup or portsnap your ports tree again to ensure everything is in order. Very rarely when I'm having issues with some file based stuff, a fsck can resolve the issue. Try booting into single user mode and fsck'ing /usr -- Adam Vande More