Tagged: arch

OpenSSL 3 f**** up everything

Another arch upgrade, another f**-up. Arch decided to move from OpenSSL 1.1 LTS to 3.0.7-2 breaks a lot in the system – Look at the threads at https://bbs.archlinux.org/viewforum.php?id=44 For me it broke zfs-utils and therefor the succesful mounting of my home-directory. No home – no login… bad The solution, as stated in https://bbs.archlinux.org/viewtopic.php?id=281005&p=2 (totally different software, same issue, same solution):...

invalid or corrupted package (PGP signature)

Problem: On arch-update via pacman the following error occurs: Error: rubberband: signature from “David Runge ” is marginal trust :: File /var/cache/pacman/pkg/rubberband-3.0.0-2-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n] n error: failed to commit transaction (invalid or corrupted package) Errors occurred, no packages were upgraded. -> error installing repo packages Steps taken:...

Arch AUR – yay “xy is not a clone of https://github.com/xxx.git”

Problem: The AUR yay-update of a package fails with the error message like “xy is not a clone of https://github.com/xy.git” Solution: Delete the source clone mentioned in the error message. Be careful: Not the PKGBUILD, but the clone that goes into the same directory as the PKGBUILD by default. Afterwards yay will clone the repository again and update.