From owner-freebsd-emulation@FreeBSD.ORG Fri Feb 17 18:32:32 2012 Return-Path: Delivered-To: emulation@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 62A921065672; Fri, 17 Feb 2012 18:32:31 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-emulation@FreeBSD.org Date: Fri, 17 Feb 2012 13:32:21 -0500 User-Agent: KMail/1.6.2 References: <20120215164722.GA1693@vniz.net> In-Reply-To: <20120215164722.GA1693@vniz.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201202171332.23968.jkim@FreeBSD.org> Cc: "ports@freebsd.org" , "emulation@freebsd.org" , Andrey Chernov Subject: Re: linux-f10-flashplugin11 not works for 9-stable (Linuxulator?) 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: Fri, 17 Feb 2012 18:32:32 -0000 On Wednesday 15 February 2012 11:47 am, Andrey Chernov wrote: > Having 9-stable and ports from Feb 14, all builded from sources, I > get this commonly looking error attempting to view flash in FF > 10.0.1: > > *** NSPlugin Wrapper *** ERROR: failed to initialize plugin-side > RPC client connection > NOTE: child process received `Goodbye', closing down > > Looking into ktrace I found error reason: > > 82037 plugin-container CALL connect(0x16,0x2c04f9d4,0x42) > 82037 plugin-container STRU struct sockaddr { AF_LOCAL, invalid } > 82037 plugin-container NAMI > "/tmp/_org_wrapper_NSPlugins_libflashplayer.so_82037-2_1804289383" > 82037 plugin-container RET connect -1 errno 2 No such file or > directory > > (repeated several times). > > This "invalid" in sockaddr looks familiar as for some time ago > added sockaddr length checks our kernel, but as bz@ says this > should be already fixed. Yes, it should be fixed *before* 9.0-RELEASE. Please try "make configure" and send me config-host.h from work/nspluginwrapper-1.4.4 directory. Jung-uk Kim