Activity log for bug #385763

Date Who What changed Old value New value Message
2009-06-11 00:40:05 Salimane Adjao Moustapha bug added bug
2009-06-11 09:19:30 Salimane Adjao Moustapha nominated for series Ubuntu Hardy
2009-06-11 09:20:27 Salimane Adjao Moustapha description Binary package hint: apt-mirror apt-mirror get stalled while it's only remains 241Kb to download in 4 archives Binary package hint: apt-mirror apt-mirror get stalled while it only remains 241Kb to download in 4 archives
2009-06-11 09:20:52 Salimane Adjao Moustapha summary apt-mirror get stalled while it's only remains 241Kb to download in 4 archives apt-mirror get stalled while it only remains 241Kb to download in 4 archives
2009-06-11 09:23:48 Salimane Adjao Moustapha attachment added apt-mirror mirror list http://launchpadlibrarian.net/27772301/mirror.list
2009-06-15 14:46:34 Salimane Adjao Moustapha summary apt-mirror get stalled while it only remains 241Kb to download in 4 archives apt-mirror by default uses a retry setting of "-t 0" meaning infinite retries
2009-06-15 14:46:34 Salimane Adjao Moustapha description Binary package hint: apt-mirror apt-mirror get stalled while it only remains 241Kb to download in 4 archives Binary package hint: apt-mirror apt-mirror by default uses a retry setting of "-t 0" meaning infinite retries, it will keep trying when it hits the non working IP. For some reason this IP does not supply a fatal error that makes wget stop retrying. To avoid this I edited apt-mirror the following way: old: exec 'wget', '-t', '0', '-r', '-N', '-l', 'inf', '-o', get_variable("var_path") . "/$stage-log.$i", '-i', get_variable("var_path") . "/$stage-urls.$i"; new: exec 'wget', '-t', '5', '-r', '-N', '-l', 'inf', '-o', get_variable("var_path") . "/$stage-log.$i", '-i', get_variable("var_path") . "/$stage-urls.$i"; But i don't think it's the best solution. there should be a way to notify the user of the bad links or unreachable ips, blocked ips, bad dns....
2010-04-30 07:00:45 Brandon Holtsclaw apt-mirror (Ubuntu): importance Undecided Low
2010-04-30 07:00:50 Brandon Holtsclaw apt-mirror (Ubuntu): assignee Brandon Holtsclaw (imbrandon)
2010-04-30 07:01:24 Brandon Holtsclaw apt-mirror (Ubuntu): status New Confirmed
2010-05-19 08:59:28 Brandon Holtsclaw apt-mirror (Ubuntu): status Confirmed Fix Released