[Bug 465532] New: Cannot download file (Maximum (3) redirects followed)
https://bugzilla.novell.com/show_bug.cgi?id=465532 Summary: Cannot download file (Maximum (3) redirects followed) Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Download Infrastructure AssignedTo: poeml@novell.com ReportedBy: tschmidt@novell.com QAContact: adrian@novell.com Found By: --- I added the KDE4 repository in zypper: tom@uschi:~> zypper lr -u | grep KDE4 11 | kde4_unstable | kde4 unstable | Ja | Ja | http://download.opensuse.org/repositories/KDE%3aKDE4%3aFactory%3aDesktop/ope... it was added successfuly, metadata downloaded etc. But when I want to install a package from it, I get: tom@uschi:~> sudo zypper up libakonadi4 .. Paket libstrigi0-0.6.2-56.2.i586 wird abgerufen (1/10), 321,0 K (1,0 M installiert) Abrufen: libstrigi0-0.6.2-56.2.i586.rpm [Fehler] Fehler beim Herunterladen (curl) für 'http://download.opensuse.org/repositories/KDE:KDE4:Factory:Desktop/openSUSE_...': Fehlerkode: Unrecognized error Fehlernachricht: Maximum (3) redirects followed However, I can download manually with: curl -o /tmp/rpm -L --max-redirs 4 http://download.opensuse.org/repositories/KDE:KDE4:Factory:Desktop/openSUSE_... So, I think the problem is that I added the repo URL with 'KDE:KDE4:Factory:Desktop' and not with 'KDE:/KDE4:/Factory:/Desktop' which probably makes 3 redirects + 1 from the redirector so curl aborts. We should check if we can optimize the apache rewrite to use less redirects, or/and increase the allowed redirects to a better value (curl default is 50!) The bad experience is, that the repo can be added without problems, but no packages installed from it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com