Skip site navigation (1)Skip section navigation (2)
Date:      21 Oct 1999 01:15:25 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        freebsd-questions@freebsd.org
Subject:   Re: Flashplayer and Plugin
Message-ID:  <86g0z5vfuq.fsf@localhost.hell.gr>
In-Reply-To: Sven Reimers's message of "Wed, 20 Oct 1999 17:12:16 %2B0200"
References:  <380DDBD0.13400E67@tu-harburg.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Sven Reimers <reimers@tu-harburg.de> writes:

> Hi,
> 
> any success using these under 3.1R or 3.2R?
> 
> Using the flashplayer I get the following error message:
> 
> shmget: Cannot allocate memory
> Size = 550 x 400
> shmat: Invalid argument
> X Error of failed request:  BadAccess (attempt to access private
> resource denied)
>   Major opcode of failed request:  129 (MIT-SHM)
>   Minor opcode of failed request:  1 (X_ShmAttach)
>   Serial number of failed request:  22
>   Current serial number in output stream:  23
> 

Have you enabled SystemV IPC in your kernel?  If not, you want to enable it by 
rebuilding your kernel after adding these to your configuration file:

	options		SYSVSHM		# SYSV-style shared memory
	options		SYSVMSG		# SYSV-style message queues
	options		SYSVSEM		# SYSV-style semaphores

-- 
Giorgos Keramidas, <keramida@ceid.upatras.gr>
"What we have to learn to do, we learn by doing." [Aristotle]


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?86g0z5vfuq.fsf>