http://bugzilla.novell.com/show_bug.cgi?id=596089 http://bugzilla.novell.com/show_bug.cgi?id=596089#c0 Summary: download.max_concurrent_connections sets wrong aria option Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: i586 OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: libzypp AssignedTo: zypp-maintainers@forge.provo.novell.com ReportedBy: robin.knapp@ts.fujitsu.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 I set the download.max_concurrent_connections to 1 to prevent multiple connections through our proxy server while running zypper dup, but aria was still downloading using 5 simultaneous connections. download.max_concurrent_connections from /etc/zypp/zypp.conf sets the aria2c option --max-concurrent-downloads which is wrong because it affects the number of parallel downloads rather than connections per download. The right option would be: -s, --split=N Download a file using N connections. If more than N URLs are given, first N URLs are used and remaining URLs are used for backup. If less than N URLs are given, those URLs are used more than once so that N connections total are made simultaneously. Please see -j option too. Please note that in Metalink download, this option has no effect and use -C option instead. Default: 5 Reproducible: Always Steps to Reproduce: 1. zypper dup/up/in ... 2. netstat -tp | grep aria Actual Results: shows 5 connections Expected Results: should show <download.max_concurrent_connections> connections -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.