From owner-freebsd-stable@FreeBSD.ORG Wed Sep 28 14:25:36 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBD5A106566B for ; Wed, 28 Sep 2011 14:25:36 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Received: from forward11.mail.yandex.net (forward11.mail.yandex.net [IPv6:2a02:6b8:0:801::1]) by mx1.freebsd.org (Postfix) with ESMTP id 408B48FC08 for ; Wed, 28 Sep 2011 14:25:36 +0000 (UTC) Received: from web124.yandex.ru (web124.yandex.ru [95.108.130.102]) by forward11.mail.yandex.net (Yandex) with ESMTP id 98057E81BD5 for ; Wed, 28 Sep 2011 18:25:18 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1317219918; bh=7oL069b5B+wpestdyna0XISYMBCGtJP33/MqHhek4/E=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=W7QHgEFNRBsmUsciEaGUofds5PET9R7PBtrNt/RIvp939HfWoCFOjUrYX373TI0X3 AmRnvdWhayFh7QrJfTwwV8G41jS5jk02060rMxjfA1dPkdEsI2j7YmL5dpHvoRFxgi +zHxZDB9BPWP5Zg3fWZD818BSjNM7EpskhWkAnfQ= Received: from localhost (localhost.localdomain [127.0.0.1]) by web124.yandex.ru (Yandex) with ESMTP id 81ECB4150037 for ; Wed, 28 Sep 2011 18:25:18 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1317219918; bh=7oL069b5B+wpestdyna0XISYMBCGtJP33/MqHhek4/E=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=W7QHgEFNRBsmUsciEaGUofds5PET9R7PBtrNt/RIvp939HfWoCFOjUrYX373TI0X3 AmRnvdWhayFh7QrJfTwwV8G41jS5jk02060rMxjfA1dPkdEsI2j7YmL5dpHvoRFxgi +zHxZDB9BPWP5Zg3fWZD818BSjNM7EpskhWkAnfQ= X-Yandex-Spam: 1 Received: from [188.134.22.116] ([188.134.22.116]) by web124.yandex.ru with HTTP; Wed, 28 Sep 2011 18:25:17 +0400 From: S.N.Grigoriev To: freebsd-stable@freebsd.org MIME-Version: 1.0 Message-Id: <289481317219917@web124.yandex.ru> Date: Wed, 28 Sep 2011 18:25:17 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Subject: linux-f10-flashplugin X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2011 14:25:36 -0000 Hi list, I upgraded today kernel and world from fresh sources on my 8-stable amd64 system. I upgraded ports as well. After that both firefox and chromium do not see linux-f10-flashplugin. I reinstalled manually emulators/linux_base-f10, www/nspluginwrapper and www/linux-f10-flashplugin10 and did other actions as described in the chapter 6.2.3 of the FreeBSD Handbook. The following conditions are met: linprocfs is mounted on /usr/compat/linux/proc, there is a softlink from /usr/local/lib/browser_plugins/ pointing to /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so, ~/.mozilla/plugins/npwrapper.libflashplayer.so is created by the nspluginwrapper -v -a -i command. All browsers still treat the flash plugin as missing. What may be wrong? Thanks, Serguey.