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

[Bug] Failing to download files when installing #1404

Closed
norbee007 opened this issue Sep 16, 2023 · 5 comments
Closed

[Bug] Failing to download files when installing #1404

norbee007 opened this issue Sep 16, 2023 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@norbee007
Copy link

Hi!

I have trouble installing CasaOs. I am on a fresh install of Raspi OS. I get an error downloading a certain file. I am a noob, but I only followed the instructions of the offical page. I got a link for the log: http://sprunge.us/EskKCc. I tried WIFI, wired connection, and even mobile internet, but the same. Even the installer have trouble starting:
pi@raspberrypi:~ $ curl -fsSL https://get.casaos.io | sudo bash
curl: (7) Failed to connect to get.casaos.io port 443: No gateway to host

The terminal says this:


/ | / __ \ / |
| | __ _ ___ __ | | | | (

| | / / __|/ _ | | | |_
\
| |
| (
| _
\ (| | |__| |) |
_
_,|/_,|_/|__/

--- Made by IceWhale with YOU ---

[ OK ] Your hardware architecture is : aarch64
[ OK ] Your System is : Linux
[ OK ] Your Linux Distribution is : raspbian
[ OK ] Memory capacity check passed.
[ OK ] Disk capacity check passed.
Találat:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Találat:2 http://archive.raspberrypi.org/debian bullseye InRelease
Találat:3 https://download.docker.com/linux/raspbian bullseye InRelease
Reading packages... Finished
[ OK ] Current Docker verison is 24.0.6.
[ INFO ] Configuration CasaOS Addons
/tmp/casaos-installer/tmp.k3IeudreJ5 /home/pi
[ INFO ] Downloading https://github.com/IceWhaleTech/CasaOS-Gateway/releases/download/v0.4.4-1/linux-arm64-casaos-gateway-v0.4.4-1.tar.gz...
[FAILED] Failed to download package
pi@raspberrypi:~ $ journalctl -xeu casaos-app-management --no-pager | curl -F 'sprunge=<-' http://sprunge.us
http://sprunge.us/EskKCc
pi@raspberrypi:~ $

What can be the problem?
Best Regards!

@norbee007 norbee007 added the bug Something isn't working label Sep 16, 2023
@norbee007 norbee007 changed the title [Bug] [Bug] Failing to download files when installing Sep 16, 2023
@dragonfire1119
Copy link

dragonfire1119 commented Sep 16, 2023

You can try a

nslookup bigbeartechworld.com

if this fails to resolve then you need to update your /etc/resolv.conf file and add a different nameserver in like:

nameserver 1.1.1.1

. You can find the script I built here https://github.com/bigbeartechworld/big-bear-scripts/tree/master/update-etc-resolve, but since you can't resolve URLs, you can copy the contents of run.sh into the server and then run it:

bash run.sh

You can also manually change /etc/resolv.conf with vim or nano.

@LinkLeong
Copy link
Collaborator

@nor
Have you solved your problem?

@LinkLeong LinkLeong self-assigned this Sep 19, 2023
@norbee007
Copy link
Author

Even after playing with the DNS servers, it failed to download. I am going to try with another distro on SSD, maybe this helps.

@LinkLeong
Copy link
Collaborator

Looking forward to your solution, this looks like a network problem.

@LinkLeong
Copy link
Collaborator

Thank you for your feedback, I will close the issue and reopen it if in doubt.

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

No branches or pull requests

3 participants