From: Andreas Oberritter <obi@opendreambox.org>
To: bitbake-devel@lists.openembedded.org
Subject: Re: bitbake multi-processing semaphore in linux-vserver
Date: Wed, 07 Mar 2012 18:42:18 +0100 [thread overview]
Message-ID: <4F579DFA.8010404@opendreambox.org> (raw)
In-Reply-To: <4F579790.7020806@opendreambox.org>
On 07.03.2012 18:14, Andreas Oberritter wrote:
> I tried to run today's BitBake master on Debian Squeeze,
> running inside a Linux-Vserver. I ran into the problem below:
>
> Traceback (most recent call last):
> File ".../bitbake/bin/bitbake", line 258, in <module>
> ret = main()
> File ".../bitbake/bin/bitbake", line 226, in main
> server.initServer()
> File ".../bitbake/lib/bb/server/process.py", line 245, in initServer
> self.event_queue = ProcessEventQueue(0)
> File "/usr/lib/python2.6/multiprocessing/queues.py", line 37, in __init__
> self._rlock = Lock()
> File "/usr/lib/python2.6/multiprocessing/synchronize.py", line 117, in __init__
> SemLock.__init__(self, SEMAPHORE, 1, 1)
> OSError: [Errno 38] Function not implemented
>
> Has anybody else seen this? Is it likely to be caused by limitations
> of Linux-Vserver? Are there any workarounds or patches available to
> address this?
I was able to get rid of the problem by mounting a tmpfs to /dev/shm.
Maybe BitBake should suggest this in a future error message.
Regards,
Andreas
prev parent reply other threads:[~2012-03-07 17:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-07 17:14 bitbake multi-processing semaphore in linux-vserver Andreas Oberritter
2012-03-07 17:42 ` Andreas Oberritter [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F579DFA.8010404@opendreambox.org \
--to=obi@opendreambox.org \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.