Giter VIP home page Giter VIP logo

Comments (18)

archie951 avatar archie951 commented on August 23, 2024

Hi @distsystemsarchitect ,
The error seems to be because of some updated cryptography package here. I suggest you uninstall it using below command on both controller and node.
pip uninstall -y cryptography

Run the deploy script after removing it.
If you face this error again, please install watchdog on both node and controller and run the below command parallelly while running the deploy_ne.sh script.
watch pip uninstall -y cryptography

Basically this command will be executed every 2 seconds, so if by any chance cryptography get installed anytime during the installation process, using watchdog will keep on clearing it automatically without manual intervention. Please let us know if this works.

Regards,
Archit

from specs.

archie951 avatar archie951 commented on August 23, 2024

Hi @distsystemsarchitect,

Are you able to install OpenNESS 20.06 successfully. If you are facing any issues please let us know.

Regards,
Archit

from specs.

archie951 avatar archie951 commented on August 23, 2024

Hi @distsystemsarchitect ,

The permanent fix for this issue has been solved by the OpenNESS 20.06.01 patch release. Please clone the repository again and you won't face this issue.

@amr-mokhtar : Please close this ticket. Thanks!

Regards,
Archit

from specs.

sushantsj avatar sushantsj commented on August 23, 2024

I am also facing the same issue and tried uninstalling cryptography as mentioned above but uninstalling it on controller and node, it is showing that cryptography is not installed. Can you help?

from specs.

archie951 avatar archie951 commented on August 23, 2024

Hi @sushantsj,

This issue has now been resolved by the new OpenNESS 20.06.01 patch release. Could you please try doing a fresh installation once and let us know if you face the same issue. Try doing a cleanup and clone the openness-experience-kits once again

Thanks,
Archit

from specs.

sushantsj avatar sushantsj commented on August 23, 2024

@archie951
Facing this issue while ./deploy_ne.sh node01
Error: TASK [machine_setup/os_setup : Install IUS Repository]
Failure Downloading https://repo.ius.io/ius-release-e17.rpm, Request Failed:<url open error [Errno-2] Name or service not known>
Any help would be appreciated

from specs.

sushantsj avatar sushantsj commented on August 23, 2024

Hi @sushantsj,

This issue has now been resolved by the new OpenNESS 20.06.01 patch release. Could you please try doing a fresh installation once and let us know if you face the same issue. Try doing a cleanup and clone the openness-experience-kits once again

Thanks,
Archit

It is the latest release and the issue is not in node but in controller

  1. ./deploy_ne.sh controller //failing related to python issue mentioned above.
  2. ./deploy_ne.sh node // failing while pulling IUS repository i.e Failure Downloading https://repo.ius.io/ius-release-e17.rpm, Request Failed:<url open error [Errno-2] Name or service not known>

from specs.

sushantsj avatar sushantsj commented on August 23, 2024

Hi @archie951 ,
Cloned the latest release, still facing the same issue.
Can you help?

from specs.

archie951 avatar archie951 commented on August 23, 2024

Hi @sushantsj,
Please note that there is no repository by the name of https://repo.ius.io/ius-release-e17.rpm. It is rather present in roles/machine_setup/os_setup/tasks/install_base_os_packages.yml as https://repo.ius.io/ius-release-el7.rpm .
Can you please check the value set in above yml. I hope you have not made any changes in the openness experience kits and only have changed hugepages according to your system requirement. Rest of the packages and dependencies will be installed by OpenNESS itself.
If you still face issues please share with us the log files for debugging.

Thanks and Regards,
Archit Agarwal

from specs.

sushantsj avatar sushantsj commented on August 23, 2024

from specs.

archie951 avatar archie951 commented on August 23, 2024

Hi @sushantsj,

Can you please let us know your controller and node hardware specifics. How much HDD and hard-disk space have been allocated and how much is left by doing df -h and free -h?

Regards,
Archit

from specs.

sushantsj avatar sushantsj commented on August 23, 2024

from specs.

archie951 avatar archie951 commented on August 23, 2024

Hi @sushantsj ,

The controller and node created by you are too small for OpenNESS deployment. That is the reason it is getting corrupt. Atleast 30GB or more HDD is required. Also the RAM is too less. The huge pages will never be sufficient enough. I would suggest to use atleast 16GB RAM for controller and 32GB for node.
Please refer the documentation.
https://github.com/open-ness/specs/blob/master/doc/getting-started/network-edge/controller-edge-node-setup.md#qa

Regards,
Archit

from specs.

sushantsj avatar sushantsj commented on August 23, 2024

from specs.

sushantsj avatar sushantsj commented on August 23, 2024

from specs.

archie951 avatar archie951 commented on August 23, 2024

Please update the git version on both node and controller. I am suspecting that the current version will be 1.8.x. You need to update it to 2.1.x. For doing so please run below commands on both VM's:

yum remove -y git*
yum install -y --enablerepo=ius-archive git2u-all

Regards,
Archit

from specs.

sushantsj avatar sushantsj commented on August 23, 2024

from specs.

archie951 avatar archie951 commented on August 23, 2024

Oh that's great to hear Sushant. No problem at all.

@amr-mokhtar - Hi, Could you please close this ticket.
Thanks,
Archit

from specs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.