POSIX Message queues

Pieter de Goeje pieter at degoeje.nl
Sun Oct 18 11:40:57 UTC 2009


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


More information about the freebsd-questions mailing list