Closed tkna91 closed 2 years ago
Hey @tkna91,
In general, things are working on all my machines. So lets have a quick session to debug things.
Can you please execute the following two lines and post the output here?
curl --verbose -sL https://raw.githubusercontent.com/picodotdev/alis/master/download.sh;
echo $?
@stevleibelt Thank you
@tkna91 So this is looking well. DNS is working and with the output starting at # Arch
, you get the content.
Now step two, execute the following command.
curl -v -sL -o alis-master.zip https://github.com/picodotdev/alis/archive/refs/heads/master.zip
# curl -v -sL -o alis-master.zip https://github.com/picodotdev/alis/archive/refs/heads/master.zip
* Trying 52.192.72.89:443...
* Immediate connect fail for 52.192.72.89: Network is unreachable
* Closing connection 0
#
The above is the machine that has already been booted with ARCHISO, which is the target of this new installation, but there seems to be no problem on the local main machine on the same network.
Is it because ipv4 in ARCHISO is not enabled?
The diff is pretty small between my logging and your logging is pretty small.
The curl version should not make any differences. Since the handshake does work, the timedate on your machine should work well too.
I've expected, that the ip address of github.com differs for us, thanks to load balancing features.
The transferred bytes is something I can not explain. But the zip file itself is around 6.8 MiB in size.
Currently, I am out of ideas :-(.
Ups sorry, I've compared the diffs of your working machine. Now I've found the Network is unreachable
which could point to your IPv6
only mode.
@tkna91 for your IPv4-Question, there is at least chance. Give IPv4 a try. I must admit, I don't use IPv6.
I deactivated the ipv4 fixed DHCP function on my home router, rebooted, and now ARCHISO's ipv4 is enabled and solved! @stevleibelt Thank you👍
# curl --verbose -sL https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash
# echo $?
0
# ls -1
alis.conf
alis.sh
alis-asciinema.sh
..
#
@tkna91, this is a great news!
It was a pleasure to take this journey with you. Have a great weekend!
Thanks for your cool project.
Sorry if I am doing something wrong. I cannot download
master.zip
with the following condition. What should I do?