irqbalance: /usr/lib/systemd/system/irqbalance.service exists in filesystem
ti, 2012-08-21 kello 11:36 -0300, Martín Cigorraga kirjoitti:
> (4/4) checking for file conflicts
> [---------------------------------------] 100%
> error: failed to commit transaction (conflicting files)
> irqbalance: /usr/lib/systemd/system/irqbalance.service exists in filesystem
> Errors occurred, no packages were upgraded.
pacman -Qo conflicting_file
will tell you what package if any owns the file in question, then you
can just remove that package or file in a bug report about the conflict.
08-21-2012, 02:44 PM
Sébastien Leblanc
irqbalance: /usr/lib/systemd/system/irqbalance.service exists in filesystem
On 21 August 2012 10:36, Martín Cigorraga <msx@archlinux.us> wrote:
> (4/4) checking for file conflicts
> [---------------------------------------] 100%
> error: failed to commit transaction (conflicting files)
> irqbalance: /usr/lib/systemd/system/irqbalance.service exists in filesystem
> Errors occurred, no packages were upgraded.
Sometimes it is okay to "pacman -Sf" things. Keep a backup copy of
this file, just in case?
--
Sébastien Leblanc
08-21-2012, 02:48 PM
Sébastien Leblanc
irqbalance: /usr/lib/systemd/system/irqbalance.service exists in filesystem
On 21 August 2012 10:43, Jesse Juhani Jaara <jesse.jaara@gmail.com> wrote:
> pacman -Qo conflicting_file
This might be a better idea. You have to make sure that the file does
not belong to some other package. If it does, remove or upgrade the
other package as it should no longer belong to it, if it also belongs
to the package you are trying to install.