Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install Semaphore with curl + sh #126

Closed
jeroenrinzema opened this issue Sep 19, 2020 · 4 comments
Closed

Unable to install Semaphore with curl + sh #126

jeroenrinzema opened this issue Sep 19, 2020 · 4 comments
Labels
bug Something isn't working more information needed Extra information is needed to understand this issue

Comments

@jeroenrinzema
Copy link
Contributor

Hi,

I am trying to run Semaphore on Ubuntu and executing below command.

$ curl -k https://raw.githubusercontent.com/jexia/semaphore/master/install.sh | sh -s -- -b ./bin v2.0.0-beta.19
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  9626  100  9626    0     0   4022      0  0:00:02  0:00:02 --:--:--  4020
jexia/semaphore info checking GitHub for tag 'v2.0.0-beta.19'
jexia/semaphore crit unable to find 'v2.0.0-beta.19' - use 'latest' or see https://github.com/jexia/semaphore/releases for details

But getting above mentioned error. Is there anything wrong in command. Could you please help me?

Originally posted by @Purushottamlpa in #94 (comment)

@jeroenrinzema
Copy link
Contributor Author

👋 @Purushottamlpa, thanks for the report. Would you be able to run the command again with debugging enabled?

$ curl https://raw.githubusercontent.com/jexia/semaphore/master/install.sh | sh -s -- -d -b ./bin v2.0.0-beta.19

@Purushottamlpa
Copy link

Purushottamlpa commented Sep 20, 2020

@jeroenrinzema, thanks for your response. Tried with above command. Please find response:

curl -k https://raw.githubusercontent.com/jexia/semaphore/master/install.sh | sh -s -- -d -b  ./bin v2.0.0-beta.19
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  9626  100  9626    0     0   6210      0  0:00:01  0:00:01 --:--:--  6210
jexia/semaphore info checking GitHub for tag 'v2.0.0-beta.19'
jexia/semaphore debug http_download https://github.com/jexia/semaphore/releases/v2.0.0-beta.19
jexia/semaphore debug http_download_curl received HTTP status 000
jexia/semaphore crit unable to find 'v2.0.0-beta.19' - use 'latest' or see https://github.com/jexia/semaphore/releases for details

@jeroenrinzema
Copy link
Contributor Author

@Purushottamlpa, the received HTTP status code is 000 which often means that a network error occurred. Would you be able to check if you are able to resolve the DNS for github.com and githubusercontent.com?

$ dig github.com
$ dig githubusercontent.com

In the meantime would you be able to download the binaries manually from the latest release. Please select a linux binary for your CPU architecture.

@jeroenrinzema jeroenrinzema added bug Something isn't working more information needed Extra information is needed to understand this issue labels Sep 23, 2020
@Purushottamlpa
Copy link

@jeroenrinzema, thanks again. I made semaphore up with binaries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working more information needed Extra information is needed to understand this issue
Projects
None yet
Development

No branches or pull requests

2 participants