From owner-freebsd-questions@FreeBSD.ORG Sun Oct 18 08:53:28 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CA2F106566B for ; Sun, 18 Oct 2009 08:53:28 +0000 (UTC) (envelope-from basarevych@gmail.com) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by mx1.freebsd.org (Postfix) with ESMTP id EAED08FC13 for ; Sun, 18 Oct 2009 08:53:27 +0000 (UTC) Received: by ewy18 with SMTP id 18so3007195ewy.43 for ; Sun, 18 Oct 2009 01:53:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=LhHogPTd58eFNIqznmhOwc02PeAryaMHucovgM4bTq4=; b=qe3vitbKM7Sd5MuDrVRY2B+OaeHX3grnj1UNn8+N3rzIs8iKj/2IsYVXVn043UX8SO y7aNVm7bheegAT0zmjd4lQOTLzMGuJWfSajNe27ke2tUFxt6OMswssk8KSWHc8nuZv1u /ZMMHwLtNJqR6gyZ7LQERypFbvQ4M5w2vTqxg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=oPpIPfHjHT3bGpPYd1WSvzzb6I1IYN/Pxb2yZoFyhA9QtSfD+FE/PhP6vHnXN50A/h 6reUZA9hsUakz/zUJrTyKvv+4B0cVpFH9J4Ck8af6Ztd7j7DQbm/5Wm0BbzQIit+rOSJ eEgZH1xeq7KHEZudLmWN+WZD+tb37FybuPFpk= MIME-Version: 1.0 Received: by 10.211.158.15 with SMTP id k15mr4086929ebo.25.1255854341035; Sun, 18 Oct 2009 01:25:41 -0700 (PDT) Date: Sun, 18 Oct 2009 11:25:41 +0300 Message-ID: <65e9c8190910180125g4af334a7xe550e5562a6798e1@mail.gmail.com> From: Ross To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: POSIX Message queues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2009 08:53:28 -0000 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?