Quoting Robert Pendell ([email protected]): > python crash > Traceback (most recent call last): > File "/home/shinji/trunk/chromite/bin/parallel_emerge", line 116, in > <module> > KILLED = multiprocessing.Event() > File "/usr/lib64/python2.6/multiprocessing/__init__.py", line 206, in > Event > return Event() > File "/usr/lib64/python2.6/multiprocessing/synchronize.py", line 268, in > __init__ > self._cond = Condition(Lock()) > File "/usr/lib64/python2.6/multiprocessing/synchronize.py", line 117, in > __init__ > SemLock.__init__(self, SEMAPHORE, 1, 1) > File "/usr/lib64/python2.6/multiprocessing/synchronize.py", line 49, in > __init__ > sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue) > OSError: [Errno 38] Function not implemented
Could also be that the userspace isn't set up quite right - i.e. the wrong syscall numbers listed in the include files or libraries. But yes, it called a syscall number that is not defined. Could've been worse, it could have called a syscall # for a different syscall, that can get tough to diagnose :) -serge ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Lxc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lxc-users
