From owner-freebsd-stable Mon Sep 23 7: 9:34 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05BE137B401 for ; Mon, 23 Sep 2002 07:09:32 -0700 (PDT) Received: from TheWorld.com (pcls2.std.com [199.172.62.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AFED43E3B for ; Mon, 23 Sep 2002 07:09:31 -0700 (PDT) (envelope-from kwc@shell.TheWorld.com) Received: from shell.TheWorld.com (blair@shell01.TheWorld.com [199.172.62.241]) by TheWorld.com (8.9.3/8.9.3) with ESMTP id KAA13365; Mon, 23 Sep 2002 10:08:20 -0400 Received: (from kwc@localhost) by shell.TheWorld.com (8.9.3/8.9.3) id KAA13431978; Mon, 23 Sep 2002 10:08:16 -0400 (EDT) Date: Mon, 23 Sep 2002 10:08:16 -0400 (EDT) From: Kenneth W Cochran Message-Id: <200209231408.KAA13431978@shell.TheWorld.com> To: "Sergey N. Voronkov" Subject: Re: 4.7-RC Gdk-WARNING **: shmget failed (mozilla 1.1,1) Cc: freebsd-stable@freebsd.org References: <200209210121.VAA9939070@shell.TheWorld.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Date: Mon, 23 Sep 2002 10:25:49 +0600 >From: "Sergey N. Voronkov" >To: Kenneth W Cochran >Cc: freebsd-stable@FreeBSD.ORG >Subject: Re: 4.7-RC Gdk-WARNING **: shmget failed (mozilla 1.1,1) > >On Fri, Sep 20, 2002 at 09:21:03PM -0400, Kenneth W Cochran wrote: >> Hello -stable: >> >> I just updated to 4.7-RC today (ports too) & now I get the following >> when I start mozilla (-devel, i.e. 1.1,1): >> >> Gdk-WARNING **: shmget failed: error 28 (No space left on device) >> >> Where is this coming from? (So far I can't find it...) >> What's going on? >> Anything I can do to trace and/or fix it? >> So far, no out-of-space/memory indications from df or top. {shrug} >> >> Mozilla seems to run fine otherwise. I have the FreeBSD Java >> 1.3.1 as well. Linux emulation is installed, but not running; >> no need because I'm not running any Linux binaries. >> >> Any ideas? >> >> Thanks, >> >> -kc > >Do you have flashplugin-mozilla installed? If so, you got it anyways! Indeed... Seems the port is broken in another way too - the port was recently patched to properly install in mozilla-devel, but it does not know how to *de*-install (via pkg_delete). >flashplugin (or mozilla?) doesn't free shared memory block used to >communication. Sounds more & more to me like flashplugin-mozilla needs to be marked as broken until it can be fixed. >Workarounds: >1) Use linux-mozilla. It is using native flash and is working normaly. Interesting... >2) Perform "ipcs -m" check just after exiting mozilla and remove any stale >shared memory block. >("ipcs -mo| awk '{if($7 == 0) print $2}'|xargs -n 1 ipcrm -m"). Ah, thanks! >Best Regards, > >Serg N. Voronkov, >Sibitex JSC. Again, thanks; I hope the "right people" are examining this, especially in preparation for the upcoming 4.7 release. -kc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message