This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS 5.1 M4 Lightweight installer Proxy support



I ran the installer on Ubuntu 10.04  with sudo and it failed to fetch data from HTTP urls. The reason is that I'm behind the proxy server.

Please add manual proxy configuration to the installer

  • Michael,

    I don't recall having problems in my Ubuntu 10.04 64-bit (I am also behind a proxy), but since I am in the TI intranet this may have influenced this outcome.

    I imagine you already checked the usual suspects: set the proxy in Firefox browser, in the menu System --> Preferences --> Network Proxy and in the command-line environment variable http_proxy=<my_proxy_server>:<port>

    Can you please confirm if you have everything correctly set as above? 

    Regards,

    Rafael.

     

  • Hi Rafael,

    I have checked all settings mentioned above one again and they look good. I have 'system wide' proxy and I have 'use system proxy' in Firefox. Iahe http_proxy set correctly for both user and root. Here is the error message I got from the installer.

    Error in action ExecuteAction

    Error in action ExecuteAction

    Error in action FetchURL

    couldn't open socket: host is unreachable
        while executing
    "::http::geturl $url -validate 1"
        (procedure "::InstallJammer::actions::FetchURL" line 19)
        invoked from within
    "::InstallJammer::actions::$component $this"
        while executing
    "$obj execute"
        (procedure "::InstallJammer::ExecuteActions" line 62)
        invoked from within
    "::InstallJammer::ExecuteActions $action -parent $id -conditions $eval"
        (procedure "::InstallJammer::actions::ExecuteAction" line 35)
        invoked from within
    "::InstallJammer::actions::$component $this"
        while executing
    "$obj execute"
        (procedure "::InstallJammer::ExecuteActions" line 62)
        invoked from within
    "::InstallJammer::ExecuteActions $action -parent $id -conditions $eval"
        (procedure "::InstallJammer::actions::ExecuteAction" line 35)
        invoked from within
    "::InstallJammer::actions::$component $this"
    Error in action ExecuteAction

    Error in action ExecuteAction

    Error in action FetchURL

    couldn't open socket: host is unreachable
        while executing
    "::http::geturl $url -validate 1"
        (procedure "::InstallJammer::actions::FetchURL" line 19)
        invoked from within
    "::InstallJammer::actions::$component $this"
        while executing
    "$obj execute"
        (procedure "::InstallJammer::ExecuteActions" line 62)
        invoked from within
    "::InstallJammer::ExecuteActions $action -parent $id -conditions $eval"
        (procedure "::InstallJammer::actions::ExecuteAction" line 35)
        invoked from within
    "::InstallJammer::actions::$component $this"
        while executing
    "$obj execute"
        (procedure "::InstallJammer::ExecuteActions" line 62)
        invoked from within
    "::InstallJammer::ExecuteActions $action -parent $id -conditions $eval"
        (procedure "::InstallJammer::actions::ExecuteAction" line 35)
        invoked from within
    "::InstallJammer::actions::$component $this"
        while executing
    "$obj execute"
        (procedure "::InstallJammer::ExecuteActions" line 62)
        invoked from within
    "::InstallJammer::ExecuteActions $id -when $when"
        (procedure "::InstallJammer::RaiseEventHandler" line 79)
        invoked from within
    "::InstallJammer::RaiseEventHandler  .wizard"
        (command bound to event)