From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=DATE_IN_PAST_12_24,DMARC_NONE, INVALID_DATE,MAILING_LIST_MULTI,NORMAL_HTTP_TO_IP,NUMERIC_HTTP_ADDR autolearn=no autolearn_force=no version=4.0.0 Received: from ext-ch1gw-3.online-age.net ([216.34.191.37]) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15MzBd-0000dD-00 for gentoo-dev@cvs.gentoo.org; Wed, 18 Jul 2001 15:48:53 -0600 Received: from int-ch1gw-1.online-age.net (int-ch1gw-1 [3.159.232.65]) by ext-ch1gw-3.online-age.net (8.9.3+Sun/8.9.1/990426-RLH) with ESMTP id RAA26588 for ; Wed, 18 Jul 2001 17:48:43 -0400 (EDT) Received: from uswaumsxb4medge.med.ge.com (localhost [127.0.0.1]) by int-ch1gw-1.online-age.net (8.9.3+Sun/8.9.1/990426-RLH) with ESMTP id RAA09724 for ; Wed, 18 Jul 2001 17:48:42 -0400 (EDT) Received: by USWAUMSXB4MEDGE with Internet Mail Service (5.5.2653.19) id ; Wed, 18 Jul 2001 16:48:35 -0500 Message-ID: <411301487662D411ADDB0090274F3A7502260AF6@uswaumsx01medge.med.ge.com> From: "Greer, Darren (MED)" To: "'gentoo-dev@cvs.gentoo.org'" Subject: RE: [gentoo-dev] Re: Problems with initial gentoo rc5 binary inst all - GRUB MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Wed Jul 18 15:49:02 2001 X-Original-Date: Wed, 18 Jul 2001 16:48:35 -0500 X-Archives-Salt: d8f0af7b-cb8d-4d1b-8693-eca707c879ed X-Archives-Hash: bea2544febedc3c6080800dbd573deb8 Yah, this rsync issue seems like it may be a pain. With Debian I could easily apt-get update using the proxy. However, when I set the proxy in make.globals or using the env rsync_proxy it still does not work. If I strace it I get: Here is proof that I can get out via port 80 from the shell ####################### flash /root > export http_proxy=http://3.231.200.25:80 flash /root > export rsync_proxy=3.231.200.25:80 flash /root > export http_proxy=3.231.200.25 flash /root > wget http://gentoo.org --16:52:23-- http://gentoo.org/ => `index.html' Connecting to 3.231.200.25:80... connected! Proxy request sent, awaiting response... 200 OK Length: 7,428 [text/html] 0K ....... 100% 0:00 42.7K 16:52:24 (41.69 KB/s) - `index.html' saved [7428/7428] ####################### Here is the tail end of the strace where it hangs: ####################### . . . . . . write(1, ">>> starting rsync with cvs.gent"..., 42>>> starting rsync with cvs.gentoo.org... ) = 42 rt_sigaction(SIGINT, {SIG_IGN}, {0x80fdc64, [], 0x4000000}, 8) = 0 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [32], 8) = 0 fork() = 9001 wait4(9001, ####################### You can see the wait. my dns cannot resolve cvs.gentoo.org Here is what I added to /etc/hosts to combat that: ####################### 216.223.235.2 cvs.gentoo.org ####################### So, providing the rsync actually goes out on 80, I should be ok. Thanks for any help, Darren -----Original Message----- From: Grant Goodyear [mailto:grant@Alta.chem.uh.edu] Sent: Wednesday, July 18, 2001 4:39 PM To: gentoo-dev@gentoo.org Subject: [gentoo-dev] Re: Problems with initial gentoo rc5 binary inst all - GRUB >Gotcha. I have the symlink setup, however, the only file I have in >there make.defaults. I think this make all stem back to the fact that I >cannot run emerge rsync. > >What do you think? Oh, bother. Yeah, not having been able to run "emerge rsync" would be a problem. I'm sure there's a work-around, but the best approach is going to be to fix your firewall difficulties. Maintaining a Gentoo Linux system really requires being able to update /usr/portage on demand. I don't really have a good short-term solution for you, otherwise We should probably have a weekly /usr/portage tarball at could be downloaded, but we don't have that right now. I think that Achim (our lead package developer) was planning to set up an anonymous CVS server, but I don't think that's ready just yet either. -Grant- -- ___________________________________________________________________ | Grant Goodyear | The Secrets of Physics: | | Dept. of Chemistry - UH |1. Add zero. | | Houston, TX 77204 |2. Multiply by one. | |-------------------------------------|3. Expand in a Taylor series| |e-mail: goodyear@uh.edu |4. Integrate by parts. | |www:bernacchi.chem.uh.edu/~grant |5. Fourier transform. | | |6. Add auxiliary variables | |_____________________________________|____________________________| _______________________________________________ gentoo-dev mailing list gentoo-dev@cvs.gentoo.org http://cvs.gentoo.org/mailman/listinfo/gentoo-dev