-
-
Notifications
You must be signed in to change notification settings - Fork 670
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
VM Install fail with ''script fail to download" #2718
Comments
Most probably yes. Try this mirror: https://mirror.hanssonit.se/s/yL6Tw4TGHEi8ztF |
Sorry missed the question. Sorry, we have no mirror for GitHub. :/ |
So i have the same issue just running the update script. It seems curl is just messing up at random, So i decided to dig deeper in to this and found out the following 22.04 has curl 7.81 One diffrence i noticed is handling of http/2, if i add --http1.1 it works on the 24.04, without it it fails. I did some digging and it seems that 8.5 has some issues it seems, found a lot of problems in renation to onedrive for linux. Enabled debug on curl lines in the script and found out it gets just stuck at client hello. I assume your Hypervisor is setup with the default MTU 1500. in ubuntu/debian its ifconfig mtu 1450 For testing i used the update scrip, the first thing it dose is a curl so i was starting it and killing it after the curl. with a MTU 1500 on the linux system it worked only about 20% of the time, lowering the MTU to 1450 made it work every time. I have ran the update scrip twice in full (i rolled back to replicate my steps) and it went over the whole process (since during the process it dose multiple curl pulls i would say its a good test) Hopefully someone can figure out something of a proper fix with what i found here in this |
Seems like a typo, what did you lower it to actually? :) |
Yeh, 1500 is the default it was enought to get it down to 1450 for it to work. |
Steps To Reproduce
Expected Result
Installation to proceed
Actual Result
Installation hangs with message:
"Script failed to download. Please run: 'sudo curl -sLO htpps://raw.githubusercontent.com/nextcloud/main/menu/startup_configuration.sh|php|py' and try again
Once abort, ping from command line to raw.githubusercontent.com works
Trying to open "htpps://raw.githubusercontent.com/nextcloud/main/menu/startup_configuration.sh" from a borther with same subnet produces: Unable to connect, An error occurred during a connection to raw.githubusercontent.com, Ty again
Screenshots, Videos, or Pastebins
Additional Context
Could it be because of country firewall (China)?
In such case is there a local mirror?
Or a way to upload manually the script?
Build Version
30.0.1 HUB 9
Environment
By downloading the VM
Environment Details
The text was updated successfully, but these errors were encountered: