-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
APT Java: Current ca-certificates-java fails on ARMv6 #3182
Comments
@maartenlangeveld Yeah I already saw this in another bug report by chance. Annoying is that it is the official Raspbian version of So we need to report this to the Raspbian repo maintainers, but sadly there is no real bug tracker for it... Hopefully we get some attention here: https://www.raspberrypi.org/forums/viewforum.php?f=66 And yeah, this is a thing about APT I don't like as well. If one package fails to configure, APT denies any other installs until this has been fixed. What sounds reasonable in the first place, creates some rats tail in cases, especially when the repo itself is not maintained in a 100% consistent way, like in this Some users then tend to remove the related postinst script, e.g. |
I am surprised since I installed Java before on my rpi-zero-w (stretch) without problems.... Thanks, |
@maartenlangeveld Not sure which command inside exactly wants to create a VM, however it must be another external binary:
|
Thanks, have not much linux knowledge, so do not completely understand you. Have installed java jre 8 instead:
I need java since it's required by minimserver. |
@maartenlangeveld
This disables the Java CA certs updates. If its an update and no install, the current certs should be sufficient. If it works with Java 8, that is of course also an alternative, as long as nothing explicitly requires Java 11. On fresh install however, I guess for Java network features, those CA certs need to be installed initially and this should fail on the same Java script then. |
Thanks for your great support. I'll stick with Java 8 for the moment. |
To reference it here: https://www.raspberrypi.org/forums/viewtopic.php?t=254566 If this is verified (and no "solution" for Java 11 possible), then we need to adjust our installer to pull Java 8 on ARMv6 RPi models in the first place. |
Thanks ! Have manually installed Java 8 since MinimServer (also manual installed) requires java. I can still endorse MinimServer to be included in optional software list. It's a fine media server and works hassle-free. It can be remotely controlled using MinimWatch java app. |
ADMIN EDIT
Workaround:
Should be reverted after package upgrade/installs, as hopefully there will be a fix with next maintainer update:
rpi-zero-w, v6.26.3 (Buster)
Tried to install Java using dietpi-software, additional software, however installation failed (see below). Have also sent a bug report.
However it is not possible to install other software since when i restart dietpi-software to install other software it still tries to install the failed package. Cannot uninstall failed package either since it is not ticked in installed software nor in software to de-install.
So it's stuck in a loop (cannot go further)...
The text was updated successfully, but these errors were encountered: