Previously, we installed its contents in a way that made pacman not aware of the files (using VBoxManage extpack install ... from an install script). To mitigate issues during upgrade, you can use one of the following methods: Uninstall virtualbox-ext-vnc before upgrading the system, then installing it again. Run VBoxManage extpack uninstall 'VNC' as root before upgrading the system. Instruct…
We are currently experiencing a high volume of malicious package adoptions and updates in the Arch User Repository. We are actively working to track down existing malicious commits and attempting to prevent additional malicious commits from being pushed. While this is happening, and while we work to create a more permanent solution, users may see issues with the following: Creating new accounts on…
Recently we held our leader elections and after a lively discussion period on the (internal) mailing lists and voting phase with two candidates Levente "anthraxx" Polyák was re-elected as Arch Linux Project Lead. As per our election rules he is re-elected with the term lasting two years. The role of of the project lead within Arch Linux is connected to a bunch of responsibilities regarding…
The Varnish project has renamed itself to Vinyl Cache . We followed this rename with a new vinyl-cache package . This upgrade results in breaking changes and users are advised to study these changes and how it affects them before following the replacement. All references to " varnish " have been changed to " vinyl " in all binaries and directories. At minimum, users will have to: rename…
The kea package has moved all services to run as a dedicated kea user (instead of root ) for improved security. This change requires permission updates to the runtime files created by the kea services. Users upgrading from an existing kea installation should therefore run the following commands after the upgrade: chown kea: /var/lib/kea/* /var/log/kea/* /run/lock/kea/logger_lockfile systemctl…
The old iptables-nft package name is replaced by iptables, and the legacy backend is available as iptables-legacy. When switching packages (among iptables-nft, iptables, iptables-legacy), check for .pacsave files in /etc/iptables/ and restore your rules if needed: /etc/iptables/iptables.rules.pacsave /etc/iptables/ip6tables.rules.pacsave Most setups should work unchanged, but users relying on…
With the update to driver version 590, the NVIDIA driver no longer supports Pascal (GTX 10xx) GPUs or older. We will replace the nvidia package with nvidia-open , nvidia-dkms with nvidia-open-dkms , and nvidia-lts with nvidia-lts-open . Impact: Updating the NVIDIA packages on systems with Pascal, Maxwell, or older cards will fail to load the driver, which may result in a broken graphical…
The following packages may require manual intervention due to the upgrade from 9.0 to 10.0: aspnet-runtime aspnet-targeting-pack dotnet-runtime dotnet-sdk dotnet-source-built-artifacts dotnet-targeting-pack pacman may display the following error failed to prepare transaction (could not satisfy dependencies) for the affected packages. If you are affected by this and require the 9.0 packages, the…
The waydroid package prior to version 1.5.4-2 (including aur/waydroid ) creates Python byte-code files (.pyc) at runtime which were untracked by pacman. This issue has been fixed in 1.5.4-3 , where byte-compiling these files is now done during the packaging process. As a result, the upgrade may conflict with the unowned files created in previous versions. If you encounter errors like the following…
The dovecot 2.4 release branch has made breaking changes which result in it being incompatible with any <= 2.3 configuration file. Thus, the dovecot service will no longer be able to start until the configuration file was migrated, requiring manual intervention. For guidance on the 2.3-to-2.4 migration, please refer to the following upstream documentation: Upgrading Dovecot CE from 2.3 to 2.4…