-
Notifications
You must be signed in to change notification settings - Fork 598
OSX10.10.2 atcd can not work with error NotImplementedError: darwin backend is not implemented! #68
Comments
Hi @boxerxing The Also, mind that If you want to fiddle with ATC, you can run it in a VM though as explained in http://facebook.github.io/augmented-traffic-control/docs/contributing.html This is mainly use for developing on ATC and/or testing, but that can give you a good overview on how it works. |
@chantra thank you for your help.I'll try it on ubuntu 13.04 system but Django and MySQL always apt-get failed... I hope use ATC on iPhone between OSX . |
Great!,The ATC env is build done,but i have another problem,After i config both files ("atcui/settings.py" and "atcui/urls.py") as your doc,then i run "sudo atcd" under virtual env,but the atcd server couldn't be luanched with issue: (Could you help me ? i do sudo atcd --atcd-eth0 failed like this.) |
@boxerxing
Typically, one of the network interface is connected to your internal network (can be configured with --atcd-lan and defaults to eth1) and one is connected to your uplink to the internet (--atcd-wan and defaults to eth0) |
I download and install ATC according to the readme file block in step run atcd with following issue:Traceback (most recent call last):
File "/usr/local/bin/atcd", line 13, in
runner.run()
File "/usr/local/lib/python2.7/site-packages/atcd/scripts/runner.py", line 34, in run
initialize_thrift()
File "/usr/local/lib/python2.7/site-packages/atcd/scripts/runner.py", line 27, in initialize_thrift
AtcdThriftHandlerTask.factory().register()
File "/usr/local/lib/python2.7/site-packages/atcd/AtcdThriftHandlerTask.py", line 203, in factory
'{0} backend is not implemented!'.format(os_name.lower())
NotImplementedError: darwin backend is not implemented!
I use two ways install thrift but always got the same error above.
brew install thrift and git clone source code
hope you give me some advance.
The text was updated successfully, but these errors were encountered: