Neo-Oli / termux-ubuntu

Ubuntu chroot on termux
863 stars 312 forks source link

Fixed 404 error #135

Open Agvantibo opened 4 years ago

Agvantibo commented 4 years ago

In issue #124 the problem was '404 on tar.gz download'. Now I have updated the link to a working one.

ghost commented 4 years ago

ubuntu.sh $ bash ubuntu.sh downloading ubuntu-image --2020-08-04 14:08:13-- https://partner-images.canonical.com/core/disco/current/ubuntu-disco-core-cloudimg-arm64-root.tar.gz Resolving partner-images.canonical.com... 91.189.88.147 Connecting to partner-images.canonical.com|91.189.88.147|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2020-08-04 14:08:13 ERROR 404: Not Found.

decompressing ubuntu image tar: This does not look like a tar archive

gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now fixing nameserver, otherwise it can't connect to the internet ubuntu.sh: line 33: etc/resolv.conf: No such file or directory writing launch script fixing shebang of start-ubuntu.sh making start-ubuntu.sh executable You can now launch Ubuntu with the ./start-ubuntu.sh script $

Agvantibo commented 4 years ago

Check the link, it should be bionic, not disco

ghost commented 4 years ago

./start-ubuntu.sh groups: cannot find name for group ID 3003 groups: cannot find name for group ID 9997 groups: cannot find name for group ID 20120 groups: cannot find name for group ID 50120

jsrobson10 commented 3 years ago

Should be focal now

dennisvanderpool commented 3 years ago

I just made a similar fix. Would be nice if repo owner could approve the pull requests?