It sounds like you're running into this bug: https://issues.apache.org/jira/browse/AURORA-1487
(the hello_docker example is currently broken) 2016-07-13 12:26 GMT+02:00 Yiannis Gkoufas <[email protected]>: > Hi guys, > > I was trying aurora via the vagrant VM. I can successfully launch a job, > but not to create a container > Once I ssh I give: > aurora job create devcluster/docker-test/devel/hello_docker > /vagrant/examples/jobs/docker/hello_docker.aurora > The error that I get is: > Traceback (most recent call last): > File "apache/aurora/executor/bin/thermos_executor_main.py", line 45, in > <module> > from mesos.native import MesosExecutorDriver > File > "/root/.pex/install/mesos.native-0.27.2-py2.7-linux-x86_64.egg.6c53d177e078864264dbb5af282e84d7c2cdc3a8/mesos.native-0.27.2-py2.7-linux-x86_64.egg/mesos/native/__init__.py", > line 17, in <module> > from ._mesos import MesosExecutorDriverImpl > ImportError: libcurl-nss.so.4: cannot open shared object file: No such > file or directory > I tried installing the libcurl-nss packages but there was no change. > > Thanks! >
