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

ARM cache issues #95

Closed
beckend opened this issue Sep 19, 2022 · 1 comment · Fixed by nroi/scruffy#1
Closed

ARM cache issues #95

beckend opened this issue Sep 19, 2022 · 1 comment · Fixed by nroi/scruffy#1
Labels
bug Something isn't working docker scruffy

Comments

@beckend
Copy link

beckend commented Sep 19, 2022

Using docker with env:

FLEXO_NUM_VERSIONS_RETAIN='1'
FLEXO_LOW_SPEED_LIMIT='1'
FLEXO_LOW_SPEED_TIME_SECS='99999999'
FLEXO_LISTEN_IP_ADDRESS='0.0.0.0'
FLEXO_MIRRORS_AUTO_ALLOWED_COUNTRIES='SE,DK,NO,DE,NL'
FLEXO_CUSTOM_REPO='arm_dk_1@dk.mirror.archlinuxarm.org arm_de_1@de.mirror.archlinuxarm.org arm_de_3@de3.mirror.archlinuxarm.org arm_de_4@de4.mirror.archlinuxarm.org'

Not all files are caches, especially the bigger ones, downloading for example core/gcc-12.1.0-2.1-aarch64.pkg.tar.xz, the cache folder only contains after successful download

find "${FLEXO_CACHE_DIRECTORY}/aarch64" | grep -i gcc
/var/cache/flexo/pkg/aarch64/core/gcc-12.1.0-2.1-aarch64.pkg.tar.xz.sig
/var/cache/flexo/pkg/aarch64/core/.gcc-12.1.0-2.1-aarch64.pkg.tar.xz.sig.cfs
@nroi
Copy link
Owner

nroi commented Sep 30, 2022

This was a bug in scruffy, which is used in the docker setup to purge packages. The issue was independent of the architecture, so it appeared for both X86 and ARM.

This is now fixed with the most recent docker image (tagged with 1.6.8-2).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docker scruffy
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants