-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
[BUG] Getting "no matching manifest for linux/arm/v8 in the manifest list entries" on aarch64 Raspberry Pi #280
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
It means you have a 64 bit kernel but 32bit userspace |
@aptalca What should I do to install it then? |
You may be able to force it with the |
@thespad Following your direction this is how I updated the docker-compose.yml version: "2.1" After running docker compose command, I got an error: |
Yeah, it won't always work because it depends on the specific OS and hardware environment, not all mixed user/kernel space setups are the same. In your case realistically your only option is to reinstall with a proper 64-bit OS. Be warned if you insist on sticking with Raspbian that they still default to offering 32-bit downloads. |
potential work-around didn't work, the actual fix is provided. this is not a bug or anything we have control over, closing. |
There is no fix for this provided. You can close the ticket if you want but the issue is still not resolved.
Best regards,
Perminder
…________________________________
From: driz ***@***.***>
Sent: Saturday, November 18, 2023 4:09:46 PM
To: linuxserver/docker-calibre-web ***@***.***>
Cc: Perminder Singh Bhatia ***@***.***>; Author ***@***.***>
Subject: Re: [linuxserver/docker-calibre-web] [BUG] Getting "no matching manifest for linux/arm/v8 in the manifest list entries" on aarch64 Raspberry Pi (Issue #280)
potential work-around didn't work, the actual fix is provided. this is not a bug or anything we have control over, closing.
—
Reply to this email directly, view it on GitHub<#280 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAMBOEZGZACQHJLMIAVTO2DYFFE4VAVCNFSM6AAAAAA7FHBUSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJXGY4DGOJXGM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
There is nothing us to fix. |
Ok. Being disappointed, I will look for other alternatives. Thank you.
Best regards,
Perminder
…________________________________
From: Roxedus ***@***.***>
Sent: Sunday, November 19, 2023 10:34:14 AM
To: linuxserver/docker-calibre-web ***@***.***>
Cc: Perminder Singh Bhatia ***@***.***>; Author ***@***.***>
Subject: Re: [linuxserver/docker-calibre-web] [BUG] Getting "no matching manifest for linux/arm/v8 in the manifest list entries" on aarch64 Raspberry Pi (Issue #280)
There is nothing us to fix.
—
Reply to this email directly, view it on GitHub<#280 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAMBOE6SXY6NW2FGV672DBTYFJGKNAVCNFSM6AAAAAA7FHBUSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJXHE2DANJTGE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Please read https://www.linuxserver.io/armhf, especially raspberrypi/linux#5402 There's nothing we can do about this, Raspbian fucked up, and are continuing to fuck up. |
Only you can fix this, install a 64bit OS on your PI and things will work. We cannot do this for you. |
Is there an existing issue for this?
Current Behavior
pi@xxx.xxx.xx.xx: /calibre-web $ arch
aarch64
pi@xxx.xxx.xx.xx: /calibre-web $ uname -a
Linux xxx.xxx.xx.xx 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux
pi@xxx.xxx.xx.xx: /calibre-web $ docker pull linuxserver/calibre-web
Using default tag: latest
latest: Pulling from linuxserver/calibre-web
no matching manifest for linux/arm/v8 in the manifest list entries
pi@xxx.xxx.xx.xx: /calibre-web $
Expected Behavior
It should get installed
Steps To Reproduce
Refer current behavior above
Environment
CPU architecture
arm64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: