From owner-freebsd-questions@FreeBSD.ORG Fri Feb 19 21:54:13 2010 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 74CFB106568B for ; Fri, 19 Feb 2010 21:54:13 +0000 (UTC) (envelope-from eliaschr@cha.forthnet.gr) Received: from mx-out.forthnet.gr (mx-out.forthnet.gr [193.92.150.104]) by mx1.freebsd.org (Postfix) with ESMTP id B307F8FC18 for ; Fri, 19 Feb 2010 21:54:12 +0000 (UTC) Received: from mx-av-05.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) by mx-out-06.forthnet.gr (8.14.3/8.14.3) with ESMTP id o1JLs9Cx027889 for ; Fri, 19 Feb 2010 23:54:09 +0200 Received: from MX-IN-02.forthnet.gr (mx-in-02.forthnet.gr [193.92.150.185]) by mx-av-05.forthnet.gr (8.14.3/8.14.3) with ESMTP id o1JLs9Vf011847 for ; Fri, 19 Feb 2010 23:54:09 +0200 Received: from pluto.universe (62.1.128.234.dsl.dyn.forthnet.gr [62.1.128.234]) by MX-IN-02.forthnet.gr (8.14.3/8.14.3) with ESMTP id o1JLs8Al012161 for ; Fri, 19 Feb 2010 23:54:09 +0200 Authentication-Results: MX-IN-02.forthnet.gr smtp.mail=eliaschr@cha.forthnet.gr; spf=neutral Authentication-Results: MX-IN-02.forthnet.gr header.from=eliaschr@cha.forthnet.gr; sender-id=neutral From: Elias Chrysocheris To: freebsd-questions@freebsd.org Date: Fri, 19 Feb 2010 23:54:02 +0200 User-Agent: KMail/1.12.4 (FreeBSD/8.0-RELEASE-p2; KDE/4.3.5; amd64; ; ) References: <4B7EE991.50800@joseph-a-nagy-jr.us> <4B7EED7D.6060008@locolomo.org> In-Reply-To: <4B7EED7D.6060008@locolomo.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201002192354.02262.eliaschr@cha.forthnet.gr> Subject: Re: Sysinstall Post-install System Management 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: Fri, 19 Feb 2010 21:54:13 -0000 On Friday 19 of February 2010 21:58:53 Erik Norgaard wrote: > On 19/02/10 20:42, Programmer In Training wrote: > > Any clues or alternate ways of getting this done? > > IIRC you first need to load the linux and linprocfs kernel modules and > mount linproc. > > BR, Erik > If you have never used the portsnap system before, the first thing you have to do is: portsnap fetch extract Then every time you need to update the portsnap you have to use the command: portsnap fetch update I fyou want to install the linux compatibility system you must first load the linux kernel module using (as root): kldload linux In /etc/fstab you have to add the following two lines: linproc /usr/compat/linux/proc linprocfs rw 0 0 proc /proc procfs rw 0 0 then mount these filesystems using: mount linproc mount proc as root Then you should be able to install the linux ports you want for the flash player, emulators/linux_base-f10 and www/linux-f10-flashplugin10 Regards, Elias