From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#23582: Test failure on "make check" from a fresh git checkout (commit 9684e30b9b597b93ae9c797ba8f3b40eff893ebe) Date: Sat, 21 May 2016 11:19:10 -0400 Message-ID: <20160521151910.GA25589@jasmine> References: <573DD91E.5080702@fastmail.net> <87lh35exmv.fsf@gnu.org> <573F5A7D.4020008@fastmail.net> <20160520224810.GA4494@jasmine> <57400C83.8010208@fastmail.net> <57403A7D.3090002@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b48hD-0002Q5-VY for bug-guix@gnu.org; Sat, 21 May 2016 11:20:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b48h9-000364-Oe for bug-guix@gnu.org; Sat, 21 May 2016 11:20:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b48h8-00035j-IW for bug-guix@gnu.org; Sat, 21 May 2016 11:20:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1b48h8-00055E-Ai for bug-guix@gnu.org; Sat, 21 May 2016 11:20:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <57403A7D.3090002@uq.edu.au> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ben Woodcroft Cc: 23582@debbugs.gnu.org, davet@gnu.org On Sat, May 21, 2016 at 08:37:49PM +1000, Ben Woodcroft wrote: > On 21/05/16 17:21, Konrad Hinsen wrote: > > No error message this time. The log is attached. > > From teh log: > > 10526 mkdir("/tmp/guix-directory.2EiFxS/dev/mqueue", 0775) = 0 > > 10526 mount("mqueue", "/tmp/guix-directory.2EiFxS//dev/mqueue", "mqueue", > MS_NOSUID|MS_NODEV|MS_NOEXEC, NULL) = -1 EBUSY (Device or resource busy) > > This then might be the same issue as discussed previously > http://lists.gnu.org/archive/html/help-guix/2016-05/msg00006.html A quick scan through the mqueue man pages suggests mq_notify(3): "mq_notify - register for notification when a message is available [...] EBUSY Another process has already registered to receive notification for this message queue."