Hey guys, I recently installed Arch 64bit. And just updating the system using pacman -Syu. I haven't yet installed X.
The problem is, it's asking for replacing module-init-tools with core/kmod. If I answer yes it checks file integrity and all and lastly it throws error...
Code:
error: failed to commit transaction (conflicting files)
filesystem: /etc/mtab exists in filesystem
no packages were upgraded
And if I answer no there, it asks for removing module-init-tools on which answering both yes and no gets to the same errors as stated above.
I tried removing module-init-tools, but it looks like many imp. packages need it, like mkinitcpio, kernel, udev etc.
Also I'd like to state, things that I've already tried...
Previously I was getting two errors..
1. filesystem: /etc/mtab exists in filesystem (As stated above)
2. something same related to /etc/locale.d/locale.sh
So I tried removing both, but both gets generated on reboot.
So I did a bit of googling and did grep -v rootfs /proc/mounts > /etc/mtab
BTW one more thing which I should mention, on boot df works fine. But after running pacman -Syu and getting those errors df says "df cannot read table of mounted file systems"
Same thing happens on removing /etc/mtab
Can anyone help me out here if someone has already gone through this??