Date: 06 Sep 2002 00:34:38 -0400 From: Joe Marcus Clarke <marcus@marcuscom.com> To: pirat <pirat@access.inet.co.th> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Gdk-WARNING **: shmget failed: error 28 (No space left on device) Message-ID: <1031286878.343.50.camel@gyros.marcuscom.com> In-Reply-To: <20020906031226.GB71471@thai-aec.org> References: <20020905234732.GA71471@thai-aec.org> <1031279457.343.1.camel@gyros.marcuscom.com> <20020906031226.GB71471@thai-aec.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2002-09-05 at 23:12, pirat wrote: > hi sirs, > > On Thu, Sep 05, 2002 at 10:30:56PM -0400, Joe Marcus Clarke wrote: > > Subject: Re: Gdk-WARNING **: shmget failed: error 28 (No space left on > > device) > > From: Joe Marcus Clarke <marcus@marcuscom.com> > > To: pirat <pirat@access.inet.co.th> > > > > On Thu, 2002-09-05 at 19:47, pirat wrote: > > > hi sirs, > > > > > > during this morning, mozilla dies very often with strange message mentioned above. am using mozilla 1.1 > > > > > > what device does the message refer to ? > > > > Looks like you might be out of shared memory. You might trying setting: > > > > kern.ipc.shmmax=67108864 > > kern.ipc.shmall=32768 > > > > and see if the problem goes away. > > > thanks. > i still get the same printout after setting to new values. > my machine is > firak# uname -a > FreeBSD firak.thai-aec.org 4.6-STABLE FreeBSD 4.6-STABLE #6: Fri Aug 23 14:56:15 > ICT 2002 root@firak.thai-aec.org:/usr/obj/usr/src/sys/GENERIC i386 > . > > this small one is a local name server to my private segment. > will it cause any damage to my machine ? No, these are recommended when running very graphics intensive applications (such as DVD players). You may also want to up kern.ipc.shmseg from 128 to 512, and see if the problem goes away: kern.ipc.shmseg: 512 Joe > > with best regards, > psr. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1031286878.343.50.camel>