From owner-freebsd-stable Sun Sep 22 21:25:56 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 B2B7A37B401 for ; Sun, 22 Sep 2002 21:25:54 -0700 (PDT) Received: from sbtx.tmn.ru (sbtx.tmn.ru [212.76.160.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7608343E65 for ; Sun, 22 Sep 2002 21:25:53 -0700 (PDT) (envelope-from serg@sbtx.tmn.ru) Received: from sv.tech.sibitex.tmn.ru (sv.tech.sibitex.tmn.ru [212.76.160.59]) by sbtx.tmn.ru (8.12.3/8.12.3) with ESMTP id g8N4Pojk076806; Mon, 23 Sep 2002 10:25:50 +0600 (YEKST) (envelope-from serg@sbtx.tmn.ru) Received: from sv.tech.sibitex.tmn.ru (localhost [127.0.0.1]) by sv.tech.sibitex.tmn.ru (8.12.6/8.12.6) with ESMTP id g8N4Pncc048029; Mon, 23 Sep 2002 10:25:49 +0600 (YEKST) (envelope-from serg@sv.tech.sibitex.tmn.ru) Received: (from serg@localhost) by sv.tech.sibitex.tmn.ru (8.12.6/8.12.6/Submit) id g8N4Pns1048028; Mon, 23 Sep 2002 10:25:49 +0600 (YEKST) 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) Message-ID: <20020923042549.GA47926@sv.tech.sibitex.tmn.ru> References: <200209210121.VAA9939070@shell.TheWorld.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209210121.VAA9939070@shell.TheWorld.com> User-Agent: Mutt/1.4i 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 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! flashplugin (or mozilla?) doesn't free shared memory block used to communication. Workarounds: 1) Use linux-mozilla. It is using native flash and is working normaly. 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"). Best Regards, Serg N. Voronkov, Sibitex JSC. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message