From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 27 15:55:59 2009 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E9341065697 for ; Tue, 27 Jan 2009 15:55:59 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (mailrelay.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id E91718FC12 for ; Tue, 27 Jan 2009 15:55:58 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id CCBECA06CB; Tue, 27 Jan 2009 16:30:05 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id C0E1EA06B6; Tue, 27 Jan 2009 16:30:05 +0100 (CET) Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id ACA49A0650; Tue, 27 Jan 2009 16:30:05 +0100 (CET) Received: from wep4035 ([132.187.37.35]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.0.2HF443) with ESMTP id 2009012716300491-31097 ; Tue, 27 Jan 2009 16:30:04 +0100 Received: by wep4035 (sSMTP sendmail emulation); Tue, 27 Jan 2009 16:30:04 +0100 From: "Alexey Shuvaev" Date: Tue, 27 Jan 2009 16:30:04 +0100 To: Arthur Melo Message-ID: <20090127153004.GA14427@wep4035.physik.uni-wuerzburg.de> References: <201435c80901261158g45e9bb41tcd9211cdaa534483@mail.gmail.com> MIME-Version: 1.0 In-Reply-To: <201435c80901261158g45e9bb41tcd9211cdaa534483@mail.gmail.com> Organization: Universitaet Wuerzburg User-Agent: Mutt/1.5.18 (2008-05-17) X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.0.2HF443 | November 25, 2008) at 01/27/2009 04:30:04 PM, Serialize by Router on domino1/uni-wuerzburg(Release 8.0.2HF443 | November 25, 2008) at 01/27/2009 04:30:05 PM, Serialize complete at 01/27/2009 04:30:05 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Cc: gnome@freebsd.org, freebsd-ports@freebsd.org Subject: Re: (no subject) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2009 15:56:00 -0000 On Mon, Jan 26, 2009 at 04:58:23PM -0300, Arthur Melo wrote: > Dear Srs. > > The error ocurred when I enter in my gmail. > > [suporte@bsdteste /usr/home/suporte]$ firefox --sync > :1: error: unexpected character `\1', expected keyword - e.g. `style' > NP_Initialize > New > open dsp: No such file or directory > SetWindow > SetWindow > NewStream > WriteReady > Write > decoding... > shmget: Cannot allocate memory ^^^^^^^ > Size = 547 x 225 > shmat: Invalid argument > The program 'firefox-bin' received an X Window System error. > This probably reflects a bug in the program. > The error was 'BadAccess (attempt to access private resource denied)'. > (Details: serial 33 error_code 10 request_code 146 minor_code 1) > (Note to programmers: normally, X errors are reported asynchronously; > that is, you will receive the error a while after causing it. > To debug your program, run it with the --sync command line > option to change this behavior. You can then get a meaningful > backtrace from your debugger if you break on the gdk_x_error() function.) > [suporte@bsdteste /usr/home/suporte]$ uname -a > FreeBSD bsdteste.grupoatemde.com.br 7.1-RELEASE FreeBSD 7.1-RELEASE > #0: Thu Jan 1 14:37:25 UTC 2009 > root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > [suporte@bsdteste /usr/home/suporte]$ > Any chance you have running postgresql server on this machine? Seems you are running out of kernel's limits on SysV shared memory resources. You could try doing what is in postgresql's pkg-message: [snip] To allow many simultaneous connections to your PostgreSQL server, you should raise the SystemV shared memory limits in your kernel. Here are example values for allowing up to 180 clients (configurations in postgresql.conf also needed, of course): options SYSVSHM options SYSVSEM options SYSVMSG options SHMMAXPGS=65536 options SEMMNI=40 options SEMMNS=240 options SEMUME=40 options SEMMNU=120 [snip] My 0.02$, Alexey.