You are not logged in.
Hi, Im getting these 404 errors more and more frequently on all three of my arch installations, I havnt touched any pacman config or mirror files, only uncommeneted multilib in all three.
Right now I got:
Targets (2): tdb-1.2.10-1 udevil-0.3.4-1
Total Download Size: 0.10 MiB
Total Installed Size: 0.45 MiB
Net Upgrade Size: 0.02 MiB
Proceed with installation? [Y/n] y
:: Retrieving packages from extra...
error: failed retrieving file 'tdb-1.2.10-1-x86_64.pkg.tar.xz' from mirror.us.leaseweb.net : The requested URL returned error: 404 Not Found
error: failed retrieving file 'tdb-1.2.10-1-x86_64.pkg.tar.xz' from mirror.de.leaseweb.net : The requested URL returned error: 404 Not Found
error: failed retrieving file 'tdb-1.2.10-1-x86_64.pkg.tar.xz' from mirrors.cicku.me : The requested URL returned error: 404 Not Found
error: failed retrieving file 'tdb-1.2.10-1-x86_64.pkg.tar.xz' from archlinux.polymorf.fr : The requested URL returned error: 404 Not Found
^Cerror: failed retrieving file 'tdb-1.2.10-1-x86_64.pkg.tar.xz' from mirror.nl.leaseweb.net : The requested URL returned error: 404 Not Found
error: failed retrieving file 'tdb-1.2.10-1-x86_64.pkg.tar.xz' from archlinux.limun.org : The requested URL returned error: 404 Not Found
This is fixed by running
pacman -Syy
pacman -Syu
Any ideas why its happening? or what I should do?
Last edited by jrussell (2012-10-24 19:36:20)
bitcoin: 1G62YGRFkMDwhGr5T5YGovfsxLx44eZo7U
Offline
https://www.archlinux.org/packages/?name=tdb
The package has just been updated - switch to a more up-to-date mirror or wait a couple hours and try updating again.
Offline
https://www.archlinux.org/packages/?name=tdb
The package has just been updated - switch to a more up-to-date mirror or wait a couple hours and try updating again.
Ok thanks, is it happening because arch can see there is a update, but none of the mirrors have that update yet?
Why would
pacman -Syy
fix the problem then?
Last edited by jrussell (2012-10-23 14:26:11)
bitcoin: 1G62YGRFkMDwhGr5T5YGovfsxLx44eZo7U
Offline
karol wrote:https://www.archlinux.org/packages/?name=tdb
The package has just been updated - switch to a more up-to-date mirror or wait a couple hours and try updating again.Ok thanks, is it happening because arch can see there is a update, but none of the mirrors have that update yet?
Exactly: the db has been updated but the new files have not yet been propagated.
According to https://www.archlinux.org/packages/extra/x86_64/tdb/ the update happened 15 minutes before you posted.
Offline
Also, I see that transmission-cli version 2.73-1 is out https://www.archlinux.org/packages/extr … ssion-cli/
But if I:
transmission-cli -V
I get:
transmission-cli 2.72 (13582)
and
pacman -Syu
now says:
:: Starting full system upgrade...
there is nothing to do
bitcoin: 1G62YGRFkMDwhGr5T5YGovfsxLx44eZo7U
Offline
Also, I see that transmission-cli version 2.73-1 is out https://www.archlinux.org/packages/extr … ssion-cli/
But if I:
transmission-cli -V
I get:
transmission-cli 2.72 (13582)
and
pacman -Syu
now says:
:: Starting full system upgrade... there is nothing to do
I don't think it's pacman's fault:
$ pacman -S transmission-cli
resolving dependencies...
looking for inter-conflicts...
Targets (1):
Name Old Version New Version Net Change Download Size
transmission-cli 2.73-1 3,76 MiB 0,57 MiB
Total Download Size: 0,57 MiB
Total Installed Size: 3,76 MiB
Proceed with installation? [Y/n]
:: Retrieving packages from extra...
transmission-cli-2.... 582,1 KiB 675K/s 00:01 [#############] 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) installing transmission-cli [#############] 100%
If you want to run the Transmission daemon at boot do:
systemctl enable transmissiond
$ transmission-cli -V
transmission-cli 2.72 (13582)
You may want to ask upstream.
Offline