Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2009 13:40:40 +0200
From:      Pieter de Goeje <pieter@degoeje.nl>
To:        freebsd-questions@freebsd.org
Cc:        Ross <basarevych@gmail.com>
Subject:   Re: POSIX Message queues
Message-ID:  <200910181340.40606.pieter@degoeje.nl>
In-Reply-To: <65e9c8190910180125g4af334a7xe550e5562a6798e1@mail.gmail.com>
References:  <65e9c8190910180125g4af334a7xe550e5562a6798e1@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 18 October 2009 10:25:41 Ross wrote:
> I have a program that works with POSIX message queues, i.e. calls
> mq_open, mq_send, etc. These calls fail with "Bad system call"
> message.
> I googled that in order to get POSIX semaphores work on FreeBSD you
> should kldload sem. What should I load to make message queues work?

kldload mqueuefs

See mqueuefs(5) for more information. It probably should've been referenced 
from mq_open(2).

-- 
Pieter de Goeje



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910181340.40606.pieter>