Ticket Created
over 5 years ago

WERETECH-9679

SDK Manager fails in Fedora Linux

Split off from other bug report.

The SDK manager gives the following error on Fedora 32:

Unable to download the list of SDKs. Error code: 33554509

and

Unable to downloaded the device list. Error code: 33554509

The errors occur after successfully logging in.

using an ubuntu docker image, the sdkmanager does work.

Also tried to run sdkmanager via a proxy to see what it was doing. If I configure a system proxy then sdkmanager makes a few successful requests to cloudflare then crashes with a segmentation violation.

Parents
  • yes Slight smile

    so the sdk manager, rely on the fact that mac os x is now shipped with open ssl at a specific location, which wasn't the case with mac os 10.11

    In order to make it starting :

    1 - install brew on your mac

    /bin/bash -c "$(curl -fsSL raw.githubusercontent.com/.../install.sh)"
    
    

    2 - install open ssl : brew install openssl

    Here, I had a few issues which I needed to solve, like permission, etc, sorry but I can't remember the details..... look at the messages it returns during install, if I remember, on package failed, and it was easy to miss it doing so.

    3 - run this :

         sudo mkdir /usr/local/etc/openssl
        sudo ln -s /usr/local/etc/[email protected]/cert.pem /usr/local/etc/openssl/cert.pem

    the sdk manager will then start immediately Slight smile

    Good luck.

Comment
  • yes Slight smile

    so the sdk manager, rely on the fact that mac os x is now shipped with open ssl at a specific location, which wasn't the case with mac os 10.11

    In order to make it starting :

    1 - install brew on your mac

    /bin/bash -c "$(curl -fsSL raw.githubusercontent.com/.../install.sh)"
    
    

    2 - install open ssl : brew install openssl

    Here, I had a few issues which I needed to solve, like permission, etc, sorry but I can't remember the details..... look at the messages it returns during install, if I remember, on package failed, and it was easy to miss it doing so.

    3 - run this :

         sudo mkdir /usr/local/etc/openssl
        sudo ln -s /usr/local/etc/[email protected]/cert.pem /usr/local/etc/openssl/cert.pem

    the sdk manager will then start immediately Slight smile

    Good luck.

Children
No Data