LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   error: failed to commit transaction(confliction files) (https://www.linuxquestions.org/questions/linux-software-2/error-failed-to-commit-transaction-confliction-files-932676/)

linux_sonic 03-04-2012 11:27 AM

error: failed to commit transaction(confliction files)
 
Hi to all
I am using archlinux and when i am tring to upgrade my system i
have the follow error

error: failed to commit transaction (conflicting file)
filesystem: /etc/mtab exists in filesystem
initscripts: /etc/profile.d/locale.sh exists in filesystem
Errors occurred, no packages were upgraded.

so i tried this command:
pacman -Syuf

when i use this command everything is ok.
But when i restart my system i cant boot to my
system anymore

Help me
Thanks

jv2112 03-07-2012 04:31 AM

I had the same issue and did the same as you. I could not figure out how to correct the issue. You could try

Code:


pacman -S linux

This may force it through a check & upgrade.

Howvever I ended up reinstalling and when I got the error again I did the following.


Code:


pacman -Sf filesystem

rm /etc/mtab /etc/profile.d/locale.sh

pacman -Syu

reboot


There is a glitch in the Kernel prior to the current version 3.2.8-1 which is on the install iso that is causing it. The above code did the trick and I was able to continue my system build.


All times are GMT -5. The time now is 09:50 AM.