[SOLVED] Error when running full system upgrade
Alright, so I ran sudo pacman -Syu
Today, there were updates for s6-linux-init, s6-rc, and s6-scripts. But when it tried to install, I got this error: error: failed to commit transaction (conflicting files)
s6-linux-init: /etc/s6/current/bin/halt exists in filesystem
s6-linux-init: /etc/s6/current/bin/poweroff exists in filesystem
s6-linux-init: /etc/s6/current/bin/reboot exists in filesystem
s6-linux-init: /etc/s6/current/bin/s6-init exists in filesystem
s6-linux-init: /etc/s6/current/bin/shutdown exists in filesystem
s6-linux-init: /etc/s6/current/bin/telinit exists in filesystem
s6-linux-init: /etc/s6/current/run-image/service/.s6-svscan/SIGHUP exists in filesystem
s6-linux-init: /etc/s6/current/run-image/service/.s6-svscan/SIGINT exists in filesystem
s6-linux-init: /etc/s6/current/run-image/service/.s6-svscan/SIGQUIT exists in filesystem
s6-linux-init: /etc/s6/current/run-image/service/.s6-svscan/SIGTERM exists in filesystem
s6-linux-init: /etc/s6/current/run-image/service/.s6-svscan/SIGUSR1 exists in filesystem
s6-linux-init: /etc/s6/current/run-image/service/.s6-svscan/SIGUSR2 exists in filesystem
s6-linux-init: /etc/s6/current/run-image/service/.s6-svscan/crash exists in filesystem
s6-linux-init: /etc/s6/current/run-image/service/.s6-svscan/finish exists in filesystem
s6-linux-init: /etc/s6/current/run-image/service/s6-linux-init-early-getty/run exists in filesystem
s6-linux-init: /etc/s6/current/run-image/service/s6-linux-init-runleveld/notification-fd exists in filesystem
s6-linux-init: /etc/s6/current/run-image/service/s6-linux-init-runleveld/run exists in filesystem
s6-linux-init: /etc/s6/current/run-image/service/s6-linux-init-shutdownd/fifo exists in filesystem
s6-linux-init: /etc/s6/current/run-image/service/s6-linux-init-shutdownd/run exists in filesystem
s6-linux-init: /etc/s6/current/run-image/service/s6-svscan-log/fifo exists in filesystem
s6-linux-init: /etc/s6/current/run-image/service/s6-svscan-log/notification-fd exists in filesystem
s6-linux-init: /etc/s6/current/run-image/service/s6-svscan-log/run exists in filesystem
Errors occurred, no packages were upgraded.
I didn't think it had to do with the POSIX problem, but i reinstalled bash (effectively re linking sh to bash) and got the same error.
Any help would be greatly appreciated.