You are not logged in.
Pages: 1
Topic closed
can't upgrade system
testing/ca-certificates-utils  20160507-1   20170307-1     0.00 MiB
Total Installed Size:  0.01 MiB
Net Upgrade Size:      0.00 MiB
error: failed to commit transaction (conflicting files)
ca-certificates-utils: /etc/ssl/certs/ca-certificates.crt exists in filesystem
Errors occurred, no packages were upgraded.Last edited by HansAnderson (2017-03-08 18:49:39)
Offline
Offline

Mod note: Moving to testing
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
For now you can open /etc/pacman.conf and write
IgnorePkg=ca-certificates-utilsI haven't tried the stuff from the comment on the bug cause I don't have old packages on the system. Thats why now this is the option I run with.
Last edited by christooss (2017-03-09 22:59:19)
Offline

That is bad advice. Just remove the file and install the new certs.
Offline
#rm /etc/ssl/certs/ca-certificates.crt
pacman -Syu
Last edited by ArchOneLove (2017-03-10 15:23:24)
Offline

The recommended approach is in the bug report referenced in post #2 above.
All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.
Offline
#rm /etc/ssl/certs/ca-certificates.crt
pacman -Syu
doesnt work for me:
error: failed to update testing (download library error)
error: failed retrieving file 'core.db' from delta.archlinux.fr : error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
Suggested workaround by heftig:
pacman -Syuw
rm /etc/ssl/certs/ca-certificates.crt
pacman -Su
Offline
ArchOneLove wrote:#rm /etc/ssl/certs/ca-certificates.crt
pacman -Syudoesnt work for me:
Worked for me. Not sure why it caused you problems.
Offline

Deleting that file before downloading updates will fail if you are using an https server.
Offline
man, just "sudo pacman -Syu --force"
Offline

man, just "sudo pacman -Syu --force"
Don't be an idiot.
Offline
Thanks for the information from #2 and the workaround from #8
Offline

No, do not. Never --force a full system upgrade. Never --force anything unless you know what you are doing, and there is no better way to accomplish your goal. And finally, never tell other people to --force anything without any reasoning or explanation.
EDIT: slow...
Last edited by WorMzy (2017-03-16 03:13:52)
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline

I don't have Testing repo still seeing this
┌─[burhan] (12:54 pm) {Thu Mar 16} |~|
└─╼ $  doup 
:: Synchronising package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
Packages (4) ca-certificates-20170307-1  ca-certificates-mozilla-3.29.3-2  ca-certificates-utils-20170307-1  libxslt-1.1.29+42+gac341cbd-1
Total Installed Size:  3.46 MiB
Net Upgrade Size:      0.15 MiB
:: Proceed with installation? [Y/n] 
(4/4) checking keys in keyring                                                                         [------------------------------------------------------------] 100%
(4/4) checking package integrity                                                                       [------------------------------------------------------------] 100%
(4/4) loading package files                                                                            [------------------------------------------------------------] 100%
(4/4) checking for file conflicts                                                                      [------------------------------------------------------------] 100%
error: failed to commit transaction (conflicting files)
ca-certificates-utils: /etc/ssl/certs/ca-certificates.crt exists in filesystem
Errors occurred, no packages were upgraded.
:: Starting AUR upgrade...
 there is nothing to doIs this expected behaviour?
Offline

It has been pushed to [core], that is why the news item was published.
Offline

Yes, it is, as has been explained in this thread and in the new item on the front page.
Offline

#rm /etc/ssl/certs/ca-certificates.crt
pacman -Syu
Got the same error on today's updates. This method worked perfect for me. Just noting the result for other users that may have the same issue.
Offline

Don't run -Syu after removing the file. It can get you into trouble if there have been more updates on the mirror in the mean time.
Offline
Thank you it works for me.
 user  ~  cd /etc/ssl/certs/                                  
 user  /  etc  ssl  certs  sudo mv ca-certificates.crt ca-certificates.crt.bak
Swipe your finger across the fingerprint reader
Failed to match fingerprint
Swipe your finger across the fingerprint reader
 user  /  etc  ssl  certs  sudo pacman -Su                                    
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
Packages (3) ca-certificates-20170307-1  ca-certificates-mozilla-3.29.3-2
             ca-certificates-utils-20170307-1
Total Installed Size:  1.19 MiB
Net Upgrade Size:      0.15 MiB
:: Proceed with installation? [Y/n] 
(3/3) checking keys in keyring                               [################################] 100%
(3/3) checking package integrity                             [################################] 100%
(3/3) loading package files                                  [################################] 100%
(3/3) checking for file conflicts                            [################################] 100%
(3/3) checking available disk space                          [################################] 100%
:: Processing package changes...
(1/3) upgrading ca-certificates-utils                        [################################] 100%
(2/3) upgrading ca-certificates-mozilla                      [################################] 100%
(3/3) upgrading ca-certificates                              [################################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Rebuilding certificate stores...Last edited by bandithijo (2017-03-16 17:23:21)
Technical Blog:Journal | BanditHijo.Dev
Offline
Suggested workaround by heftig:
pacman -Syuw
rm /etc/ssl/certs/ca-certificates.crt
pacman -Su
Probably not fundamentally different, but
# pacman -Rdd ca-certificates-utils
# pacman -S ca-certificates-utils
# pacman -Syuworked fine for me, and gets around the awkward part where you delete a file manually (something I like to avoid just to nice to the package manager)
Offline

Rather than posting here with empty posts, or contrived (and in some cases absurd) alternatives, just read the News.
https://wiki.archlinux.org/index.php/Co … mpty_posts
Closing
Offline
Pages: 1
Topic closed