Hi, Seems like issue with permissions, described for example here http://stackoverflow.com/a/2009505/457560
-- Ivan On Wed, Aug 10, 2016 at 7:39 AM, Punyasloka Parida <[email protected]> wrote: > Hello All, > > I have integrated Ansible Plugin with foreman and it's working fine. > Whenever i run a playbook, I could see reports getting generated in foreman. > However, when I create roles under /etc/ansible/roles and enable the same > for the particular host - i get the message that the roles are being run in > the background but when i check /var/log/foreman/production.log, i recieve > the following error : > > Traceback (most recent call last): > File "/usr/bin/ansible-playbook", line 42, in <module> > debug_lock = Lock() > File "/usr/lib64/python2.7/multiprocessing/__init__.py", line 176, in Lock > return Lock() > File "/usr/lib64/python2.7/multiprocessing/synchronize.py", line 147, in > __init__ > SemLock.__init__(self, SEMAPHORE, 1, 1) > File "/usr/lib64/python2.7/multiprocessing/synchronize.py", line 75, in > __init__ > sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue) > OSError: [Errno 38] Function not implemented > > Thanks, > Punyasloka Parida > > -- > You received this message because you are subscribed to the Google Groups > "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/foreman-users. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Foreman users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/foreman-users. For more options, visit https://groups.google.com/d/optout.
