You are not logged in.
I can't seem to get past
└─> yaourt -Syu
:: Synchronizing package databases...A couple times it got to "core is up to date" but then was even frozen there until I got home many hours later. I have run -Syy, also pacman-optimize, and I checked my mirrorlist, still the same thing ![]()
Appreciate any help, thx!
Last edited by colbert (2009-08-18 19:20:12)
Offline
Is -Syy faster?
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
Perhaps your internet interface device needs reset? This was my solution to the same problem...........
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
using wget instead of libfetch may solve that too.
Offline
Is -Syy faster?
-Syy actually completes the synchronizing, -Syu hangs, so not a matter of faster I suppose but of one works and the other don't ![]()
Also my internet connection is fine, and how do I use wget instead of libfetch??
Offline
Try selecting a mirror which uses http and not ftp.
Offline
^^ Genius! That's it! I commented out all the FTP mirrors in mirrorlist, it's going now
Thanks aka_arch!!
Offline
Using FTP here....had the synch problem recur.
Reset the internet modem and retried. Success on FTP -Syu.
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
For me only curl as XFER solved the issue.
Using strace gets me a lot of gettimeofday calls (only libfetch and wget) as well as poll timeouts.
Again, using curl it just runs as usual, but unfortunately curl doesn't seem to have a "resume" option for downloading, also the output is very ugly.
I'd like to fix this problem, but I don't know where to start.
The weird thing: another computer in my network can connect very fast, so it is not a DNS issue.
The difference: My laptop uses networkmanager, the other computer the normal network configuration in rc.conf.
How can I find out what is wrong, and why is it only slow with libfetch or wget?
digiKam developer - www.digikam.org
Offline