Hi,
I upgraded my system this morning and hit the below error:
$this->bbcode_second_pass_code('', '[root@goflex ~]# pacman -Syu
...
(76/76) checking for file conflicts [###########################################################################] 100%
error: failed to commit transaction (conflicting files)
filesystem: /bin exists in filesystem
filesystem: /sbin exists in filesystem
filesystem: /usr/sbin exists in filesystem
Errors occurred, no packages were upgraded.')
I tentatively fixed with what I found on forum:
$this->bbcode_second_pass_code('', '
[root@goflex ~]# pacman -Syu --ignore filesystem,bash
...
(75/75) upgrading wpa_supplicant [###########################################################################] 100%
[root@goflex ~]# pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
alarm is up to date
aur is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
Packages (2): bash-4.2.045-4 filesystem-2013.05-2
Total Installed Size: 3.63 MiB
Net Upgrade Size: -0.17 MiB
:: Proceed with installation? [Y/n] Y
(2/2) checking keys in keyring [###########################################################################] 100%
(2/2) checking package integrity [###########################################################################] 100%
(2/2) loading package files [###########################################################################] 100%
(2/2) checking for file conflicts [###########################################################################] 100%
error: failed to commit transaction (conflicting files)
filesystem: /bin exists in filesystem
filesystem: /sbin exists in filesystem
filesystem: /usr/sbin exists in filesystem
Errors occurred, no packages were upgraded.
[root@goflex ~]# pacman -S bash
resolving dependencies...
looking for inter-conflicts...
Packages (1): bash-4.2.045-4
Total Installed Size: 3.39 MiB
Net Upgrade Size: -0.10 MiB
:: Proceed with installation? [Y/n] Y
(1/1) checking keys in keyring [###########################################################################] 100%
(1/1) checking package integrity [###########################################################################] 100%
(1/1) loading package files [###########################################################################] 100%
(1/1) checking for file conflicts [###########################################################################] 100%
(1/1) checking available disk space [###########################################################################] 100%
(1/1) upgrading bash
[root@goflex ~]# pacman -Su
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
Packages (1): filesystem-2013.05-2
Total Installed Size: 0.24 MiB
Net Upgrade Size: -0.07 MiB
:: Proceed with installation? [Y/n] Y
(1/1) checking keys in keyring [###########################################################################] 100%
(1/1) checking package integrity [###########################################################################] 100%
(1/1) loading package files [###########################################################################] 100%
(1/1) checking for file conflicts [###########################################################################] 100%
error: failed to commit transaction (conflicting files)
filesystem: /sbin exists in filesystem
filesystem: /usr/sbin exists in filesystem
Errors occurred, no packages were upgraded.
')
I then restart with "shutdown - r now"
Since then I'm not able to SSH anymore on my GoFlex.
Is there any way I can see what is occuring and how I can fix without SSH connection ?
Regards,
Jérôme
