From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-1.1 required=3.0 tests=AWL,BAYES_00,FREEMAIL_FROM, FROM_STARTS_WITH_NUMS,MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=no version=3.3.2 Path: news.gmane.org!not-for-mail From: Hleb Valoshka <375gnu@gmail.com> Newsgroups: gmane.comp.lang.ruby.posix-mq.general Subject: Re: [PATCH 3/3] Add a sleep in alarm test in current Ruby. Date: Fri, 13 Jul 2012 19:46:14 +0300 Message-ID: References: <1341346430-8113-1-git-send-email-375GNU@Gmail.COM> <1341346430-8113-3-git-send-email-375GNU@Gmail.COM> <20120704002017.GA14457@dcvr.yhbt.net> <20120713072133.GA27178@dcvr.yhbt.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1342198079 3680 80.91.229.3 (13 Jul 2012 16:47:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 Jul 2012 16:47:59 +0000 (UTC) To: ruby.posix.mq@librelist.com Original-X-From: ruby.posix.mq@librelist.com Fri Jul 13 18:47:55 2012 Return-path: Envelope-to: gclrpg-ruby.posix.mq@m.gmane.org List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: ruby.posix.mq@librelist.com Xref: news.gmane.org gmane.comp.lang.ruby.posix-mq.general:114 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Spj21-0000xN-Rp for gclrpg-ruby.posix.mq@m.gmane.org; Fri, 13 Jul 2012 18:47:54 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 8810A21DA30 for ; Fri, 13 Jul 2012 16:56:47 +0000 (UTC) On 7/13/12, Eric Wong wrote: > Hleb Valoshka <375gnu@gmail.com> wrote: >> No, It's on GNU/Linux. On GNU/kFreeBSD I have "Errno::ENOSYS: Function >> not implemented - mq_open" (yes, I've made "kldload mqueuefs). > > OK, I've reproduced this, too. Could be an EGLIBC issue... Or kernel. The following is from irc: kibi@asdfasdf:~$ sudo ipcs kernel not configured for shared memory kernel not configured for semaphores kernel not configured for message queues but maybe that's just some missing bits in the kernel. I dunno what version they run on asdfasdf, but on sid the report from ipcs is the same.