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

-m ftp-archive fails due to hardcoded http:// protocol #681

Closed
mulander opened this issue Apr 5, 2019 · 2 comments
Closed

-m ftp-archive fails due to hardcoded http:// protocol #681

mulander opened this issue Apr 5, 2019 · 2 comments

Comments

@mulander
Copy link
Contributor

mulander commented Apr 5, 2019

In #433 protocol used for obtaining ftp archive release was changed from hard-coded ftp:// to http://. It appears that currently ftp-archive.freebsd.org no longer serves over http:// preventing any images from being downloaded.

Changing http:// to ftp:// in jail.sh solves the issue but might cause a regression of FTP protocol errors mentioned in #433.

# poudriere jail -c -j 104Ramd64 -v 10.4-RELEASE -a amd64 -m ftp-archive
[00:00:00] Creating 104Ramd64 fs at /usr/home/awolk/archives/B/build-artifacts/poudriere/jails/104Ramd64... done
[00:00:00] Using pre-distributed MANIFEST for FreeBSD 10.4-RELEASE amd64
[00:00:00] Fetching base for FreeBSD 10.4-RELEASE amd64             
fetch: http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/amd64/amd64/10.4-RELEASE/base.txz: Connection refused
fetch: http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/amd64/amd64/10.4-RELEASE/base.txz: Connection refused
[00:00:01] Error: Failed to fetch from http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/amd64/amd64/10.4-RELEASE/base.txz
[00:00:01] Error while creating jail, cleaning up.         
[00:00:01] Removing 104Ramd64 jail... done        
[00:00:01] Cleaning 104Ramd64 data... done  
@mulander
Copy link
Contributor Author

I reported this upstream: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237579

@mulander
Copy link
Contributor Author

mulander commented May 2, 2019

Resolved by upstream restoring http:// support.

@mulander mulander closed this as completed May 2, 2019
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

No branches or pull requests

1 participant