https://bugzilla.novell.com/show_bug.cgi?id=728288 https://bugzilla.novell.com/show_bug.cgi?id=728288#c1 Glenn Doig <doiggl@velocitynet.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |doiggl@velocitynet.com.au --- Comment #1 from Glenn Doig <doiggl@velocitynet.com.au> 2011-11-10 07:52:22 UTC --- Get the file from the mirror directly. The first run locates the mirror used and provides a fully qualified name for the file. The second run gets the fully qualified file. Glenn Example: # wget -c "http://software.opensuse.org/search/download?base=openSUSE%3A11.4&file=openSUSE%3A%2F11.4%2Fstandard%2Fx86_64%2Fwget-1.12-2.1.x86_64.rpm&query=wget" asking libproxy about url 'http://software.opensuse.org/search/download?base=openSUSE%3A11.4&file=openSUSE%3A%2F11.4%2Fstandard%2Fx86_64%2Fwget-1.12-2.1.x86_64.rpm&query=wget' libproxy suggest to use 'direct://' --2011-11-10 18:38:25-- http://software.opensuse.org/search/download?base=openSUSE%3A11.4&file=openSUSE%3A%2F11.4%2Fstandard%2Fx86_64%2Fwget-1.12-2.1.x86_64.rpm&query=wget Resolving software.opensuse.org (software.opensuse.org)... 195.135.221.150, 2001:67c:2178:8::19 Connecting to software.opensuse.org (software.opensuse.org)|195.135.221.150|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://download.opensuse.org/repositories/openSUSE:/11.4/standard/x86_64/wge... [following] asking libproxy about url 'http://download.opensuse.org/repositories/openSUSE:/11.4/standard/x86_64/wge...' libproxy suggest to use 'direct://' --2011-11-10 18:38:26-- http://download.opensuse.org/repositories/openSUSE:/11.4/standard/x86_64/wge... Resolving download.opensuse.org (download.opensuse.org)... 195.135.221.134, 2001:67c:2178:8::13 Connecting to download.opensuse.org (download.opensuse.org)|195.135.221.134|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://download.opensuse.org/distribution/11.4/repo/oss/suse/x86_64/wget-1.1... [following] asking libproxy about url 'http://download.opensuse.org/distribution/11.4/repo/oss/suse/x86_64/wget-1.1...' libproxy suggest to use 'direct://' --2011-11-10 18:38:27-- http://download.opensuse.org/distribution/11.4/repo/oss/suse/x86_64/wget-1.1... Reusing existing connection to download.opensuse.org:80. HTTP request sent, awaiting response... 302 Found Location: http://opensuse.mirror.aussiehq.net.au/distribution/11.4/repo/oss/suse/x86_6... [following] asking libproxy about url 'http://opensuse.mirror.aussiehq.net.au/distribution/11.4/repo/oss/suse/x86_6...' libproxy suggest to use 'direct://' --2011-11-10 18:38:28-- http://opensuse.mirror.aussiehq.net.au/distribution/11.4/repo/oss/suse/x86_6... Resolving opensuse.mirror.aussiehq.net.au (opensuse.mirror.aussiehq.net.au)... 117.55.229.1, 2405:5000:2:185::11 Connecting to opensuse.mirror.aussiehq.net.au (opensuse.mirror.aussiehq.net.au)|117.55.229.1|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 450284 (440K) [application/x-rpm] Saving to: `download?base=openSUSE:11.4&file=openSUSE:%2F11.4%2Fstandard%2Fx86_64%2Fwget-1.12-2.1.x86_64.rpm&query=wget' 100%[=========================>] 50,284 1.49M/s in 0.3s 2011-11-10 18:38:28 (1.49 MB/s) - `download?base=openSUSE:11.4&file=openSUSE:%2F11.4%2Fstandard%2Fx86_64%2Fwget-1.12-2.1.x86_64.rpm&query=wget' saved [450284/450284] # # # wget -c http://opensuse.mirror.aussiehq.net.au/distribution/11.4/repo/oss/suse/x86_6... asking libproxy about url 'http://opensuse.mirror.aussiehq.net.au/distribution/11.4/repo/oss/suse/x86_6...' libproxy suggest to use 'direct://' --2011-11-10 18:39:22-- http://opensuse.mirror.aussiehq.net.au/distribution/11.4/repo/oss/suse/x86_6... Resolving opensuse.mirror.aussiehq.net.au (opensuse.mirror.aussiehq.net.au)... 117.55.229.1, 2405:5000:2:185::11 Connecting to opensuse.mirror.aussiehq.net.au (opensuse.mirror.aussiehq.net.au)|117.55.229.1|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 450284 (440K) [application/x-rpm] Saving to: `wget-1.12-2.1.x86_64.rpm' 100%[=========================>] 450,284 1.49M/s in 0.3s 2011-11-10 18:39:22 (1.49 MB/s) - `wget-1.12-2.1.x86_64.rpm' saved [450284/450284] -- 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.