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

bento/ubuntu-22.10 cannot update because apt URLs are wrong #1528

Closed
ploveridge-caci opened this issue Sep 13, 2023 · 2 comments
Closed

bento/ubuntu-22.10 cannot update because apt URLs are wrong #1528

ploveridge-caci opened this issue Sep 13, 2023 · 2 comments
Assignees
Labels
EOL Triage: Declined Indicates an issue that can not or will not be resolved.

Comments

@ploveridge-caci
Copy link

Due to a change in the host of apt repositories apt-get update command fails on bento/ubuntu-22.10

Describe the problem

After creating the vagrant box any run of "sudo apt-get update" fails with the error "The repository no longer has a Release file"

Software Version

bento/ubuntu-22.10

Replication Case

  1. Provision VM
  2. Log in
  3. Run "sudo apt-get updatge"

Possible Solution

The repository URLS need to be updated to the new host

https://azdigi.com/blog/en/linux-server-en/fix-the-the-repository-no-longer-has-a-release-file-error-on-ubuntu/

This command will update them:

sudo sed -i -re 's/([a-z]{2}.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list

@Stromweld Stromweld self-assigned this Sep 13, 2023
@Stromweld Stromweld added EOL Triage: Declined Indicates an issue that can not or will not be resolved. labels Sep 13, 2023
@Stromweld
Copy link
Collaborator

Ubuntu 22.10 was an interim release and only officially is supported for 9 months. Only the LTS releases are supported long term. With that we strive to support and build Officially Supported releases. With this many OS's and builds for multiple providers and cpu architectures we don't have the resources to support them for longer terms.

@Stromweld
Copy link
Collaborator

You are free to use the templates and build your own boxes as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EOL Triage: Declined Indicates an issue that can not or will not be resolved.
Projects
None yet
Development

No branches or pull requests

2 participants