Hi mara,
I have tried the latest 5.10.10 image, which causes endless reboot on my Rock64 v2.
The 4.4.254 kernel is okay, but after 'slackpkg update & slackpkg upgrade-all', there's errors during the upgrading process, it stuck with the following error messages:
Quote:+==============================================================================
| Upgrading sed-4.8-aarch64-2 package using ./sed-4.8-aarch64-3.txz
+==============================================================================
Pre-installing package sed-4.8-aarch64-3...
sed: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by sed)
sed: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by sed)
Removing package: packages
sed: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by sed)
Any idea how to resolve it?
Edit1:
The second issue has been resolved by myself, after several failed attempts. To make it work, you'll have to download and install the latest
http://dl.slarm64.org/slackware/slarm64-...ch64-1.txz
http://dl.slarm64.org/slackware/slarm64-...ch64-3.txz
before 'slackpkg update & slackpkg upgrade-all'.
Edit2:
After upgrade-all, the issue of invalid pgp key is still there, whenever I intend to use slackpkg to install a package, it will always warn me about the pgp key:
Quote:You need the GPG key of slarm64 AArch64 <security@slarm64.org>.
To download and install that key, run:
# slackpkg update gpg
You can disable GPG checking too, but it is not a good idea.
To disable GPG, edit slackpkg.conf and change the value of the CHECKGPG
variable to off - you can see an example in the original slackpkg.conf.new
file distributed with slackpkg.
Edit3:
I just did another try, force using slackpkg to install every packages, it seems the issue described in Edit2 gone.