From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NNd1l-0003Zb-0e for garchives@archives.gentoo.org; Thu, 24 Dec 2009 02:02:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01C4AE079A for ; Thu, 24 Dec 2009 02:02:08 +0000 (UTC) Received: from mail-yw0-f187.google.com (mail-yw0-f187.google.com [209.85.211.187]) by pigeon.gentoo.org (Postfix) with ESMTP id 90A5EE0616 for ; Thu, 24 Dec 2009 00:18:13 +0000 (UTC) Received: by ywh17 with SMTP id 17so9420964ywh.2 for ; Wed, 23 Dec 2009 16:18:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=zEJqt1r2FvbctRJVNsEuKRyX/YG/VqUL7Mt4jJrSXRc=; b=bUGrv+Xwg4wY/lHV6npBFg4LgbpelSFqDyuMEBeY9mA3gCJ2NAi9s28QHz45awZ+sc MdP8GrX3kOeC30XptGGy1kDopu1XrSeTkb0D/l6wKsy9zRjUwbKusgnkfcnTuXGj1rNF KrdNnXSnefxRKyaNl2RewdDcHQt6D6rJDQ2yA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=cfZUvZotoLLMzOMwQ2GQ/aP940ipHbeNG246R5uEvYzJ0YrvXCX9bFapegxmLSPrbe HpjTfwx0AwDYFOZ0WCCqY0yf9X0FHXS0tb2aQUTsveeGwdw9sD+fZX1ynKbggbvhDTlJ fprmtjIMVrkMOAWCv+99D3PAxddIl1I7L9s1U= Received: by 10.150.24.34 with SMTP id 34mr16345448ybx.239.1261613893254; Wed, 23 Dec 2009 16:18:13 -0800 (PST) Received: from ?192.168.1.33? ([113.22.27.2]) by mx.google.com with ESMTPS id 9sm3451425yxf.59.2009.12.23.16.18.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 23 Dec 2009 16:18:12 -0800 (PST) Message-ID: <4B32B36B.5080200@gmail.com> Date: Thu, 24 Dec 2009 07:18:51 +0700 From: Nguyen Bao Ngoc User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091222 Thunderbird/3.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Trying to make portage use "puf" instead of "wget" References: <20091219220305.62638E0870@pigeon.gentoo.org> In-Reply-To: <20091219220305.62638E0870@pigeon.gentoo.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: d96d6f62-7435-445f-b4b2-23ba2640692b X-Archives-Hash: 600a533eea40d5c2c777367f4e424937 Hi, why don't you try aria2? I replaced wget with it and it works well. Here is my fetch command in case you want to try. FETCHCOMMAND="/usr/bin/aria2c -d \"\${DISTDIR}\" -o \"\${FILE}\" \"\${URI}\"" RESUMECOMMAND="/usr/bin/aria2c -c -d \"\${DISTDIR}\" -o \"\${FILE}\" \"\${URI}\""