You are not logged in.
Pages: 1
Since the updates to pacman if I try doing
pacman -Syuit is extremely slow (I typed it about 30 minutes ago and so far it has only refreshed the testing repo), however if I try
pacman -Syythen it updates at normal speed and only takes a few seconds to finish
Offline
Same here. But what does -Syy do? Can't find this option in the manpage.
Offline
Same here. But what does -Syy do? Can't find this option in the manpage.
It's the force option for -Sy it syncs even if the local database is up to date.
Offline
I've got the same problem, I hope it can be solved. It came up yesterday after a crash of my system (hardware error) while pacman was upgrading my system with a relatively big number of packages (epecially KDE), because I was on vacation before and my computer was at home.
There are 10 types of people: those who understand binary and those who don't.
Offline
I've got the same problem, I hope it can be solved. It came up yesterday after a crash of my system (hardware error) while pacman was upgrading my system with a relatively big number of packages (epecially KDE), because I was on vacation before and my computer was at home.
Check if there is an lock , and just try to force refresh mirrors and upgrade. If i recall it right if arch was downloading and not installing yet it won't hurt
@TS: did you try to switch mirrors ? ( although this is strange behaviour )
Offline
I've also noticed this behavior -- it seems to happen when your local database is all up to date (ie there's nothing to sync). But I'm not entirely sure about that.....I just tried a pacman -Syy and it's doing the same thing. Maybe its more random than I thought. This is a new behavior since the pacman upgrade a week or so ago, I think. I've seen it both on x86 and x86_64.
Scott
Offline
The crash had no effect on pacman, though I did an force update after it, pacman needed too much time to sync. I can confirm firecat53's notice, that only local databases with all data up-to-date cause problems. In my opinion this is a problem of the new version of pacman, perhaps we can find a workaround here.
There are 10 types of people: those who understand binary and those who don't.
Offline
I try:
pacman -SyuEverything is fine, but when it offer me a update i pressed <y>, but nothing happen.
I try again:
pacman -SyuRealy slow, stuck on CORE for some time. <Ctrl>+<C> is only option.
But:
yaourt -SyuWorks fine.
"The flesh knows it suffers even when the mind has forgotten."
Offline
I've had the same issue and ran "pacman -Sc" followed by pacman-optimize .
Pacman -Syu is now functioning normally again.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Unfortunately this doesn't help here, updating is very slow again.
Last edited by Samuel from beteigeuze (2009-08-12 21:17:31)
There are 10 types of people: those who understand binary and those who don't.
Offline
Had tried switching mirrors but didn't work, tried pacman-optimize but nothing either. Just had another look at mirrors and have now noticed this is only happening on ftp mirrors, http mirrors are working fine
Offline
Same thing happens here, pacman -Sy seems to hang in "Synchronizing package databases...".
Strange thing, if I uncomment XferCommand it works fine. Continues working fine even after I recomment XferCommand.
As descendent87 said, commenting all ftp mirrors, leaving the only the http mirrors uncommented seems to "fix" the problem.
Offline
I only have 1 ftp mirror uncommented and pacman seems to work fine, no delays, seems to be something else ... maybe a bad mirror, did you try opening the mirrors in your list with your browser to check if they open properly and fast?
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Do you have a lot of HDD activity during pacman -Sy ? (or -Syu -Syy... or anything that reads local database)
That behaviour appens to me in old low end pc's (slow hdd).
Last edited by TigTex (2009-08-13 21:47:10)
.::. TigTex @ Portugal .::.
Offline
Not that I could say. How do I find out?
If -Syy works than it should be a problem of the FTP-Server. If I use only one it doesn't change anything.
Offline
Hmm I got the same sittuation -Syu is slow but if I do -Syy and after this I do -Syu it's fast. ![]()
Last edited by SpeedVin (2009-08-14 12:50:11)
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
I've solved such a problem so:
So I splitted for 3 different mirror list, and every mirror list contains just one line in it with the correct repository url.
Offline
Link does not work.
Offline
Try different DNS servers. http://www.dnsserverlist.org/ gives you 3 servers that are close to you.
Offline
Sorry, I wasn't clear enough. I get the error that the pastebin id doesn't exist. So the link works in that way.
Offline
I gave in the pacman.conf 3 different mirrorlist files, and each one contains just one line for the actually using repo, that's all
I use german mirror.
Offline
i have a similar problem, its not the download speed of pacman thats the problem but it now takes about 5 seconds after finishing downloading 1 file to move onto the next file, which can take a long time if you happen to be downloading lots of small files.
Offline
i have a similar problem, its not the download speed of pacman thats the problem but it now takes about 5 seconds after finishing downloading 1 file to move onto the next file, which can take a long time if you happen to be downloading lots of small files.
This I solved with new/additional DNS.
Offline
why do we need so many threads about the same issue? I am tired of posting in all of them
http://bbs.archlinux.org/viewtopic.php?id=78238
http://bbs.archlinux.org/viewtopic.php?id=78275
I believe I fixed this issue : http://projects.archlinux.org/?p=pacman … ae80c5988d
so wait for 3.3.1
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
Pages: 1