You are not logged in.

#1 2013-09-15 13:23:21

zsrkmyn
Member
Registered: 2013-05-02
Posts: 5

[solved]pacman upgrade issue using axel

i changed the default downloading tool to axel, but ervery time before i run pacman -Syu, i need to rm /var/lib/pacman/sync/*.db. If I don't do this, axel can't overwrite the database automatically, which can result in the fail of pacman upgrade.
what should i do so needn't i rm the db files before upgrade.

Last edited by zsrkmyn (2013-09-18 14:16:58)

Offline

#2 2013-09-15 13:29:47

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved]pacman upgrade issue using axel

Post the XferCommand you're using. Is it https://wiki.archlinux.org/index.php/Im … plications

XferCommand = /usr/bin/axel -n 2 -v -a -o %o %u

Seems to work for me.

Offline

#3 2013-09-15 13:47:00

zsrkmyn
Member
Registered: 2013-05-02
Posts: 5

Re: [solved]pacman upgrade issue using axel

karol wrote:

Post the XferCommand you're using. Is it https://wiki.archlinux.org/index.php/Im … plications

XferCommand = /usr/bin/axel -n 2 -v -a -o %o %u

Seems to work for me.


oh, it works, thx a lot!
but why i could't succeed when i using "XferCommand = /usr/bin/axel -n 2 -v -a -o `basename %u` %u" before?

Offline

Board footer

Powered by FluxBB