From owner-freebsd-questions@FreeBSD.ORG Tue Oct 27 22:37:39 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D767F1065692 for ; Tue, 27 Oct 2009 22:37:39 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from mail-yw0-f178.google.com (mail-yw0-f178.google.com [209.85.211.178]) by mx1.freebsd.org (Postfix) with ESMTP id 8AF3C8FC1C for ; Tue, 27 Oct 2009 22:37:39 +0000 (UTC) Received: by ywh8 with SMTP id 8so187101ywh.3 for ; Tue, 27 Oct 2009 15:37:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to :references:content-type:date:message-id:mime-version:x-mailer; bh=5h9AHX7yiEVkJ/i0Vi6nELuOgE46Us/xhmzoYI6Idwk=; b=g6XgYx0B3sI3X1NGP1MkluZfa8uU7sqS3W2K7kj/K1htSBoKmHy5VXDgL81cTbA99s ws4UwtDtIr3VPKpWXHMx5loI7wzV5I81h9x6ww0fldwKoJ7pfg+jImD6ZIS9kS/QlRDk 324thifNhgn+iyrC6JWGzNq3c+i4lNQ32hzVw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer; b=oFcv4ldv3F6jBpYh3lPPScJAW19hSw3cHPxK5lyyx958BgAjBQiRzuUN5qScMqPEBB Hgk+cw92qqYl54Olm2A5MB1nrkQPoge2BPgwLZaS3JcsTz5cBIL583sodTT+lKS0jQXD 1HNuwv8ejs1QQ5IThgM0s2JDikyyWwNDhNin8= Received: by 10.91.55.2 with SMTP id h2mr6536440agk.65.1256683058854; Tue, 27 Oct 2009 15:37:38 -0700 (PDT) Received: from ?192.168.8.215? ([200.175.62.192]) by mx.google.com with ESMTPS id 39sm164269yxd.27.2009.10.27.15.37.35 (version=SSLv3 cipher=RC4-MD5); Tue, 27 Oct 2009 15:37:37 -0700 (PDT) From: Sergio de Almeida Lenzi To: af.gourmet@videotron.ca, freebsd-questions In-Reply-To: <4AE7696F.1030601@videotron.ca> References: <4AE3944A.4090602@videotron.ca> <20091025062322.GA985@sandcat> <4AE63986.6090106@videotron.ca> <20091027051352.417ce684@scorpio.seibercom.net> <1256674827.6414.8.camel@lenzinote.wrinfo> <4AE7696F.1030601@videotron.ca> Date: Tue, 27 Oct 2009 20:37:25 -0200 Message-ID: <1256683045.6414.44.camel@lenzinote.wrinfo> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: flashplugin 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: Tue, 27 Oct 2009 22:37:40 -0000 Ok... supose you use FreeBSD 7.2 P3 (last version) but the RELEASE should work too.. supose you use AMD64.... 1) compile a custom kernel with SEM (semaphore enable) (sem_enable=YES) in the loader.conf 2) deinstall all linux stuff, remove the /compat/linux from the system, deinstall all pkg with linux.... 3) supose you will choose the basics... that is linux fc4 4) mount the /proc and linprocfs in fstab linproc /compat/linux/proc linprocfs rw,noauto 0 0 proc /proc procfs rw 0 0 5) install portmaster (recomended) 6) portmaster -Bdg www/linuxpluginwrapper 7) portmaster -Bdg www/linux-flashplugin9 8) mount -a (this will mount the /proc and linprocfs 9) nspluginwapper -v -a -i 10 ) if you are using epiphany..... cd /usr/local/lib/epiphany/2.26/plugins;ln -s /usr/local/lib/browser_plugins/*.so . 11) make sure linux module is on the kernel...... 12) run browser and type about:plugins (this will show you the plugin running).... This sure works...