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

fix install.sh #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix install.sh #1

wants to merge 1 commit into from

Conversation

dcd
Copy link

@dcd dcd commented Jun 22, 2021

  • replace wget (missing) with curl (installed)

  • replace apt install package.deb with dpkg -i package.deb

  • print cloudflared version as final check

* replace wget (missing) with curl (installed)

* replace `apt install package.deb` with `dpkg -i package.deb`

* print cloudflared version as final check
@dcd
Copy link
Author

dcd commented Jun 22, 2021

cc @testdasi

@monghuz
Copy link

monghuz commented Jun 23, 2021

Thx @dcd!

I had the same issue, till I opened a bash in the container and executed the modified install.sh :)

Starting cloudflared
./run: line 7: /usr/local/bin/cloudflared: No such file or directory
Stopping stubby
Stopping cloudflared
cloudflared: no process found
Starting stubby
[17:44:38.590900] STUBBY: Read config from file /config/stubby.yml
Starting cloudflared
2021-06-23T17:44:38Z INF Version 2021.6.0

2021-06-23T17:44:38Z INF GOOS: linux, GOVersion: devel +11087322f8 Fri Nov 13 03:04:52 2020 +0100, GoArch: amd64
2021-06-23T17:44:38Z INF Settings: map[config:/config/cloudflared.yml proxy-dns:true proxy-dns-address:127.1.1.1 proxy-dns-port:5153 proxy-dns-upstream:[https://1.1.1.1/dns-query https://1.0.0.1/dns-query]]
2021-06-23T17:44:38Z INF Adding DNS upstream url=https://1.1.1.1/dns-query
2021-06-23T17:44:38Z INF Adding DNS upstream url=https://1.0.0.1/dns-query
2021-06-23T17:44:38Z INF Starting DNS over HTTPS proxy server address=dns://127.1.1.1:5153
2021-06-23T17:44:38Z INF Autoupdate frequency is set autoupdateFreq=86400000```

@TheSamDickey
Copy link

Had the same issue. I used your updated script and now it is working. Thanks :D

@suckerface
Copy link

While the wget and dpkg -I fixes are still relevant, the source of the files at equinox.io are not longer valid. Updated PR #2 should address this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants