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

Gets stuck when building an image while installing packages #658

Open
jnfinitym opened this issue Feb 20, 2023 · 0 comments
Open

Gets stuck when building an image while installing packages #658

jnfinitym opened this issue Feb 20, 2023 · 0 comments

Comments

@jnfinitym
Copy link

I wanted to build an install image but ran into a problem:
Even on default settings, both for the current commit and the 7.0 release when building according to the 7.0 terraform config I get stuck while the script is installing packages. For me it just gets stuck on
Get:26 [http://ftp5.gwdg.de/pub/linux/debian/ubuntu](http://ftp5.gwdg.de/pub/linux/debian/ubuntu) jammy/main DEP-11 48x48 Icons [100.0 kB]
for hours without ever continuing.
One time it also got stuck on Get:20 http://packages.oth-regensburg.de/ubuntu jammy/restricted amd64 Packages [129 kB]

is this a known issue / something I may have caused?
Here is the terraform.conf I used for both, with the exception that I also tried initially with MIRROR_URL="http://archive.ubuntu.com/ubuntu/" and MIRROR_URL="http://azure.archive.ubuntu.com/ubuntu/", but changed to the Uni Stuttgart one since I get better performance from that one and I hoped that would change my problem.

# target architecture - i386, amd64 or all
ARCH="amd64"

# base codename
BASECODENAME="jammy"

# base version
BASEVERSION="22.04"

# distribution codename
CODENAME="horus"

# distribution version
VERSION="7.0"

# distribution channel
CHANNEL="stable"

# distribution name
NAME="elementary OS"

# mirror to fetch packages from
MIRROR_URL="https://ftp.uni-stuttgart.de/ubuntu/"

# use HWE kernel and packages?
HWE_KERNEL="yes"
HWE_X11="no"

# use appcenter ppa
INCLUDE_APPCENTER=""

# suffix for generated .iso files
OUTPUT_SUFFIX=""

# folder suffix for the package lists to use
PACKAGE_LISTS_SUFFIX="default"

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