From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 01:57:29 2009 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 45BD4106566B for ; Thu, 19 Nov 2009 01:57:29 +0000 (UTC) (envelope-from davidcollins001@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id C8A1D8FC12 for ; Thu, 19 Nov 2009 01:57:28 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 22so324366eye.9 for ; Wed, 18 Nov 2009 17:57:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:reply-to:to:cc :subject:message-id:references:in-reply-to:user-agent:mime-version :content-type:content-transfer-encoding; bh=VNAnxKE2qQhcts89t2QvZQgczp9Ru5kBMVpoyUxNobI=; b=vdtHQ91+5eRNkjKksbSOqe2REAJNi5Kpg/tGhgfQdU/v/xwpPGfd1MssAGuK2bW0Wu 7Dqc2tq57UuaAupKN52EEZtJYs7s7l8+s5iKF7+qF6Pp6wAarAftw2qJFngQEnaN8qp4 T+dOU1f+s7XjC1EFJA/7nWkmIg+Hw35wfDH00= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:reply-to:to:cc:subject:message-id:references:in-reply-to :user-agent:mime-version:content-type:content-transfer-encoding; b=ZSVQQPueZ7leBZFJB646gSdqhewY+aXaH5R/MIRk8C1LSdNQYJ3y5fOsd7Fa+B5mHn xTuedXrdtzwhnou86W7mFbKdDyPPGnuifd9+23KyBwEsGmNBlnxGqqNPFI0M25o/1WzV 5yfbLs0PUZhGri3JR+Sv9AEQC9J/4nFGrwz38= Received: by 10.213.0.196 with SMTP id 4mr1819750ebc.41.1258595847710; Wed, 18 Nov 2009 17:57:27 -0800 (PST) Received: from cobra (host86-147-221-98.range86-147.btcentralplus.com [86.147.221.98]) by mx.google.com with ESMTPS id 28sm3538eye.9.2009.11.18.17.57.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 18 Nov 2009 17:57:26 -0800 (PST) Date: Thu, 19 Nov 2009 01:57:06 +0000 From: David Collins To: korvus@comcast.net Message-ID: <4b04a5f2.M8s3CtxBChtJdm5p%davidcollins001@gmail.com> References: <4AE3944A.4090602@videotron.ca> <4AE40A00.3040607@infracaninophile.co.uk> <4b02dc68.eJdGkKbmyLCy24CC%davidcollins001@gmail.com> <4B0429B3.1080702@comcast.net> In-Reply-To: <4B0429B3.1080702@comcast.net> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: flashplugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: davidcollins001@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 01:57:29 -0000 > >> This is what I did for a 7.2 box. Note that there are compatibility > >> > >> # pkg_info -orx linux > linux-stuff > >> # pkg_delete -rx linux > >> > >> # cd /compat/linux > >> # find . -type f -ls > >> # rm -rf * > >> > >> # sysctl compat.linux.osrelease=2.6.16 > >> > >> OVERRIDE_LINUX_BASE_PORT= f10 > >> OVERRIDE_LINUX_NONBASE_PORTS= f10 > >> > >> to /etc/make.conf. > >> > >> # portinstall www/nspluginwrapper > >> # nspluginwrapper -v -a -i > >> > >> * Finally, fire up Firefox and check that it has loaded the flash plugin by > >> typing 'about:plugins' into the URL bar. Find a site with flash content[*], > >> and enjoy. > > > Set linux_enable="YES" in /etc/rc.conf and make sure you are mounting > linprocfs: > /etc/fstab: > # Device Mountpoint FStype Options Dump Pass# > linproc /compat/linux/proc linprocfs rw 0 0 > Mounted linprocfs and it worked perfectly! Method tested and works on another 7.2 box Thanks :)