View previous topic :: View next topic |
Author |
Message |
kaltekar n00b
Joined: 13 Mar 2006 Posts: 1
|
Posted: Mon Mar 13, 2006 8:59 pm Post subject: webrsync |
|
|
I'm trying to update the portage tree during the install and can't rsync because of the firewall, so I am using webrsync. Trouble is that it says there is no md5sum present on the rsync mirror, any of them, I've tried them all. Help! |
|
Back to top |
|
|
grunthus Apprentice
Joined: 21 Apr 2005 Posts: 194 Location: Shetland UK
|
Posted: Mon Mar 13, 2006 10:54 pm Post subject: |
|
|
When I run emerge-webrsync from behind tight-ass firewalls that block everything bar port 80, I find it quite normal for the current dated md5sums to be not found. Presumably the portage tarball for the current day has not yet been uploaded to the server(s) in question. I can think of two things to do:
1. Wait a bit. The thing usually takes several minutes to get going. If you can run gkrellm on eth0 to monitor the network traffic since emerge-webrsync does not give a lot of output for a while
2. Check your box's date: run this command:
Earth shattering, I know, but if your date is badly adrift then that will certainly not be helping!
See if that helps. _________________ Read 'Free Software - Free Society' by RM Stallman |
|
Back to top |
|
|
jmbsvicetto Moderator
Joined: 27 Apr 2005 Posts: 4735 Location: Angra do Heroísmo (PT)
|
Posted: Mon Mar 13, 2006 11:32 pm Post subject: |
|
|
Hi.
If in the end you just can't use webrsync, but you're able to use a web browser, you can download the latest portage snapshot from any mirror on .../gentoo/snapshots/portage-latest.tar.bz2. Alll you need to do then is to extract the snapshot into /usr/portage with:
Code: | # tar xvjf portage-latest.tar.bz2 -C /usr |
_________________ Jorge.
Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
|
|
Back to top |
|
|
Gergan Penkov Veteran
Joined: 17 Jul 2004 Posts: 1464 Location: das kleinste Kuhdorf Deutschlands :)
|
Posted: Mon Mar 13, 2006 11:38 pm Post subject: |
|
|
I'm in the same situation, but you could try using tor or proxychains - one of them should work.
I use now tor (because proxychains needs special sort of http-proxy to work) in the following way
torify emerge --sync _________________ "I knew when an angel whispered into my ear,
You gotta get him away, yeah
Hey little bitch!
Be glad you finally walked away or you may have not lived another day."
Godsmack |
|
Back to top |
|
|
quade n00b
Joined: 07 Apr 2006 Posts: 18
|
Posted: Fri Apr 07, 2006 4:57 pm Post subject: |
|
|
Hey, for what it's worth, I was getting the exact same thing just now. My company firewall is very prohibitive, and only port 80 traffic is unhindered. I looked at /etc/make.conf and had originally selected a few FTP sites in my list of mirrors. Those use port 21, obviously. I removed all non-web mirrors, and can now use emerge-webrsync just fine. |
|
Back to top |
|
|
|