Manual intervention potentially required for OpenRC 0.62.2 06 May 2025, 09:23:54 Depending on the local setup, due to upstream changes, OpenRC 0.62.2 might need one or more of services local, localmount and netmount to be added to runlevel default.This can be done with commands:- rc-update add local default- rc-update add localmount default- rc-update add netmount defaultartist Quote Selected Last Edit: 06 May 2025, 23:59:32 by Artist 3 Likes
Re: Manual intervention potentially required for OpenRC 0.62.2 Reply #1 – 14 June 2025, 18:46:50 Quotemight need...Might? How do I know my setup's one of them? Inability to boot? Quote Selected
Re: Manual intervention potentially required for OpenRC 0.62.2 Reply #2 – 14 June 2025, 19:48:43 If any of the mounts is missing or an rclocal script is not run during the boot.artist Quote Selected
Re: Manual intervention potentially required for OpenRC 0.62.2 Reply #3 – 08 September 2025, 18:15:10 Hello,I got the following error on upgrading::: ¿Continuar con la instalación? [S/n] (25/25) comprobando las claves del depósito [------------------------------------] 100%(25/25) verificando la integridad de los paquetes [------------------------------------] 100%(25/25) cargando los archivos de los paquetes [------------------------------------] 100%(25/25) comprobando conflictos entre archivos [------------------------------------] 100%error: no se pudo realizar la operación (archivos en conflicto)openrc: /etc/runlevels/default/local existe en el sistema de archivosopenrc: /etc/runlevels/default/netmount existe en el sistema de archivosOcurrieron errores, por lo que no se actualizarán los paquetes -> error installing repo packagesInto English:Error: Operation could not be performed (conflicting files) openrc: /etc/runlevels/default/local exists in the file system Openrc: /etc/runlevels/default/netmount exists on the file system Errors occurred, so packages will not be updated -> error installing repo packagesThen I followed your instrcutions and got the same problem.Probably, it is a silly problem, but I'm completely clueless.Perhaps, I must backup those files. Then override them with:$ doas pacman -S openrc --overwrite /etc/runlevels/default/* Quote Selected Last Edit: 08 September 2025, 18:23:57 by jopeless
Re: Manual intervention potentially required for OpenRC 0.62.2 Reply #4 – 08 September 2025, 18:51:02 You can cp/mv those 2 files somewhere else and then run pacman -S openrc again. Quote Selected 1 Likes