sdnwiselab / sdn-wise-contiki

The Open Source OS for the Internet of Things meets the Software Defined Networking
https://sdnwiselab.github.io/
BSD 3-Clause "New" or "Revised" License
25 stars 24 forks source link

issue in running Sdn-wise and onos. #20

Open iamxg opened 4 years ago

iamxg commented 4 years ago

Hi Mr. Milardo,

Can you tell me how to resolve the following problem?Thank you.

user@instant-contiki:$ echo "export ONOS_ROOT=/onos" >> ~/.bashrc && source ~/.bashrc && source $ONOS_ROOT/tools/dev/bash_profile && cd ~/onos &&

tools/build/onos-buck build onos --show-output && tools/build/onos-buck run onos-local -- clean debug Updating Buck... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:20 --:--:-- 0curl: (7) Failed to connect to onlab.vicci.org port 80: Connection refused

georgefatsis commented 3 years ago

Hi iamxg,

I faced the same issue in june. It appears that the onos project removed the file or changed the server. This is not issue of sdn-wise but issue of the onos project, I suggest that you contact the onos project team.

Regards.

damuocle commented 3 years ago

I am having a problem with the tutorial of SDN-WISE and ONOS. When I try to builld ONOS with BUCK I obtain this message: curl(52): empty reply from server

I don't know how to solve this problem.

georgefatsis commented 3 years ago

@damuocle Hi, you seem to have the same issue as I mentioned in my last comment. The answer can be found in the following issue: https://github.com/sdnwiselab/sdn-wise-contiki/issues/17#issuecomment-720515894

I hope this is helpfull.

Regards