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

fails on Xenial 64 bit #4

Open
SeshagiriSriram opened this issue Feb 25, 2019 · 3 comments
Open

fails on Xenial 64 bit #4

SeshagiriSriram opened this issue Feb 25, 2019 · 3 comments

Comments

@SeshagiriSriram
Copy link

Have a VM that's running Xenial 64 bit. Pull down the repository and run it as follows:

sudo ./alpine-make-rootfs --branch v3.8 myimage.tar.gz - <<'SHELL'

Some customization....

SHELL

Unfortunately, this fails (see attached file)
busybox_error
I am a newbie with this and any help in resolving this will be appreciated.

@jirutka
Copy link
Member

jirutka commented Mar 14, 2019

This is really weird, I’ve never seen such errors. It looks like some problem with your filesystem, but don’t know which.

@SeshagiriSriram
Copy link
Author

SeshagiriSriram commented Mar 14, 2019 via email

@denysvitali
Copy link

I'm having the same issue here:

> apk not found, downloading static apk-tools
2020-01-10 19:46:23 URL:https://github-production-release-asset-2e65be.s3.amazonaws.com/56234603/b5bb1f80-879f-11e9-8dd6-c05c27417424?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200110%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200110T184622Z&X-Amz-Expires=300&X-Amz-Signature=635b573c1d8b3c97654833fd41749254b9fb872fef662a240b9f2eeb964d20b5&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dapk-tools-2.10.4-x86_64-linux.tar.gz&response-content-type=application%2Foctet-stream [819720/819720] -> "apk-tools-2.10.4-x86_64-linux.tar.gz" [1]
apk-tools-2.10.4-x86_64-linux.tar.gz: OK

> Installing system
fetch https://nl.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
139905423232828:error:0BFFF065:x509 certificate routines:CRYPTO_internal:cert already in hash table:x509/x509_lu.c:363:
139905423232828:error:14007086:SSL routines:CONNECT_CR_CERT:certificate verify failed:ssl_clnt.c:1037:
ERROR: https://nl.alpinelinux.org/alpine/v3.8/main: Permission denied
WARNING: Ignoring APKINDEX.e52579f6.tar.gz: No such file or directory
fetch https://nl.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
139905423232828:error:0BFFF065:x509 certificate routines:CRYPTO_internal:cert already in hash table:x509/x509_lu.c:363:
139905423232828:error:14007086:SSL routines:CONNECT_CR_CERT:certificate verify failed:ssl_clnt.c:1037:
ERROR: https://nl.alpinelinux.org/alpine/v3.8/community: Permission denied
WARNING: Ignoring APKINDEX.e63154c8.tar.gz: No such file or directory
ERROR: unsatisfiable constraints:
  alpine-baselayout (missing):
    required by: world[alpine-baselayout]
  busybox (missing):
    required by: world[busybox]
  busybox-suid (missing):
    required by: world[busybox-suid]
  musl-utils (missing):
    required by: world[musl-utils]
  ruby (missing):
    required by: world[ruby]
  ruby-bigdecimal (missing):
    required by: world[ruby-bigdecimal]
  sqlite (missing):
    required by: world[sqlite]
dvitali@ded1:~/rootfs-builder $ uname -a                                                                                                                                -7-
Linux ded1 5.3.9-1.el7.elrepo.x86_64 #1 SMP Wed Nov 6 08:51:48 EST 2019 x86_64 x86_64 x86_64 GNU/Linux
dvitali@ded1:~/rootfs-builder $ cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
dvitali@ded1:~/rootfs-builder $

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

3 participants