From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B0D211381FB for ; Fri, 28 Dec 2012 20:39:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4369921C162; Fri, 28 Dec 2012 20:39:37 +0000 (UTC) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E08AB21C163 for ; Fri, 28 Dec 2012 20:37:55 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id k19so5689616qcs.13 for ; Fri, 28 Dec 2012 12:37:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=bpwtUlcQhAi/Qb2eWrf5dn1PZI1KjVs7Ois8W7GiFlw=; b=PHGFpW2MI/1m8XsedqzeyNYxLkaLLDGoDD3A7axwetF+KVZseQ48HBBMCp3Ad8/zYc FwC5XnGdlthI9olaftcK8d79ARkWT/BORW8+j4x289jb/DGApqTGnYldx8uZ/R18bwj0 /w4v08tBTQglERCNc6GGGVzT8ey97L+XTvqb9OodgdLwMGi6Dxs+SsXenl0WzkanfMCw 6BlUXDblDvEUenV3Kll265Pe4jFlR4S3GdsBOaziADFdsfL+YG3hJHM2kDTZ3CE214ai vctphcZtsUN3JCAE3VXQhiOnNJ6tlQqR1NAk3MOto7kIfVTm+9Fgrqa8KCP7MbwfkWrj sbTg== 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 Received: by 10.49.64.234 with SMTP id r10mr18348114qes.24.1356727075098; Fri, 28 Dec 2012 12:37:55 -0800 (PST) Received: by 10.229.186.132 with HTTP; Fri, 28 Dec 2012 12:37:54 -0800 (PST) In-Reply-To: <20121228200404.GF25197@syscon7.inet> References: <20121228185415.GE25197@syscon7.inet> <20121228200404.GF25197@syscon7.inet> Date: Fri, 28 Dec 2012 12:37:54 -0800 Message-ID: Subject: Re: [gentoo-user] module-init-tools - can not download it From: Mark Knecht To: Gentoo User Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 3e9badd9-38c1-4b01-b372-ca8ccd4c68d5 X-Archives-Hash: 8e4fe0695fab80e8bbcd57aa41d50f14 On Fri, Dec 28, 2012 at 12:04 PM, Joseph wrote: > > Thaks Mark, yes your mirrors worked. It makes me wonder what is wrong with > my mirrors (they all failed) :-/ > > GENTOO_MIRRORS="ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ > ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/ > http://distro.ibiblio.org/pub/linux/distributions/gentoo/ > http://mirror.mdfnet.se/mirror/gentoo" > > -- > Joseph > Joseph, In all likelihood there is NOTHING wrong with your mirrors. Consider the idea that: 1) There are 1000 mirrors out there. (made up number - I have no idea how many) 2) There's a glitch in your server or it's internet connection, or it's simply off-line for a short time for maintenance or backups or something. 3) The Gentoo-devs push out an update. The result: 1) My mirror gets the update 2) Your mirror does not, at least for a little while As I'm guessing from these questions that you are relatively new to Gentoo keep in mind that Gentoo is a BIG thing in terms of all the servers around the world that are supporting it. There's no way 999 servers should wait for one more to come on-line. What if it never comes on-line? So they push stuff out, it goes where it can, and where it cannot go it goes later, or never. You get to choose your mirrors. You get to change your mirrors. (Using mirrorselect IIRC) You're free to change them. I have lots of times. WRT your mirrors, I've never used _any_ of them so I don't know they are reliable. I agree with Bruce that http://gentoo.osuosl.org/ tends to be very reliable. I run Gentoo on a number of machine here at home. I purposely use different mirrors on each one to give me a little more redundancy and then rsync between them is one of them cannot get the data from outside. I do use http://gentoo.osuosl.org/ on another machine, just not the one I'm on right now. (And referring to my little initramfs thread, the one that has now booted from an "initramfs inside the kernel" as per Neil's inputs!) HTH, Mark