From owner-freebsd-stable@FreeBSD.ORG Thu Sep 29 21:42:19 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 EA9C51065670 for ; Thu, 29 Sep 2011 21:42:19 +0000 (UTC) (envelope-from bengta@P142.sics.se) Received: from sink.sics.se (sink.sics.se [193.10.64.88]) by mx1.freebsd.org (Postfix) with ESMTP id 52B788FC17 for ; Thu, 29 Sep 2011 21:42:19 +0000 (UTC) Received: from P142.sics.se (h139n3-u-d1.ias.bredband.telia.com [90.228.197.139]) by sink.sics.se (8.14.3/8.14.3) with ESMTP id p8TLgGrA007600 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 29 Sep 2011 23:42:17 +0200 (CEST) (envelope-from bengta@P142.sics.se) Received: from P142.sics.se (localhost [127.0.0.1]) by P142.sics.se (8.14.4/8.14.4) with ESMTP id p8TLh4Z4005385; Thu, 29 Sep 2011 23:43:04 +0200 (CEST) (envelope-from bengta@P142.sics.se) Received: (from bengta@localhost) by P142.sics.se (8.14.4/8.14.4/Submit) id p8TLh4d9005384; Thu, 29 Sep 2011 23:43:04 +0200 (CEST) (envelope-from bengta@P142.sics.se) From: Bengt Ahlgren To: Ted Faber In-Reply-To: <20110929195001.GF2677@vim.isi.edu> (Ted Faber's message of "Thu, 29 Sep 2011 12:50:01 -0700") References: <289481317219917@web124.yandex.ru> <20110928104226.2e53343f@cox.net> <587271317225583@web125.yandex.ru> <20110928115008.3d121d38@cox.net> <20110928121035.568ff6e6@cox.net> <753371317233305@web145.yandex.ru> <20110929175755.GA1694@callisto.augenstein.ten> <4E84BBE3.1090701@protected-networks.net> <20110929195001.GF2677@vim.isi.edu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) Date: Thu, 29 Sep 2011 23:43:03 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-stable@freebsd.org Subject: Re: 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: Thu, 29 Sep 2011 21:42:20 -0000 Ted Faber writes: > On Thu, Sep 29, 2011 at 02:41:39PM -0400, Michael Butler wrote: >> On 09/29/11 13:57, Norbert Augenstein wrote: >> > On Wed, Sep 28, 2011 at 10:08:25PM +0400, S.N.Grigoriev wrote: >> >> 28.09.2011, 21:10, "Conrad J. Sabatier": >> >>> On Wed, 28 Sep 2011 11:50:08 -0500 >> >>> "Conrad J. Sabatier" wrote: >> >> [ .. snip .. ] >> >> >>> >> >>> Actually, now that I think of it, I think the way I did it was this: >> >>> >> >>> cd /home/conrads/.mozilla/plugins >> >>> >> >>> /usr/local/lib/nspluginwrapper/x86_64/freebsd/npconfig >> >>> -i /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so >> >>> >> >>> And npwrapper.libflashplayer.so was created >> >>> under /home/conrads/.mozilla/plugins. >> >>> >> >>> Hope this helps. >> >> >> >> I've done it. No results. >> > >> > ... same problem here, but the last i did yesterday was a >> > 'freebsd-update' to 8.2-RELEASEp3 >> > >> > after 'freebsd-update rollback' flash is working again. >> > can someone look at this? >> >> Another data-point; when it fails, it records .. >> >> (npviewer.bin:62652): Gtk-WARNING **: cannot open display: :0 >> *** NSPlugin Wrapper *** ERROR: failed to initialize plugin-side RPC >> client connection >> NOTE: child process received `Goodbye', closing down >> >> .. in .xsession-errors :-( > > I see that as well as: > > (process:5430): Gtk-WARNING **: Locale not supported by C library. > Using the fallback 'C' locale. > > (npviewer.bin:5430): GLib-WARNING **: getpwuid_r(): failed due > to unknown user id (2139) > > (npviewer.bin:5430): Gtk-WARNING **: cannot open display: :0.0 > *** NSPlugin Wrapper *** ERROR: failed to initialize plugin-side > RPC client connection > NOTE: child process received `Goodbye', closing down > > > I haven't explored the getpwuid_r thing. After installing the recent uipc_socket security patch, acroread also fails with "cannot open display: :0.0". That leads me to think that the recent uipc_socket security patch broke Unix-domain sockets in the Linux ABI in some way. (I'm on 8.2-REL.) Bengt